.lang-switcher {
    display: inline-flex;
    align-items: center;
    gap: 2px;
    margin-right: 0.75rem;
    padding: 3px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.lang-switcher__btn {
    border: none;
    background: transparent;
    color: rgba(255, 255, 255, 0.55);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    padding: 0.35rem 0.55rem;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease;
    line-height: 1;
}

.lang-switcher__btn:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.08);
}

.lang-switcher__btn.active {
    color: #141414;
    background: #e8e8e8;
}

@media (max-width: 991.98px) {
    #aisekLangSwitcher {
        padding: 0.5rem 0.25rem;
    }

    .lang-switcher {
        margin-right: 0;
    }
}
