/* PAR24 multilingual foundation V131 */
.lang-switch {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 3px;
    border: 1px solid rgba(16, 24, 40, 0.08);
    background: rgba(255,255,255,0.78);
    border-radius: 999px;
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.04);
}
.lang-switch__item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 30px;
    height: 28px;
    padding: 0 8px;
    border-radius: 999px;
    color: #475569;
    font-size: 11px;
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
    letter-spacing: .03em;
}
.lang-switch__item:hover {
    color: #0f172a;
    background: rgba(37, 99, 235, 0.08);
}
.lang-switch__item.is-active {
    color: #fff;
    background: #2563eb;
}
.nav-actions--v73 {
    gap: 8px;
}
@media (max-width: 980px) {
    .lang-switch {
        order: 5;
    }
    .lang-switch__item {
        min-width: 34px;
        height: 30px;
    }
}
