.language-switcher__form {
    margin: 0;
}

.language-switcher__segmented {
    display: inline-flex;
    align-items: center;
    padding: 2px;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 6px;
    background: rgba(8, 12, 22, .34);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05);
}

.language-switcher__button {
    min-width: 36px;
    height: 28px;
    padding: 0 9px;
    border: 0;
    background: transparent;
    color: rgba(255, 255, 255, .64);
    border-radius: 4px;
    cursor: pointer;
    font-size: 11px;
    font-weight: 700;
    line-height: 28px;
    text-align: center;
    transition: background-color .16s ease, color .16s ease, box-shadow .16s ease;
}

.language-switcher__button:hover,
.language-switcher__button:focus {
    color: #fff;
    outline: 0;
}

.language-switcher__button:focus-visible {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, .28);
}

.language-switcher__button.active {
    background: rgba(255, 255, 255, .92);
    color: #202432;
    box-shadow: 0 1px 6px rgba(0, 0, 0, .22);
}

.language-switcher--nav {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 0 8px;
}

.language-switcher--nav .language-switcher__icon {
    color: rgba(255, 255, 255, .54);
    font-size: 28px;
    line-height: 1;
}

@media (max-width: 575.98px) {
    .language-switcher--nav {
        padding: 8px 0;
    }
}
