/* Compact language links, using the existing site's colours and typography. */
.header .language-switch{display:flex!important;align-items:center;gap:4px;flex-shrink:0;margin-left:8px}
.language-switch a{display:inline-flex;align-items:center;justify-content:center;min-width:36px;min-height:40px;padding:4px 7px;border:1px solid currentColor;border-radius:4px;font-size:12px;line-height:1;font-weight:600;text-decoration:none}
.language-switch a[aria-current=page]{background:#d7e9b3;color:#14251f;border-color:#d7e9b3}
.language-switch a:focus-visible{outline:2px solid currentColor;outline-offset:3px}
@media(max-width:600px){.header .language-switch{margin-left:auto;gap:3px}.guide-page .header{flex-wrap:wrap;gap:10px}.guide-page .header>nav:not(.language-switch){order:3;width:100%;justify-content:center}.language-switch a{min-width:34px}.header{gap:10px}}
