.language-switcher {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    margin-left: 50px;
    padding: 3px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 6px;
}

.language-switcher__link {
    min-width: 36px;
    padding: 6px 9px;
    border-radius: 4px;
    color: inherit;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}

.language-switcher__link.is-active {
    background: #fff;
    color: #111;
}

.header__links .language-switcher {
    margin: 14px 0 0;
}

.header__links .language-switcher__link.is-active {
    background: #111;
    color: #fff;
}

.language-switcher--standalone {
    position: fixed;
    top: 18px;
    right: 18px;
    z-index: 1000;
    margin-left: 0;
    background: rgba(24, 24, 24, 0.78);
    color: #fff;
}
