.woh-language-switcher {
    display: flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
}

.woh-language-switcher a {
    color: inherit;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1;
    text-decoration: none;
    opacity: 0.55;
    transition: opacity 0.2s ease;
}

.woh-language-switcher a:hover,
.woh-language-switcher a:focus-visible,
.woh-language-switcher a.is-active {
    opacity: 1;
}

.woh-language-switcher a:focus-visible {
    outline: 2px solid currentColor;
    outline-offset: 3px;
}

.woh-language-switcher span {
    font-size: 12px;
    opacity: 0.35;
}
