.lang-picker{display:flex;margin:16px auto 0;width:calc(100% - 32px);max-width:360px;gap:6px}.lang-picker__option{flex:1;padding:12px 8px;border:1px solid var(--ink-200, #e5e7eb);border-radius:999px;background:var(--surface, #fff);color:var(--wa-text, #111827);font:inherit;font-weight:600;font-size:.95rem;cursor:pointer;transition:background .12s ease,color .12s ease,border-color .12s ease}.lang-picker__option[aria-pressed=true]{background:var(--wa-primary, #00a884);border-color:var(--wa-primary, #00a884);color:#fff}.lang-picker__option:focus-visible{outline:2px solid var(--wa-primary, #00a884);outline-offset:2px}
