
/* Failsafe LK tabs & layout overrides */
.lk-tabs{display:flex;gap:12px;justify-content:center;margin:16px auto 20px;position:relative;z-index:5;pointer-events:auto;max-width:1100px}
.lk-tab{padding:10px 18px;border-radius:999px;background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.22);cursor:pointer;font-weight:600}
.lk-tab:hover{background:rgba(255,255,255,.18)}
.lk-tab.active{background:rgba(255,255,255,.28)}
.lk-panel{max-width:1100px;margin:0 auto}
#embedded-shop{margin-top:10px}
/* Hide duplicate top hero title if present */
.hero h1, .page-title, main section:first-of-type > h1 { display:none !important; }
