.lang-switcher {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    margin-inline-end: 0.75rem;
    white-space: nowrap;
}

.lang-switcher__btn {
    color: inherit;
    text-decoration: none;
    font-size: 0.85rem;
    font-weight: 600;
    opacity: 0.55;
    padding: 0.15rem 0.2rem;
    line-height: 1;
}

.lang-switcher__btn:hover,
.lang-switcher__btn.is-active {
    opacity: 1;
}

.lang-switcher__sep {
    opacity: 0.35;
    font-size: 0.85rem;
    line-height: 1;
}
