.trp-language-switcher-container {
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
    height: fit-content !important;
}

.trp-language-switcher-container * {
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
    color: inherit !important;
    text-decoration: none !important;
    transition: none !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    width: fit-content !important;
}

.trp-language-switcher.trp-language-switcher-container {
    width: fit-content;
}

.trp-language-switcher-container a {
    padding: 10px 25px 10px 5px !important;
    display: inline-block !important;
}

.trp-language-switcher-container a:hover,
.trp-language-switcher-container a:active,
.trp-language-switcher-container a:focus {
    opacity: 75%;
    padding: 10px 25px 10px 5px !important;
    background: none !important;
    transform: none !important;
    box-shadow: none !important;
    outline: none !important;
    height: fit-content !important;
}

.trp-language-switcher-container:after {
    content: "";
    background-color: currentColor;
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath d='M8 1C6.61553 1 5.26216 1.41054 4.11101 2.17971C2.95987 2.94888 2.06266 4.04213 1.53285 5.32122C1.00303 6.6003 0.86441 8.00776 1.13451 9.36563C1.4046 10.7235 2.07129 11.9708 3.05026 12.9497C4.02922 13.9287 5.2765 14.5954 6.63437 14.8655C7.99224 15.1356 9.3997 14.997 10.6788 14.4672C11.9579 13.9373 13.0511 13.0401 13.8203 11.889C14.5895 10.7378 15 9.38447 15 8C14.9979 6.14413 14.2597 4.36486 12.9474 3.05256C11.6351 1.74026 9.85588 1.00209 8 1zM2.01 8.197l.6692.2229.8208 1.23145v.64155c0 .1326.05268.2598.14645.3536L5 12v1.1882c-.88101-.5098-1.61775-1.2355-2.14085-2.1087C2.33606 10.2063 2.04384 9.21433 2.01 8.197zM8 14c-.43251-.0008-.86367-.0486-1.2859-.1424L7 13l.9023-2.2558c.03013-.0753.04148-.1568.03308-.2375-.00939-.0806-.03729-.1581-.08228-.2256l-.70565-1.06045c-.04566-.06849-.10752-.12465-.1801-.16349-.07258-.03884-.15363-.05916-.23595-.05916H4.2674l-.6241-.9363L4.70705 7H5.5v1h1V6.6328l1.9341-3.38375L7.5659 2.75195 7.13845 3.5H5.7676l-.543-1.18545C5.95356 2.30084 6.75472 2.0723 7.57694 2.01452 8.39917 1.95675 9.22441 2.071 10 2.35V4c0 .13261.05268.25979.14645.35355.09377.09373.22095.14645.35355.14645h.7324c.08232 0 .16337-.02032.23595-.05916.07258-.03884.13444-.095.1801-.16349l.4384-.6577c.5712.53256 1.0332 1.17122 1.3604 1.88065h-2.0373c-.1156 0-.2276.04005-.317.11333-.0894.07328-.1506.17527-.1733.28862l-.3609 2.2354c-.017.10514 0 .21295.0486.30773.0485.09478.1261.17158.2214.21921L12.5 9.5l.3426 2.0279c-.555-.7648-1.283-1.3875-2.1246-1.8171-.84162-.4296-1.77297-.654-2.718-.654z' fill='currentColor'/%3E%3C/svg%3E");
    mask-repeat: no-repeat;
    position: absolute;
    top: 11px;
    height: 32px;
    width: 32px;
    right: -15px;
    transition: background-color 300ms;
    pointer-events: none;
}

.trp-language-switcher-container:hover:after {
  opacity: 75%;
}

.trp-language-switcher-container .trp-ls-shortcode-current-language:after,
.trp-language-switcher-container .trp-ls-shortcode-language:after {
    display: none !important;
    content: none !important;
}

.trp-language-switcher-container .trp-ls-shortcode-language {
    margin: 0 !important;
}

.trp-language-switcher-container .trp-ls-shortcode-dropdown,
.trp-language-switcher-container .trp-ls-shortcode-dropdown * {
    display: inline !important;
    opacity: 1 !important;
    visibility: visible !important;
}

.artica-fill-white svg {
  fill: white !important;
}

/* Style for admin */
.wp-block .trp-language-switcher-container {
    height: 40px !important;
    min-height: 40px !important;
    overflow: hidden !important;
}


.wp-block .trp-language-switcher-container:after {
    left: 30px;
}
