.language-switch { display:flex; gap:5px; flex-wrap:wrap; margin-left:auto; }
.language-switch a { color:var(--muted); border:1px solid var(--border); border-radius:5px; padding:3px 6px; font-size:.76rem; font-weight:700; text-decoration:none; }
.language-switch a[aria-current="page"] { color:var(--gold-light); border-color:var(--gold-light); }
.language-switch a:hover { color:var(--gold-light); }
.language-suggestion { background:#1b2232; border-bottom:1px solid var(--gold-light); color:#fff; font-size:.86rem; }
.language-suggestion[hidden] { display:none; }
.language-suggestion .container { display:flex; align-items:center; justify-content:space-between; padding-top:6px; padding-bottom:6px; }
.language-suggestion a { color:var(--gold-light); font-weight:700; }
.language-suggestion button { border:0; background:transparent; color:#fff; font-size:1.1rem; cursor:pointer; }
@media(max-width:900px) { .nav { flex-wrap:wrap; } .language-switch { margin-left:0; } }
