
/* Universal top-center language pills */
.hl-pills{position:sticky;top:10px;display:flex;justify-content:center;z-index:1000;margin:6px 0 10px 0}
.hl-pills-inner{display:inline-flex;border:2px solid #e5e7eb;border-radius:16px;background:#fff;box-shadow:0 8px 24px rgba(0,0,0,.08);overflow:hidden}
.hl-pills button{padding:10px 18px;border:0;background:transparent;font-weight:700;cursor:pointer}
.hl-pills button.active{background:#eef2ff;color:#111}
.hl-pills button:focus{outline:2px solid #0ea5e9;outline-offset:-2px}
@media (max-width:640px){ .hl-pills{top:6px} .hl-pills button{padding:8px 14px} }
