.menu-footer { justify-content:space-between; gap:24px; }
.language-switch { display:flex; align-items:center; gap:0; font-size:11.25px; letter-spacing:.05em; }
.language-switch button { font:inherit; color:inherit; background:none; border:0; padding:10px 6px; min-width:32px; min-height:44px; cursor:pointer; }
.language-switch button[aria-pressed="true"] { color:var(--ink); text-decoration:underline; text-underline-offset:5px; }
.language-switch button:focus-visible { outline:1px solid currentColor; outline-offset:2px; }

/* Keep the language choice visible as soon as the menu opens. */
.dialog-header .language-switch { margin-left:auto; margin-right:24px; flex-shrink:0; }
@media(max-width:540px) { .dialog-header .language-switch { margin-right:10px; gap:0; font-size:10.5px; } }

@media(pointer:coarse) { .language-switch button { min-width:44px; } }
