.language-switcher {
    position: fixed;
    right: 18px;
    top: 82px;
    z-index: 10001;
    display: flex;
    gap: 4px;
    padding: 6px;
    background: rgba(18, 14, 24, 0.97);
    border: 1px solid rgba(216, 179, 134, 0.65);
    border-radius: 999px;
    box-shadow: 0 8px 26px rgba(0, 0, 0, 0.35);
}

.language-switcher a {
    display: block;
    min-width: 38px;
    padding: 8px 11px;
    color: #d8b386 !important;
    font-size: 13px;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    border-radius: 999px;
}

.language-switcher a.active,
.language-switcher a:hover {
    color: #232227 !important;
    background: #d8b386;
}

html[lang="en"] header .nav a,
html[lang="en"] .site-header .nav a {
    padding: 0 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0;
    line-height: 1;
    white-space: nowrap;
}

html[lang="en"] header .nav a::after,
html[lang="en"] .site-header .nav a::after {
    content: attr(data-mobile-label);
    font-size: 14px;
}

@media screen and (max-width: 480px) {
    .language-switcher {
        right: 10px;
        top: 78px;
    }

    .language-switcher a {
        min-width: 34px;
        padding: 7px 8px;
        font-size: 12px;
    }

    html[lang="en"] header .nav a::after,
    html[lang="en"] .site-header .nav a::after {
        font-size: 12px;
    }
}
