.language-switcher[hidden]{display:none!important}
.language-switcher{display:flex;align-items:center;justify-content:center;gap:2px;align-self:center;color:var(--muted);white-space:nowrap}
.language-switcher button{min-width:36px;min-height:44px;padding:8px 4px;border:0;border-bottom:1px solid transparent;background:transparent;color:var(--muted);font:inherit;font-size:14px;cursor:pointer}
.language-switcher button[aria-pressed=true]{color:var(--plum-dark);border-bottom-color:var(--plum)}
.language-switcher button:hover{color:var(--plum)}
.language-switcher button:focus-visible{outline:2px solid var(--plum);outline-offset:3px;border-radius:3px}
@media(max-width:1100px){.language-switcher{justify-content:flex-start;grid-column:1/-1;padding:4px 8px;border-top:1px solid var(--line)}.language-switcher button{min-width:44px;font-size:16px}}
