/* Language switcher for the station navigation. Layout-neutral, inherits theme colours. */
.lang-switch{display:inline-flex;align-items:center;gap:.3rem;margin-left:.5rem}
.lang-switch .lang-label{font-size:.62rem;letter-spacing:.14em;opacity:.55}
.lang-select{
  font:inherit;
  font-size:.66rem;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:inherit;
  background:transparent;
  border:1px solid currentColor;
  border-radius:3px;
  padding:.12rem .35rem;
  cursor:pointer;
  appearance:none;
  -webkit-appearance:none;
}
.lang-select:hover,.lang-select:focus-visible{opacity:.8}
.lang-select:focus-visible{outline:2px solid currentColor;outline-offset:2px}
.lang-select option{color:#111;background:#e8e2d4}
@media(max-width:760px){.lang-switch{margin-left:0}}
