:root {
  --cs-page: #F6F5F1;
  --cs-surface: #FFFFFF;
  --cs-ink: #18212F;
  --cs-muted: #5B6572;
  --cs-brand: #177052;
  --cs-brand-dark: #10553E;
  --cs-danger: #B83C3C;
  --cs-gold: #A77A22;
  --cs-line: #D9DED9;
  --cs-soft: #EEF2EE;
  --cs-radius-sm: 10px;
  --cs-radius: 16px;
  --cs-radius-lg: 24px;
  --cs-shadow: 0 14px 40px rgba(24, 33, 47, .08);
  --cs-shell: 1180px;
}
*,
*::before,
*::after { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body {
  margin: 0;
  overflow-x: hidden;
  background: var(--cs-page);
  color: var(--cs-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.72;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; height: auto; }
a { color: var(--cs-brand); text-underline-offset: .18em; }
a:hover { color: var(--cs-brand-dark); }
button, input, select, textarea { font: inherit; }
h1, h2, h3 {
  color: var(--cs-ink);
  line-height: 1.15;
  text-wrap: balance;
}
h2, h3 { scroll-margin-top: 92px; }
h2 { margin: 2.2rem 0 1rem; font-size: clamp(1.7rem, 4vw, 2.7rem); }
h3 { margin: 1.8rem 0 .8rem; font-size: clamp(1.25rem, 3vw, 1.7rem); }
p, ul, ol { margin: 0 0 1rem; }
small { color: var(--cs-muted); }
table { border-collapse: collapse; width: 100%; }
th, td { text-align: left; vertical-align: top; }
th { font-weight: 800; }
.cs-shell,
.article-shell {
  width: min(var(--cs-shell), calc(100% - 32px));
  margin-inline: auto;
}
.skip-link {
  position: fixed;
  left: 12px;
  top: -100px;
  z-index: 1000;
  background: var(--cs-ink);
  color: #fff;
  padding: .7rem 1rem;
  border-radius: 8px;
}
.skip-link:focus { top: 12px; }
:focus-visible {
  outline: 3px solid rgba(23, 112, 82, .42);
  outline-offset: 3px;
}
.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;
}
.cs-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(246,245,241,.96);
  border-bottom: 1px solid var(--cs-line);
  backdrop-filter: blur(12px);
}
.cs-header__inner {
  width: min(var(--cs-shell), calc(100% - 24px));
  min-height: 68px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  gap: 12px;
}
.cs-logo { display: inline-flex; flex: 0 0 auto; }
.cs-logo img { width: 160px; height: auto; }
.cs-nav {
  position: absolute;
  inset: 68px 12px auto;
  display: none;
  padding: .6rem;
  background: var(--cs-surface);
  border: 1px solid var(--cs-line);
  border-radius: 14px;
  box-shadow: var(--cs-shadow);
}
.cs-nav.is-open { display: grid; }
.cs-nav a {
  padding: .75rem .8rem;
  color: var(--cs-ink);
  font-weight: 700;
  text-decoration: none;
  border-radius: 10px;
}
.cs-nav a:hover { background: var(--cs-soft); }
.cs-menu-toggle {
  width: 44px;
  height: 44px;
  margin-left: auto;
  display: grid;
  place-content: center;
  gap: 4px;
  border: 1px solid var(--cs-line);
  border-radius: 12px;
  background: var(--cs-surface);
}
.cs-menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  background: var(--cs-ink);
}
.cs-header__cta { display: none; }
.cs-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: .76rem 1rem;
  border-radius: 12px;
  background: var(--cs-brand);
  color: #fff;
  font-weight: 800;
  text-decoration: none;
  border: 1px solid transparent;
  transition: background-color .2s ease, transform .2s ease;
}
.cs-button:hover {
  color: #fff;
  background: var(--cs-brand-dark);
  transform: translateY(-1px);
}
.cs-hero { padding: 28px 0 14px; }
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: .45rem;
  color: var(--cs-muted);
  font-size: .9rem;
}
.breadcrumb a { color: inherit; }
.cs-hero h1 {
  max-width: 980px;
  margin: .45rem 0 .8rem;
  font-size: clamp(2.15rem, 8vw, 4.8rem);
  letter-spacing: -.045em;
}
.cs-meta { color: var(--cs-muted); font-size: .92rem; }
.cs-hero__intro {
  max-width: 980px;
  font-size: 1.04rem;
}
.age-note {
  display: inline-flex;
  gap: .45rem;
  align-items: center;
  margin-top: .25rem;
  padding: .55rem .75rem;
  border-radius: 999px;
  background: #FFF1F1;
  color: #7E2626;
  font-size: .86rem;
}
.ranking-intro { padding-top: .5rem; }
.snippet-ranking {
  margin: 1.1rem 0 1.4rem;
  padding-left: 1.5rem;
}
.snippet-ranking li {
  margin-bottom: .72rem;
  padding-left: .25rem;
}
.quick-compare {
  margin-top: 1.7rem;
}
.table-scroll {
  width: 100%;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  border: 1px solid var(--cs-line);
  border-radius: 14px;
  background: var(--cs-surface);
}
.table-scroll table { min-width: 860px; }
.table-scroll th,
.table-scroll td {
  padding: .85rem .9rem;
  border-bottom: 1px solid var(--cs-line);
}
.table-scroll th {
  background: #EFF3EF;
  white-space: nowrap;
}
.table-scroll tbody tr:last-child td { border-bottom: 0; }
.table-scroll tbody tr:hover { background: #FAFBF9; }
.rank-deck {
  display: grid;
  gap: 14px;
  margin: 1.5rem 0;
}
.rank-deck__item {
  position: relative;
  display: grid;
  gap: 16px;
  padding: 1rem;
  overflow: hidden;
  background: var(--cs-surface);
  border: 1px solid var(--cs-line);
  border-radius: var(--cs-radius);
  box-shadow: 0 8px 26px rgba(24,33,47,.05);
}
.rank-deck__position {
  position: absolute;
  top: 12px;
  left: 12px;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #F6EFE2;
  color: var(--cs-gold);
  font-weight: 900;
}
.rank-deck__brand {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-left: 42px;
}
.rank-deck__brand img {
  width: 116px;
  height: 52px;
  object-fit: contain;
  aspect-ratio: 29 / 13;
  border-radius: 8px;
  background: #fff;
}
.rank-deck__brand h3 { margin: 0; font-size: 1.15rem; }
.rank-deck__score {
  margin: .2rem 0 0;
  color: var(--cs-gold);
  font-weight: 900;
}
.eyebrow,
.section-kicker {
  display: inline-block;
  color: var(--cs-brand);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.rank-deck__bonus {
  margin: .2rem 0 .75rem;
  font-size: 1.05rem;
  font-weight: 850;
}
.fact-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 8px;
  list-style: none;
  padding: 0;
}
.fact-grid li {
  min-width: 0;
  padding: .62rem;
  border-radius: 10px;
  background: var(--cs-soft);
}
.fact-grid span,
.fact-grid strong {
  display: block;
}
.fact-grid span {
  color: var(--cs-muted);
  font-size: .72rem;
}
.fact-grid strong {
  margin-top: .1rem;
  font-size: .85rem;
  overflow-wrap: anywhere;
}
.rank-deck__ideal { margin: .65rem 0 0; color: var(--cs-muted); font-size: .9rem; }
.rank-deck__cta {
  display: grid;
  gap: .35rem;
  align-content: center;
  text-align: center;
}
.bonus-disclaimer {
  margin: 1.4rem 0;
  padding: 1rem;
  border-left: 4px solid var(--cs-danger);
  border-radius: 0 12px 12px 0;
  background: #FFF6F5;
}
.methodology-panel {
  margin: 2rem 0 0;
  padding: 1.15rem;
  background: #EEF3EF;
  border: 1px solid #D5E1D9;
  border-radius: var(--cs-radius-lg);
}
.methodology-panel h2 { margin-top: .45rem; }
.methodology-list { padding-left: 1.25rem; }
.methodology-list li { margin-bottom: .55rem; }
.toc-card {
  margin: 1.4rem 0 2rem;
  padding: 1rem;
  border: 1px solid var(--cs-line);
  border-radius: var(--cs-radius);
  background: var(--cs-surface);
}
.toc-card h2 { margin: 0 0 .7rem; font-size: 1.25rem; }
.toc-card summary { cursor: pointer; font-weight: 800; }
.toc-card ol { margin-top: .8rem; padding-left: 1.25rem; }
.toc-card li { margin-bottom: .4rem; }

@media (min-width: 760px) {
  .cs-shell,
  .article-shell { width: min(var(--cs-shell), calc(100% - 48px)); }
  .cs-header__inner { width: min(var(--cs-shell), calc(100% - 40px)); }
  .cs-logo img { width: 190px; }
  .cs-menu-toggle { display: none; }
  .cs-nav {
    position: static;
    display: flex;
    margin-left: auto;
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
  }
  .cs-header__cta { display: inline-flex; }
  .cs-hero { padding: 42px 0 18px; }
  .rank-deck__item {
    grid-template-columns: 1.1fr 1.6fr .7fr;
    align-items: center;
    padding: 1.15rem 1.25rem;
  }
  .rank-deck__brand { padding-left: 48px; }
  .rank-deck__brand img { width: 132px; height: 58px; }
  .methodology-panel { padding: 1.5rem; }
  .toc-card details { display: block; }
  .toc-card summary { display: none; }
  .toc-card details > *:not(summary) { display: block; }
}
@media (min-width: 1040px) {
  .rank-deck__item {
    grid-template-columns: 1.05fr 1.85fr .65fr;
    gap: 24px;
  }
  .rank-deck__brand img { width: 150px; height: 64px; }
  .methodology-panel {
    padding: 2rem;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.35);
  }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    transition-duration: .01ms !important;
  }
}
/* Long-form article */
.article-shell > .article-heading,
.article-shell > h2 {
  margin-top: clamp(2.5rem, 7vw, 4.5rem);
}
.article-shell > h3,
.article-shell > .article-table + h3 {
  margin-top: 2rem;
}
.article-shell > p,
.article-shell > ul,
.article-shell > ol,
.article-shell > blockquote,
.article-shell > .table-scroll {
  max-width: 920px;
}
.article-shell > ul,
.article-shell > ol {
  padding-left: 1.35rem;
}
.article-shell li {
  margin-bottom: .5rem;
}
.article-shell blockquote {
  margin: 1.5rem 0;
  padding: 1.1rem 1.2rem;
  border-left: 4px solid var(--cs-gold);
  border-radius: 0 var(--cs-radius-sm) var(--cs-radius-sm) 0;
  background: #FBF6EA;
  color: #594A2D;
}
.article-table {
  margin: 1rem 0 1.4rem;
}
.article-table table {
  min-width: 620px;
}
.article-table th,
.article-table td {
  padding: .82rem .9rem;
  border-bottom: 1px solid var(--cs-line);
}
.article-table th {
  background: #EFF3EF;
}
.article-table tr:last-child > * {
  border-bottom: 0;
}
.article-shell strong {
  font-weight: 800;
}
#fonti-regolatorie {
  margin: 2.5rem 0;
  padding: 1.25rem;
  border: 1px solid var(--cs-line);
  border-radius: var(--cs-radius);
  background: var(--cs-surface);
}
#fonti-regolatorie h2 {
  margin-top: 0;
}
#fonti-regolatorie ul {
  margin-bottom: 0;
}

/* FAQ */
.faq-list {
  display: grid;
  gap: .7rem;
  max-width: 920px;
  margin: 1rem 0 2rem;
}
.faq-item {
  overflow: hidden;
  border: 1px solid var(--cs-line);
  border-radius: var(--cs-radius);
  background: var(--cs-surface);
}
.faq-item h3 {
  margin: 0;
  font-size: 1rem;
}
.faq-toggle {
  position: relative;
  width: 100%;
  padding: 1rem 3.2rem 1rem 1rem;
  border: 0;
  background: transparent;
  color: var(--cs-ink);
  font-weight: 800;
  text-align: left;
  cursor: pointer;
}
.faq-toggle::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  color: var(--cs-brand);
  font-size: 1.45rem;
  line-height: 1;
}
.faq-toggle[aria-expanded="true"]::after {
  content: "−";
}
.faq-panel {
  padding: 0 1rem 1rem;
}
.faq-panel > :last-child {
  margin-bottom: 0;
}
.js .faq-panel[hidden] {
  display: none;
}

/* Author */
.author-card {
  display: grid;
  gap: 1rem;
  align-items: start;
  margin: 3rem 0 2rem;
  padding: 1.2rem;
  border: 1px solid #D5E1D9;
  border-radius: var(--cs-radius-lg);
  background: #EEF3EF;
}
.author-card img {
  width: 112px;
  height: 112px;
  object-fit: cover;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--cs-surface);
}
.author-card h2 {
  margin: .25rem 0 .2rem;
  font-size: 1.65rem;
}
.author-card__role {
  margin: 0 0 .65rem;
  color: var(--cs-muted);
  font-weight: 750;
}

/* Footer */
.cs-footer {
  margin-top: 4rem;
  border-top: 1px solid #303A48;
  background: var(--cs-ink);
  color: #E7EAF0;
}
.cs-footer__inner {
  width: min(var(--cs-shell), calc(100% - 32px));
  margin-inline: auto;
  display: grid;
  gap: 1.6rem;
  padding: 2.2rem 0;
}
.cs-footer__brand img {
  width: 210px;
  height: auto;
  padding: .35rem;
  border-radius: 10px;
  background: #F6F5F1;
}
.cs-footer__brand p {
  max-width: 390px;
  margin-top: .8rem;
  color: #BFC6D0;
}
.cs-footer__column {
  display: grid;
  align-content: start;
  gap: .45rem;
}
.cs-footer__column h2 {
  margin: 0 0 .35rem;
  color: #FFFFFF;
  font-size: 1rem;
}
.cs-footer__column a {
  width: fit-content;
  color: #D7E2DC;
  text-decoration: none;
}
.cs-footer__column a:hover {
  color: #FFFFFF;
  text-decoration: underline;
}
.cs-footer__legal {
  width: min(var(--cs-shell), calc(100% - 32px));
  margin-inline: auto;
  padding: 1.2rem 0 1.8rem;
  border-top: 1px solid rgba(255,255,255,.14);
  color: #BFC6D0;
  font-size: .88rem;
}
.cs-footer__legal p {
  margin: .25rem 0;
}
.cs-footer__legal strong {
  color: #FFFFFF;
}

/* Legal and notice components reused in Action 3 */
.legal-notice {
  margin: 1.25rem 0;
  padding: 1rem 1.1rem;
  border-left: 4px solid var(--cs-danger);
  border-radius: 0 var(--cs-radius-sm) var(--cs-radius-sm) 0;
  background: #FFF3F2;
}
.info-notice {
  margin: 1.25rem 0;
  padding: 1rem 1.1rem;
  border-left: 4px solid var(--cs-brand);
  border-radius: 0 var(--cs-radius-sm) var(--cs-radius-sm) 0;
  background: var(--cs-soft);
}

@media (min-width: 700px) {
  .author-card {
    grid-template-columns: 140px 1fr;
    padding: 1.5rem;
  }
  .author-card img {
    width: 132px;
    height: 132px;
  }
  .cs-footer__inner {
    grid-template-columns: 1.3fr repeat(3, minmax(150px, .7fr));
    width: min(var(--cs-shell), calc(100% - 48px));
  }
  .cs-footer__legal {
    width: min(var(--cs-shell), calc(100% - 48px));
  }
}

@media print {
  .cs-header,
  .cs-footer,
  .cs-button,
  .cs-menu-toggle,
  .skip-link,
  .toc-card {
    display: none !important;
  }
  body {
    background: #FFFFFF;
    color: #000000;
    font-size: 11pt;
  }
  .article-shell,
  .cs-shell {
    width: 100%;
  }
  .rank-deck__item,
  .methodology-panel,
  .author-card,
  .faq-item,
  #fonti-regolatorie {
    box-shadow: none;
    break-inside: avoid;
  }
  .table-scroll {
    overflow: visible;
    border: 1px solid #777;
  }
  .table-scroll table {
    min-width: 0;
  }
  a {
    color: #000000;
    text-decoration: underline;
  }
  .faq-panel[hidden] {
    display: block !important;
  }
}
/* Action 3: legal, responsible gaming and editorial information pages */
.subpage-main {
  min-height: 65vh;
}
.subpage-hero {
  padding: 2.2rem 0 1.2rem;
  border-bottom: 1px solid var(--cs-line);
  background:
    radial-gradient(circle at 85% 15%, rgba(23,112,82,.09), transparent 28rem),
    var(--cs-page);
}
.subpage-hero h1 {
  max-width: 920px;
  margin: .55rem 0 .8rem;
  font-size: clamp(2.1rem, 7vw, 4.2rem);
  letter-spacing: -.04em;
}
.subpage-hero__lead {
  max-width: 860px;
  color: var(--cs-muted);
  font-size: 1.05rem;
}
.policy-shell {
  width: min(980px, calc(100% - 32px));
  margin-inline: auto;
  padding: 1.6rem 0 3.5rem;
}
.policy-section {
  margin: 1.2rem 0 1.6rem;
  padding: 1.1rem;
  border: 1px solid var(--cs-line);
  border-radius: var(--cs-radius);
  background: var(--cs-surface);
  scroll-margin-top: 92px;
}
.policy-section h2 {
  margin-top: 0;
}
.policy-section h3 {
  margin-top: 1.35rem;
}
.policy-section ul,
.policy-section ol {
  padding-left: 1.3rem;
}
.policy-section li {
  margin-bottom: .48rem;
}
.policy-grid {
  display: grid;
  gap: 1rem;
}
.policy-card {
  padding: 1rem;
  border: 1px solid var(--cs-line);
  border-radius: var(--cs-radius-sm);
  background: #FAFBF9;
}
.policy-card h3 {
  margin-top: 0;
}
.rtp-table {
  margin: 1rem 0 1.2rem;
}
.rtp-table table {
  min-width: 720px;
}
.source-list {
  display: grid;
  gap: .55rem;
  padding-left: 1.2rem;
}
.contact-card {
  display: grid;
  gap: .7rem;
  padding: 1.15rem;
  border: 1px solid #D5E1D9;
  border-radius: var(--cs-radius);
  background: #EEF3EF;
}
.contact-card p {
  margin: 0;
}
.editorial-scorecard {
  display: grid;
  gap: .7rem;
  margin: 1rem 0;
}
.editorial-scorecard > div {
  display: grid;
  gap: .2rem;
  padding: .9rem;
  border: 1px solid var(--cs-line);
  border-radius: var(--cs-radius-sm);
  background: #FAFBF9;
}
.editorial-scorecard strong {
  color: var(--cs-brand);
}
.responsible-checklist {
  display: grid;
  gap: .75rem;
  margin: 1rem 0;
}
.responsible-checklist article {
  padding: 1rem;
  border-left: 4px solid var(--cs-brand);
  border-radius: 0 var(--cs-radius-sm) var(--cs-radius-sm) 0;
  background: var(--cs-soft);
}
.responsible-checklist h3 {
  margin: 0 0 .35rem;
}
.responsible-checklist p {
  margin: 0;
}
.subpage-author {
  display: grid;
  gap: 1rem;
  align-items: center;
}
.subpage-author img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--cs-page);
}
.subpage-author h3 {
  margin: 0;
}
@media (min-width: 720px) {
  .policy-shell {
    width: min(980px, calc(100% - 48px));
    padding-top: 2.2rem;
  }
  .policy-section {
    padding: 1.5rem;
  }
  .policy-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .editorial-scorecard {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .subpage-author {
    grid-template-columns: 140px 1fr;
  }
  .subpage-author img {
    width: 132px;
    height: 132px;
  }
}
@media print {
  .subpage-hero {
    padding-top: 0;
    background: #fff;
  }
  .policy-shell {
    width: 100%;
  }
  .policy-section,
  .policy-card,
  .contact-card,
  .responsible-checklist article {
    background: #fff;
    box-shadow: none;
  }
}
/* Revision: listing-first layout, licence markers, payments and visible TOC */
.rank-deck {
  list-style: none;
  padding-left: 0;
}
.rank-deck__item {
  list-style: none;
}
.rank-deck__summary {
  margin: 0 0 .8rem;
  color: var(--cs-muted);
  font-size: .9rem;
  line-height: 1.55;
}
.license-badge,
.table-license {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin: .35rem 0 0;
  padding: .3rem .55rem;
  border: 1px solid currentColor;
  border-radius: 999px;
  font-size: .72rem;
  font-weight: 900;
  line-height: 1.2;
}
.license-curacao {
  background: #EEF5FF;
  color: #245D96;
}
.license-anjouan {
  background: #F1F0FF;
  color: #554AA5;
}
.license-warning {
  background: #FFF6E8;
  color: #8A5A13;
}
.rank-deck__payments {
  margin-top: .85rem;
  padding-top: .8rem;
  border-top: 1px solid var(--cs-line);
}
.payment-list {
  display: flex;
  flex-wrap: wrap;
  gap: .38rem;
  margin: .5rem 0 .45rem;
  padding: 0;
  list-style: none;
}
.payment-list li {
  margin: 0;
  padding: .28rem .5rem;
  border: 1px solid var(--cs-line);
  border-radius: 999px;
  background: #FAFBF9;
  color: var(--cs-ink);
  font-size: .72rem;
  font-weight: 750;
  line-height: 1.2;
}
.payment-note {
  display: block;
  font-size: .72rem;
  line-height: 1.45;
}
.quick-compare {
  margin-top: 2rem;
}
.quick-compare .table-scroll table {
  min-width: 1040px;
}
.deposit-methods-section {
  margin: 2rem 0;
  padding: 1.2rem;
  border: 1px solid var(--cs-line);
  border-radius: var(--cs-radius-lg);
  background: var(--cs-surface);
  scroll-margin-top: 92px;
}
.deposit-methods-section h2 {
  margin-top: 0;
}
.payment-category-grid {
  display: grid;
  gap: .8rem;
  margin: 1.1rem 0;
}
.payment-category-grid article {
  padding: .9rem;
  border: 1px solid var(--cs-line);
  border-radius: var(--cs-radius-sm);
  background: #FAFBF9;
}
.payment-category-grid h3 {
  margin: 0 0 .3rem;
  font-size: 1rem;
}
.payment-category-grid p {
  margin: 0;
  color: var(--cs-muted);
  font-size: .9rem;
}
.verification-note {
  margin: 1rem 0;
  padding: .9rem 1rem;
  border-left: 4px solid var(--cs-gold);
  border-radius: 0 var(--cs-radius-sm) var(--cs-radius-sm) 0;
  background: #FBF6EA;
  color: #594A2D;
}
.toc-card > ol {
  margin: .8rem 0 0;
  padding-left: 1.25rem;
}
.toc-card > ol li {
  margin-bottom: .4rem;
}
.toc-card details {
  display: none;
}
@media (min-width: 700px) {
  .payment-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 760px) {
  .rank-deck__item {
    grid-template-columns: 1.05fr 1.9fr .65fr;
  }
}
@media (max-width: 759px) {
  .rank-deck__brand {
    align-items: flex-start;
  }
  .rank-deck__payments {
    margin-top: .7rem;
  }
  .payment-list {
    gap: .32rem;
  }
}

/* Final layout corrections */
.cs-header__inner {
  gap: 8px;
}

.cs-logo img {
  width: 122px;
}

.cs-menu-toggle {
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  margin-left: auto;
}

.cs-header .cs-header__cta {
  display: inline-flex;
  flex: 0 0 auto;
  min-height: 38px;
  padding: .52rem .7rem;
  border-radius: 11px;
  font-size: .82rem;
  line-height: 1;
  white-space: nowrap;
}

.methodology-panel,
.toc-card,
.deposit-methods-section,
.article-content {
  width: 100%;
  max-width: 100%;
  margin-inline: auto;
}

/* Keep every main desktop section aligned to the same centred shell width. */
.article-shell > p,
.article-shell > ul,
.article-shell > ol,
.article-shell > blockquote,
.article-shell > .table-scroll,
.article-shell > section,
.article-shell > aside {
  width: 100%;
  max-width: 100%;
}

.quick-compare,
.quick-compare .table-scroll,
.rank-deck {
  width: 100%;
  max-width: 100%;
  margin-inline: auto;
}

.article-content > h2,
.article-content > h3,
.article-content > p,
.article-content > ul,
.article-content > ol,
.article-content > blockquote,
.article-content > section,
.article-content > aside,
.article-content > .table-scroll,
.article-content > .author-card,
.article-content > .faq-list {
  width: 100%;
  max-width: none;
}

.article-content .table-scroll {
  width: 100%;
  max-width: 100%;
}

.article-content h2,
.article-content h3 {
  overflow-wrap: anywhere;
}

@media (max-width: 759px) {
  .cs-header__inner {
    width: calc(100% - 20px);
    min-height: 58px;
  }

  .cs-logo img {
    width: 112px;
  }

  .cs-header .cs-header__cta {
    min-height: 36px;
    padding: .48rem .62rem;
    font-size: .76rem;
  }

  .comparison-table,
  .quick-compare .table-scroll .comparison-table {
    min-width: 0;
    width: 100%;
  }

  .quick-compare .table-scroll {
    overflow-x: visible;
    border: 0;
    background: transparent;
  }

  .comparison-table thead {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }

  .comparison-table,
  .comparison-table tbody,
  .comparison-table tr,
  .comparison-table td {
    display: block;
  }

  .comparison-table tbody {
    display: grid;
    gap: 12px;
  }

  .comparison-table tr {
    overflow: hidden;
    border: 1px solid var(--cs-line);
    border-radius: 14px;
    background: var(--cs-surface);
    box-shadow: 0 7px 20px rgba(24,33,47,.05);
  }

  .comparison-table td {
    display: grid;
    grid-template-columns: minmax(105px, 38%) minmax(0, 62%);
    gap: 10px;
    align-items: start;
    padding: .65rem .75rem;
    border-bottom: 1px solid var(--cs-line);
    overflow-wrap: anywhere;
  }

  .comparison-table td:last-child {
    border-bottom: 0;
  }

  .comparison-table td::before {
    content: attr(data-label);
    color: var(--cs-muted);
    font-size: .72rem;
    font-weight: 800;
    line-height: 1.35;
  }

  .comparison-table td:nth-child(1),
  .comparison-table td:nth-child(2) {
    background: #F3F6F3;
  }

  .comparison-table td:nth-child(1) {
    font-weight: 900;
    color: var(--cs-gold);
  }

  .comparison-table .table-license {
    margin-top: 0;
  }

  .article-content,
  .methodology-panel,
  .toc-card,
  .deposit-methods-section {
    max-width: 100%;
  }
}

@media (min-width: 760px) {
  .cs-logo img {
    width: 176px;
  }

  .cs-header .cs-header__cta {
    min-height: 40px;
    padding: .58rem .82rem;
    font-size: .86rem;
  }
}

@media (min-width: 1040px) {
  .cs-logo img {
    width: 190px;
  }
}


/* SEO and editorial evidence enhancements */
.page-kicker {
  margin: 0 0 .55rem;
  color: var(--cs-brand);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.trust-strip {
  display: flex;
  flex-wrap: wrap;
  gap: .45rem .65rem;
  margin: .7rem 0 0;
}
.trust-strip span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: .34rem .62rem;
  border: 1px solid var(--cs-line);
  border-radius: 999px;
  background: rgba(255,255,255,.72);
  color: var(--cs-muted);
  font-size: .76rem;
  line-height: 1.2;
}
.trust-strip strong { color: var(--cs-ink); }
.rank-deck__verified {
  display: block;
  margin-top: .34rem;
  color: var(--cs-muted);
  font-size: .69rem;
  line-height: 1.35;
}
.review-check {
  margin: -.25rem 0 1rem;
  padding: .7rem .85rem;
  border-left: 3px solid var(--cs-gold);
  border-radius: 0 10px 10px 0;
  background: #FBF6EA;
  color: #594A2D;
  font-size: .82rem;
  line-height: 1.55;
}
.review-scorecard {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: .55rem;
  max-width: 920px;
  margin: 1rem 0;
}
.review-scorecard > div {
  display: flex;
  justify-content: space-between;
  gap: .6rem;
  padding: .66rem .75rem;
  border: 1px solid var(--cs-line);
  border-radius: 10px;
  background: #FAFBF9;
}
.review-scorecard span {
  color: var(--cs-muted);
  font-size: .77rem;
}
.review-scorecard strong {
  flex: 0 0 auto;
  color: var(--cs-brand-dark);
  font-size: .82rem;
}
.review-pros-cons {
  display: grid;
  gap: .75rem;
  max-width: 920px;
  margin: 1rem 0 1.2rem;
}
.review-pros-cons section {
  padding: .85rem 1rem;
  border: 1px solid var(--cs-line);
  border-radius: 12px;
  background: var(--cs-surface);
}
.review-pros-cons h4 {
  margin: 0 0 .45rem;
  font-size: .95rem;
}
.review-pros-cons ul {
  margin: 0;
  padding-left: 1.15rem;
}
.review-pros-cons li {
  margin-bottom: .25rem;
  font-size: .88rem;
}
.review-pros { border-left: 4px solid var(--cs-brand) !important; }
.review-cons { border-left: 4px solid var(--cs-danger) !important; }
.score-formula {
  max-width: 920px;
  margin: .9rem 0 0;
  color: var(--cs-muted);
  font-size: .82rem;
}
@media (min-width: 700px) {
  .review-scorecard { grid-template-columns: repeat(5,minmax(0,1fr)); }
  .review-scorecard > div { display: block; }
  .review-scorecard span, .review-scorecard strong { display: block; }
  .review-scorecard strong { margin-top: .2rem; }
  .review-pros-cons { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width: 520px) {
  .trust-strip { gap: .35rem; }
  .trust-strip span { width: 100%; border-radius: 10px; }
  .review-scorecard { grid-template-columns: 1fr; }
}


/* Licence badge refinement */
.rank-deck__brand > div {
  min-width: 0;
}

.rank-deck__brand .license-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  max-width: 230px;
  min-height: 42px;
  margin: .45rem auto 0;
  padding: .42rem .72rem;
  border-radius: 12px;
  text-align: center;
  font-size: .7rem;
  line-height: 1.28;
  white-space: normal;
  overflow-wrap: break-word;
  word-break: normal;
  hyphens: none;
}

.rank-deck__verified {
  display: block;
  width: 100%;
  max-width: 230px;
  margin-inline: auto;
  text-align: center;
}

/* On desktop the logo and licence details are stacked, so the badge never
   gets squeezed into a very narrow column beside the logo. */
@media (min-width: 760px) {
  .rank-deck__item {
    grid-template-columns: minmax(230px, .95fr) minmax(0, 1.85fr) minmax(150px, .62fr);
  }

  .rank-deck__brand {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    justify-items: center;
    align-content: center;
    gap: .5rem;
    min-width: 0;
    padding-left: 0;
    text-align: center;
  }

  .rank-deck__brand img {
    flex: none;
    width: min(180px, 100%);
    height: 64px;
  }

  .rank-deck__brand > div {
    width: 100%;
    max-width: 240px;
  }

  .rank-deck__brand h3 {
    max-width: 100%;
    overflow-wrap: normal;
    word-break: normal;
  }
}

@media (max-width: 759px) {
  .rank-deck__brand .license-badge,
  .rank-deck__verified {
    max-width: 230px;
  }
}

/* Final brand-card alignment: rating directly below the casino logo */
.rank-deck__brand {
  display: grid;
  grid-template-columns: minmax(116px, 132px) minmax(0, 1fr);
  grid-template-areas:
    "logo title"
    "score licence"
    ". verified";
  align-items: start;
  column-gap: 16px;
  row-gap: .35rem;
  min-width: 0;
  padding-left: 46px;
}

.rank-deck__brand > img {
  grid-area: logo;
  justify-self: center;
}

.rank-deck__brand > div {
  display: contents;
}

.rank-deck__brand h3 {
  grid-area: title;
  align-self: center;
  min-width: 0;
  margin: 0;
}

.rank-deck__brand .rank-deck__score {
  grid-area: score;
  justify-self: center;
  margin: 0;
  text-align: center;
  white-space: nowrap;
}

.rank-deck__brand .license-badge {
  grid-area: licence;
  justify-self: start;
  width: min(100%, 230px);
  max-width: 230px;
  margin: 0;
}

.rank-deck__brand .rank-deck__verified {
  grid-area: verified;
  justify-self: start;
  width: min(100%, 230px);
  max-width: 230px;
  margin: 0;
  text-align: center;
}

@media (min-width: 760px) {
  .rank-deck__brand {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas:
      "logo"
      "score"
      "title"
      "licence"
      "verified";
    justify-items: center;
    align-content: center;
    gap: .42rem;
    padding-left: 0;
    text-align: center;
  }

  .rank-deck__brand > img {
    width: min(180px, 100%);
    height: 64px;
  }

  .rank-deck__brand h3,
  .rank-deck__brand .license-badge,
  .rank-deck__brand .rank-deck__verified {
    justify-self: center;
  }

  .rank-deck__brand .license-badge {
    margin-top: .1rem;
  }
}
