/* Phase 2 language switcher */
.lang-switcher-slot{margin-left:auto;margin-right:16px;display:flex;align-items:center}
.lang-switcher-select{border:1px solid var(--line);border-radius:999px;background:#fff;color:var(--ink);font-weight:800;font-size:12px;padding:7px 12px;cursor:pointer;appearance:none;-webkit-appearance:none}
.lang-switcher-select:hover,.lang-switcher-select:focus{border-color:var(--teal);outline:none}
@media(max-width:600px){.lang-switcher-slot{margin-right:10px}.lang-switcher-select{font-size:11px;padding:6px 9px}}
