/* =================================================================
   horseracingbetting.co.uk — visible modernisation polish.
   STRICT: keep the existing 1270px width + .shell + flex layouts.
   FREE TO CHANGE: typography, colors-within-brand, button styles,
   card aesthetics, hover effects, badges, accent stripes, spacing
   inside cells.
   ================================================================= */

/* ---------- Type ---------- */
body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; color: #1f242b; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
body article > p, body article > div > p, body article p { color: #2a3038; line-height: 1.65; font-size: 16px; }
body article h1 { font-weight: 800; letter-spacing: -0.6px; color: #ffffff; font-size: 36px; line-height: 1.1; }
body article h2 { font-weight: 800; letter-spacing: -0.4px; color: #1d2330; font-size: 26px; margin-top: 36px; }
body article h3 { font-weight: 700; letter-spacing: -0.2px; color: #1d2330; font-size: 19px; margin-top: 26px; }

/* ---------- Brand accent stripe under header ---------- */
body header { background: #1d2330; position: relative; border-bottom: 3px solid #e87520; }
body header .nav > ul > li > a.nav-link { transition: color 0.15s ease, background 0.15s ease, border-color 0.15s ease; font-weight: 700; letter-spacing: 0.6px; }
body header .nav > ul > li > a.nav-link:hover { color: #ffffff; background: rgba(232, 117, 32, 0.08); }
body header .nav .nav-dd { border-top: 3px solid #e87520; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.22); border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; }
body header .nav .nav-dd ul li a { transition: color 0.12s ease, background 0.12s ease; border-radius: 3px; }
body header .nav .nav-dd ul li a:hover { color: #16834c; background: #f4faf6; }

/* ---------- Hero / intro ---------- */
body article .intro,
body article > section.intro { background: linear-gradient(135deg, #1d2330 0%, #16834c 100%) !important; color: #ffffff; }
body article .intro h1,
body article > section.intro h1 { color: #ffffff !important; text-shadow: 0 1px 2px rgba(0, 0, 0, 0.15); }
body article .intro p,
body article > section.intro p { color: rgba(255, 255, 255, 0.95) !important; }
body article .intro a,
body article > section.intro a { color: #ffd47a !important; }
body article .intro-alt.intro-primary { background: linear-gradient(135deg, #1d2330 0%, #16834c 100%); padding: 40px 0; }
/* Event-page in-content h1 (e.g. "The Ebor Festival") was inheriting the hero's white colour — invisible on the white column. Make it a dark, visible section title. */
body article .hrb-festival h1 { color: #1d2330 !important; font-size: 28px; line-height: 1.15; margin: 8px 0 16px; }
/* Its accent word used the orange .text-gold; use the brand green to match the palette */
body article .hrb-festival h1 .text-gold { color: #16834c !important; }
/* Make the page-template intro a full-width hero band with centred text, matching the homepage .intro-primary */
body article > section.intro { max-width: none !important; width: auto !important; margin-left: 0 !important; margin-right: 0 !important; padding: 40px 32px !important; text-align: center !important; }
@media (min-width: 1280px) {
  body article > section.intro { padding-left: calc((100% - 1200px) / 2) !important; padding-right: calc((100% - 1200px) / 2) !important; }
}
body article > section.intro h1 { text-align: center !important; font-size: 30px !important; line-height: 1.05 !important; }
body article > section.intro p { text-align: center !important; font-size: 18px !important; line-height: 1.38 !important; }
/* Match the homepage hero fonts exactly: Open Sans h1, Arial body text */
body article > section.intro { font-family: Arial, "Helvetica Neue", Helvetica, sans-serif !important; font-style: normal !important; }
body article > section.intro h1 { font-family: "Open Sans", Arial, sans-serif !important; }

/* ---------- Operator ranking — modern card aesthetic ---------- */
body article .t-top { background: transparent !important; border: 0 !important; box-shadow: none !important; }
body article .t-top .t-top-title { background: #1d2330 !important; color: #ffffff !important; padding: 16px 22px !important; font-size: 18px !important; font-weight: 800 !important; letter-spacing: -0.2px !important; border-radius: 6px 6px 0 0 !important; border: 0 !important; border-bottom: 3px solid #e87520 !important; }
body article .t-top .t-top-title strong { color: #ffd47a !important; font-weight: 800 !important; }
body article .t-top tbody tr { background: #ffffff !important; border: 1px solid #e2e5e8 !important; border-radius: 0 !important; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04) !important; padding: 16px 18px 16px 22px !important; margin: 0 !important; position: relative; transition: box-shadow 0.18s ease, transform 0.18s ease, border-color 0.18s ease !important; }
body article .t-top tbody tr:hover { box-shadow: 0 6px 16px rgba(0, 0, 0, 0.09) !important; transform: translateY(-1px); border-color: #16834c !important; }
body article .t-top tbody tr + tr { margin-top: 0 !important; border-top: 0 !important; }
body article .t-top tbody tr:before { content: counter(rank-counter, decimal); counter-increment: rank-counter; position: absolute; left: -1px; top: -1px; bottom: -1px; width: 32px; background: linear-gradient(180deg, #1d2330 0%, #2b3344 100%); color: #ffffff; font-size: 14px; font-weight: 800; display: flex; align-items: center; justify-content: center; border-right: 3px solid #e87520; }
body article .t-top tbody { counter-reset: rank-counter; }
body article .t-top tbody tr { padding-left: 50px !important; }
body article .t-top td.t-bonus { font-size: 14px !important; line-height: 1.4 !important; }
body article .t-top td.t-bonus .bonus-number { color: #16834c !important; font-weight: 800 !important; font-size: 24px !important; display: block !important; padding: 2px 0 !important; letter-spacing: -0.3px; line-height: 1.1 !important; }
body article .t-top td.t-bonus[data-text-before]:before { color: #6a6f75 !important; font-size: 11px !important; font-weight: 700 !important; text-transform: uppercase !important; letter-spacing: 0.8px !important; display: block !important; padding-bottom: 2px !important; }
body article .t-top td.t-rating .rating-number { color: #1d2330 !important; font-weight: 800 !important; font-size: 22px !important; letter-spacing: -0.3px; }
body article .t-top td.t-list { font-size: 12px !important; color: #5a5f66 !important; }
body article .t-top td.t-list span { display: block !important; position: relative !important; padding: 3px 0 3px 14px !important; line-height: 1.5 !important; }
body article .t-top td.t-list span:before { content: "" !important; position: absolute !important; left: 0 !important; top: 11px !important; width: 4px !important; height: 4px !important; background: #16834c !important; border-radius: 50% !important; }
body article .t-top td.t-list span.hidden,
body article .t-top td.t-list small.hidden { display: none !important; }
body article .t-top td.t-actions { padding-left: 8px !important; }
body article .t-top td.t-terms { font-size: 11px !important; color: #6a6f75 !important; background: #fafbfc !important; padding-top: 10px !important; padding-bottom: 8px !important; border-top: 1px solid #eef0f2 !important; margin-top: 10px !important; }

/* Legacy .table-top operator tables (event/track/category pages) are normalised to the
   homepage .t-top.t-top-new markup by JS in header.php, so they inherit the exact same
   styling above. No separate .table-top rules needed. */

/* ---------- Buttons ---------- */
body .btn-alternative,
body a.btn-alternative,
body .button,
body a.button { background: #16834c !important; background-image: none !important; color: #ffffff !important; border: 0 !important; box-shadow: 0 2px 0 #0d5e36, 0 4px 12px rgba(22, 131, 76, 0.18) !important; border-radius: 4px !important; padding: 12px 22px !important; font-size: 13px !important; font-weight: 800 !important; letter-spacing: 0.7px !important; text-transform: uppercase !important; text-shadow: none !important; transition: background 0.15s ease, transform 0.1s ease, box-shadow 0.15s ease !important; display: inline-block !important; text-align: center !important; line-height: 1.2 !important; }
/* Hide the anchor's own text (the domain string) on buttons that use data-text-before — keep only the pseudo-element "Visit Site" label */
body .btn-alternative[data-text-before],
body a.btn-alternative[data-text-before] { font-size: 0 !important; }
body .btn-alternative[data-text-before]:before,
body a.btn-alternative[data-text-before]:before { font-size: 13px !important; font-weight: 800 !important; letter-spacing: 0.7px !important; text-transform: uppercase !important; color: #ffffff !important; }
body .btn-alternative[data-text-after]:after,
body a.btn-alternative[data-text-after]:after { display: none !important; }
body .btn-alternative:hover,
body a.btn-alternative:hover,
body .button:hover,
body a.button:hover { background: #0e6b3c !important; transform: translateY(-1px); box-shadow: 0 3px 0 #0d5e36, 0 8px 18px rgba(22, 131, 76, 0.28) !important; color: #ffffff !important; }
body .btn-alternative:active,
body a.btn-alternative:active,
body .button:active,
body a.button:active { transform: translateY(1px); box-shadow: 0 1px 0 #0d5e36, 0 2px 6px rgba(22, 131, 76, 0.2) !important; }

body .btn-mini,
body a.btn-mini { background: #16834c !important; background-image: none !important; color: #ffffff !important; border: 0 !important; border-radius: 3px !important; padding: 6px 14px !important; font-size: 11px !important; font-weight: 800 !important; letter-spacing: 0.5px !important; text-transform: uppercase !important; box-shadow: 0 1px 0 #0d5e36 !important; text-shadow: none !important; }
body .btn-mini:hover,
body a.btn-mini:hover { background: #0e6b3c !important; color: #ffffff !important; }

/* ---------- Links ---------- */
body article a { color: #16834c; transition: color 0.12s ease, border-color 0.12s ease; }
body article a:hover { color: #0e6b3c; }
/* Editorial in-content links: clearly visible (underlined + bold) so they stand out from the prose.
   Scoped to body text / list items inside content areas — leaves operator-table, button and card-wrapper links untouched. */
body article .hrb-festival p a, body article .hrb-festival li a,
article.hrb-guide .guide-body p a, article.hrb-guide .guide-body li a,
article.hrb-tool .calc-page p a, article.hrb-tool .conv-page p a,
body article .content p a, body article .content li a {
  color: #0e6b3c; font-weight: 700; text-decoration: underline; text-decoration-thickness: 1.5px; text-underline-offset: 2px;
}
body article .hrb-festival p a:hover, article.hrb-guide .guide-body p a:hover, body article .content p a:hover { color: #16834c; text-decoration-thickness: 2px; }

/* ---------- Rating stars: slight polish ---------- */
body article .t-top .t-rating div { display: inline-block; }
body article .t-top .t-rating div .rating-number { display: block; margin-bottom: 2px; }

/* ---------- "The Punter's #1 Choice" + sidebar boxes on operator pages ---------- */
body article .big-banner { background: linear-gradient(135deg, #1d2330 0%, #2b3344 100%) !important; color: #ffffff; border-radius: 8px; border: 0 !important; box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1); border-top: 3px solid #e87520; }

/* ---------- Generic table modernise ---------- */
body article .generic-table { border-radius: 6px; overflow: hidden; border: 1px solid #e2e5e8; }
body article .generic-table table { background: #ffffff; }
body article .generic-table thead tr { background: #1d2330; }
body article .generic-table thead th { color: #ffffff !important; padding: 13px 14px !important; font-size: 11px !important; font-weight: 800 !important; text-transform: uppercase !important; letter-spacing: 1px !important; border-bottom: 3px solid #e87520 !important; text-align: left !important; }
body article .generic-table tbody tr { transition: background 0.12s ease; }
body article .generic-table tbody tr:nth-child(even) { background: #fafbfc; }
body article .generic-table tbody tr:hover { background: #f4faf6 !important; }
body article .generic-table tbody td { padding: 12px 14px !important; font-size: 13px !important; }

body article .table-top-casinos table { background: #ffffff; }
body article .table-top-casinos thead tr { background: #1d2330; }
body article .table-top-casinos thead th { color: #ffffff !important; padding: 13px 12px !important; font-size: 11px !important; font-weight: 800 !important; text-transform: uppercase !important; letter-spacing: 1px !important; border-bottom: 3px solid #e87520 !important; }
body article .table-top-casinos tbody tr:nth-child(even) { background: #fafbfc; }
body article .table-top-casinos tbody tr:hover { background: #f4faf6 !important; }

/* ---------- Hexagon list — chunkier badges ---------- */
body article .section-hexagons { background: #fafbfc; border: 1px solid #e2e5e8; border-radius: 6px; padding: 22px 18px; }
body article .section-hexagons ul.list-reccomendations li a { background: #ffffff; border: 1px solid #e2e5e8; border-radius: 4px; padding: 14px 10px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px; transition: border-color 0.15s ease, color 0.15s ease, transform 0.12s ease, box-shadow 0.15s ease; }
body article .section-hexagons ul.list-reccomendations li a:hover { border-color: #e87520; color: #1d2330; transform: translateY(-2px); box-shadow: 0 6px 12px rgba(0, 0, 0, 0.08); }

/* ---------- FAQ list ---------- */
body article .list-faq { border: 1px solid #e2e5e8; border-radius: 6px; overflow: hidden; }
body article .list-faq h3 { transition: color 0.12s ease, background 0.12s ease; cursor: pointer; padding: 14px 22px !important; font-weight: 700; }
body article .list-faq h3:hover { color: #16834c; background: #f4faf6; }

/* ---------- Sidebar polish ---------- */
body article .sidebar .widget { border-radius: 6px; overflow: hidden; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04); border: 1px solid #e2e5e8; }
body article .sidebar .widget .widget-title { background: #1d2330; color: #ffffff; padding: 12px 16px; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: 1.1px; border-bottom: 3px solid #e87520; }
body article .sidebar .list-recommended li { display: flex; align-items: center; justify-content: space-between; gap: 8px; padding: 10px 0 !important; }

/* ---------- Forms ---------- */
body article input[type="text"],
body article input[type="search"],
body article input[type="email"] { padding: 9px 12px; border: 1px solid #dcdede; border-radius: 3px; font-size: 14px; background: #ffffff; color: #1f242b; transition: border-color 0.12s ease, box-shadow 0.12s ease; }
body article input[type="text"]:focus,
body article input[type="search"]:focus,
body article input[type="email"]:focus { outline: 0; border-color: #16834c; box-shadow: 0 0 0 3px rgba(22, 131, 76, 0.12); }

/* ---------- Footer ---------- */
body footer { background: #1d2330; border-top: 3px solid #e87520; }
body footer .cols .title { color: #ffffff; font-weight: 800; text-transform: uppercase; letter-spacing: 1.2px; font-size: 11px; padding-bottom: 12px; border-bottom: 1px solid rgba(255, 255, 255, 0.12); margin-bottom: 14px; }
body footer .cols ul li a { transition: color 0.12s ease; }
body footer .cols ul li a:hover { color: #e87520 !important; }
body footer section.bottom-cnt ul.nav li a:hover { color: #e87520; }
body footer section.legal-info a:hover { color: #e87520; }

/* ---------- Racecards plugin polish (extra hover, no layout change) ---------- */
body article ul.hrb-meetings .hrb-meeting-card { transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease; }
body article ul.hrb-meetings .hrb-meeting-card:hover { border-color: #16834c; box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08); transform: translateY(-2px); }
body article table.hrb-runners tbody tr { transition: background 0.1s ease; }
body article table.hrb-runners tbody tr:hover { background: #f4faf6; }

/* ---------- Responsive ---------- */
@media (max-width: 768px) {
  body article h1 { font-size: 26px; }
  body article h2 { font-size: 20px; }
  body article > section.intro { padding: 28px 20px !important; }
  body article > section.intro h1 { font-size: 22px !important; }
  body article > section.intro p { font-size: 13px !important; }
  body article .t-top tbody tr { padding-left: 40px !important; padding-right: 14px !important; }
  body article .t-top tbody tr:before { width: 26px; font-size: 12px; }
  body .btn-alternative,
  body a.btn-alternative { padding: 11px 28px !important; font-size: 12px !important; }
  body article .t-top td.t-rating { flex-basis: 40% !important; max-width: 40% !important; text-align: center !important; }
  body article .t-top td.t-rating div,
  body article .t-top td.t-rating > * { margin-left: auto !important; margin-right: auto !important; }
  body article .t-top td.t-actions { flex-basis: 60% !important; max-width: 60% !important; margin-left: 0 !important; text-align: center !important; padding-left: 10px !important; padding-right: 10px !important; }
  body article .t-top td.t-actions .btn-alternative,
  body article .t-top td.t-actions a.btn-alternative { display: inline-block !important; width: auto !important; }
}

/* ===== Festival editorial — clean, matches the guide pages ===== */
body article .hrb-festival h2 { font-size: 26px; font-weight: 800; color: #1d2330; margin: 36px 0 12px 0; padding-bottom: 8px; border-bottom: 2px solid #e87520; display: block; }
body article .hrb-festival h3 { font-size: 19px; font-weight: 700; color: #1d2330; margin: 24px 0 8px 0; }
body article .hrb-festival p { font-size: 16px; line-height: 1.75; color: #2a3038; margin: 0 0 16px 0; }
body article .hrb-festival ul, body article .hrb-festival ol { margin: 0 0 18px 0; padding-left: 22px; }
body article .hrb-festival li { margin-bottom: 7px; line-height: 1.7; font-size: 16px; color: #2a3038; }
body article .hrb-festival a { color: #16834c; }
body article .hrb-festival a:hover { color: #0e6b3c; }
body article .hrb-festival strong { color: #1d2330; }
body article .hrb-festival .text-gold { color: #c2691a; }
/* stat grid */
body article .hrb-festival .hrb-stats { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin: 10px 0 24px 0; }
body article .hrb-festival .hrb-stat { background: #fafbfc; border: 1px solid #e2e5e8; border-radius: 8px; padding: 16px 14px; text-align: center; }
body article .hrb-festival .hrb-stat__val { display: block; font-size: 26px; font-weight: 800; color: #16834c; line-height: 1.1; letter-spacing: -0.5px; }
body article .hrb-festival .hrb-stat__lbl { display: block; margin-top: 5px; font-size: 12px; color: #6a6f75; line-height: 1.4; }
/* simple cards */
body article .hrb-festival .hrb-cards { display: grid; grid-template-columns: 1fr; gap: 14px; margin: 10px 0 24px 0; }
body article .hrb-festival .hrb-card { background: #ffffff; border: 1px solid #e2e5e8; border-radius: 8px; padding: 16px 18px; box-shadow: 0 1px 3px rgba(0,0,0,0.04); }
body article .hrb-festival .hrb-card h3 { margin: 0 0 4px 0; font-size: 16px; }
body article .hrb-festival .hrb-card__meta { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.6px; color: #16834c; margin: 0 0 8px 0; }
body article .hrb-festival .hrb-card p { font-size: 15px; line-height: 1.6; margin: 0; color: #2a3038; }
/* callout */
body article .hrb-festival .hrb-callout { background: #f4faf6; border-left: 4px solid #16834c; border-radius: 0 6px 6px 0; padding: 16px 20px; margin: 0 0 20px 0; }
body article .hrb-festival .hrb-callout p:last-child { margin-bottom: 0; }
@media (min-width: 768px) {
  body article .hrb-festival .hrb-stats { grid-template-columns: repeat(4, 1fr); }
  body article .hrb-festival .hrb-cards { grid-template-columns: repeat(2, 1fr); }
}

/* Offers/Odds sections pulled inside .hrb-festival — match the editorial section headings */
body article .hrb-festival > h2 { font-size: 24px; font-weight: 800; color: #1d2330; margin: 34px 0 12px 0; padding-bottom: 8px; border-bottom: 2px solid #e87520; display: block; }
body article .hrb-festival > h2:first-child { margin-top: 6px; }
/* Quicknav (Page Contents) — tidy to match brand */
body article .section-wide.toc { background: #fafbfc; border: 1px solid #e2e5e8; border-radius: 8px; padding: 6px 8px; }

/* ===== Festival/event pages: unify to the clean guide look ===== */
/* Bigger, readable intro hero (intro excerpt is no longer <p>-wrapped because wpautop is off on these pages, so size the section + h1 directly) */
body article > section.intro { font-size: 18px !important; line-height: 1.38 !important; }
body article > section.intro h1 { font-size: 30px !important; line-height: 1.05 !important; font-weight: 700 !important; }
body article > section.intro p { font-size: 18px !important; line-height: 1.38 !important; }
/* Hide the old "Page Contents" navbar */
body article:has(.hrb-festival) .section-wide.toc { display: none !important; }
/* Consistent typography across the whole editorial (match the guides) */
body article .hrb-festival p,
body article .hrb-festival li,
body article .hrb-festival .love-letter { font-size: 16px !important; line-height: 1.7 !important; }
body article .hrb-festival h2 { font-size: 26px !important; line-height: 1.2 !important; font-weight: 800 !important; color: #1d2330 !important; }
body article .hrb-festival h3 { font-size: 19px !important; line-height: 1.3 !important; }

/* ============ Footer: 3-column links + UK compliance block ============ */
footer .footer-cnt .cols { display: flex; flex-wrap: wrap; gap: 30px; }
footer .footer-cnt .cols .col { flex: 1 1 180px; }
footer .rg-cnt { padding: 22px 0; background: rgba(0,0,0,0.20); border-top: 1px solid rgba(255,255,255,0.08); }
footer .rg-cnt .rg-badges { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; margin: 0 0 14px 0; }
footer .rg-cnt .age-badge { display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; border: 2px solid #ffffff; border-radius: 50%; color: #ffffff; font-weight: 800; font-size: 13px; letter-spacing: -0.5px; flex: 0 0 auto; }
footer .rg-cnt .rg-logo { height: 42px; width: auto; display: block; background: #ffffff; padding: 4px 8px; border-radius: 4px; }
footer .rg-cnt .rg-link { color: #e6e8eb; font-weight: 700; font-size: 13px; text-decoration: underline; }
footer .rg-cnt .rg-link:hover { color: #ffffff; }
footer .rg-cnt .rg-msg { margin: 0 0 10px 0; font-size: 13px; line-height: 1.65; color: #d6d9de; }
footer .rg-cnt .rg-msg a { color: #7fd7a6; text-decoration: underline; }
footer .rg-cnt .rg-disclosure { margin: 0; font-size: 12px; line-height: 1.65; color: #9aa0a6; max-width: 1000px; }

/* ============ Footer — modernised (clean dark navy, logo row) v2 ============ */
footer { background: #161a21 !important; color: #c7ccd3; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif; }
footer .footer-cnt { background: transparent; padding: 40px 0 30px 0; }
footer .footer-cnt .shell, footer .rg-cnt .shell, footer .bottom-cnt .shell, footer .copy-cnt .shell { max-width: 1200px; margin: 0 auto; padding-left: 20px; padding-right: 20px; box-sizing: border-box; }
footer .footer-cnt .cols { display: grid; grid-template-columns: 1fr; gap: 26px; }
footer .footer-cnt .col { flex: none; }
footer .footer-cnt .col .title { font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: 1px; color: #ffffff; margin: 0 0 14px 0; padding: 0 0 10px 0; border-bottom: 1px solid rgba(255,255,255,0.12); }
footer .footer-cnt .col ul { margin: 0; padding: 0; list-style: none; }
footer .footer-cnt .col ul li { margin: 0 0 9px 0; padding: 0; border: 0; background: none; }
footer .footer-cnt .col ul li:before, footer .bottom-cnt .nav li:before { display: none !important; content: none !important; background: none !important; }
footer .footer-cnt .col ul li a { color: #aeb4bd; text-decoration: none; font-size: 14px; transition: color 0.15s ease; }
footer .footer-cnt .col ul li a:hover { color: #ffffff; }

footer .rg-cnt { background: rgba(255,255,255,0.03); border-top: 1px solid rgba(255,255,255,0.08); border-bottom: 1px solid rgba(255,255,255,0.08); padding: 24px 0; }
footer .rg-cnt .rg-badges { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; margin: 0 0 16px 0; }
footer .rg-cnt .rg-logo { height: 38px; width: auto; display: block; }
footer .rg-cnt .rg-logo--ukgc { height: 30px; background: #ffffff; padding: 5px 9px; border-radius: 4px; }
footer .rg-cnt .rg-msg { margin: 0 0 10px 0; font-size: 13px; line-height: 1.7; color: #c7ccd3; }
footer .rg-cnt .rg-msg a { color: #5fcf8f; text-decoration: underline; }
footer .rg-cnt .rg-disclosure { margin: 0; font-size: 12px; line-height: 1.7; color: #8b919a; max-width: 1000px; }

footer .bottom-cnt { background: transparent; padding: 20px 0; }
footer .bottom-cnt .nav { display: flex; flex-wrap: wrap; gap: 8px 22px; margin: 0; padding: 0; list-style: none; }
footer .bottom-cnt .nav li { border: 0; padding: 0; margin: 0; background: none; }
footer .bottom-cnt .nav a { color: #aeb4bd; text-decoration: none; font-size: 13px; }
footer .bottom-cnt .nav a:hover { color: #ffffff; }
footer .bottom-cnt .social-media { color: #8b919a; font-size: 13px; }
footer .bottom-cnt .social-media a { color: #5fcf8f; text-decoration: none; }
footer .copy-cnt { background: rgba(0,0,0,0.28); padding: 16px 0; font-size: 12px; color: #8b919a; }
footer .copy-cnt a { color: #aeb4bd; }

@media (min-width: 768px) {
  footer .footer-cnt { padding: 48px 0 32px 0; }
  footer .footer-cnt .cols { grid-template-columns: repeat(3, 1fr); gap: 40px; }
  footer .bottom-cnt .shell { display: flex; justify-content: space-between; align-items: center; }
}

/* Footer compliance logos as clean white chips (colour logos always visible) */
footer .rg-cnt .rg-logo, footer .rg-cnt .rg-logo--ukgc { height: 44px; width: auto; display: block; background: #ffffff; border-radius: 6px; padding: 7px 11px; box-sizing: border-box; }
footer .rg-cnt .rg-badges { gap: 14px; }

/* Kill the theme's orange icon on footer link a::before */
footer .footer-cnt .col ul li a:before, footer .footer-cnt .col ul li a:after,
footer .bottom-cnt .nav a:before, footer .bottom-cnt .nav a:after { display: none !important; content: none !important; background: none !important; }

/* Remove the theme's grey page background (was #6e7577) */
body { background: #ffffff !important; }
/* Footer fully dark so no grey shows through */
footer, footer .footer-cnt, footer .bottom-cnt { background: #161a21; }
footer .rg-cnt { background: #1b2029; }
footer .copy-cnt { background: #11141a; }
/* Social: X badge */
footer .social-media .x-link { display: inline-flex; align-items: center; justify-content: center; width: 30px; height: 30px; border-radius: 6px; background: #000000; color: #ffffff; font-weight: 800; font-size: 16px; line-height: 1; text-decoration: none; vertical-align: middle; margin-left: 4px; }
footer .social-media .x-link:hover { background: #2b2b2b; color: #ffffff; }

/* Crisper compliance logos (size near native px so hi-dpi doesn't upscale) + visible X */
footer .rg-cnt .rg-logo, footer .rg-cnt .rg-logo--ukgc { height: 38px; padding: 7px 10px; }
footer .rg-cnt .rg-18 { display: inline-flex; align-items: center; justify-content: center; }
footer .rg-cnt .rg-18 svg { height: 24px; width: 24px; display: block; }
/* X badge: white chip with black X so it's visible on the dark footer + sharp */
footer .social-media .x-link { background: #ffffff !important; color: #000000 !important; }
footer .social-media .x-link:hover { background: #e9e9e9 !important; color: #000 !important; }

/* GamStop artwork is white -> give it a dark chip so it shows */
footer .rg-cnt .rg-logo--gamstop { background: #1d2330 !important; }
/* The X link text was hidden by the theme's social-icon styling -> force it visible */
footer .social-media .x-link { text-indent: 0 !important; font-size: 16px !important; line-height: 1 !important; overflow: visible !important; background-image: none !important; }

/* Sharper logos: render small so 140px-wide sources are downscaled (never upscaled) on hi-dpi */
footer .rg-cnt .rg-logo, footer .rg-cnt .rg-logo--ukgc, footer .rg-cnt .rg-logo--gamstop { height: 34px !important; padding: 6px 9px !important; image-rendering: auto; }
footer .rg-cnt .rg-badges { gap: 12px; }
/* X: white X on black (proper X brand), subtle border so it reads on the dark footer */
footer .social-media .x-link { background: #000000 !important; color: #ffffff !important; border: 1px solid rgba(255,255,255,0.3); }
footer .social-media .x-link:hover { background: #000 !important; border-color: rgba(255,255,255,0.55); }

/* White-artwork compliance logos (GamStop, Gambling Commission) on dark chips */
footer .rg-cnt .rg-logo--dark { background: #1d2330 !important; }

/* All compliance logos: white-on-dark chips with a visible outline (consistent set) */
footer .rg-cnt .rg-logo, footer .rg-cnt .rg-logo--dark { background: #1d2330 !important; border: 1px solid rgba(255,255,255,0.20); }

/* Page frame = a single solid green everywhere (the theme's article gradient faded
   dark->olive on tall pages, reading as two colours; this keeps it one colour). */
body { background: #324f39 !important; }
article { background: #324f39 !important; padding-top: 0 !important; }

/* Contain full-bleed sub-page heroes without a page scrollbar (clip preserves sticky) */
html { overflow-x: clip; }

/* Author photo (About page) — framed, captioned, floats beside the prose */
body article .author-photo { float: right; width: 250px; max-width: 42%; margin: 2px 0 18px 28px; }
body article .author-photo img { display: block; width: 100%; height: auto; border-radius: 12px; border: 1px solid #e2e5e8; box-shadow: 0 8px 22px rgba(29,35,48,0.15); }
body article .author-photo figcaption { margin: 10px 0 0; text-align: center; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: 1px; color: #16834c; }
@media (max-width: 600px) { body article .author-photo { float: none; width: 220px; max-width: 72%; margin: 0 auto 18px; } }

/* Homepage hero uses .intro-alt.intro-primary (not section.intro) — match the standard hero type scale so the h1/intro aren't smaller than the rest of the site on mobile */
body article .intro-alt.intro-primary h1 { font-size: 30px !important; line-height: 1.05 !important; }
body article .intro-alt.intro-primary p { font-size: 18px !important; line-height: 1.38 !important; }

/* Homepage intro copy is in .intro-entry (a div + span), not a <p> — match the standard 18px hero intro at all widths */
body article .intro-alt.intro-primary .intro-entry,
body article .intro-alt.intro-primary .intro-entry span,
body article .intro-alt.intro-primary .intro-entry p { font-size: 18px !important; line-height: 1.4 !important; }

/* ============================================================
   Nav dropdowns (Tracks / Events): clean modern text menus.
   Removes the dated sprite/placeholder icons (broken locally) + the icon-tile
   mobile layout. Brand-navy panel, green hover. Desktop = multi-column,
   mobile = text accordion. (was: orange placeholder icon-grid / old grey list)
   ============================================================ */
/* 1) Kill every sprite/placeholder icon + list bullet + scroll buttons in the nav */
header .nav > ul > li .nav-dd ul li a.img-plh:before,
header .nav > ul > li .nav-dd ul li a.img:before,
header .nav > ul > li .nav-dd ul li:before,
header .nav > ul > li .nav-dd .mCSB_buttonLeft,
header .nav > ul > li .nav-dd .mCSB_buttonRight { display: none !important; background: none !important; border: 0 !important; }
/* 2) Always show item text (the <480 icon-tile mode hid it via text-indent) */
header .nav > ul > li .nav-dd ul.cols li { font-size: 14px !important; line-height: 1.3 !important; text-indent: 0 !important; }
header .nav > ul > li .nav-dd ul li a,
header .nav > ul > li .nav-dd ul li a.img,
header .nav > ul > li .nav-dd ul li a.img-plh { font-size: 14px !important; line-height: 1.4 !important; text-indent: 0 !important; max-width: none !important; text-align: left !important; background: none !important; height: auto !important; width: auto !important; }
/* 3) Panel + items — brand navy/green */
header .nav > ul > li .nav-dd { background: #1d2330 !important; border: 0 !important; border-top: 3px solid #16834c !important; border-radius: 0 0 8px 8px; box-shadow: 0 14px 34px rgba(0,0,0,0.4) !important; }
header .nav > ul > li .nav-dd .title-wp { display: none !important; }
header .nav > ul > li .nav-dd ul.cols { padding: 8px !important; }
header .nav > ul > li .nav-dd ul.cols li { border: 0 !important; padding: 0 !important; }
header .nav > ul > li .nav-dd ul.cols li a { display: block !important; padding: 8px 14px !important; border-radius: 5px; color: rgba(255,255,255,0.82) !important; white-space: nowrap; text-decoration: none !important; text-transform: none !important; transition: background .12s ease, color .12s ease; }
header .nav > ul > li .nav-dd ul.cols li a:hover { background: #16834c !important; color: #ffffff !important; text-decoration: none !important; }

/* 4) Desktop (horizontal nav, 1200+): wide multi-column panel */
@media (min-width: 1200px) {
  header .nav > ul > li.drop-holder > a.nav-link { padding-right: 16px !important; }
  header .nav > ul > li > span.icon-dd { background: none !important; font-size: 0 !important; text-indent: -9999px !important; width: 12px !important; right: 2px !important; overflow: visible !important; }
  header .nav > ul > li > span.icon-dd:before { content: '' !important; position: absolute; top: 42%; left: 0; width: 6px; height: 6px; border-right: 2px solid rgba(255,255,255,0.65); border-bottom: 2px solid rgba(255,255,255,0.65); transform: rotate(45deg); }
  header .nav > ul > li .nav-dd { width: auto !important; margin: 0 !important; padding: 0 !important; top: 100% !important; }
  header .nav > ul > li .nav-dd ul.size-large { width: 720px !important; }
  header .nav > ul > li .nav-dd ul.size-large li { float: left !important; width: 25% !important; margin: 0 !important; box-sizing: border-box !important; }
  header .nav > ul > li .nav-dd ul.size-medium { width: 240px !important; }
  header .nav > ul > li .nav-dd ul.size-medium li { float: none !important; width: 100% !important; margin: 0 !important; }
  header .nav > ul > li:nth-child(4) .nav-dd { left: 50% !important; right: auto !important; margin-left: -360px !important; }
  header .nav > ul > li:nth-child(5) .nav-dd { left: 50% !important; right: auto !important; margin-left: -120px !important; }
}

/* 5) Mobile (hamburger, <1200): stacked text nav + accordion dropdowns, no icons */
@media (max-width: 1199px) {
  header .nav > ul > li > a.nav-link:before { display: none !important; }
  header .nav > ul { background: #1d2330 !important; padding: 0 !important; border-top: 3px solid #16834c !important; border-bottom: 0 !important; }
  header .nav > ul > li { width: 100% !important; float: none !important; margin: 0 !important; padding: 0 !important; border-bottom: 1px solid rgba(255,255,255,0.08) !important; }
  header .nav > ul > li > a.nav-link { padding: 14px 18px !important; min-height: 0 !important; padding-top: 14px !important; text-align: left !important; font-size: 14px !important; line-height: 1.3 !important; text-transform: none !important; }
  header .nav > ul > li > span.icon-dd { top: 0 !important; bottom: 0 !important; left: auto !important; right: 4px !important; margin: 0 !important; width: 46px !important; height: 50px !important; line-height: 48px !important; border-radius: 0 !important; background: transparent !important; font-size: 26px !important; color: rgba(255,255,255,0.55) !important; }
  header .nav > ul > li .nav-dd { position: static !important; width: auto !important; margin: 0 !important; left: auto !important; right: auto !important; border: 0 !important; border-top: 1px solid rgba(255,255,255,0.08) !important; border-radius: 0 !important; box-shadow: none !important; background: rgba(0,0,0,0.18) !important; }
  header .nav > ul > li .nav-dd ul.cols { padding: 4px 0 !important; }
  header .nav > ul > li .nav-dd ul.cols li { float: none !important; width: 100% !important; margin: 0 !important; }
  header .nav > ul > li .nav-dd ul.cols li a { padding: 11px 18px 11px 34px !important; }
}

/* Mobile nav accordion: collapse closed dropdowns (display:none) and reveal on .opened */
@media (max-width: 1199px) {
  header .nav > ul > li .nav-dd { display: none !important; visibility: visible !important; opacity: 1 !important; }
  header .nav > ul > li .nav-dd.opened { display: block !important; visibility: visible !important; opacity: 1 !important; height: auto !important; }
}

/* Mobile nav: make the +/- toggle the clickable layer (above the link) + drop the leftover "back to top" double-arrow in the header */
@media (max-width: 1199px) {
  header .nav > ul > li > span.icon-dd { z-index: 6 !important; cursor: pointer; }
}
@media (max-width: 767px) {
  header .back-top { display: none !important; }
}

/* ============ Nav polish: tight caret + mobile scroll-to-top + sticky-on-scroll header ============ */
/* Desktop: caret sits right beside the Tracks/Events word (was floating far right) */
@media (min-width: 1200px) {
  header .nav > ul > li.drop-holder { padding-right: 18px !important; }
  header .nav > ul > li.drop-holder > a.nav-link { display: inline-block !important; padding-right: 0 !important; }
  header .nav > ul > li.drop-holder > span.icon-dd { position: static !important; display: inline-block !important; width: auto !important; text-indent: 0 !important; font-size: 0 !important; height: auto !important; margin: 0 0 0 7px !important; right: auto !important; left: auto !important; top: auto !important; vertical-align: middle !important; }
  header .nav > ul > li.drop-holder > span.icon-dd:before { position: static !important; display: inline-block !important; top: auto !important; left: auto !important; width: 6px !important; height: 6px !important; transform: rotate(45deg) !important; vertical-align: middle; margin-bottom: 3px; }
}
/* Mobile: floating scroll-to-top button (reuses .back-top + the theme's buttonShow .show on scroll>=400) */
@media (max-width: 1199px) {
  header .back-top { display: none !important; position: fixed !important; right: 14px !important; bottom: 14px !important; top: auto !important; width: 46px !important; height: 46px !important; float: none !important; margin: 0 !important; z-index: 60 !important; border-radius: 50% !important; background: #16834c !important; box-shadow: 0 4px 14px rgba(0,0,0,0.32) !important; text-indent: 0 !important; font-size: 0 !important; }
  header .back-top.show { display: block !important; }
  header .back-top:before { content: '' !important; position: absolute !important; top: 52%; left: 50%; width: 11px; height: 11px; border-left: 2px solid #fff; border-top: 2px solid #fff; transform: translate(-50%, -40%) rotate(45deg); }
  /* Sticky nav: after scrolling, the header slides in fixed so the menu is reachable without scrolling up */
  body.nav-stuck header { position: fixed !important; top: 0 !important; left: 0 !important; width: 100% !important; z-index: 50 !important; box-shadow: 0 2px 12px rgba(0,0,0,0.3) !important; animation: navStuck .25s ease; }
  body.nav-stuck { padding-top: 63px; }
}
@keyframes navStuck { from { transform: translateY(-100%); } to { transform: translateY(0); } }

/* Betting Sites dropdown (8th nav item, far right) — anchor right so the wide panel stays on-screen */
@media (min-width: 1200px) {
  header .nav > ul > li:nth-child(8) .nav-dd { left: auto !important; right: 0 !important; margin-left: 0 !important; }
}

/* Homepage: kill the 37px gap between the hero and the white content column */
body article .intro-alt.intro-primary { margin-bottom: 0 !important; }

/* ============ Homepage revamp ============ */
/* Racecards / Tips / Results section below the main table */
body article .home-tools { display: grid; grid-template-columns: 1fr; gap: 14px; margin: 26px 0 10px; }
@media (min-width: 768px) { body article .home-tools { grid-template-columns: repeat(3, 1fr); } }
body article .home-tools .home-tool { display: flex; flex-direction: column; gap: 8px; padding: 20px 20px 16px; background: linear-gradient(135deg, #1d2330 0%, #232c3d 100%); border-radius: 8px; border-top: 3px solid #16834c; text-decoration: none !important; transition: transform .15s ease, box-shadow .15s ease; }
body article .home-tools .home-tool:hover { transform: translateY(-2px); box-shadow: 0 8px 22px rgba(0,0,0,0.18); }
body article .home-tools .home-tool__title { color: #ffffff; font-size: 18px; font-weight: 800; letter-spacing: -0.2px; }
body article .home-tools .home-tool__desc { color: rgba(255,255,255,0.72); font-size: 13.5px; line-height: 1.55; }
body article .home-tools .home-tool__cta { margin-top: auto; color: #4fd394; font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.6px; }
body article .home-tools .home-tool:hover .home-tool__cta { text-decoration: underline; }
/* Mini operator reviews -> cards */
body article .mini-review { background: #ffffff; border: 1px solid #e2e5e8; border-left: 4px solid #16834c; border-radius: 8px; padding: 20px 22px 16px; margin: 0 0 16px; box-shadow: 0 1px 3px rgba(0,0,0,0.04); }
body article .mini-review h3 { margin: 0 0 10px !important; }
body article .mini-review p { margin: 0 0 14px; }
body article .mini-review .mini-review__feats { display: grid; grid-template-columns: 1fr; gap: 6px 18px; margin: 0 0 14px; padding: 0; list-style: none; }
@media (min-width: 768px) { body article .mini-review .mini-review__feats { grid-template-columns: 1fr 1fr; } }
body article .mini-review .mini-review__feats li { position: relative; padding: 0 0 0 22px; font-size: 14px; line-height: 1.55; color: #2a3038; }
body article .mini-review .mini-review__feats li:before { content: ''; position: absolute; left: 0; top: 4px; width: 12px; height: 7px; border-left: 2.5px solid #16834c; border-bottom: 2.5px solid #16834c; transform: rotate(-45deg); }
body article .mini-review .mini-review__link { font-weight: 700; color: #0e6b3c; text-decoration: underline; text-underline-offset: 2px; font-size: 14px; }
/* Jump-nav buttons (replaces the old hexagons) */
body article .judge-nav { display: flex; flex-wrap: wrap; gap: 10px; margin: 18px 0 26px; }
body article .judge-nav a { display: inline-block; padding: 10px 16px; background: #ffffff; border: 1px solid #cfe7da; border-radius: 4px; color: #0e6b3c !important; font-size: 13px; font-weight: 700; text-decoration: none !important; transition: background .12s ease, color .12s ease, border-color .12s ease; }
body article .judge-nav a:hover { background: #16834c; border-color: #16834c; color: #ffffff !important; }
/* Modern content bullets (replaces the old orange sprite icon) */
body article .content > ul li:before { background: #16834c !important; border-radius: 50% !important; width: 6px !important; height: 6px !important; top: 10px !important; }
/* wpautop injects <br> between the home-tool cards — remove them from the grid */
body article .home-tools br { display: none; }
/* generic-table CTA buttons: the theme zeroes the anchor text and shows data-text-before via :before — that rule doesn't reach generic-table, so restore the label */
body article .generic-table .btn-alternative:before { content: attr(data-text-before); font-size: 13px; font-weight: 800; letter-spacing: 0.4px; }
body article .generic-table .btn-alternative { padding: 10px 16px !important; line-height: 1 !important; }

/* ============ Unified body copy: 16px prose on every page type ============ */
body article .content > p, body article .content > ul li, body article .content > ol li { font-size: 16px !important; line-height: 1.65 !important; }
/* Guide section headings were 24px (plugin) vs 26px everywhere else */
article.hrb-guide h2:not(.glossary-letter-heading) { font-size: 26px !important; }
/* Homepage cards: title-only anchor + stretched click area */
body article .home-tools .home-tool { position: relative; }
body article .home-tools .home-tool__title a { color: #ffffff; text-decoration: none !important; }
body article .home-tools .home-tool__title a:after { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; }

/* ============ Operator review pages: modern pass ============ */
/* Top bonus banner */
body article .big-banner-alt { padding: 28px 30px 18px !important; border-radius: 12px !important; }
body article .big-banner-alt .bnr-cell .title { font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: 1px; color: #ffd47a; }
body article .big-banner-alt .bnr-cell .title.line { border: 0; padding: 0 0 10px; }
body article .big-banner-alt .bonus-box { font-size: 22px; line-height: 1.25; color: #ffffff; font-weight: 700; margin: 12px 0 16px; }
body article .big-banner-alt .bonus-box strong { display: block; font-size: 34px; letter-spacing: -0.5px; color: #4fd394; }
body article .big-banner-alt .button-wp .button,
body article .big-banner-alt .button-wp .button-orange { background: #16834c !important; color: #ffffff !important; border: 0 !important; border-radius: 6px !important; padding: 13px 28px !important; font-weight: 800 !important; letter-spacing: 0.6px; box-shadow: 0 2px 0 #0d5e36 !important; transition: background .15s ease, transform .1s ease; }
body article .big-banner-alt .button-wp .button:hover,
body article .big-banner-alt .button-wp .button-orange:hover { background: #0e6b3c !important; }
/* Rating panel + why-list inside the banner */
body article .big-banner-alt .rating-box { background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.12); border-radius: 8px; padding: 14px 16px; }
body article .big-banner-alt .rating-box ul li { display: flex; justify-content: space-between; gap: 12px; padding: 3px 0; font-size: 13px; color: rgba(255,255,255,0.85); }
body article .big-banner-alt .rating-box .overall { margin-top: 10px; padding-top: 10px; border-top: 1px solid rgba(255,255,255,0.15); font-size: 13px; font-weight: 700; color: #ffffff; }
body article .big-banner-alt .rating-box .overall .green { color: #4fd394; font-size: 18px; font-weight: 800; }
body article .big-banner-alt .list-box { margin-top: 14px; }
body article .big-banner-alt .list-box .title { color: #ffffff; text-transform: none; letter-spacing: 0; font-size: 14px; padding-bottom: 4px; }
body article .big-banner-alt .list-box ul li { position: relative; padding: 2px 0 2px 22px; font-size: 13px; color: rgba(255,255,255,0.85); }
body article .big-banner-alt .list-box ul li:before { content: ''; position: absolute; left: 2px; top: 9px; width: 10px; height: 6px; border-left: 2px solid #4fd394; border-bottom: 2px solid #4fd394; transform: rotate(-45deg); }
body article .big-banner-alt .bnr-cell .text { font-size: 12.5px; color: rgba(255,255,255,0.7); margin-top: 10px; }
/* Screenshot in the banner */
body article .big-banner-alt .big-image img { border-radius: 8px; border: 1px solid rgba(255,255,255,0.15); box-shadow: 0 10px 26px rgba(0,0,0,0.3); height: auto; }
/* Terms + meta row under the banner */
body article .big-banner-alt .trms { font-size: 11px; color: rgba(255,255,255,0.55); line-height: 1.5; margin-top: 14px; }
body article .big-banner-alt .bonus-intro-row { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 22px; margin-top: 12px; padding-top: 12px; border-top: 1px solid rgba(255,255,255,0.12); font-size: 12px; color: rgba(255,255,255,0.7); }
body article .big-banner-alt .bonus-intro-row .author { font-style: italic; }
body article .big-banner-alt .bonus-intro-row .author a { color: #4fd394; font-style: normal; }
body article .big-banner-alt .bb-license li, body article .big-banner-alt .accepted-pm li { color: rgba(255,255,255,0.7); font-size: 12px; }
/* Page-contents -> modern two-line card nav */
body article .toc { background: #f4f6f8 !important; border-radius: 10px; padding: 16px 18px 18px !important; filter: none !important; }
body article .toc ul { display: flex !important; flex-wrap: wrap; gap: 10px; align-items: stretch; }
body article .toc ul li { width: auto !important; max-width: none !important; flex: 1 1 180px; padding: 0 !important; }
body article .toc ul li:first-child { flex: 0 0 100%; width: 100% !important; text-align: left; }
body article .toc ul li .title { background: none !important; text-indent: 0 !important; min-height: 0 !important; height: auto !important; position: static !important; font-family: "Open Sans", Arial, sans-serif !important; font-style: normal !important; font-size: 12px !important; line-height: 1.3 !important; font-weight: 800 !important; text-transform: uppercase; letter-spacing: 1px; color: #565c63 !important; display: block; padding: 0 0 4px; }
body article .toc ul li a { display: block; height: 100%; box-sizing: border-box; margin: 0 !important; padding: 12px 14px !important; background: #ffffff !important; border: 1px solid #e2e5e8 !important; border-radius: 8px !important; white-space: normal !important; text-decoration: none !important; color: #565c63 !important; font-size: 12px !important; line-height: 1.4 !important; transition: border-color .15s ease, box-shadow .15s ease, transform .15s ease; }
body article .toc ul li a strong { font-family: inherit !important; color: #1d2330 !important; font-size: 14.5px !important; font-weight: 800 !important; padding: 0 0 3px !important; }
body article .toc ul li a:hover { border-color: #16834c !important; box-shadow: 0 6px 16px rgba(16,24,40,0.08); transform: translateY(-1px); }
/* In-content screenshots */
body article .image-box img { border-radius: 8px; border: 1px solid #e2e5e8; box-shadow: 0 4px 14px rgba(29,35,48,0.08); height: auto; max-width: 100%; }
body article .image-box.left { margin: 4px 24px 14px 0; }
body article .image-box.right { margin: 4px 0 14px 24px; }
/* Legacy content tables -> match the modern table look */
body article .table-wp .table-cnt table { border-collapse: collapse; width: 100%; border: 1px solid #e2e5e8; border-radius: 8px; overflow: hidden; }
body article .table-wp .table-cnt table caption.table-title { background: #1d2330; color: #ffffff; padding: 12px 16px; font-size: 13px; font-weight: 800; text-align: left; }
body article .table-wp .table-cnt th { background: #1d2330; color: #ffffff; padding: 11px 14px; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.6px; text-align: left; }
body article .table-wp .table-cnt td { padding: 11px 14px; font-size: 14px; border-top: 1px solid #eef0f2; }
body article .table-wp .table-cnt tr:nth-child(even) td { background: #fafbfc; }

/* Review banner: flex layout (the old floats wrapped the screenshot below the offer, blowing the panel up) */
body article .big-banner-alt .bnr-items { display: flex !important; flex-wrap: wrap; gap: 20px 26px; align-items: stretch; }
body article .big-banner-alt .bnr-items:after { display: none !important; }
body article .big-banner-alt .bnr-cell { float: none !important; width: auto !important; max-width: none !important; margin: 0 !important; }
body article .big-banner-alt .bnr-cell.l { order: 1; flex: 0 0 225px; }
body article .big-banner-alt .bnr-cell.m { order: 2; flex: 1 1 320px; min-width: 0; }
body article .big-banner-alt .bnr-cell.r { order: 3; flex: 0 0 262px; }
body article .big-banner-alt .big-image { display: block; width: 100% !important; height: 100%; position: relative; margin: 0 !important; }
body article .big-banner-alt .big-image img { display: block; width: 100% !important; max-width: 100% !important; height: 100% !important; object-fit: cover; }
body article .big-banner-alt .trms { order: 4; flex: 1 1 100%; margin-top: 0 !important; }
body article .big-banner-alt .bonus-intro-row { order: 5; flex: 1 1 100%; margin-top: 0 !important; }
/* Mobile: stack the three cells, image first */
@media (max-width: 767px) {
  body article .big-banner-alt { padding: 20px 16px 14px !important; }
  body article .big-banner-alt .bnr-cell.l, body article .big-banner-alt .bnr-cell.m, body article .big-banner-alt .bnr-cell.r { flex: 1 1 100%; }
  body article .big-banner-alt .bnr-cell.m { order: 0; }
  body article .big-banner-alt .big-image img { height: auto !important; }
  body article .big-banner-alt .bonus-intro-row { gap: 6px 14px; }
}

/* Review banner: single CTA — hide the duplicate button over the screenshot, widen the offer one */
body article .big-banner-alt .big-image .button-wp { display: none !important; }
body article .big-banner-alt .bnr-cell.l .button-wp { display: block; }
body article .big-banner-alt .bnr-cell.l .button-wp .button,
body article .big-banner-alt .bnr-cell.l .button-wp .button-orange { display: block !important; width: 100% !important; box-sizing: border-box; text-align: center; }
