/* ============================================================================
   ACQUIRY DEAL INTELLIGENCE — PRIVATE GAMING VISUAL SYSTEM
   Applied when html.pg-visual is set. Does not restyle Baldwin / Stripe shells.
   Brand tokens remain Acquiry (--navy, --blue, Newsreader / Poppins / Rubik).
   ========================================================================== */

html.pg-visual{
  --text-xs:.75rem;
  --text-sm:.875rem;
  --text-base:1.063rem;
  --text-lg:1.25rem;
  --text-xl:1.5rem;
  --text-2xl:2.25rem;
  --lh-tight:1.25;
  --lh-snug:1.4;
  --lh-relaxed:1.65;

  --space-1:.5rem;
  --space-2:1rem;
  --space-3:1.5rem;
  --space-4:2rem;
  --space-5:4rem;

  --color-bg-canvas:var(--paper);
  --color-bg-surface:var(--soft-2);
  --color-bg-accent:var(--blue-pale);
  --color-border-subtle:var(--line-2);
  --color-border-muted:var(--line);
  --color-text-primary:var(--ink);
  --color-text-secondary:#3d4756;
  --color-brand-primary:var(--blue);

  --muted:#3d4756;
  --muted-2:#4a5564;
  --measure:760px;
}

html.pg-visual body{
  font-size:var(--text-base);
  line-height:var(--lh-relaxed);
  background:var(--color-bg-canvas);
  color:var(--color-text-primary);
}

html.pg-visual .no-break{white-space:nowrap}
html.pg-visual .num,
html.pg-visual .col-numeric,
html.pg-visual [data-count],
html.pg-visual .pg-metric .v,
html.pg-visual .bstat .v,
html.pg-visual .tid .v.sm{
  font-variant-numeric:tabular-nums;
  font-feature-settings:"tnum";
}

/* ---- typography rhythm --------------------------------------------- */
html.pg-visual h1.hl{
  margin:0 0 var(--space-3);
  font-size:clamp(1.85rem, 4.2vw, 3.35rem);
  line-height:1.12;
}
html.pg-visual .standfirst,
html.pg-visual .news-lead{
  max-width:42rem;
  font-size:1.125rem;
  line-height:1.55;
  margin:0 0 var(--space-3);
}
html.pg-visual .news-lead{
  max-width:var(--measure);
  font-size:1.125rem;
  line-height:1.58;
  color:var(--ink);
}
html.pg-visual .news-lead .dateline{
  font-family:var(--sans);
  font-weight:700;
  letter-spacing:.04em;
  text-transform:uppercase;
  font-size:var(--text-sm);
  color:var(--navy);
}
html.pg-visual a.premium-source-anchor,
html.pg-visual a.premium-internal-link{
  color:var(--blue);
  text-decoration:none;
  border-bottom:1px solid rgba(8,106,216,.35);
}
html.pg-visual a.premium-source-anchor:hover,
html.pg-visual a.premium-internal-link:hover{border-bottom-color:var(--blue)}
html.pg-visual .seo-box{
  margin:0 0 var(--space-4);
  border:1px solid var(--color-border-muted);
  background:var(--color-bg-surface);
}
html.pg-visual .seo-box caption{
  text-align:left;
  font-family:var(--sans);
  font-weight:650;
  font-size:var(--text-sm);
  color:var(--navy);
  padding:12px 16px 0;
}
html.pg-visual .seo-box th.col-text{
  width:34%;
  color:var(--color-text-secondary);
  font-weight:600;
}
html.pg-visual .seo-box td.col-numeric{text-align:right;font-variant-numeric:tabular-nums}
html.pg-visual .institutional-source-ledger .lg{
  align-items:start;
}
html.pg-visual .ledger-tag{
  font-size:10px;
  letter-spacing:.08em;
  text-transform:uppercase;
  font-weight:700;
  color:var(--navy);
  white-space:nowrap;
}
html.pg-visual .ledger-date{
  font-variant-numeric:tabular-nums;
  color:var(--color-text-secondary);
  font-size:var(--text-sm);
  white-space:nowrap;
}
html.pg-visual sup.citation{display:none !important} /* conversational anchors replace footnote glyphs */
html.pg-visual .sr-only{
  position:absolute !important;
  width:1px !important;
  height:1px !important;
  padding:0 !important;
  margin:-1px !important;
  overflow:hidden !important;
  clip:rect(0,0,0,0) !important;
  white-space:nowrap !important;
  border:0 !important;
}
html.pg-visual .sec-h .sec-n{display:none} /* H2 already carries the section number */
html.pg-visual .seo-box.tbl table{width:100%}
html.pg-visual .seo-box tbody th{text-align:left;font-weight:600;width:32%}
html.pg-visual .seo-box tbody td.col-text{text-align:left}
html.pg-visual .seo-box tbody td.col-numeric{text-align:right;white-space:nowrap}
@media (max-width:767px){
  html.pg-visual .seo-box thead{display:none}
  html.pg-visual .seo-box table,
  html.pg-visual .seo-box tbody,
  html.pg-visual .seo-box tr,
  html.pg-visual .seo-box th,
  html.pg-visual .seo-box td{display:block;width:100%}
  html.pg-visual .seo-box tbody th{
    width:auto;
    padding-bottom:2px;
    border-bottom:none;
    font-size:var(--text-xs);
    letter-spacing:.08em;
    text-transform:uppercase;
  }
  html.pg-visual .seo-box tbody td,
  html.pg-visual .seo-box tbody td.col-numeric{
    text-align:left;
    white-space:normal;
    padding-top:0;
    font-weight:600;
    color:var(--navy);
  }
  html.pg-visual .seo-box tbody tr{border-bottom:1px solid var(--color-border-subtle);padding:8px 0}
}
html.pg-visual .institutional-source-ledger{
  margin:var(--space-5) 0 0;
  border-top:1px solid var(--color-border-muted);
  padding-top:var(--space-4);
}
html.pg-visual .institutional-source-ledger .ledger-heading{
  font-family:var(--sans);
  font-size:var(--text-xs);
  letter-spacing:.14em;
  text-transform:uppercase;
  font-weight:700;
  color:var(--navy);
  margin:0 0 var(--space-3);
}
html.pg-visual .institutional-source-ledger .lg{
  display:grid;
  grid-template-columns:2.25rem 7.5rem 6.5rem 1fr auto auto;
  gap:10px 14px;
  align-items:center;
  padding:10px 0;
  border-bottom:1px solid var(--color-border-subtle);
  font-size:var(--text-sm);
}
html.pg-visual .ledger-tag{
  display:inline-block;
  padding:2px 7px;
  border:1px solid var(--color-border-muted);
  background:var(--color-bg-surface);
}
html.pg-visual .tag-sec{border-color:#c5d4e8;color:#0d3a6e}
html.pg-visual .tag-press{border-color:#ead7a8;color:#6a4c12}
html.pg-visual .src-action{
  font-family:var(--sans);
  font-size:var(--text-xs);
  letter-spacing:.06em;
  text-transform:uppercase;
  font-weight:700;
  color:var(--blue);
  text-decoration:none;
  white-space:nowrap;
}
html.pg-visual .hook{display:block;height:0;overflow:hidden}
html.pg-visual h2.sec-t{
  margin-top:0;
  margin-bottom:var(--space-3);
  font-size:clamp(1.5rem, 2.4vw, var(--text-2xl));
  line-height:var(--lh-tight);
}
html.pg-visual h3.sub-t{
  margin-top:var(--space-4);
  margin-bottom:var(--space-2);
  font-size:var(--text-lg);
  line-height:var(--lh-snug);
}
html.pg-visual .main p{
  margin:0 0 var(--space-3);
  font-size:var(--text-base);
  line-height:var(--lh-relaxed);
}
html.pg-visual .sec{margin:0 0 var(--space-5)}
html.pg-visual .sec-h{margin-bottom:var(--space-3)}
html.pg-visual .sec-n{
  font-size:var(--text-xs);
  letter-spacing:.14em;
  margin-bottom:var(--space-2);
}

/* Comfortable reading column; wide visuals break out */
html.pg-visual .shell:not(.is-wide) > .main{max-width:var(--measure)}
html.pg-visual .pg-wide,
html.pg-visual .premium-editorial-figure,
html.pg-visual .tbl,
html.pg-visual .fig,
html.pg-visual .combo-visual,
html.pg-visual .before-after,
html.pg-visual .pg-stack,
html.pg-visual .pg-flow,
html.pg-visual .pg-geo,
html.pg-visual .pg-timeline,
html.pg-visual .pg-trends,
html.pg-visual .pg-matrix,
html.pg-visual .gets-better,
html.pg-visual .bstats,
html.pg-visual .wl{
  max-width:none;
}

/* ---- ATF: Betsson-uniform chrome (brk, hero-grid + tid, strip, knb) -- */
html.pg-visual .hero-in{padding:88px 0 26px}
html.pg-visual .hero-grid{grid-template-columns:1fr 400px;gap:56px;max-width:none}
html.pg-visual .hero h1.hl{max-width:14.4em}
html.pg-visual .standfirst{max-width:35em}
html.pg-visual .kicker{
  font-size:var(--text-xs);
  letter-spacing:.14em;
  margin-bottom:var(--space-2);
}
html.pg-visual .byline{
  font-size:var(--text-sm);
  color:rgba(255,255,255,.78);
  gap:10px;
}
html.pg-visual .byline time{font-weight:600;color:#fff}
html.pg-visual time.meta-date-stamp{
  font-family:var(--sans);
  font-size:var(--text-sm);
  font-weight:600;
  letter-spacing:0;
  text-transform:none;
  color:#fff;
  white-space:nowrap;
  font-variant-numeric:tabular-nums;
}

/* Editorial intro (deal-answer) sits as prose, not a labelled module */
html.pg-visual .deal-answer{
  padding:var(--space-4) 0 var(--space-2);
  border-bottom:none;
  background:var(--paper);
}
html.pg-visual .deal-answer .kicker-mini{display:none}
html.pg-visual .deal-answer p{
  max-width:var(--measure);
  font-size:var(--text-base);
  line-height:var(--lh-relaxed);
  color:var(--ink);
}

html.pg-visual .deal-summary{
  padding:0 0 var(--space-3);
  background:transparent;
  border-bottom:none;
}
html.pg-visual .deal-summary .tbl{
  margin:0;
  border:1px solid var(--color-border-muted);
}
html.pg-visual .deal-summary caption{
  font-size:var(--text-sm);
  font-weight:600;
}
html.pg-visual .deal-summary th[scope="row"]{
  font-family:var(--sans);
  font-size:var(--text-sm);
  letter-spacing:0;
  text-transform:none;
  color:var(--color-text-secondary);
  white-space:normal;
}

/* ---- transaction identity strip ------------------------------------ */
html.pg-visual #tid-card.tid{
  /* Keep Betsson glass card on the navy hero. */
  max-width:none;
  margin:0;
}
html.pg-visual .pg-id-wrap,
html.pg-visual .ma-deal-identity-strip,
html.pg-visual .ma-deal-channels-bar{display:none !important}
html.pg-visual .pg-id-wrap-off{padding:0 0 var(--space-2)}
html.pg-visual #tid-card .tid-h{
  background:var(--color-bg-surface);
  border-bottom:1px solid var(--color-border-muted);
  padding:12px 20px;
}
html.pg-visual #tid-card .tid-h .k{
  font-family:var(--sans);
  font-size:var(--text-xs);
  letter-spacing:.12em;
  text-transform:uppercase;
  color:var(--color-text-secondary);
}
html.pg-visual #tid-card .tid-h .v,
html.pg-visual .pg-status{
  font-family:var(--sans);
  font-size:var(--text-sm);
  font-weight:600;
  letter-spacing:0;
  text-transform:none;
  color:var(--navy);
  background:var(--amber-pale);
  border:1px solid #ead7a8;
  padding:4px 10px;
  border-radius:999px;
  white-space:nowrap;
}
html.pg-visual #tid-card .tid-h .v i{display:none}
html.pg-visual #tid-card .tid-p{
  display:grid;
  grid-template-columns:1fr auto 1fr;
  gap:var(--space-2);
  align-items:center;
  padding:var(--space-3) 20px 16px;
}
html.pg-visual #tid-card .tid-party{display:flex;gap:12px;align-items:center}
html.pg-visual #tid-card .tid-mk{
  color:#fff;
  border-color:transparent;
}
html.pg-visual #tid-card .tid-mk.at{
  background:var(--navy);
  color:#fff;
}
html.pg-visual #tid-card .tid-nm .n{
  font-family:var(--display);
  font-size:1.55rem;
  font-weight:600;
  color:var(--navy) !important;
}
html.pg-visual #tid-card .tid-nm .r{
  font-size:var(--text-sm);
  letter-spacing:.04em;
  text-transform:uppercase;
  color:var(--color-text-secondary);
}
html.pg-visual #tid-card .tid-nm .m{
  font-size:var(--text-sm);
  color:var(--color-text-secondary);
}
html.pg-visual #tid-card .tid-arrow{
  display:flex;flex-direction:column;align-items:center;gap:6px;
  color:var(--blue);font-size:var(--text-xs);letter-spacing:.12em;text-transform:uppercase;
  font-weight:600;
}
html.pg-visual #tid-card .tid-arrow .ln{width:48px;height:1px;background:var(--blue)}
html.pg-visual #tid-card .tid-m{
  display:flex;flex-wrap:wrap;gap:8px 24px;
  padding:0 20px 16px;
  border-top:none;
}
html.pg-visual #tid-card .tid-m .c{
  border:none;padding:0;background:transparent;
}
html.pg-visual #tid-card .tid-m .k{
  font-size:var(--text-xs);
  letter-spacing:.08em;
  text-transform:uppercase;
  color:var(--color-text-secondary);
}
html.pg-visual #tid-card .tid-m .v{
  font-family:var(--sans);
  font-size:1rem;
  font-weight:600;
  color:var(--navy) !important;
}
html.pg-visual #tid-card .tid-m .k{color:var(--color-text-secondary) !important}
html.pg-visual .pg-channels{
  display:inline-flex;gap:8px;flex-wrap:wrap;
  padding:0 20px 18px;
  font-size:var(--text-sm);
  color:var(--navy);
  font-weight:600;
}
html.pg-visual .pg-metrics-once{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:0;
  border-top:1px solid var(--color-border-muted);
  background:var(--color-bg-surface);
}
html.pg-visual .pg-metrics-once .pg-metric{
  padding:14px 20px;
  border-right:1px solid var(--color-border-muted);
}
html.pg-visual .pg-metrics-once .pg-metric:last-child{border-right:none}
html.pg-visual .pg-metric .k{
  font-size:var(--text-xs);
  letter-spacing:.1em;
  text-transform:uppercase;
  color:var(--color-text-secondary);
  margin:0 0 4px;
}
html.pg-visual .pg-metric .v{
  font-family:var(--display);
  font-size:1.75rem;
  font-weight:700;
  color:var(--navy);
  line-height:1;
}
html.pg-visual .pg-metric .v small{font-size:1rem;font-weight:600}

/* ---- navigation dock ----------------------------------------------- */
html.pg-visual .toc{
  background:#fff;
  border-bottom:1px solid var(--color-border-muted);
  z-index:95;
}
html.pg-visual .toc-in{height:48px;gap:12px}
html.pg-visual .toc-lb{font-size:var(--text-xs);letter-spacing:.12em}
html.pg-visual .toc-ls a{
  font-size:var(--text-sm);
  min-height:44px;
  padding:0 12px;
}
html.pg-visual .toc-ls a.on{
  background:transparent;
  color:var(--navy);
  box-shadow:inset 0 -2px 0 var(--blue);
}
html.pg-visual .toc-ls a .n{display:none}
html.pg-visual .toc-pr .t{
  position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);border:0;
}
html.pg-visual .toc-pr{border-left:none;padding-left:0}
html.pg-visual .toc-pr .bar{width:72px;height:2px;background:var(--line)}
html.pg-visual #prog{
  height:2px;
  box-shadow:none;
  background:var(--blue);
}

/* ---- section answers quieter --------------------------------------- */
html.pg-visual .section-answer{
  font-size:var(--text-base) !important;
  line-height:var(--lh-relaxed) !important;
  padding:0 0 0 14px;
  margin:0 0 var(--space-3) !important;
  background:transparent;
  border-left:2px solid var(--blue);
  color:var(--navy) !important;
  max-width:var(--measure);
}

/* ---- cards / surfaces ---------------------------------------------- */
html.pg-visual .pg-card,
html.pg-visual .gets-better .gb,
html.pg-visual .pg-trend,
html.pg-visual .pg-matrix td,
html.pg-visual .wl-i{
  border:1px solid var(--color-border-muted);
  border-radius:2px;
  background:var(--paper);
  box-shadow:none;
  transition:none;
}
html.pg-visual .gets-better .gb:hover,
html.pg-visual .pg-trend:hover,
html.pg-visual .wl-i:hover,
html.pg-visual .rc:hover{
  transform:none;
  box-shadow:none;
}

html.pg-visual .thesis-box{
  border-left:3px solid var(--blue);
  background:var(--color-bg-accent);
  padding:var(--space-3);
  margin:0 0 var(--space-3);
  max-width:var(--measure);
}
html.pg-visual .thesis-box p{margin:0;font-size:var(--text-base);line-height:var(--lh-relaxed)}

/* ---- quotes -------------------------------------------------------- */
html.pg-visual blockquote.pull{
  margin:var(--space-4) 0;
  padding:var(--space-3) 0 var(--space-3) var(--space-3);
  border-left:3px solid var(--blue);
  max-width:38rem;
}
html.pg-visual blockquote.pull p{
  font-size:1.35rem;
  line-height:1.4;
  margin:0 0 var(--space-2);
}
html.pg-visual blockquote.pull cite{
  font-family:var(--sans);
  font-size:var(--text-sm);
  letter-spacing:0;
  text-transform:none;
  color:var(--color-text-secondary);
}

/* ---- tables -------------------------------------------------------- */
html.pg-visual .table-responsive-wrapper{
  width:100%;
  overflow-x:auto;
  -webkit-overflow-scrolling:touch;
  margin-bottom:var(--space-3);
}
html.pg-visual .tbl{
  margin:var(--space-3) 0;
  border:1px solid var(--color-border-muted);
  overflow:hidden;
}
html.pg-visual .tbl table{font-size:.875rem}
html.pg-visual .tbl thead th{
  font-family:var(--sans);
  font-size:var(--text-xs);
  letter-spacing:.08em;
  color:var(--navy);
  background:var(--color-bg-surface);
  padding:10px 14px;
}
html.pg-visual .tbl th,
html.pg-visual .tbl td{
  padding:10px 14px;
  border-bottom:1px solid var(--color-border-subtle);
}
html.pg-visual .tbl tbody tr:hover{background:transparent}
html.pg-visual .col-text{text-align:left}
html.pg-visual .col-numeric{text-align:right}

/* Capability table → stacked cards on small screens */
@media (max-width:767px){
  html.pg-visual .pg-cap-table thead{display:none}
  html.pg-visual .pg-cap-table,
  html.pg-visual .pg-cap-table tbody,
  html.pg-visual .pg-cap-table tr,
  html.pg-visual .pg-cap-table td{
    display:block;width:100%;
  }
  html.pg-visual .pg-cap-table tr{
    border:1px solid var(--color-border-muted);
    margin:0 0 var(--space-2);
    padding:var(--space-2);
    background:var(--paper);
  }
  html.pg-visual .pg-cap-table td{
    border:none;
    padding:4px 0 8px;
  }
  html.pg-visual .pg-cap-table td::before{
    content:attr(data-label);
    display:block;
    font-size:var(--text-xs);
    letter-spacing:.08em;
    text-transform:uppercase;
    color:var(--color-text-secondary);
    margin-bottom:2px;
  }
  html.pg-visual .pg-cap-table td:first-child{
    font-weight:700;
    color:var(--navy);
    font-size:1rem;
    padding-bottom:10px;
  }
  html.pg-visual .pg-cap-table td:first-child::before{display:none}
  html.pg-visual .tbl.pg-cap-wrap table{min-width:0}
}

/* ---- figures ------------------------------------------------------- */
html.pg-visual .premium-editorial-figure,
html.pg-visual figure.fig{
  margin:var(--space-4) 0;
  border:1px solid var(--color-border-muted);
  background:var(--paper);
}
html.pg-visual .figure-frame{padding:var(--space-3)}
html.pg-visual .premium-editorial-figure figcaption,
html.pg-visual .fig-note,
html.pg-visual details.chart-data .chart-src{
  font-size:var(--text-sm);
  color:var(--color-text-secondary);
  padding:0 var(--space-3) var(--space-2);
  line-height:1.5;
}
html.pg-visual .fig-kicker{
  font-size:var(--text-xs);
  letter-spacing:.12em;
  text-transform:uppercase;
  color:var(--color-text-secondary);
  margin:0 0 6px;
}
html.pg-visual details.chart-data{
  margin:-1px 0 var(--space-3);
  border:1px solid var(--color-border-muted);
}
html.pg-visual details.chart-data > summary{
  font-family:var(--sans);
  font-size:var(--text-sm);
  letter-spacing:0;
  text-transform:none;
  color:var(--blue);
  min-height:44px;
  display:flex;align-items:center;
}
html.pg-visual details.chart-data > summary::before{content:none}
html.pg-visual .chip{display:none}
html.pg-visual .knb .chip{display:inline-block}

/* ---- product stack ------------------------------------------------- */
html.pg-visual .pg-stack-grid{
  display:grid;
  grid-template-columns:1fr auto 1fr;
  gap:var(--space-2);
  align-items:stretch;
}
html.pg-visual .pg-stack-col{
  border:1px solid var(--color-border-muted);
  padding:var(--space-3);
  background:var(--color-bg-surface);
}
html.pg-visual .pg-stack-col h3{
  margin:0 0 var(--space-2);
  font-family:var(--sans);
  font-size:var(--text-sm);
  letter-spacing:.1em;
  text-transform:uppercase;
  color:var(--navy);
}
html.pg-visual .pg-stack-col ul{list-style:none;margin:0;padding:0}
html.pg-visual .pg-stack-col li{
  font-size:var(--text-sm);
  padding:6px 0;
  border-bottom:1px solid var(--color-border-subtle);
  color:var(--ink);
}
html.pg-visual .pg-stack-plus,
html.pg-visual .pg-stack-down{
  display:flex;align-items:center;justify-content:center;
  font-size:1.5rem;font-weight:700;color:var(--blue);min-width:32px;
}
html.pg-visual .pg-stack-result{
  grid-column:1 / -1;
  text-align:center;
  border:1px solid var(--blue);
  background:var(--color-bg-accent);
  padding:var(--space-2) var(--space-3);
  font-family:var(--sans);
  font-weight:650;
  color:var(--navy);
}

/* ---- before / after ------------------------------------------------ */
html.pg-visual .before-after .ba-grid{
  display:grid;
  grid-template-columns:1fr auto 1fr auto 1fr;
  gap:var(--space-2);
  align-items:stretch;
}
html.pg-visual .before-after .ba-col{
  border:1px solid var(--color-border-muted);
  padding:var(--space-3);
  background:var(--paper);
}
html.pg-visual .before-after .ba-col.add{background:var(--color-bg-accent);border-color:#c5d8f0}
html.pg-visual .before-after .ba-col.after{background:#eef6ef;border-color:#c5dcc8}
html.pg-visual .before-after .ba-k{
  font-family:var(--sans);
  font-size:var(--text-xs);
  letter-spacing:.12em;
  text-transform:uppercase;
  color:var(--navy);
  margin:0 0 var(--space-2);
}
html.pg-visual .before-after .ba-row{
  font-size:var(--text-sm);
  line-height:1.45;
  padding:0 0 8px;
}
html.pg-visual .before-after .ba-arrow{
  display:flex;align-items:center;color:var(--blue);font-size:1.25rem;font-weight:700;
}

/* ---- what gets better ---------------------------------------------- */
html.pg-visual .gets-better{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:var(--space-2);
  margin:0 0 var(--space-3);
}
html.pg-visual .gets-better .gb{padding:var(--space-3)}
html.pg-visual .gets-better .gb .k{
  font-size:1rem;font-weight:650;color:var(--navy);margin:0 0 6px;
}
html.pg-visual .gets-better .gb .b{
  font-size:var(--text-sm);line-height:1.5;margin:0;color:var(--ink);
}

/* ---- distribution flow --------------------------------------------- */
html.pg-visual .pg-flow{
  display:flex;flex-direction:column;align-items:center;gap:8px;
  padding:var(--space-3) 0;
}
html.pg-visual .pg-flow-step{
  width:min(100%, 28rem);
  text-align:center;
  border:1px solid var(--color-border-muted);
  padding:12px 16px;
  background:var(--paper);
  font-size:var(--text-sm);
}
html.pg-visual .pg-flow-step strong{display:block;font-size:1rem;color:var(--navy)}
html.pg-visual .pg-flow-arrow{color:var(--blue);font-weight:700}

/* ---- geography ----------------------------------------------------- */
html.pg-visual .pg-geo-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:var(--space-2);
}
html.pg-visual .pg-geo-item{
  border:1px solid var(--color-border-muted);
  padding:var(--space-2);
  background:var(--color-bg-surface);
}
html.pg-visual .pg-geo-item .k{
  font-size:var(--text-xs);letter-spacing:.1em;text-transform:uppercase;color:var(--color-text-secondary);
}
html.pg-visual .pg-geo-item .v{font-weight:650;color:var(--navy);margin:4px 0 0}

/* ---- acquisition timeline ------------------------------------------ */
html.pg-visual .pg-timeline{
  display:grid;
  grid-template-columns:repeat(6,minmax(0,1fr));
  gap:var(--space-2);
  overflow-x:auto;
  -webkit-overflow-scrolling:touch;
  padding-bottom:4px;
}
html.pg-visual .pg-tl{
  min-width:140px;
  border:1px solid var(--color-border-muted);
  padding:12px 14px;
  background:var(--paper);
}
html.pg-visual .pg-tl.inhouse{
  background:#f7f4ee;
  border-style:dashed;
}
html.pg-visual .pg-tl.current{border-color:var(--blue);background:var(--color-bg-accent)}
html.pg-visual .pg-tl .yr{
  font-variant-numeric:tabular-nums;
  font-size:var(--text-xs);
  letter-spacing:.08em;
  text-transform:uppercase;
  color:var(--color-text-secondary);
}
html.pg-visual .pg-tl .nm{font-weight:650;color:var(--navy);margin:6px 0 4px;font-size:var(--text-sm)}
html.pg-visual .pg-tl .cap{font-size:var(--text-sm);color:var(--ink);line-height:1.4}
html.pg-visual .pg-tl .kind{
  display:inline-block;margin-top:8px;
  font-size:10px;letter-spacing:.08em;text-transform:uppercase;
  color:var(--blue);font-weight:650;
}
html.pg-visual .pg-tl.inhouse .kind{color:#7a5a12}

/* ---- trends -------------------------------------------------------- */
html.pg-visual .pg-trends{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:var(--space-2);
  margin:0 0 var(--space-3);
}
html.pg-visual .pg-trend{padding:var(--space-3)}
html.pg-visual .pg-trend h3{margin:0 0 8px;font-size:1rem;color:var(--navy)}
html.pg-visual .pg-trend .dp{
  font-size:var(--text-sm);font-weight:650;color:var(--blue);margin:0 0 8px;
  font-variant-numeric:tabular-nums;
}
html.pg-visual .pg-trend p{margin:0;font-size:var(--text-sm);line-height:1.5}

/* ---- competitive matrix -------------------------------------------- */
html.pg-visual .pg-matrix{width:100%;font-size:var(--text-sm)}
html.pg-visual .pg-matrix th,
html.pg-visual .pg-matrix td{padding:10px 12px;text-align:center;border-bottom:1px solid var(--color-border-subtle)}
html.pg-visual .pg-matrix th:first-child,
html.pg-visual .pg-matrix td:first-child{text-align:left;font-weight:600;color:var(--navy)}
html.pg-visual .pg-matrix thead th{
  font-size:var(--text-xs);letter-spacing:.06em;text-transform:uppercase;background:var(--color-bg-surface)
}
html.pg-visual .pg-mark{font-weight:650;color:var(--navy)}
html.pg-visual .pg-mark.partial{color:var(--color-text-secondary);font-weight:500}

/* ---- bstats / milestones ------------------------------------------- */
html.pg-visual .bstats{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:var(--space-2);
  margin:var(--space-3) 0;
  border:none;
}
html.pg-visual .bstat{
  border:1px solid var(--color-border-muted);
  padding:var(--space-3);
  background:var(--paper);
}
html.pg-visual .bstat .k{font-size:var(--text-xs);letter-spacing:.08em;text-transform:uppercase;color:var(--color-text-secondary)}
html.pg-visual .bstat .v{font-family:var(--display);font-size:1.6rem;color:var(--navy);margin:6px 0}
html.pg-visual .bstat .b{font-size:var(--text-sm);color:var(--ink);margin:0}

html.pg-visual .wl{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-2)}
html.pg-visual .wl-i{padding:var(--space-3)}
html.pg-visual .wl-i .n{font-weight:650;color:var(--navy);margin:0 0 6px}
html.pg-visual .wl-i .b{font-size:var(--text-sm);margin:0;line-height:1.5}

/* ---- citations ----------------------------------------------------- */
html.pg-visual sup.citation{
  font-size:.75rem;
  line-height:0;
  position:relative;
  vertical-align:baseline;
  top:-.5em;
  margin-left:.15rem;
  font-weight:600;
}
html.pg-visual sup.citation a{color:var(--blue);text-decoration:none;padding:0 2px}
html.pg-visual sup.citation a:hover{text-decoration:underline}

/* ---- source ledger ------------------------------------------------- */
html.pg-visual .ledger{display:flex;flex-direction:column;gap:0;border-top:1px solid var(--color-border-muted)}
html.pg-visual .lg{
  display:grid;
  grid-template-columns:2.2rem 1fr auto auto;
  gap:10px;
  align-items:baseline;
  padding:10px 0;
  border-bottom:1px solid var(--color-border-subtle);
  font-size:var(--text-sm);
}
html.pg-visual .lg .n{font-variant-numeric:tabular-nums;color:var(--color-text-secondary);font-size:var(--text-xs)}
html.pg-visual .lg .t{font-weight:600;color:var(--navy)}
html.pg-visual .lg .u{display:block;color:var(--color-text-secondary);font-size:var(--text-sm);margin-top:2px}
html.pg-visual .lg .ty{
  font-size:10px;letter-spacing:.06em;text-transform:uppercase;color:var(--color-text-secondary);
  white-space:nowrap;
}
html.pg-visual .src-back{
  font-size:var(--text-sm);color:var(--blue);min-width:44px;min-height:44px;
  display:inline-flex;align-items:center;justify-content:center;
}

/* ---- rail (slim, sticky, no metric dump) --------------------------- */
html.pg-visual .rail-sticky{top:calc(var(--hdr) + 56px)}
html.pg-visual .rmod{margin-bottom:var(--space-2);box-shadow:none}
html.pg-visual .rmod.dark{background:var(--navy);color:#fff}
html.pg-visual .rail .toc-mini a{
  display:block;
  padding:10px 0;
  min-height:44px;
  font-size:var(--text-sm);
  color:var(--color-text-secondary);
  text-decoration:none;
  border-bottom:1px solid var(--color-border-subtle);
}
html.pg-visual .rail .toc-mini a:hover,
html.pg-visual .rail .toc-mini a.on{color:var(--navy);font-weight:600}

/* ---- FAQ / cite disclosure ----------------------------------------- */
html.pg-visual .fq-q,
html.pg-visual .acc-i > summary,
html.pg-visual .pg-cite > summary{
  min-height:44px;
  display:flex;align-items:center;justify-content:space-between;
  gap:12px;
  font-family:var(--sans);
  font-size:1rem;
  font-weight:600;
  color:var(--navy);
  cursor:pointer;
  list-style:none;
  padding:12px 0;
  border-bottom:1px solid var(--color-border-subtle);
}
html.pg-visual .fq-q::after,
html.pg-visual .pg-cite > summary::after{
  content:"+";
  font-size:1.25rem;
  color:var(--blue);
  font-weight:400;
}
html.pg-visual .fq.open .fq-q::after,
html.pg-visual .pg-cite[open] > summary::after{content:"−"}
html.pg-visual .fq-q::-webkit-details-marker,
html.pg-visual .pg-cite > summary::-webkit-details-marker{display:none}
html.pg-visual .faq{max-width:var(--measure);margin:0 0 var(--space-4)}
html.pg-visual .fq-a{
  font-size:var(--text-sm);line-height:1.55;color:var(--ink);
  padding:0 0 var(--space-2);max-height:none;overflow:visible;
}
html.pg-visual[data-faq-ready] .fq:not(.open) .fq-a{max-height:0;overflow:hidden;padding:0}

/* ---- related / CTA / tools ----------------------------------------- */
html.pg-visual .rel{grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--space-2)}
html.pg-visual .rc{border:1px solid var(--color-border-muted);padding:0}
html.pg-visual .cta.pg-cta{
  padding:var(--space-4) 0;
  background:var(--navy);
}
html.pg-visual .cta.pg-cta .cta-in{
  display:flex;align-items:center;justify-content:space-between;gap:var(--space-3);
  grid-template-columns:none;
}
html.pg-visual .cta.pg-cta h2{font-size:1.35rem;margin:0 0 6px}
html.pg-visual .cta.pg-cta p{margin:0;font-size:var(--text-sm);max-width:36rem}
html.pg-visual .cta.pg-cta a{
  display:inline-flex;align-items:center;justify-content:center;
  min-height:44px;padding:0 18px;
  background:var(--blue);color:#fff;font-weight:600;text-decoration:none;
  white-space:nowrap;
}
html.pg-visual .di-tools-hub{
  max-width:none;
  margin:0;
  padding:14px 0 0;
  border:none;
  font-size:var(--text-sm);
}
html.pg-visual .auth{padding:var(--space-4) 0}
html.pg-visual .endm{padding:var(--space-3) 0 var(--space-4)}

/* ---- focus / motion / print ---------------------------------------- */
html.pg-visual :focus-visible{
  outline:2px solid var(--blue);
  outline-offset:2px;
}
@media (prefers-reduced-motion:reduce){
  html.pg-visual, html.pg-visual *{
    scroll-behavior:auto !important;
    transition:none !important;
    animation:none !important;
  }
}

@media print{
  html.pg-visual header.site-header,
  html.pg-visual .toc,
  html.pg-visual #prog,
  html.pg-visual .rail,
  html.pg-visual .cta,
  html.pg-visual footer.site-footer,
  html.pg-visual .brk,
  html.pg-visual .strip{display:none !important}
  html.pg-visual body{background:#fff;color:#000;font-size:11pt}
  html.pg-visual .hero{background:#fff;color:#000}
  html.pg-visual .hero *{color:#000 !important}
  html.pg-visual a[href^="http"]::after{content:" (" attr(href) ")";font-size:9pt;color:#333}
  html.pg-visual .lg a[href^="http"]::after{content:none}
  html.pg-visual .sec, html.pg-visual blockquote.pull,
  html.pg-visual .tbl, html.pg-visual .premium-editorial-figure,
  html.pg-visual .pg-stack, html.pg-visual .before-after,
  html.pg-visual .pg-timeline, html.pg-visual .pg-trend,
  html.pg-visual h2, html.pg-visual h3{
    break-inside:avoid;
    page-break-inside:avoid;
  }
  html.pg-visual h2, html.pg-visual h3{break-after:avoid}
  html.pg-visual .visual-only{display:none}
  html.pg-visual details.chart-data{display:block}
  html.pg-visual details.chart-data[open],
  html.pg-visual details.chart-data{border:none}
}

/* ---- breakpoints --------------------------------------------------- */
@media (max-width:1024px){
  html.pg-visual .pg-trends{grid-template-columns:1fr 1fr}
  html.pg-visual .pg-geo-grid{grid-template-columns:1fr 1fr}
  html.pg-visual .pg-timeline{grid-template-columns:repeat(3,minmax(160px,1fr))}
  html.pg-visual .bstats{grid-template-columns:1fr 1fr}
  html.pg-visual .rail-sticky{position:static}
}
@media (max-width:767px){
  html.pg-visual .standfirst{font-size:1.05rem}
  html.pg-visual #tid-card .tid-p{grid-template-columns:1fr;gap:var(--space-2)}
  html.pg-visual #tid-card .tid-arrow{flex-direction:row}
  html.pg-visual #tid-card .tid-arrow .ln{width:24px}
  html.pg-visual .pg-metrics-once{grid-template-columns:1fr}
  html.pg-visual .pg-metrics-once .pg-metric{border-right:none;border-bottom:1px solid var(--color-border-muted)}
  html.pg-visual .pg-stack-grid{grid-template-columns:1fr}
  html.pg-visual .pg-stack-plus{transform:none}
  html.pg-visual .before-after .ba-grid{grid-template-columns:1fr}
  html.pg-visual .before-after .ba-arrow{transform:rotate(90deg);padding:4px 0}
  html.pg-visual .gets-better{grid-template-columns:1fr}
  html.pg-visual .pg-trends{grid-template-columns:1fr}
  html.pg-visual .pg-geo-grid{grid-template-columns:1fr 1fr}
  html.pg-visual .wl{grid-template-columns:1fr}
  html.pg-visual .rel{grid-template-columns:1fr}
  html.pg-visual .cta.pg-cta .cta-in{flex-direction:column;align-items:flex-start}
  html.pg-visual .lg,
  html.pg-visual .institutional-source-ledger .lg{grid-template-columns:2rem 1fr; }
  html.pg-visual .lg .ty,
  html.pg-visual .lg .src-back,
  html.pg-visual .lg .ledger-tag,
  html.pg-visual .lg .ledger-date,
  html.pg-visual .lg .src-action{grid-column:2}
  html.pg-visual .toc-in{height:auto;padding:6px 0}
}
@media (max-width:430px){
  html.pg-visual .pg-metrics-once{grid-template-columns:1fr}
  html.pg-visual .bstats{grid-template-columns:1fr}
  html.pg-visual .pg-geo-grid{grid-template-columns:1fr}
}

/* ============================================================================
   EDITORIAL PASS — magazine measure, identity strip, financial tables
   ========================================================================== */

html.pg-visual .seo-box,
html.pg-visual .pg-metrics-once,
html.pg-visual .bstats,
html.pg-visual .pg-cite{
  display: none !important;
}

html.pg-visual .wrap.shell{
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
}
html.pg-visual .shell > .main{
  max-width: none;
  width: 100%;
}
html.pg-visual .shell > .rail{display: none}

html.pg-visual .deal-answer{
  padding: var(--space-4) 0 var(--space-3);
}
html.pg-visual .deal-answer-in{
  display: flex;
  justify-content: center;
}
html.pg-visual .news-lead{
  max-width: var(--measure);
  width: 100%;
  margin: 0 auto;
  font-size: 1.063rem;
  line-height: 1.65;
  color: var(--ink, #0f172a);
}

html.pg-visual .main .sec p,
html.pg-visual .main .sec h3.sub-t,
html.pg-visual .main .sec blockquote.pull,
html.pg-visual .main .sec .thesis-box,
html.pg-visual .main .sec .verdict,
html.pg-visual .main .sec .sec-h{
  max-width: var(--measure);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
html.pg-visual .main p{
  font-size: 1.063rem;
  line-height: 1.65;
  color: var(--ink, #1a2332);
  margin-bottom: var(--space-3);
}
html.pg-visual .main .sec .pg-wide,
html.pg-visual .main .sec .premium-editorial-figure,
html.pg-visual .main .sec figure,
html.pg-visual .main .sec .tbl,
html.pg-visual .main .sec .combo-visual,
html.pg-visual .main .sec .before-after,
html.pg-visual .main .sec .wl,
html.pg-visual .main .sec details.chart-data,
html.pg-visual .main .institutional-source-ledger{
  max-width: none;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
html.pg-visual .institutional-source-ledger > p{
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

html.pg-visual .pg-id-wrap,
html.pg-visual .ma-deal-identity-strip,
html.pg-visual .ma-deal-channels-bar{display:none !important}
html.pg-visual .pg-id-wrap-off{
  margin: var(--space-4) auto var(--space-3);
}
html.pg-visual .ma-deal-identity-strip{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--space-3);
  background: var(--navy, #0d1b2e);
  color: #fff;
  padding: 1.5rem 2rem;
  border-radius: 6px;
  margin: 0;
}
html.pg-visual .strip-entity-block{
  display: flex;
  flex-direction: column;
  min-width: 0;
}
html.pg-visual .entity-role{
  font-family: var(--sans);
  font-size: 10px;
  font-weight: 700;
  color: #94a3b8;
  letter-spacing: .08em;
  text-transform: uppercase;
}
html.pg-visual .entity-name{
  font-family: var(--sans);
  font-size: 1.25rem;
  font-weight: 800;
  margin: .25rem 0;
  letter-spacing: -.02em;
  color: #fff;
}
html.pg-visual .entity-sub-meta{
  font-size: 11px;
  color: #cbd5e1;
}
html.pg-visual .strip-status-block{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .5rem;
  text-align: center;
}
html.pg-visual .deal-vector-arrow{
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 600;
  color: #94a3b8;
  letter-spacing: .08em;
  text-transform: uppercase;
}
html.pg-visual .deal-status-pill{
  background: #1e293b;
  border: 1px solid #334155;
  padding: .25rem .75rem;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .02em;
  color: #fff;
}
html.pg-visual .ma-deal-channels-bar{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: .5rem;
  padding: .5rem;
  background: var(--soft-2, #f8fafc);
  border: 1px solid var(--line, #e2e8f0);
  border-radius: 4px;
  margin: var(--space-2) 0 0;
}
html.pg-visual .channel-track-pill{
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 650;
  color: var(--navy);
  letter-spacing: .04em;
}
html.pg-visual .channel-separator{color: var(--muted, #94a3b8)}

html.pg-visual .premium-data-table,
html.pg-visual .pg-cap-table,
html.pg-visual .pg-matrix{
  width: 100%;
  margin: var(--space-4) 0;
  border-collapse: collapse;
}
html.pg-visual .premium-data-table th,
html.pg-visual .premium-data-table td,
html.pg-visual .pg-cap-table th,
html.pg-visual .pg-cap-table td,
html.pg-visual .pg-matrix th,
html.pg-visual .pg-matrix td{
  padding: .75rem 1rem;
  font-size: 14px;
  vertical-align: top;
}
html.pg-visual .col-text,
html.pg-visual .premium-data-table .col-text,
html.pg-visual .pg-cap-table .col-text,
html.pg-visual .pg-matrix .col-text,
html.pg-visual .pg-cap-table th,
html.pg-visual .pg-matrix th,
html.pg-visual .pg-cap-table td,
html.pg-visual .pg-matrix td{
  text-align: left;
}
html.pg-visual .col-numeric,
html.pg-visual .premium-data-table .col-numeric{
  text-align: right;
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum";
  font-weight: 600;
  font-family: var(--mono, "IBM Plex Mono", ui-monospace, monospace);
  white-space: nowrap;
}
html.pg-visual .pg-timeline .yr,
html.pg-visual .pg-geo-item .v,
html.pg-visual [data-count]{
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum";
}

@media (max-width: 767px){
  html.pg-visual .ma-deal-identity-strip{
    flex-direction: column;
    align-items: flex-start;
    padding: 1.25rem 1.25rem;
    gap: var(--space-3);
  }
  html.pg-visual .strip-status-block{align-items: flex-start; text-align: left}
  html.pg-visual .ma-deal-channels-bar{flex-wrap: wrap; justify-content: flex-start}
  html.pg-visual .col-numeric{text-align: left}
}


/* ============================================================================
   CHROME v5 — Betsson-uniform header, thinner editorial figures, FAQ accordion
   ========================================================================== */

html.pg-visual .brk,
html.pg-visual .strip,
html.pg-visual .knb{display:block}

html.pg-visual #tid-card .tid-h{
  display:flex;
  justify-content:space-between;
  align-items:center;
  background:rgba(0,0,0,.2) !important;
  border-bottom:1px solid rgba(255,255,255,.13) !important;
  padding:13px 17px !important;
}
html.pg-visual #tid-card .tid-mk{
  color:#fff !important;
  border-color:rgba(255,255,255,.2) !important;
}
html.pg-visual #tid-card .tid-mk.bsp{
  background:linear-gradient(150deg,#1c7ff0,#0a56b4) !important;
}
html.pg-visual #tid-card .tid-mk.at{
  background:linear-gradient(150deg,rgba(255,255,255,.22),rgba(255,255,255,.07)) !important;
}
html.pg-visual .tid-h .v.pend,
html.pg-visual #tid-card .tid-h .v.pend{
  color:#e8c36a !important;
  background:transparent !important;
  border:none !important;
  padding:0 !important;
  border-radius:0 !important;
  text-transform:uppercase;
  letter-spacing:.13em;
  font-size:8.5px !important;
  font-family:var(--mono) !important;
  font-weight:600;
}
html.pg-visual #tid-card .tid-h .v.pend i{
  display:inline-block !important;
  width:5px;height:5px;border-radius:50%;
  background:#e8c36a !important;
}
html.pg-visual #tid-card .tid-h .k{
  color:rgba(255,255,255,.5) !important;
  background:transparent;
  font-size:8.5px !important;
}
html.pg-visual #tid-card .tid-nm .n{
  font-family:var(--sans) !important;
  font-size:15px !important;
  font-weight:600;
  color:#fff !important;
}
html.pg-visual #tid-card .tid-nm .r{
  color:var(--blue-soft) !important;
  font-size:8.5px !important;
  letter-spacing:.13em;
}
html.pg-visual #tid-card .tid-nm .m{
  color:rgba(255,255,255,.52) !important;
  font-size:11.5px !important;
}
html.pg-visual #tid-card .tid-m .k{color:rgba(255,255,255,.44) !important}
html.pg-visual #tid-card .tid-m .v{color:#fff !important;font-family:var(--display) !important}
html.pg-visual #tid-card .tid-p{
  display:block;
  padding:17px;
}
html.pg-visual #tid-card .tid-m{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:0;
  padding:0;
  border-top:1px solid rgba(255,255,255,.13);
}
html.pg-visual #tid-card .tid-m .c{
  padding:13px 17px;
  border-right:1px solid rgba(255,255,255,.13);
  border-bottom:1px solid rgba(255,255,255,.13);
  background:transparent;
}
html.pg-visual #tid-card .tid-m .c:nth-child(2n){border-right:none}
html.pg-visual #tid-card .tid-arrow{color:rgba(255,255,255,.55) !important}
html.pg-visual #tid-card .tid-arrow .ln{background:linear-gradient(90deg,rgba(74,158,255,.55),rgba(74,158,255,.1))}

html.pg-visual .knb,
html.pg-visual .knb-in{overflow:visible}
html.pg-visual .kn{padding:28px 22px 34px}
html.pg-visual .kn .v.sm{
  font-size:26px;
  font-family:var(--sans);
  font-weight:700;
  letter-spacing:-.02em;
}

/* News-lead sits under the uniform header, full wrap, readable measure */
html.pg-visual .deal-answer{
  padding:var(--space-4) 0 var(--space-3);
  background:var(--paper);
  border-bottom:1px solid var(--line);
}
html.pg-visual .deal-answer-in{display:block}
html.pg-visual .news-lead{
  max-width:var(--measure);
  width:100%;
  margin:0;
  font-size:1.125rem;
  line-height:1.62;
}
html.pg-visual .news-lead .dateline{
  font-family:var(--sans);
  font-weight:700;
  letter-spacing:.04em;
  text-transform:uppercase;
  font-size:var(--text-sm);
  color:var(--navy);
}

/* Full-width article column (no Deal snapshot rail) */
html.pg-visual .wrap.shell,
html.pg-visual .wrap.shell.is-wide{
  display:grid;
  grid-template-columns:minmax(0,1fr);
  gap:0;
}
html.pg-visual .shell > .main,
html.pg-visual .shell.is-wide > .main{
  max-width:none;
  width:100%;
}
html.pg-visual .shell > .rail{display:none !important}

/* Thinner Betsson-style editorial photographs */
html.pg-visual figure.ef{
  margin:var(--space-4) 0;
  max-width:none;
  width:100%;
  border:none;
  background:transparent;
}
html.pg-visual figure.ef .fw{
  border:1px solid var(--line);
  overflow:hidden;
  background:var(--navy-deep);
  max-height:260px;
}
html.pg-visual figure.ef img{
  display:block;
  width:100%;
  height:260px;
  object-fit:cover;
  object-position:center;
}
html.pg-visual figure.ef figcaption{
  display:flex;
  gap:14px;
  margin-top:11px;
  padding:0;
  font-size:12.5px;
  line-height:1.55;
  color:var(--muted);
  max-width:none;
}
html.pg-visual .main .sec figure.ef{
  max-width:none;
  margin-left:0;
  margin-right:0;
}

/* FAQ accordion uses Betsson nested details, full wrap */
html.pg-visual .endm{max-width:none}
html.pg-visual .endm-in{max-width:none}
html.pg-visual .acc-i > summary{
  min-height:44px;
}
html.pg-visual .acc-n > summary{
  min-height:44px;
}
html.pg-visual .acc-np h3{font-size:15px}
html.pg-visual .acc-np p{font-size:15px;line-height:1.65}

@media (max-width:1024px){
  html.pg-visual .hero-grid{grid-template-columns:1fr;gap:28px}
}
@media (max-width:767px){
  html.pg-visual figure.ef .fw,
  html.pg-visual figure.ef img{max-height:180px;height:180px}
  html.pg-visual .knb-in{grid-template-columns:1fr 1fr}
  html.pg-visual #tid-card .tid-m{grid-template-columns:1fr 1fr}
}

/* ============================================================================
   CHROME v6 - opaque sticky TOC, no drop cap, left news-lead, FAQ open state
   ========================================================================== */

html.pg-visual .toc{
  background:#fff !important;
  border-bottom:1px solid var(--line);
  z-index:95;
  isolation:isolate;
}
html.pg-visual .main .lead::first-letter{
  float:none !important;
  font-size:inherit !important;
  line-height:inherit !important;
  font-weight:inherit !important;
  font-family:inherit !important;
  color:inherit !important;
  margin:0 !important;
}
html.pg-visual .deal-answer-in{
  display:block;
  justify-content:flex-start;
}
html.pg-visual .news-lead{
  margin:0;
  max-width:var(--measure);
}
html.pg-visual .endm-h{max-width:none}
html.pg-visual .acc-i[open] > .acc-p{padding-top:8px}

/* ============================================================================
   CHROME v7 - inner copy fills wrap. Do NOT list .wrap / .deal-answer-in /
   .news-lead here: max-width:none on those nodes blows the column to the viewport.
   ========================================================================== */

html.pg-visual .section-answer,
html.pg-visual .thesis-box,
html.pg-visual .verdict,
html.pg-visual blockquote.pull,
html.pg-visual .main .sec p,
html.pg-visual .main .sec h3.sub-t,
html.pg-visual .main .sec h4.sub-s,
html.pg-visual .main .sec .dek,
html.pg-visual .main .sec .sec-h,
html.pg-visual .main .sec ul,
html.pg-visual .main .sec ol,
html.pg-visual .main .sec figure,
html.pg-visual .main .sec .pg-wide,
html.pg-visual .main .sec .tbl,
html.pg-visual .main .sec .combo-visual,
html.pg-visual .main .sec .before-after,
html.pg-visual .main .sec .wl,
html.pg-visual figure.ef,
html.pg-visual figure.ef figcaption,
html.pg-visual .rel-sec .sec-h{
  max-width:none !important;
  width:100%;
  margin-left:0 !important;
  margin-right:0 !important;
}

html.pg-visual .main details.chart-data{display:none !important}

html.pg-visual .di-author-authority .author-profile{
  margin-bottom:0;
  border-bottom:none;
}
html.pg-visual .endm{
  background:var(--paper);
  border-bottom:1px solid var(--line);
}
html.pg-visual .endm-in{
  padding-top:0;
  padding-bottom:52px;
}
html.pg-visual .endm-h{display:none}
html.pg-visual .acc-p .ledger-heading{display:none}
html.pg-visual .acc-p .institutional-source-ledger{
  border-top:none;
  margin-top:0;
}
html.pg-visual .acc-i > summary{
  width:100%;
}
html.pg-visual .acc-p,
html.pg-visual .acc-p > p,
html.pg-visual .acc-p table{
  max-width:none;
  width:100%;
}

/* ============================================================================
   CHROME v8 - notes accordion uses the same wrap as the article, not the viewport
   ========================================================================== */

html.pg-visual .wrap.endm-in,
html.pg-visual .endm-in{
  width:100%;
  max-width:var(--cw) !important;
  margin-left:auto;
  margin-right:auto;
  padding-left:var(--gut);
  padding-right:var(--gut);
  box-sizing:border-box;
}
html.pg-visual .acc,
html.pg-visual .acc-i{
  width:100%;
  max-width:100%;
  box-sizing:border-box;
}
html.pg-visual .acc-i > summary{
  display:flex;
  align-items:center;
  justify-content:flex-start;
  gap:12px;
  width:100%;
  max-width:100%;
  box-sizing:border-box;
}
html.pg-visual .acc-i > summary .ct{
  margin-left:auto;
}

/* ============================================================================
   CHROME v10 - wrap is the column. Inner copy fills wrap. Never none on .wrap.
   ========================================================================== */

html.pg-visual .wrap,
html.pg-visual .wrap.deal-answer-in,
html.pg-visual .wrap.knb-in,
html.pg-visual .wrap.toc-in,
html.pg-visual .wrap.shell,
html.pg-visual .wrap.endm-in,
html.pg-visual .wrap.di-author-authority-in,
html.pg-visual .deal-answer-in,
html.pg-visual .di-col{
  display:block;
  width:100%;
  max-width:var(--cw) !important;
  margin-left:auto !important;
  margin-right:auto !important;
  box-sizing:border-box;
}
html.pg-visual .wrap.knb-in{
  display:grid;
}
html.pg-visual .wrap.toc-in{
  display:flex;
}
html.pg-visual .wrap.shell,
html.pg-visual .wrap.shell.is-wide{
  display:grid;
}
html.pg-visual .deal-answer p.news-lead,
html.pg-visual .news-lead{
  max-width:none !important;
  width:100% !important;
  margin-left:0 !important;
  margin-right:0 !important;
}
