.language-switch {
    position: static;
    z-index: auto;
    display: inline-flex;
    flex: 0 0 auto;
    gap: 2px;
    margin-left: 4px;
    padding: 3px;
    border: 1px solid rgba(114, 101, 90, 0.14);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.58);
    box-shadow: none;
}

.language-switch a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 34px;
    min-height: 34px;
    padding: 0 8px;
    border-radius: 999px;
    color: #2c2724;
    text-decoration: none;
    font: 700 0.7rem/1 'Montserrat', sans-serif;
    letter-spacing: 0.06em;
    transition: color 0.2s ease, background 0.2s ease;
}

.language-switch a[aria-current="page"] {
    background: rgba(114, 101, 90, 0.13);
    color: #5f544b;
}

.language-switch a:hover {
    background: rgba(114, 101, 90, 0.08);
    color: #5f544b;
}

.language-switch + .nav-menu,
.language-switch + .mobile-nav {
    margin-left: 0;
}

.legal-header > .container {
    position: relative;
}

.legal-header .language-switch {
    position: absolute;
    top: 0;
    right: 24px;
    margin-left: 0;
}

@media (max-width: 1120px) {
    .language-switch {
        margin-left: auto;
    }
}

@media (max-width: 480px) {
    .language-switch {
        padding: 2px;
    }

    .language-switch a[aria-current="page"] {
        display: none;
    }

    .language-switch a {
        min-width: 34px;
        min-height: 34px;
        padding: 0 6px;
        font-size: 0.66rem;
    }

    .legal-header .language-switch {
        right: 16px;
    }
}
