/** Shopify CDN: Minification failed

Line 282:0 Unexpected "{"
Line 282:1 Expected identifier but found "%"
Line 283:0 Unexpected "<"
Line 312:0 Unexpected "<"
Line 347:0 Unexpected "<"
Line 352:0 Unexpected "<"
Line 380:0 Unexpected "<"

**/
/* =========================================================
   HOSS Pages — scoped & cleaned (v2)
   Notes:
   - Consolidates duplicate rules
   - Pricing table: uniform grid (1.5px) + bold group dividers (3px)
   - CTA row: "Learn more" + "Book now" on one line (desktop)
   - Minor tidy: comments, ordering, consistent variables
========================================================= */

.hoss-page{
  --hoss-gold:#e6d48a;
  --hoss-lime:#f4ff00;
  --hoss-orange:#f7941d;
  --text-0:#ffffff;
  --text-1:#e7e7e7;
  --text-2:#cfcfcf;
  --ink-soft:rgba(255,255,255,.12);
  --ink-softer:rgba(255,255,255,.08);
  --panel-alpha:.58;
  --radius-sm:10px;
  --radius-md:14px;
  --radius-lg:18px;
  --shadow-1:0 8px 24px rgba(0,0,0,.25);
  --shadow-2:0 12px 36px rgba(0,0,0,.35);
  --shadow-3:0 18px 40px rgba(0,0,0,.28);
}

.hoss-page .page-width{max-width:1100px;margin:0 auto;padding:40px 20px}

/* ---------- Hero ---------- */
.hoss-page .hoss-hero{position:relative;text-align:center}
.hoss-page .hoss-hero__media{position:relative;height:clamp(320px,48vh,560px);overflow:hidden}
.hoss-page .hoss-hero__media img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 45%;display:block}
@media (max-width:749px){.hoss-page .hoss-hero__media{height:clamp(240px,42vh,460px)}}
.hoss-page .hoss-hero__overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;padding:16px;color:var(--text-0);text-shadow:0 2px 10px rgba(0,0,0,.6);pointer-events:none}
.hoss-page .hoss-hero__overlay a{pointer-events:auto}
.hoss-page .hoss-hero__panel{background:rgba(0,0,0,var(--panel-alpha));border:1px solid var(--ink-soft);border-radius:var(--radius-md);padding:16px 22px;max-width:min(820px,92vw);display:inline-flex;flex-direction:column;align-items:center;gap:10px;box-shadow:var(--shadow-2);backdrop-filter:blur(4px);text-align:center}
.hoss-page .hoss-hero__panel h1{margin:0;line-height:1.08}
.hoss-page .hoss-hero__panel p{margin:4px 0 2px;color:var(--text-0);opacity:.95}

/* ---------- Buttons ---------- */
.hoss-page .btn-cta{display:inline-block;padding:12px 24px;border-radius:var(--radius-sm);font-weight:700;text-decoration:none;border:2px solid #000;box-shadow:var(--shadow-1)}
.hoss-page .btn-orange{background:var(--hoss-orange);color:#000}
.hoss-page .btn-outline{display:inline-block;padding:12px 18px;border:1px solid rgba(255,255,255,.22);border-radius:var(--radius-md);color:#fff;text-decoration:none;background:rgba(255,255,255,.02);transition:transform .06s ease,border-color .15s ease,background .15s ease}
.hoss-page .btn-outline:hover{transform:translateY(-1px);border-color:rgba(255,255,255,.45);background:rgba(255,255,255,.05)}
.hoss-page .btn-outline--bright{border-color:rgba(230,212,138,.55);color:#111;background:linear-gradient(180deg,var(--hoss-lime),var(--hoss-gold));font-weight:800;box-shadow:0 10px 28px rgba(0,0,0,.25)}
.hoss-page .btn-outline--bright:hover{background:linear-gradient(180deg,#fff86a,#f0df9e)}

/* ---------- Intro (stacked) ---------- */
.hoss-page .intro-card{max-width:980px;margin-inline:auto;background:radial-gradient(120% 120% at 0% 0%,rgba(255,255,255,.04) 0%,rgba(255,255,255,.02) 40%,rgba(255,255,255,0) 100%),#1b1b1b;border:1px solid var(--ink-softer);border-radius:var(--radius-lg);padding:28px 28px 22px;box-shadow:var(--shadow-3)}
.hoss-page .intro-eyebrow{font-size:11px;letter-spacing:.16em;text-transform:uppercase;color:var(--hoss-gold);margin:0 0 6px;opacity:.95}
.hoss-page .intro-headline{margin:0 0 6px;font-weight:800;letter-spacing:.005em;font-size:clamp(28px,2.1vw + 16px,40px);line-height:1.1}
.hoss-page .intro-lead{margin:0 0 14px;color:#dedede;font-size:clamp(16px,.45vw + 14px,19px);line-height:1.65;max-width:72ch}
.hoss-page .intro-stats{display:flex;flex-wrap:wrap;gap:10px;margin:8px 0 16px}
.hoss-page .intro-stats .chip{display:inline-flex;align-items:center;gap:6px;font-size:14px;color:#e9e9e9;font-weight:600;padding:6px 10px;border-radius:999px;border:1px solid var(--ink-soft);background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.03))}
.hoss-page .intro-stats .chip b{color:var(--hoss-gold);font-weight:800}
.hoss-page .intro-ctas{display:flex;flex-wrap:wrap;gap:10px;margin-top:6px}
@media (min-width:1100px){.hoss-page .intro-card{padding:32px 34px 24px}.hoss-page .intro-lead{max-width:72ch}}
@media (max-width:749px){.hoss-page .intro-card{padding:22px}.hoss-page .intro-headline{font-size:clamp(22px,5.2vw,30px)}.hoss-page .intro-lead{font-size:16px}}

/* ---------- Video ---------- */
.hoss-page .hoss-video.page-width{padding:24px 0}
.hoss-page .video-wrapper{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;background:transparent;border:1px solid var(--ink-soft);border-radius:var(--radius-md);box-shadow:0 12px 32px rgba(0,0,0,.28)}
.hoss-page .video-wrapper iframe,
.hoss-page .video-wrapper video{position:absolute;inset:0;width:100%;height:100%;border:0;background:transparent;object-fit:cover}

/* =========================================================
   PRICING — uniform grid + bold group dividers
========================================================= */
.hoss-page .hoss-pricing .pricing-table{overflow-x:auto}

/* Base table */
.hoss-page .hoss-price-table{
  width:100%;
  table-layout:fixed;
  border-collapse:separate;
  border-spacing:0;
  background:#121212;
  color:#fff;
  border:2px solid #565656;           /* outer frame */
  border-radius:12px;
  overflow:hidden;
  font-size:15px;
  font-variant-numeric:lining-nums;
}
.hoss-page .hoss-price-table th,
.hoss-page .hoss-price-table td{
  padding:10px 12px;
  border-right:1.5px solid #3a3a3a;   /* uniform grid */
  border-bottom:1.5px solid #3a3a3a;
  text-align:center;
  white-space:nowrap;
}
/* =========================================================
   PRICING — uniform grid + bold group dividers (fixed offset)
   ========================================================= */

/* Base table grid remains unchanged */
.hoss-page .hoss-price-table th,
.hoss-page .hoss-price-table td{
  padding:10px 12px;
  border-right:1.5px solid #3a3a3a;
  border-bottom:1.5px solid #3a3a3a;
  text-align:center;
  white-space:nowrap;
}

/* Corrected thick separators (shifted left by 1 column) */
.hoss-page .hoss-price-table thead tr:last-child th:nth-child(1),
.hoss-page .hoss-price-table tbody td:nth-child(1),
.hoss-page .hoss-price-table thead tr:last-child th:nth-child(2),
.hoss-page .hoss-price-table tbody td:nth-child(2),
.hoss-page .hoss-price-table thead tr:last-child th:nth-child(4),
.hoss-page .hoss-price-table tbody td:nth-child(4),
.hoss-page .hoss-price-table thead tr:last-child th:nth-child(6),
.hoss-page .hoss-price-table tbody td:nth-child(6),
.hoss-page .hoss-price-table thead tr:last-child th:nth-child(8),
.hoss-page .hoss-price-table tbody td:nth-child(8),
.hoss-page .hoss-price-table thead tr:last-child th:nth-child(10),
.hoss-page .hoss-price-table tbody td:nth-child(10){
  border-left:3px solid #6e6e6e!important;
}

/* Keep strong horizontal rule under STANDARD / MEMBER */
.hoss-page .hoss-price-table thead tr:last-child th{
  border-bottom:2px solid rgba(255,255,255,.28)!important;
}


/* Corrected thick separators (shifted left by 1 column) */
.hoss-page .hoss-price-table thead tr:last-child th:nth-child(1),
.hoss-page .hoss-price-table tbody td:nth-child(1),
.hoss-page .hoss-price-table thead tr:last-child th:nth-child(2),
.hoss-page .hoss-price-table tbody td:nth-child(2),
.hoss-page .hoss-price-table thead tr:last-child th:nth-child(4),
.hoss-page .hoss-price-table tbody td:nth-child(4),
.hoss-page .hoss-price-table thead tr:last-child th:nth-child(6),
.hoss-page .hoss-price-table tbody td:nth-child(6),
.hoss-page .hoss-price-table thead tr:last-child th:nth-child(8),
.hoss-page .hoss-price-table tbody td:nth-child(8),
.hoss-page .hoss-price-table thead tr:last-child th:nth-child(10),
.hoss-page .hoss-price-table tbody td:nth-child(10){
  border-left:3px solid #6e6e6e!important;
}

/* Keep strong horizontal rule under STANDARD / MEMBER */
.hoss-page .hoss-price-table thead tr:last-child th{
  border-bottom:2px solid rgba(255,255,255,.28)!important;
}

/* Head rows */
.hoss-page .hoss-price-table thead th{background:linear-gradient(#1e1e1e,#141414);font-weight:800;position:relative}
.hoss-page .hoss-price-table thead tr:first-child th:first-child{width:160px;white-space:normal;word-break:break-word;text-align:left;line-height:1.2;padding:14px}

/* STANDARD / MEMBER row: strong bottom rule */
.hoss-page .hoss-price-table thead tr:last-child th{font-size:11px;text-transform:uppercase;letter-spacing:.3px;background:#0f0f0f;border-bottom:2px solid rgba(255,255,255,.28)}

/* Sticky first column in body */
.hoss-page .hoss-price-table tbody th{width:160px;text-align:left;white-space:nowrap;font-size:16px;position:sticky;left:0;background:#141414;z-index:1;border-right:3px solid #6e6e6e}
.hoss-page .hoss-price-table tbody tr:nth-child(even) td{background:#101010}
.hoss-page .hoss-price-table td.member{color:var(--hoss-gold);font-weight:800;letter-spacing:.1px}

@media (max-width:1280px){
  .hoss-page .hoss-price-table{font-size:14px}
  .hoss-page .hoss-price-table th,.hoss-page .hoss-price-table td{padding:8px}
  .hoss-page .hoss-price-table thead tr:first-child th:first-child,
  .hoss-page .hoss-price-table tbody th{width:148px}
}

/* Group dividers BEFORE Bronze, Bronze Plus, Silver, Gold, Platinum */
/* Header row 1 (group titles using ::before for clean overlay) */
.hoss-page .hoss-price-table thead tr:first-child th:nth-child(2)::before,
.hoss-page .hoss-price-table thead tr:first-child th:nth-child(3)::before,
.hoss-page .hoss-price-table thead tr:first-child th:nth-child(4)::before,
.hoss-page .hoss-price-table thead tr:first-child th:nth-child(5)::before,
.hoss-page .hoss-price-table thead tr:first-child th:nth-child(6)::before{
  content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:#6e6e6e;
}
/* Header row 2 (STANDARD/MEMBER) */
.hoss-page .hoss-price-table thead tr:last-child th:nth-child(2),
.hoss-page .hoss-price-table thead tr:last-child th:nth-child(4),
.hoss-page .hoss-price-table thead tr:last-child th:nth-child(6),
.hoss-page .hoss-price-table thead tr:last-child th:nth-child(8),
.hoss-page .hoss-price-table thead tr:last-child th:nth-child(10){
  border-left:3px solid #6e6e6e;
}
/* Body rows */
.hoss-page .hoss-price-table tbody td:nth-child(2),
.hoss-page .hoss-price-table tbody td:nth-child(4),
.hoss-page .hoss-price-table tbody td:nth-child(6),
.hoss-page .hoss-price-table tbody td:nth-child(8),
.hoss-page .hoss-price-table tbody td:nth-child(10){
  border-left:3px solid #6e6e6e;
}

/* CTA row below table */
.hoss-page .hoss-price-cta{display:flex;align-items:center;gap:16px;margin:18px 0 6px;flex-wrap:wrap}
.hoss-page .hoss-price-cta__msg{margin:0;color:var(--text-2);font-size:1.05rem}
@media (min-width:721px){.hoss-page .hoss-price-cta{justify-content:space-between}.hoss-page .hoss-price-cta__actions{margin-left:auto;display:flex;gap:12px}}
@media (max-width:720px){.hoss-page .hoss-price-cta .spacer{display:none}}

/* CTA buttons */
.hoss-page .btn-line{display:inline-block;padding:10px 18px;border:2px solid #cfcfcf;border-radius:10px;font-weight:700;color:#fff;text-decoration:none;transition:transform .15s ease,background .15s ease,color .15s ease,border-color .15s ease}
.hoss-page .btn-line:hover{transform:translateY(-1px);border-color:#fff;color:#000;background:#fff}
.hoss-page .btn-book{display:inline-block;padding:12px 22px;border-radius:999px;font-weight:800;text-decoration:none;background:var(--hoss-lime);color:#000;border:2px solid #000;box-shadow:0 0 0 0 rgba(244,255,0,.0),0 10px 36px rgba(0,0,0,.35);transition:box-shadow .2s ease,transform .15s ease}
.hoss-page .btn-book:hover{transform:translateY(-1px);box-shadow:0 0 24px 6px rgba(244,255,0,.35),0 14px 40px rgba(0,0,0,.45)}

/* ---------- Sim cards ---------- */
.hoss-page .sim-carousel{display:flex;gap:20px;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:8px}
.hoss-page .sim-carousel::-webkit-scrollbar{height:8px}
.hoss-page .sim-carousel::-webkit-scrollbar-thumb{background:#444;border-radius:8px}
.hoss-page .sim-card{min-width:240px;background:#111;color:#fff;border-radius:var(--radius-md);padding:16px;text-align:center;scroll-snap-align:start;box-shadow:var(--shadow-1)}
.hoss-page .sim-card img{width:100%;height:160px;object-fit:cover;border-radius:10px;margin-bottom:10px;transition:transform .4s;background:#1a1a1a}
.hoss-page .sim-card:hover img{transform:scale(1.06)}

/* ---------- Gallery ---------- */
.hoss-page .gallery-scroll{display:flex;gap:16px;overflow-x:auto}
.hoss-page .gallery-scroll::-webkit-scrollbar{height:8px}
.hoss-page .gallery-scroll::-webkit-scrollbar-thumb{background:#444;border-radius:8px}
.hoss-page .gallery-item img{width:280px;height:160px;object-fit:cover;border-radius:12px;background:#1a1a1a}
.hoss-page .gallery-item figcaption{margin-top:6px;font-size:14px;color:#ddd;text-align:center}

/* ---------- CTA block ---------- */
.hoss-page .hoss-cta{text-align:center;padding:50px 20px;background:linear-gradient(180deg,rgba(0,0,0,.2),rgba(0,0,0,.5));color:var(--text-0);border-radius:0;box-shadow:none}
.hoss-page .hoss-cta h2{margin:0 0 6px}
.hoss-page .hoss-cta p{margin:0 0 14px}

/* ---------- A11y focus ---------- */
.hoss-page a:focus-visible{outline:2px solid var(--hoss-gold);outline-offset:2px;border-radius:12px}

/* ---------- Leaderboards ---------- */
.hoss-page .hoss-leaders.page-width{max-width:1280px}
.hoss-page .leaders-card{background:radial-gradient(120% 120% at 0% 0%,rgba(255,255,255,.04) 0%,rgba(255,255,255,.02) 40%,rgba(255,255,255,0) 100%),#1b1b1b;border:1px solid rgba(255,255,255,.08);border-radius:18px;padding:18px 18px 16px;box-shadow:0 18px 40px rgba(0,0,0,.28)}
.hoss-page .leaders-grid{display:grid;grid-template-columns:1fr;gap:22px;margin-top:14px}
@media (min-width:860px){.hoss-page .leaders-grid{grid-template-columns:repeat(2,1fr);gap:22px}}

.hoss-page .leader-card{display:flex;flex-direction:column;border:1px solid rgba(255,255,255,.10);border-radius:16px;overflow:hidden;background:#121212;box-shadow:0 14px 36px rgba(0,0,0,.25)}
.hoss-page .leader-media--poster{height:auto;aspect-ratio:3/4;padding:0;background:#0e0e0e}
@media (min-width:1100px){.hoss-page .leader-media--poster{aspect-ratio:4/5}}
.hoss-page .leader-media--poster img{width:100%;height:100%;object-fit:contain;border-radius:8px}

.hoss-page .leader-body{padding:16px 18px 22px;flex:1;display:flex;flex-direction:column;justify-content:space-between}
.hoss-page .leader-title{text-align:center;font-size:22px;font-weight:800;margin:10px 0 8px}
.hoss-page .leader-stats--meta{display:flex;flex-wrap:wrap;gap:8px;margin:4px 0 10px;justify-content:center}
.hoss-page .chip--meta{line-height:1.2;height:auto;font-size:13px;padding:6px 10px;color:#e9e9e9;border-radius:999px;border:1px solid rgba(255,255,255,.12);background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.03))}
.hoss-page .chip--meta b{color:var(--hoss-gold);font-weight:800}
.leader-footer{display:flex;flex-direction:column;align-items:center;gap:12px;margin-top:12px}
.hoss-page .leader-ctas .btn-outline--bright{font-size:16px;padding:14px 20px}

/* ---------- Alignment normalization ---------- */
.hoss-page .page-width>h2{text-align:left}
.hoss-page .hoss-intro .intro-eyebrow,
.hoss-page .hoss-intro .intro-headline,
.hoss-page .hoss-intro .intro-lead{text-align:left;margin-left:0;margin-right:auto}
.hoss-page .hoss-intro .intro-stats,
.hoss-page .hoss-intro .intro-ctas{justify-content:center;text-align:center}
.hoss-page .hoss-video>h2,
.hoss-page .hoss-sims>h2,
.hoss-page .hoss-pricing>h2,
.hoss-page .hoss-sessions>h2,
.hoss-page .hoss-tips>h2,
.hoss-page .hoss-gallery>h2{text-align:left}
.hoss-page .hoss-leaders .intro-eyebrow,
.hoss-page .hoss-leaders .intro-headline,
.hoss-page .hoss-leaders .intro-lead{text-align:center;margin-left:auto;margin-right:auto}

.hoss-page .leaders-hook{font-size:18px;font-weight:500;margin:20px 0 28px;color:#f5f5f5;text-align:center}
.hoss-page .leaders-hook .fast8{color:#f7941d;font-weight:700}

@media (max-width:749px){.leader-card{text-align:center}.leader-title{margin-bottom:8px}}
{%- endcomment -%}
<style>
.simsel{--surface:#0f1114;--mute:#aab0b7;--line:rgba(255,255,255,.08);--ring:rgba(247,148,29,.35)}
.simsel__head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:18px}
.simsel__tabs{display:flex;flex-wrap:wrap;gap:10px}
.simsel__tab{appearance:none;border:1px solid var(--line);background:rgba(255,255,255,.03);color:#fff;padding:10px 14px;border-radius:999px;font-weight:700;letter-spacing:.2px;cursor:pointer;transition:transform .15s ease, box-shadow .2s ease, background .2s ease}
.simsel__tab .simsel__dot{display:inline-block;width:8px;height:8px;border-radius:999px;margin-right:8px;background:currentColor;opacity:.6}
.simsel__tab[aria-selected="true"]{background:rgba(247,148,29,.12);box-shadow:0 0 0 4px var(--ring)}
.simsel__tab:hover{transform:translateY(-1px)}


.simsel__body{display:grid;grid-template-columns:1.2fr .8fr;gap:24px;padding:18px;background:linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02));border:1px solid var(--line);border-radius:18px}
.simsel__title{margin:0 0 6px;font-size:28px;line-height:1.1}
.simsel__tag{margin:0 0 14px;color:var(--mute)}
.simsel__actions{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:14px}
.simsel__features{list-style:none;margin:0;padding:0;display:grid;gap:10px}
.simsel__feat{display:flex;align-items:flex-start;gap:10px;padding:10px 12px;border:1px dashed var(--line);border-radius:12px;transition:background .2s ease, border-color .2s ease}
.simsel__feat .bullet{width:6px;height:6px;border-radius:999px;background:#f7941d;margin-top:8px;opacity:.9}
.simsel__feat:hover{background:rgba(247,148,29,.08);border-color:rgba(247,148,29,.35)}


.simsel__preview{position:relative;overflow:hidden;border-radius:16px;border:1px solid var(--line);aspect-ratio:4/3}
.simsel__preview img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .35s ease}
.simsel__feat:hover ~ .simsel__preview img,.simsel__preview:hover img{transform:scale(1.02)}
.simsel__preview figcaption{position:absolute;left:10px;bottom:10px;font-size:12px;color:#fff;background:rgba(0,0,0,.45);padding:6px 8px;border-radius:8px}


@media (max-width: 989px){
.simsel__body{grid-template-columns:1fr;}
}
</style>
/* =====================================
   HOSS Sim Selector (Tabbed) — CSS
   Paste this entire block at the END of assets/hoss-pages.css
   Safe, namespaced (won't affect other sections)
   ===================================== */

.simsel{--surface:#0f1114;--mute:#aab0b7;--line:rgba(255,255,255,.08);--ring:rgba(247,148,29,.35)}
.simsel__head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:18px}
.simsel__tabs{display:flex;flex-wrap:wrap;gap:10px}
.simsel__tab{appearance:none;border:1px solid var(--line);background:rgba(255,255,255,.03);color:#fff;padding:10px 14px;border-radius:999px;font-weight:700;letter-spacing:.2px;cursor:pointer;transition:transform .15s ease, box-shadow .2s ease, background .2s ease}
.simsel__tab .simsel__dot{display:inline-block;width:8px;height:8px;border-radius:999px;margin-right:8px;background:currentColor;opacity:.6}
.simsel__tab[aria-selected="true"]{background:rgba(247,148,29,.12);box-shadow:0 0 0 4px var(--ring)}
.simsel__tab:hover{transform:translateY(-1px)}

.simsel__body{display:grid;grid-template-columns:1.2fr .8fr;gap:24px;padding:18px;background:linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02));border:1px solid var(--line);border-radius:18px}
.simsel__title{margin:0 0 6px;font-size:28px;line-height:1.1}
.simsel__tag{margin:0 0 14px;color:var(--mute)}
.simsel__actions{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:14px}
.simsel__features{list-style:none;margin:0;padding:0;display:grid;gap:10px}
.simsel__feat{display:flex;align-items:flex-start;gap:10px;padding:10px 12px;border:1px dashed var(--line);border-radius:12px;transition:background .2s ease, border-color .2s ease}
.simsel__feat .bullet{width:6px;height:6px;border-radius:999px;background:#f7941d;margin-top:8px;opacity:.9}
.simsel__feat:hover{background:rgba(247,148,29,.08);border-color:rgba(247,148,29,.35)}

.simsel__preview{position:relative;overflow:hidden;border-radius:16px;border:1px solid var(--line);aspect-ratio:4/3}
.simsel__preview img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .35s ease}
.simsel__preview figcaption{position:absolute;left:10px;bottom:10px;font-size:12px;color:#fff;background:rgba(0,0,0,.45);padding:6px 8px;border-radius:8px}

/* Subtle hover zoom when preview is interacted with or a feature is hovered */
.simsel__preview:hover img{transform:scale(1.02)}

/* Responsive */
@media (max-width: 989px){
  .simsel__body{grid-template-columns:1fr}
}
<style id="leaders-footnote-center">
  .hoss-leaders .leaders-footnote{
    text-align: center;
    margin-top: 10px;   /* tweak if you want more/less space */
  }
</style>
<style id="hoss-anchor-css">
  .hoss-anchor{
    position: sticky;
    top: var(--hoss-fixed-offset, 72px);
    z-index: 8;
    display:flex; gap:10px;
    padding:10px clamp(12px,3vw,28px);
    background: linear-gradient(180deg, rgba(10,12,15,.78), rgba(10,12,15,.62));
    border-top:1px solid rgba(255,255,255,.06);
    border-bottom:1px solid rgba(255,255,255,.08);
    backdrop-filter: blur(8px);
    overflow:auto; scrollbar-width:none;
  }
  .hoss-anchor::-webkit-scrollbar{display:none}
  .hoss-anchor a{
    white-space:nowrap;
    text-decoration:none; color:#fff; opacity:.92;
    padding:10px 14px; border-radius:999px;
    border:1px solid rgba(255,255,255,.14);
    font-weight:700; letter-spacing:.15px;
  }
  .hoss-anchor a:hover{background:rgba(255,255,255,.10)}
  .hoss-anchor a.is-active{
    color:#f4ff00;
    border-color:#f4ff00;
    box-shadow: 0 0 0 2px rgba(244,255,0,.25) inset;
  }
</style>

