:root {
  --charcoal: #292c32;
  --charcoal-dark: #191b20;
  --yellow: #f6ce45;
  --gold: #f2c94c;
  --gold-border: #d3a529;
  --tricolore: linear-gradient(90deg, #009246 0%, #009246 33.333%, #ffffff 33.333%, #ffffff 66.666%, #ce2b37 66.666%, #ce2b37 100%);
  --ink: #23262b;
  --muted: #62666e;
  --line: #e0e2e6;
  --paper: #fff;
  --back: #f4f5f7;
  --radius: 12px;
  --shadow: 0 4px 18px rgba(25, 28, 36, .065);
}

/* Comparison pages: keep ranking, data and sources separate and readable. */
.compare-intro { padding-block: 28px 24px; }
.compare-intro h1 { font-size: clamp(28px, 3.3vw, 40px); letter-spacing: -1px; }
.compare-tabs { margin-bottom: 22px; }
.compare-tabs nav { display: flex; flex-wrap: wrap; gap: 10px; }
.compare-tabs a { display: inline-flex; align-items: center; min-height: 46px; padding: 10px 18px; background: white; border: 1px solid var(--line); border-radius: 9px; font-size: 14px; font-weight: bold; text-decoration: none; }
.compare-tabs a[aria-current="page"] { background: var(--charcoal); color: white; border-color: var(--charcoal); }
.compare-tabs a:hover { box-shadow: var(--shadow); text-decoration: underline; }
.compare-main { min-width: 0; }
.compare-table-box { background: white; border: 1px solid var(--line); border-top: 5px solid var(--gold); border-radius: var(--radius); box-shadow: var(--shadow); }
.compare-table-meta { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 8px; margin: 0; padding: 16px 20px; font-size: 12px; color: var(--muted); }
.comparison-table { width: 100%; table-layout: fixed; border-collapse: collapse; font-size: 15px; line-height: 1.5; }
.comparison-table .compare-name-col { width: 38%; }
.comparison-servizi .compare-name-col { width: 35%; }
.comparison-servizi col:nth-child(2) { width: 25%; }
.comparison-table th, .comparison-table td { padding: 17px 14px; border-bottom: 1px solid var(--line); vertical-align: top; overflow-wrap: anywhere; }
.comparison-table thead th { background: var(--charcoal); color: white; text-align: center; font-size: 14px; }
.comparison-table thead th:first-child { text-align: left; }
.comparison-table tbody th { text-align: left; }
.comparison-table td { text-align: center; }
.comparison-table tbody tr:nth-child(even) { background: #fafafb; }
.comparison-table tbody tr:first-child { background: #fff7d7; }
.comparison-table tbody tr:focus-within { background: #fff3c4; }
.compare-book { display: flex; gap: 11px; align-items: flex-start; }
.compare-book > a { padding-top: 2px; }
.compare-rank { display: inline-grid; flex: 0 0 26px; place-items: center; min-height: 26px; padding: 2px; border-radius: 6px; background: var(--charcoal); color: white; font-size: 11px; }
.compare-amount { font-size: 20px; line-height: 1.4; }
.compare-value { display: inline-flex; min-height: 32px; flex-direction: column; align-items: center; justify-content: flex-start; text-decoration: none; }
.compare-value:hover { text-decoration: underline; }
.compare-value small { font-size: 11px; font-weight: normal; }
.compare-symbol { display: inline-block; font-size: 26px; line-height: 1.25; }
.compare-unknown { display: inline-block; font-size: 12px; line-height: 1.4; color: var(--muted); font-weight: normal; }
.compare-apps { display: flex; flex-wrap: wrap; justify-content: center; gap: 7px 14px; }
.compare-platform { display: inline-flex; flex-direction: column; align-items: center; gap: 3px; font-size: 11px; text-decoration: none; }
.compare-platform > span:first-child { font-size: 24px; line-height: 1.25; }
.compare-platform svg { width: 25px; height: 25px; fill: currentColor; }
.compare-platform img { display: block; width: 25px; height: 25px; object-fit: contain; }
.compare-legend { display: flex; flex-wrap: wrap; gap: 10px 20px; padding: 20px; font-size: 13px; }
.compare-legend p { margin: 0; }
.compare-date { font-size: 12px; color: var(--muted); margin: 16px 0; }
.compare-notes { margin-top: 24px; }
.compare-notes .compare-note { margin: 0; padding: 20px 0; border-top: 1px solid var(--line); }
.compare-notes .compare-note h3 { margin: 0 0 12px; font-size: 18px; }
.compare-notes .compare-note p { font-size: 14px; }
.compare-back { font-size: 12px; }
/* Additional bonus explanations follow the comparison table in reading order. */
.bonus-jump-menu { margin-bottom: 26px; padding: 18px 22px; background: var(--paper); border: 1px solid var(--line); border-top: 4px solid var(--gold); border-radius: var(--radius); box-shadow: var(--shadow); }
.bonus-jump-menu h2 { margin: 0 0 10px; font-size: 16px; line-height: 1.5; }
.bonus-jump-menu ul { display: flex; flex-wrap: wrap; gap: 3px 24px; list-style: none; margin: 0; padding: 0; }
.bonus-jump-menu a { display: inline-block; padding: 7px 0; font-size: 14px; line-height: 1.5; }
.bonus-types { margin: 28px 0; }
.bonus-types-intro { margin: 0 0 22px; color: var(--muted); font-size: 14px; }
.bonus-type-box { margin: 0 0 26px; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); scroll-margin-top: 24px; }
.bonus-type-heading { display: flex; align-items: flex-start; gap: 15px; padding: 22px 26px; background: var(--gold); border-bottom: 1px solid var(--gold-border); border-radius: 11px 11px 0 0; }
.bonus-type-heading .number { flex-shrink: 0; }
.bonus-type-heading h2 { margin: 0; font-size: clamp(21px, 2.4vw, 26px); line-height: 1.4; letter-spacing: -.5px; overflow-wrap: anywhere; }
.bonus-type-content { padding: 24px 26px; }
.bonus-type-content > p { margin: 0 0 17px; }
.bonus-type-content h3 { margin: 24px 0 14px; font-size: 18px; line-height: 1.5; }
.bonus-type-content > :last-child { margin-bottom: 0; }
.bonus-example { padding: 16px 18px; background: #f4f5f7; border-left: 4px solid var(--gold-border); border-radius: 0 8px 8px 0; font-size: 14px; }
.bonus-offers { margin: 0; padding: 0; list-style: none; }
.bonus-offers li { padding: 17px 0; border-top: 1px solid var(--line); }
.bonus-offers li p { margin: 0; }
.bonus-offers li .bonus-source { margin: 9px 0 0; font-size: 14px; }
.bonus-type-content .bonus-status { padding: 16px; margin: 8px 0 0; background: #f4f5f7; border-radius: 8px; font-size: 14px; }
.exchange-jump { margin-bottom: 24px; }
.exchange-jump > a { display: inline-block; padding: 12px 17px; background: var(--gold); border: 1px solid var(--gold-border); border-radius: 8px; font-size: 14px; font-weight: bold; }
.exchange-box { margin-top: 26px; }
.exchange-basics { padding-left: 24px; }
.exchange-basics li { margin: 10px 0; }
.exchange-source { font-size: 14px; line-height: 1.6; color: var(--muted); overflow-wrap: anywhere; }
.exchange-table-wrap { margin: 19px 0; border: 1px solid var(--line); border-radius: 8px; overflow: hidden; }
.exchange-table { width: 100%; table-layout: fixed; border-collapse: collapse; font-size: 14px; line-height: 1.5; }
.exchange-table caption { padding: 12px; font-weight: bold; text-align: left; background: #f4f5f7; }
.exchange-table th, .exchange-table td { padding: 13px 11px; vertical-align: top; text-align: left; overflow-wrap: anywhere; border-top: 1px solid var(--line); }
.exchange-table th:first-child { width: 36%; }
.exchange-table thead th { background: var(--charcoal); color: white; }
.exchange-table thead a { color: white; }
.exchange-table tbody tr:nth-child(even) { background: #fafafb; }
.exchange-foreign { list-style: none; padding: 0; margin: 18px 0; }
.exchange-foreign > li { border-top: 1px solid var(--line); padding: 17px 0; }
.exchange-foreign .exchange-source { margin: 9px 0 0; }
.exchange-checked { font-size: 12px; color: var(--muted); padding-top: 14px; border-top: 1px solid var(--line); }
@media (max-width: 520px) {
  .exchange-table th, .exchange-table td { padding: 11px 7px; }
  .bonus-type-heading { padding: 19px 17px; gap: 11px; }
  .bonus-type-content { padding: 21px 17px; }
  .compare-tabs a { flex: 1 1 0; justify-content: center; padding: 10px 8px; font-size: 12px; }
  .comparison-table { font-size: 13px; }
  .comparison-table th, .comparison-table td { padding: 14px 7px; }
  .comparison-table thead th { font-size: 12px; }
  .comparison-servizi .compare-name-col { width: 32%; }
  .comparison-servizi col:nth-child(2) { width: 24%; }
  .comparison-servizi col:nth-child(3) { width: 20%; }
  .comparison-servizi col:nth-child(4) { width: 24%; }
  .comparison-servizi thead th { font-size: 11px; }
  .comparison-table .compare-book { flex-direction: column; gap: 7px; }
  .compare-rank { flex-basis: auto; min-width: 24px; min-height: 22px; }
  .compare-amount { font-size: 18px; }
  .compare-apps { gap: 4px; }
  .compare-legend { display: block; padding: 16px; }
  .compare-legend > span { display: block; margin-block: 7px; }
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 24px; }
body { margin: 0; background: var(--back); color: var(--ink); font: 16px/1.65 Verdana, sans-serif; }
a { color: var(--charcoal); text-underline-offset: 4px; }
a:hover { text-decoration: underline; }
a:focus-visible, summary:focus-visible { outline: 3px solid #bc8700; outline-offset: 5px; }
.wrap { width: min(1140px, calc(100% - 40px)); margin-inline: auto; }
.skip { position: absolute; top: -100px; left: 16px; z-index: 20; padding: 12px; background: white; }
.skip:focus { top: 12px; }
.utility { background: var(--charcoal-dark); color: #d8dadd; font-size: 12px; }
.utility .wrap { display: flex; justify-content: space-between; gap: 16px; padding-block: 7px; }
.masthead { position: relative; color: white; background: var(--charcoal); padding-bottom: 6px; }
.masthead::after,
.footer::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 6px;
  box-sizing: border-box;
  border: 1px solid #b7bbc2;
  background: var(--tricolore);
  pointer-events: none;
}
.masthead::after { bottom: 0; }
.footer::before { top: 0; }
.masthead .wrap { display: flex; justify-content: space-between; align-items: center; min-height: 103px; gap: 24px; }
.identity { display: flex; gap: 13px; align-items: center; text-decoration: none; color: white; }
.identity:hover { text-decoration: none; }
.monogram { display: grid; place-items: center; width: 45px; height: 45px; border: 1px solid #686d76; color: var(--yellow); font-size: 19px; font-weight: bold; letter-spacing: -1.5px; flex: 0 0 auto; }
.brand { font-size: 24px; font-weight: bold; letter-spacing: -1px; line-height: 1.15; }
.brand span { color: var(--yellow); }
.brand small { display: block; color: #d1d3d8; font-size: 11px; letter-spacing: 1.7px; font-weight: normal; margin-top: 9px; }
.edition { font-size: 13px; color: #d9dbe0; display: flex; align-items: center; gap: 9px; }
/* Bandiere disegnate in CSS: Windows non ha le emoji delle bandiere e mostra quella italiana come "IT". La classe .flag da sola è l'Italia; le varianti sono flag-de, flag-fr, flag-ch, flag-ar, flag-br. */
.flag { display: inline-block; width: 1.35em; height: .95em; margin-right: .15em; vertical-align: -.12em; border-radius: 2px; box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .12); background: linear-gradient(90deg, #00a365 33.33%, white 33.33%, white 66.66%, #e64448 66.66%); }
.edition .flag { margin-right: 0; }
.flag-de { background: linear-gradient(180deg, #000 33.33%, #dd0000 33.33%, #dd0000 66.66%, #ffce00 66.66%); }
.flag-fr { background: linear-gradient(90deg, #0055a4 33.33%, white 33.33%, white 66.66%, #ef4135 66.66%); }
.flag-ch { background: linear-gradient(white, white) center / 20% 62% no-repeat, linear-gradient(white, white) center / 62% 20% no-repeat, #d52b1e; }
.flag-ar { background: radial-gradient(circle .16em at 50% 50%, #f6b40e 96%, rgba(0, 0, 0, 0) 100%), linear-gradient(180deg, #74acdf 33.33%, white 33.33%, white 66.66%, #74acdf 66.66%); }
.flag-br { background: #009c3b url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2020%2014'%3E%3Crect%20width='20'%20height='14'%20fill='%23009c3b'/%3E%3Cpath%20d='M10%201.6%2018.4%207%2010%2012.4%201.6%207z'%20fill='%23fedf00'/%3E%3Ccircle%20cx='10'%20cy='7'%20r='3.1'%20fill='%23002776'/%3E%3C/svg%3E") center / 100% 100% no-repeat; }
.navigation { background: white; border-bottom: 1px solid var(--line); box-shadow: 0 3px 12px rgba(25, 28, 36, .045); }
.navlinks { display: flex; gap: 35px; align-items: stretch; }
.navlinks a { text-decoration: none; font-weight: bold; font-size: 14px; padding: 17px 0 14px; border-bottom: 3px solid transparent; }
.navlinks a[aria-current=page], .navlinks a:hover { border-color: var(--charcoal); }
.navlinks .nav-note { margin-left: auto; font-size: 12px; align-self: center; color: var(--muted); }
.mobile-menu { display: none; }
.intro { padding: 44px 0 34px; }
.eyebrow { color: var(--charcoal); font-size: 12px; font-weight: bold; letter-spacing: 1.5px; text-transform: uppercase; margin: 0 0 12px; }
h1, h2, h3 { line-height: 1.25; }
h1 { font-size: clamp(30px, 3.5vw, 44px); letter-spacing: -1.8px; max-width: 880px; margin: 0 0 18px; }
.intro p:not(.eyebrow) { color: var(--muted); max-width: 730px; margin: 0; }
.layout { display: grid; grid-template-columns: minmax(0, 1fr) 292px; gap: 30px; align-items: start; padding-bottom: 48px; }
.section { margin-bottom: 34px; }
.section-head { display: flex; justify-content: space-between; gap: 20px; align-items: baseline; border-bottom: 2px solid var(--charcoal); padding-bottom: 14px; margin-bottom: 0; }
.section-head h2 { font-size: 23px; letter-spacing: -.7px; margin: 0; }
.section-head a { font-size: 13px; white-space: nowrap; }
.section-head .count { color: var(--muted); font-size: 12px; }
.book-list { background: white; border: 1px solid var(--line); border-radius: var(--radius) var(--radius) 0 0; margin-top: 16px; box-shadow: var(--shadow); }
.book-row { display: grid; grid-template-columns: 44px minmax(0, 1fr) auto; align-items: center; gap: 18px; padding: 22px; border-bottom: 1px solid var(--line); }
.book-row:last-child { border: 0; }
.number { display: grid; place-items: center; align-self: start; width: 36px; height: 36px; color: white; background: var(--charcoal); font-size: 13px; font-weight: bold; border-radius: 7px; }
.book-row h3 { margin: 0 0 7px; font-size: 23px; letter-spacing: -.7px; }
.book-row h3 a { text-decoration: none; color: var(--ink); }
.book-row p { font-size: 13px; color: var(--muted); margin: 0; }
.book-row .domain { color: var(--muted); font-size: 12px; margin-left: 9px; font-weight: normal; letter-spacing: 0; }
.btn { display: inline-flex; justify-content: center; align-items: center; min-height: 44px; padding: 11px 17px; border: 1px solid var(--charcoal); border-radius: 7px; color: var(--charcoal); font-size: 13px; line-height: 1.4; font-weight: bold; text-decoration: none; background: white; gap: 15px; }
.btn:hover { background: #f0f1f4; text-decoration: none; }
.btn-yellow { background: var(--yellow); border-color: var(--yellow); color: #23262b; }
.btn-yellow:hover { background: #f1c435; }
.list-foot { margin: 0; border: 1px solid var(--line); border-top: 0; padding: 12px 20px; color: var(--muted); font-size: 12px; background: #fafafb; }
.payment-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 16px; }
.payment-card { display: flex; align-items: center; gap: 15px; background: white; border: 1px solid var(--line); padding: 20px; text-decoration: none; }
.payment-card:hover { border-color: #999fa9; text-decoration: none; }
.payment-icon { display: grid; place-items: center; width: 43px; height: 43px; background: #f0f1f4; flex-shrink: 0; }
.payment-icon svg { width: 23px; height: 23px; fill: none; stroke: var(--charcoal); stroke-width: 1.7; }
.payment-card strong { font-size: 16px; display: block; }
.payment-card small { font-size: 12px; color: var(--muted); display: block; margin-top: 3px; }
.sidebox { background: white; border: 1px solid var(--line); margin-bottom: 22px; padding: 24px; }
.sidebox h2 { font-size: 18px; margin: 0 0 15px; letter-spacing: -.4px; }
.sidebox p { color: var(--muted); font-size: 14px; line-height: 1.65; }
.sidebox ul { margin: 0; padding: 0; list-style: none; }
.sidebox li { border-top: 1px solid var(--line); }
.sidebox li a { display: block; padding: 12px 0; font-size: 14px; text-decoration: none; }
.sidebox li a:hover { text-decoration: underline; }
.sidebox li:last-child a { padding-bottom: 0; }
.sidebox.featured { background: var(--charcoal); border: 0; color: white; border-top: 4px solid var(--yellow); }
.sidebox.featured .eyebrow { color: var(--yellow); }
.sidebox.featured h2 { font-size: 23px; margin: 13px 0; }
.sidebox.featured p { color: #dadde3; }
.sidebox.featured .btn { width: 100%; margin-top: 8px; }
.sidebox .mini { font-size: 12px; margin-bottom: 0; }
.guide-list { background: white; border: 1px solid var(--line); border-radius: var(--radius); margin-top: 16px; box-shadow: var(--shadow); }
.guide-link { display: grid; grid-template-columns: 32px 1fr 20px; gap: 16px; padding: 21px 23px; align-items: center; color: var(--ink); text-decoration: none; border-bottom: 1px solid var(--line); }
.guide-link:last-child { border: 0; }
.guide-link:hover { background: #fafafb; text-decoration: none; }
.guide-num { display: grid; place-items: center; align-self: start; min-height: 30px; background: var(--charcoal); border-radius: 7px; font-size: 13px; color: white; font-weight: bold; }
.guide-link h3 { font-size: 17px; margin: 0 0 6px; }
.guide-link p { margin: 0; font-size: 13px; color: var(--muted); }
.faq { margin-top: 15px; border: 1px solid var(--line); background: white; }
.faq details { border-bottom: 1px solid var(--line); padding: 0 22px; }
.faq details:last-child { border-bottom: 0; }
summary { cursor: pointer; }
.faq summary { padding: 18px 0; font-size: 14px; font-weight: bold; }
.faq p { font-size: 14px; color: var(--muted); margin: 0 0 20px; }
.crumb { font-size: 12px; padding-top: 24px; color: var(--muted); display: flex; flex-wrap: wrap; gap: 9px; }
.crumb a { text-decoration: none; }
.article { background: white; border: 1px solid var(--line); padding: 35px; }
.article h2 { font-size: 25px; letter-spacing: -.7px; margin: 36px 0 15px; padding-top: 24px; border-top: 1px solid var(--line); }
.article h2:first-child { margin-top: 0; padding-top: 0; border: 0; }
.article h3 { font-size: 18px; margin-top: 25px; }
.article p, .article li { color: #4a4f58; }
.article li { margin: 8px 0; }
.article ul, .article ol { padding-left: 24px; }
.article .meta { margin: 0 0 26px; font-size: 12px; color: var(--muted); }
.article .example { background: #f3f4f6; border-left: 4px solid var(--charcoal); padding: 20px; margin: 23px 0; }
.article .example p { margin: 0; }
.article .source { font-size: 12px; }
.facts { margin: 0; }
.facts div { display: grid; grid-template-columns: 140px 1fr; gap: 16px; padding: 12px 0; border-bottom: 1px solid var(--line); font-size: 14px; }
.facts dt { color: var(--muted); }
.facts dd { margin: 0; font-weight: bold; }
.tag { display: inline-block; padding: 5px 9px; font-size: 12px; color: var(--charcoal); background: #f0f1f4; margin: 0 5px 5px 0; }
.article .faq { box-shadow: none; }
.footer { position: relative; background: #191b20; color: #f5f5f7; padding: 31px 0 21px; border-radius: 5px 5px 0 0; overflow: hidden; font-size: 14px; line-height: 1.6; }
.footer .wrap { width: min(1140px, calc(100% - 52px)); }
.footer-top { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 10px 24px; }
.footer-brand { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; color: white; font-size: clamp(18px, 3.3vw, 23px); line-height: 1.4; letter-spacing: -.6px; }
.footer-wordmark { color: white; white-space: nowrap; }
.footer-wordmark span { color: var(--gold); }
.footer p { max-width: 690px; font-size: 14px; line-height: 1.6; margin: 11px 0 0; color: #d4d6dc; }
.footer-links { display: flex; flex-wrap: wrap; gap: 2px 24px; }
.footer-links a, .footer-link-pending { display: inline-flex; align-items: center; min-height: 44px; color: white; font-size: 14px; line-height: 1.5; text-decoration: underline; text-underline-offset: 4px; text-decoration-thickness: 1px; }
.footer-risk { display: flex; align-items: flex-start; gap: 12px; margin-top: 20px; }
.footer-risk p { margin: 0; }
.footer-age { display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; min-width: 43px; min-height: 34px; border: 1px solid #8d919b; border-radius: 5px; font-size: 16px; line-height: 1.3; font-weight: bold; color: white; }
.footer-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 8px 24px; border-top: 1px solid #41454e; padding-top: 15px; margin-top: 18px; font-size: 12px; line-height: 1.6; color: #c0c4ce; }
@media (max-width: 540px) {
  .footer { padding: 27px 0 18px; }
  .footer .wrap { width: calc(100% - 40px); }
  .footer-bottom { flex-direction: column; gap: 6px; }
}

/* Rounded surfaces and restrained shadows, shared by all pages. */
.monogram { border-radius: 9px; }
.btn { box-shadow: 0 2px 4px rgba(25, 28, 36, .055); }
.btn:hover { box-shadow: 0 3px 8px rgba(25, 28, 36, .1); }
.list-foot { border-radius: 0 0 var(--radius) var(--radius); box-shadow: 0 5px 12px rgba(25, 28, 36, .035); }
.payment-card { border-radius: 10px; box-shadow: var(--shadow); }
.payment-card:hover { box-shadow: 0 6px 20px rgba(25, 28, 36, .11); }
.payment-icon { border-radius: 8px; }
.sidebox, .article, .faq { border-radius: var(--radius); box-shadow: var(--shadow); }
.sidebox.featured { box-shadow: 0 7px 22px rgba(25, 28, 36, .15); }
.guide-link:first-child { border-radius: var(--radius) var(--radius) 0 0; }
.guide-link:last-child { border-radius: 0 0 var(--radius) var(--radius); }
.article .example { border-radius: 0 9px 9px 0; }
.tag { border-radius: 6px; }
.mobile-menu nav { border-radius: 10px; }

/* Opinions, sponsor placements and the international directory. */
.emoji { display: inline-block; margin-right: .15em; font-family: "Apple Color Emoji", "Segoe UI Emoji", sans-serif; font-weight: normal; letter-spacing: 0; }
.section-head { flex-wrap: wrap; row-gap: 8px; }
.book-row > .reactions { grid-column: 2 / -1; margin-top: -2px; }
.reactions { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; margin-top: 13px; }
.reaction { appearance: none; display: inline-flex; align-items: center; gap: 7px; min-height: 40px; padding: 8px 11px; border: 1px solid #d7dae0; border-radius: 7px; background: #fafafb; color: var(--ink); font: 12px/1.3 Verdana, sans-serif; cursor: pointer; }
.reaction:not(:disabled):hover { border-color: #9096a1; background: #f0f1f4; }
.reaction:focus-visible { outline: 3px solid #bc8700; outline-offset: 3px; }
.reaction:disabled { cursor: default; opacity: .65; }
.reaction[data-vote="like"][aria-pressed="true"] { background: var(--yellow); border-color: #dfb82f; color: #202328; }
.reaction[data-vote="unlike"][aria-pressed="true"] { background: var(--charcoal); border-color: var(--charcoal); color: white; }
.reaction-count { font-weight: bold; font-variant-numeric: tabular-nums; }
.reaction-demo { font-size: 11px; color: var(--muted); }
.article > .reactions { margin: -8px 0 30px; }
.footer .demo-disclosure { margin: 0; color: #c0c4ce; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.sponsor { background: var(--gold); color: var(--charcoal-dark); border: 1px solid var(--gold-border); border-top: 5px solid var(--gold); border-radius: var(--radius); padding: 23px; margin-bottom: 26px; box-shadow: 0 5px 18px rgba(70, 54, 8, .08); }
.sponsor .sponsor-label { color: #69520e; text-transform: uppercase; font-size: 11px; letter-spacing: 1px; font-weight: bold; margin: 0 0 12px; }
.sponsor h2 { font-size: 22px; margin: 0 0 10px; letter-spacing: -.6px; }
.sponsor p { font-size: 14px; line-height: 1.6; margin: 0; }
.sponsor-slot { display: block; background: #292c32; color: white; border-radius: 8px; padding: 15px; font-size: 15px; font-weight: bold; margin-top: 18px; text-decoration: none; }
a.sponsor-slot:hover { background: #363a41; text-decoration: none; }
a.sponsor-slot:hover .sponsor-cta { text-decoration: underline; }
.sponsor-slot small { display: block; font-size: 11px; font-weight: normal; color: #dadde3; margin-top: 6px; line-height: 1.5; }
.sponsor-name { display: block; }
.sponsor-cta { display: inline-flex; align-items: center; gap: 6px; margin-top: 12px; color: var(--yellow); font-size: 12px; text-transform: uppercase; letter-spacing: .8px; text-underline-offset: 4px; }
.sponsor-wide { display: flex; align-items: flex-start; justify-content: space-between; gap: 22px; margin-bottom: 34px; }
.sponsor-wide .sponsor-slot { margin-top: 0; flex: 0 0 225px; }
.abroad-teaser { margin-top: 16px; background: white; border: 1px solid var(--line); border-radius: var(--radius); padding: 25px; box-shadow: var(--shadow); }
.abroad-teaser h3 { font-size: 25px; margin: 0 0 14px; letter-spacing: -.7px; }
.abroad-teaser > p:not(.eyebrow) { color: var(--muted); font-size: 15px; }
.country-links { display: flex; gap: 8px; flex-wrap: wrap; margin: 20px 0; }
.country-links a { font-size: 13px; padding: 8px 10px; background: #f2f3f6; border: 1px solid var(--line); border-radius: 7px; text-decoration: none; }
.country-links a:hover { background: #e9ebf0; }
.country-card { padding: 26px; margin-bottom: 24px; background: white; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.country-heading { display: grid; grid-template-columns: 36px minmax(0, 1fr); gap: 16px; align-items: start; }
.country-heading h2 { font-size: 24px; margin: 0 0 8px; letter-spacing: -.7px; }
.country-card .country-currency { margin: 0; font-size: 13px; color: var(--muted); }
.country-card > p { font-size: 15px; color: #4a4f58; }
.foreign-operator { border-top: 1px solid var(--line); padding: 18px 0; }
.foreign-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; flex-wrap: wrap; }
.foreign-heading h3 { font-size: 19px; margin: 0; }
.foreign-heading a { font-size: 13px; }
.country-card .country-source { font-size: 12px; margin-bottom: 0; }
.numbered-list { padding-left: 1.6em; }
.numbered-list li::marker { font-weight: bold; color: var(--charcoal); }

/* Detailed bookmaker review. Shared site navigation and tricolour are retained. */
.review-opening { padding-top: 26px; }
.review-hero-heading .eyebrow { margin: 0 0 10px; font-size: 12px; line-height: 1.7; letter-spacing: .8px; }
.review-hero-heading h1 { margin: 0; font-size: clamp(28px, 3.1vw, 40px); letter-spacing: -1.2px; }
.review-hero { position: relative; margin-top: 42px; padding: 36px 48px 30px; border: 1px solid #34373e; border-radius: 24px; background: var(--charcoal-dark); color: white; box-shadow: 0 12px 32px rgba(25, 28, 36, .14); }
.review-hero-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; }
.review-brand { padding-top: 4px; color: white; font: bold clamp(28px, 4.5vw, 48px)/1 Arial, sans-serif; letter-spacing: -1.5px; }
.review-brand > span { color: var(--yellow); }
.review-brand small { display: block; margin-top: 10px; color: #c8cbd2; font: 13px/1.5 Verdana, sans-serif; letter-spacing: 0; }
.review-rating-wrap { flex: 0 0 164px; margin-top: -58px; text-align: center; }
.review-rating { position: relative; display: flex; flex-direction: column; align-items: center; padding: 12px 12px 14px; border-radius: 18px 0 20px 20px; background: var(--yellow); color: var(--charcoal-dark); box-shadow: 0 6px 15px #0003; }
.review-rating::before { content: ""; position: absolute; left: 100%; top: 0; width: 16px; height: 21px; border-radius: 0 20px 0 0; background: #9c7a1b; }
.review-rating-star { font-size: 24px; line-height: 1; margin-bottom: 6px; }
.review-rating-value { display: flex; align-items: baseline; justify-content: center; gap: 3px; white-space: nowrap; font-variant-numeric: tabular-nums; }
.review-rating-value strong { font: bold 42px/1 Arial, sans-serif; letter-spacing: -1.5px; }
.review-rating-value > span { font: 20px/1 Arial, sans-serif; }
.review-rating-label { margin: 9px 0 0; color: #c8cbd2; font-size: 12px; line-height: 1.5; }
.review-offer { max-width: 650px; margin: 34px auto 0; text-align: center; }
.review-offer h2 { margin: 0; color: white; font-size: clamp(25px, 3.2vw, 36px); line-height: 1.3; letter-spacing: -.7px; }
.review-offer > p { margin: 12px 0 24px; color: #c8cbd2; font-size: 14px; }
.review-visit-button { position: relative; display: flex; align-items: center; justify-content: center; min-height: 78px; padding: 16px 82px; border: 1px solid #ffe27a; border-radius: 18px; background: var(--yellow); color: var(--charcoal-dark); font-size: 25px; font-weight: bold; line-height: 1.25; text-decoration: none; box-shadow: inset 0 2px 0 #ffffff26, 0 5px 14px #0002; }
.review-visit-button:hover { background: #ffdb60; color: var(--charcoal-dark); text-decoration: none; }
.review-visit-button:focus-visible { outline: 3px solid white; outline-offset: 5px; }
.review-visit-arrow { position: absolute; right: 12px; top: 50%; transform: translateY(-50%); display: grid; place-items: center; width: 52px; height: 52px; border-radius: 50%; background: #191b2014; font-size: 29px; line-height: 1; }
.review-offer-details { display: inline-block; padding: 13px 5px 0; color: #e5e7eb; font-size: 13px; }
.review-hero-terms { margin: 28px 0 0; text-align: center; color: #bfc3cc; font-size: 12px; line-height: 1.9; }
.review-hero-terms a { color: inherit; }
.review-intro-details { padding: 3px 0 9px; }
.review-details-row { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 20px; }
.review-votes { flex: 0 0 auto; max-width: 100%; }
.review-votes > p { margin: 0; font-size: 13px; color: var(--muted); }
.review-votes .reactions { margin-top: 8px; }
.review-votes .reaction, .review-end-votes .reaction { font-size: 14px; min-height: 44px; }
.review-lead { max-width: 860px; margin: 24px 0 15px; color: #4b5059; font-size: 17px; }
.review-meta { display: flex; flex: 1 1 320px; flex-wrap: wrap; gap: 8px 23px; font-size: 13px; color: var(--muted); }
.review-method { margin: 18px 0 0; font-size: 13px; color: var(--muted); }
.review-highlights { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; margin: 18px 0; }
.review-highlights > a { display: flex; flex-direction: column; gap: 7px; padding: 20px; background: var(--charcoal); color: white; border-radius: 10px; text-decoration: none; }
.review-highlights > a:hover { background: #363a42; }
.review-highlights span { font-size: 13px; color: #e0e3e9; }
.review-highlights strong { font-size: 19px; line-height: 1.45; }
.review-highlights small { font-size: 12px; color: #e0e3e9; line-height: 1.5; }
.review-index { margin-bottom: 27px; padding: 0 24px; border: 1px solid var(--line); border-radius: 10px; background: white; }
.review-index summary { padding: 19px 0; font-size: 16px; font-weight: bold; }
.review-index nav { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0 22px; padding: 0 0 16px; }
.review-index a { display: flex; gap: 11px; align-items: flex-start; padding: 9px 0; font-size: 14px; line-height: 1.5; text-decoration: none; }
.review-index-label { min-width: 0; text-decoration: underline; text-underline-offset: 3px; }
.review-index a:hover .review-index-label { text-decoration-thickness: 2px; }
.review-index a .review-index-number { display: grid; place-items: center; flex: 0 0 26px; min-height: 24px; border-radius: 5px; font-size: 12px; color: white; background: var(--charcoal); font-variant-numeric: tabular-nums; }
.review-layout { align-items: start; }
.review-article { min-width: 0; }
.review-section { --table-outset: 23px; scroll-margin-top: 20px; background: white; border: 1px solid var(--line); border-radius: 12px; padding: 29px; margin-bottom: 22px; box-shadow: var(--shadow); }
.review-section-heading { display: flex; align-items: baseline; gap: 14px; margin-bottom: 21px; }
.review-section-heading .number { flex: 0 0 36px; align-self: baseline; }
.review-section h2 { font-size: 25px; line-height: 1.3; letter-spacing: -.6px; margin: 0; }
.review-section h3 { font-size: 18px; margin: 26px 0 12px; }
.review-section p { margin: 15px 0; }
.review-section > :last-child { margin-bottom: 0; }
.review-section ul, .review-section ol { padding-left: 23px; }
.review-section li { margin-bottom: 10px; }
.review-section .review-source { margin: 15px 0; font-size: 12px; line-height: 1.7; color: var(--muted); overflow-wrap: anywhere; }
.review-section .review-source ul, .review-section .review-source-list ul { list-style: none; padding: 0; margin: 5px 0 0; }
.review-source li, .review-source-list li { display: flex; align-items: flex-start; gap: 6px; margin-bottom: 5px; }
.review-source li > span, .review-source-list li > span { flex-shrink: 0; }
.review-source li:last-child, .review-source-list li:last-child { margin-bottom: 0; }
.review-source a { color: #5c616b; }
.review-verdict { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; margin: 24px 0; }
.review-verdict > div { padding: 18px; background: #f4f5f7; border: 1px solid #e3e5e9; border-radius: 9px; }
.review-verdict h3 { margin: 0 0 13px; font-size: 16px; }
.review-verdict ul { margin: 0; padding-left: 19px; font-size: 14px; }
.review-verdict li:last-child { margin-bottom: 0; }
.review-steps { margin: 20px 0; }
.review-steps li { padding-left: 7px; margin-bottom: 18px; }
.review-steps li::marker { font-weight: bold; }
.review-bonus { border-color: var(--gold-border); border-top: 4px solid var(--gold); }
.review-bonus-amount { padding: 22px; background: var(--gold); color: var(--charcoal-dark); border: 1px solid var(--gold-border); border-radius: 9px; }
.review-bonus-amount span, .review-bonus-amount strong, .review-bonus-amount small { display: block; }
.review-bonus-amount span { font-size: 14px; }
.review-bonus-amount strong { font-size: 30px; line-height: 1.25; margin: 7px 0 10px; letter-spacing: -1px; }
.review-bonus-amount small { font-size: 14px; }
.review-table-wrap { max-width: none; overflow-x: auto; margin: 23px calc(0px - var(--table-outset)) 12px; border: 1px solid var(--line); border-radius: 8px; }
.review-table-wrap:focus-visible { outline: 3px solid #bc8700; outline-offset: 3px; }
.review-table { width: 100%; table-layout: fixed; border-collapse: collapse; font-family: "Arial Narrow", Arial, sans-serif; font-size: .75rem; line-height: 1.35; letter-spacing: -.01em; word-spacing: -.02em; }
.review-table caption { text-align: left; padding: 9px 8px; color: var(--muted); font-size: inherit; line-height: 1.4; white-space: normal; overflow-wrap: anywhere; background: #fafafb; }
.review-table-3 thead th:first-child { width: 40%; }
.review-table-2 thead th:first-child { width: 66%; }
.review-table thead { background: var(--charcoal); color: white; }
.review-table th, .review-table td { padding: 8px; text-align: left; vertical-align: top; white-space: normal; overflow-wrap: anywhere; border-bottom: 1px solid var(--line); }
.review-table tbody th { font-weight: normal; }
.review-table tbody tr:nth-child(even) { background: #f8f9fa; }
.review-table tbody tr:last-child > * { border-bottom: 0; }
.review-table td { font-variant-numeric: tabular-nums; }
.review-section .review-small { font-size: 13px; color: var(--muted); }
.review-visit-bar { display: flex; align-items: center; justify-content: center; gap: 8px; min-height: 36px; padding: 7px 14px; margin-bottom: 22px; border-radius: 6px; background: #126649; color: white; font-size: 14px; font-weight: bold; line-height: 20px; text-decoration: none; }
.review-visit-bar:hover { background: #0c5039; color: white; }
.review-visit-bar:focus-visible { outline: 3px solid #bc8700; outline-offset: 3px; }
.review-promo { margin: 0 0 22px; overflow: hidden; border: 1px solid #126649; border-radius: 10px; background: #126649; box-shadow: var(--shadow); }
.review-promo a { display: block; color: white; text-decoration: none; }
.review-promo a:focus-visible { outline: 3px solid var(--yellow); outline-offset: -4px; }
.review-promo img { display: block; width: 100%; max-width: 100%; height: auto; }
.review-promo-footer { display: flex; justify-content: space-between; align-items: center; gap: 10px; flex-wrap: wrap; padding: 9px 12px; }
.review-promo-footer strong { color: var(--yellow); font-size: 14px; text-decoration: underline; text-underline-offset: 3px; }
.review-promo-footer small { font-size: 12px; }
.review-callout { padding: 18px; background: #f4f5f7; border-left: 3px solid #7b828e; border-radius: 0 7px 7px 0; }
.review-increments { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 8px; margin: 22px 0; }
.review-increments > div { padding: 12px; border: 1px solid var(--line); border-radius: 7px; background: #fafafb; }
.review-increments dt { font-size: 12px; color: var(--muted); }
.review-increments dd { margin: 3px 0 0; font-size: 19px; font-weight: bold; }
.review-platforms { display: flex; flex-wrap: wrap; gap: 8px; }
.review-platforms span { padding: 8px 11px; border: 1px solid var(--line); border-radius: 7px; font-size: 14px; background: #f8f9fa; }
.review-contact-grid, .review-stat-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 15px; margin: 18px 0; }
.review-contact-grid > div, .review-stat-grid > div { padding: 18px; border: 1px solid var(--line); border-radius: 9px; background: #f8f9fa; }
.review-contact-grid h3 { margin: 0; }
.review-contact-grid p { font-size: 14px; }
.review-stat-grid span, .review-stat-grid strong, .review-stat-grid small { display: block; }
.review-stat-grid span { font-size: 14px; color: #565c65; }
.review-stat-grid strong { font-size: 25px; line-height: 1.35; margin: 9px 0; letter-spacing: -.6px; }
.review-stat-grid small { font-size: 13px; color: #565c65; line-height: 1.7; }
.review-section .faq { box-shadow: none; }
.review-section .faq summary { font-size: 15px; }
.review-section .faq p { margin: 0 0 20px; font-size: 15px; }
.review-source-list { margin: 24px 0; border: 1px solid var(--line); border-radius: 8px; padding: 15px 18px; }
.review-source-list summary { font-weight: bold; font-size: 14px; }
.review-source-list ul { font-size: 13px; overflow-wrap: anywhere; }
.review-end-votes { padding-top: 20px; margin-top: 24px; border-top: 1px solid var(--line); }
.review-quick .btn { width: 100%; margin-top: 18px; font-size: 14px; }
.review-aside .sidebox h2 { font-size: 20px; }
.review-aside .sidebox p, .review-aside .sidebox a { font-size: 14px; }
.review-more ul { padding-left: 20px; list-style: disc; }
.review-more li { border-top: 0; }
.review-more li a { padding: 6px 0; text-decoration: underline; }
.further-reading h2 { font-size: 20px; }
.review-brand-text { min-width: 0; overflow-wrap: anywhere; }
.review-brand-long { font-size: clamp(24px, 3.5vw, 39px); }
.review-visit-bar-neutral { background: var(--charcoal); }
.review-visit-bar-neutral:hover { background: var(--charcoal-dark); }
.review-neighbors > a { display: flex; justify-content: space-between; gap: 12px; padding: 12px 0; border-bottom: 1px solid var(--line); }
.review-neighbors > a > span { white-space: nowrap; font-variant-numeric: tabular-nums; }
.review-neighbors > a:last-child { border-bottom: 0; }
.ranked-book h3 { display: flex; align-items: flex-start; flex-wrap: wrap; gap: 8px 16px; }
.book-score { display: inline-block; padding: 3px 9px; border: 1px solid var(--gold-border); border-radius: 8px; background: var(--gold); color: var(--charcoal-dark); font-size: 14px; line-height: 1.5; white-space: nowrap; font-variant-numeric: tabular-nums; }
.book-score small { font-size: 11px; font-weight: normal; }
.directory-note { color: var(--muted); margin-bottom: 22px; }
@media (max-width: 600px) {
  .review-hero .review-brand-text { font-size: clamp(22px, 5vw, 28px); }
  .review-hero .review-brand-long { font-size: clamp(18px, 4.4vw, 25px); }
  .review-brand-text small { overflow-wrap: anywhere; }
  .ranked-book .book-score { margin-top: 1px; }
}
@media (max-width: 1080px) {
  .review-highlights { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .review-index nav { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .review-layout { grid-template-columns: minmax(0,1fr) 250px; }
  .review-section { --table-outset: 17px; padding: 23px; }
  .review-verdict, .review-contact-grid, .review-stat-grid { grid-template-columns: 1fr; }
  .review-increments { grid-template-columns: repeat(3,minmax(0,1fr)); }
}
@media (max-width: 760px) {
  .review-layout { grid-template-columns: minmax(0,1fr); }
  .review-opening { padding-top: 20px; }
  .review-hero { padding: 21px 20px 22px; margin-top: 36px; border-radius: 18px; }
  .review-hero-top { gap: 16px; }
  .review-brand { padding-top: 5px; font-size: clamp(28px, 6vw, 38px); letter-spacing: -1px; }
  .review-brand small { margin-top: 8px; font-size: 12px; }
  .review-rating-wrap { flex-basis: 104px; margin-top: -40px; }
  .review-rating { padding: 8px 7px 10px; border-radius: 13px 0 15px 15px; }
  .review-rating::before { width: 10px; height: 18px; }
  .review-rating-star { font-size: 20px; margin-bottom: 4px; }
  .review-rating-value strong { font-size: 30px; letter-spacing: -1px; }
  .review-rating-value > span { font-size: 16px; }
  .review-rating-label { font-size: 11px; margin-top: 8px; }
  .review-hero-heading h1 { font-size: 29px; line-height: 1.25; }
  .review-offer { margin-top: 33px; }
  .review-offer h2 { font-size: clamp(23px, 5vw, 30px); }
  .review-offer > p { font-size: 12px; margin: 13px 0 21px; }
  .review-visit-button { min-height: 64px; padding: 17px 52px 17px 16px; border-radius: 14px; font-size: clamp(17px, 4.3vw, 22px); }
  .review-visit-arrow { right: 9px; width: 39px; height: 39px; font-size: 24px; }
  .review-hero-terms { margin-top: 23px; line-height: 1.9; }
  .review-lead { font-size: 16px; margin-top: 19px; }
  .review-highlights { gap: 9px; }
  .review-highlights > a { padding: 15px 13px; }
  .review-highlights strong { font-size: 17px; }
  .review-index { padding-inline: 18px; }
  .review-index nav { grid-template-columns: 1fr; }
  .review-section { --table-outset: 12px; padding: 23px 18px; }
  .review-section h2 { font-size: 23px; }
  .review-section-heading { gap: 11px; }
  .review-section-heading .number { flex-basis: 29px; }
  .review-table th, .review-table td { padding: 7px 5px; }
  .review-bonus-amount { padding: 17px; }
  .review-bonus-amount strong { font-size: 28px; }
}
@media (max-width: 350px) {
  .review-highlights { grid-template-columns: 1fr; }
  .review-increments { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width: 980px) {
  .layout { grid-template-columns: minmax(0,1fr) 260px; gap: 22px; }
  .book-row { gap: 10px; padding: 19px 16px; }
  .book-row .domain { display: none; }
  .sidebox { padding: 21px; }
  .payment-card { padding: 16px 12px; gap: 10px; }
  .sponsor-wide { flex-direction: column; }
  .sponsor-wide .sponsor-slot { flex-basis: auto; width: 100%; }
}
@media (max-width: 760px) {
  .wrap { width: calc(100% - 32px); }
  .masthead .wrap { min-height: 85px; gap: 12px; }
  .brand { font-size: 20px; letter-spacing: -.8px; }
  .brand small { font-size: 9px; letter-spacing: 1.1px; margin-top: 7px; }
  .monogram { display: none; }
  .edition { display: none; }
  .utility .wrap { font-size: 11px; }
  .utility .long { display: none; }
  .navlinks { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
  .navlinks a { display: flex; align-items: center; justify-content: center; min-width: 0; text-align: center; font-size: clamp(12px, 3.5vw, 14px); line-height: 1.35; padding-block: 12px 10px; }
  .navlinks .nav-note, .navlinks .nav-home { display: none; }
  .mobile-menu { display: block; position: relative; }
  .mobile-menu summary { list-style: none; border: 1px solid #777d88; padding: 10px; line-height: 1; border-radius: 7px; }
  .mobile-menu summary::-webkit-details-marker { display: none; }
  .mobile-menu summary svg { width: 21px; height: 18px; stroke: white; stroke-width: 2; display: block; }
  .mobile-menu nav { position: absolute; z-index: 10; right: 0; top: calc(100% + 17px); width: 250px; padding: 12px 20px; background: white; border: 1px solid var(--line); box-shadow: 0 10px 25px #171a2426; }
  .mobile-menu nav a { display: block; padding: 12px 0; text-decoration: none; border-bottom: 1px solid var(--line); font-size: 14px; }
  .mobile-menu nav a:last-child { border-bottom: 0; }
  .intro { padding: 31px 0 26px; }
  h1 { font-size: 31px; letter-spacing: -1.3px; }
  .intro p:not(.eyebrow) { font-size: 15px; }
  .eyebrow { font-size: 11px; letter-spacing: 1.1px; }
  .layout { grid-template-columns: 1fr; padding-bottom: 20px; }
  .section-head h2 { font-size: 21px; }
  .section-head a { font-size: 12px; }
  .book-row { grid-template-columns: 33px minmax(0,1fr) auto; gap: 10px; padding: 20px 14px; }
  .number { width: 29px; height: 29px; font-size: 12px; }
  .book-row h3 { font-size: 20px; }
  .book-row p { font-size: 12px; max-width: 190px; }
  .book-row .btn { font-size: 12px; padding: 10px; gap: 7px; }
  .payment-card { padding: 15px 12px; gap: 10px; }
  .payment-icon { width: 33px; height: 36px; }
  .payment-card strong { font-size: 14px; }
  .payment-card small { font-size: 11px; }
  .guide-link { padding: 19px 16px; gap: 9px; grid-template-columns: 27px 1fr 15px; }
  .guide-link h3 { font-size: 15px; }
  .guide-link p { font-size: 12px; }
  .article { padding: 25px 21px; }
  .article h2 { font-size: 23px; }
  .facts div { grid-template-columns: 105px 1fr; gap: 12px; }
  aside { display: grid; gap: 0; }
  .reaction { min-height: 42px; padding: 8px 9px; gap: 5px; }
  .reactions { gap: 6px; }
  .sponsor-wide { gap: 17px; }
  .abroad-teaser, .country-card { padding: 22px 18px; }
  .country-heading { grid-template-columns: 29px minmax(0, 1fr); gap: 12px; }
  .country-heading h2 { font-size: 22px; }
}
@media (max-width: 380px) {
  .book-row { grid-template-columns: 29px 1fr; }
  .book-row .btn { grid-column: 2; justify-self: start; }
  .payment-grid { grid-template-columns: 1fr; }
  .brand { font-size: 18px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

/* Introductory guide: same gold as Welcome Bonus and sponsors. */
.article .getting-started-summary { background: var(--gold); color: var(--charcoal-dark); border: 1px solid var(--gold-border); border-radius: 9px; padding: 20px; margin: 24px 0; }
.article .getting-started-summary p { color: var(--charcoal-dark); margin: 8px 0 0; }
.article .getting-started-summary strong { font-size: 1.1rem; }

/* Payment comparisons stay within the article on narrow screens. */
.payment-guide-table-wrap { max-width: 100%; overflow-x: auto; margin: 22px 0; }
.payment-guide-table-wrap:focus-visible { outline: 2px solid var(--charcoal); outline-offset: 4px; }
.payment-guide-table { border-collapse: collapse; width: 100%; table-layout: fixed; font-size: 14px; line-height: 1.6; }
.payment-guide-table caption { text-align: left; color: #535862; font-size: 13px; margin-bottom: 10px; }
.payment-guide-table th, .payment-guide-table td { padding: 13px 12px; border: 1px solid var(--line); text-align: left; vertical-align: top; overflow-wrap: anywhere; }
.payment-guide-table thead th { background: var(--charcoal-dark); color: #fff; }
.payment-guide-table tbody th { color: var(--charcoal-dark); }
.payment-guide-table tbody tr:nth-child(even) { background: #f7f7f8; }
.payment-guide-limits thead th { background: var(--gold); color: var(--charcoal-dark); }
@media (max-width: 520px) {
  .payment-guide-table { font-size: 13px; }
  .payment-guide-table th, .payment-guide-table td { padding: 10px 7px; }
}

/* Glossary: the alphabet is above the article in the document on all screens. */
.glossary-index { border-top: 4px solid var(--gold); }
.glossary-index p { margin: 0 0 18px; }
.glossary-alphabet { display: flex; flex-wrap: wrap; gap: 8px; }
.glossary-alphabet a { display: inline-flex; align-items: center; justify-content: center; min-width: 44px; min-height: 44px; padding: 8px; border: 1px solid var(--line); border-radius: 6px; background: #f7f7f8; font-weight: bold; font-size: 14px; text-decoration: underline; text-underline-offset: 3px; }
.glossary-alphabet a:hover, .glossary-alphabet a:focus-visible { background: var(--gold); color: var(--charcoal-dark); }
.glossary-index-extra { display: flex; flex-wrap: wrap; gap: 10px 22px; margin-top: 18px; font-size: 14px; }
.article .glossary-letter h2 { display: flex; flex-wrap: wrap; align-items: baseline; gap: 16px; margin-top: 34px; color: var(--charcoal-dark); }
.glossary-letter-count { font-size: 14px; font-weight: normal; color: var(--muted); }
.article .glossary-entry { padding: 18px 0; border-bottom: 1px solid var(--line); }
.article .glossary-entry h3 { margin: 0 0 9px; font-size: 18px; line-height: 1.45; }
.article .glossary-entry p { margin: 0; }
.article .glossary-entry .source { margin-top: 8px; }
.glossary-entry:target { background: #fff8dc; outline: 3px solid #fff8dc; }
.glossary-index, .glossary-letter h2, .glossary-entry { scroll-margin-top: 20px; }
.article .glossary-back { font-size: 14px; margin: 16px 0 0; }
.glossary-sources li { margin-bottom: 9px; }

/* Residents abroad: existing editorial layout and homepage bookmaker boxes. */
.residenti-layout > div { min-width: 0; }
.residenti-layout > div > .sidebox { border-top: 4px solid var(--gold); }
.residenti-layout > div > .sidebox a { text-decoration: underline; font-size: 1rem; }
.residenti-layout .source { font-size: .875rem; line-height: 1.65; color: var(--muted); overflow-wrap: anywhere; }
.residenti-summary { background: var(--gold); color: var(--charcoal-dark); border: 1px solid var(--gold-border); border-radius: 9px; padding: 20px; margin: 24px 0; }
.residenti-article .residenti-summary p { color: var(--charcoal-dark); margin: 8px 0 0; }
.residenti-article .residenti-country { padding: 20px; margin: 18px 0; border: 1px solid var(--line); border-radius: 9px; background: #f8f8f9; }
.residenti-article .residenti-country h3 { margin: 0 0 12px; font-size: 1.25rem; }
.residenti-article .residenti-country p:last-child { margin-bottom: 0; }
.residenti-operators { margin-top: 32px; }
.residenti-books { border-radius: var(--radius); }
.residenti-books .book-row { align-items: start; }
.residenti-books .number { align-self: start; }
.residenti-books .book-row h3 { margin: 0 0 10px; overflow-wrap: anywhere; }
.residenti-books .book-row .domain { display: block; margin: 7px 0 0; font-size: .875rem; }
.residenti-books .book-row p { font-size: .875rem; max-width: none; }
.residenti-books .book-row .residenti-local { margin-top: 10px; }
.residenti-books .book-row .btn { align-self: start; font-size: .875rem; }
.residenti-books .reaction { font-size: .875rem; min-height: 44px; }
.residenti-books .book-row > .reactions { margin-top: 0; }
.residenti-country, .residenti-operators, .residenti-article h2 { scroll-margin-top: 20px; }
@media (max-width: 700px) {
  .residenti-books .book-row { grid-template-columns: 36px minmax(0, 1fr); gap: 14px; padding: 20px 16px; }
  .residenti-books .book-row > .btn { grid-column: 2; justify-self: start; }
  .residenti-article .residenti-country { padding: 17px; }
}

/* Business guide: the contents menu precedes the article at every width. */
.centro-layout > div { min-width: 0; }
.centro-layout > div > .sidebox { border-top: 4px solid var(--gold); }
.centro-layout > div > .sidebox a { text-decoration: underline; font-size: 1rem; }
.centro-highlight { background: var(--gold); border: 1px solid var(--gold-border); border-radius: 9px; padding: 20px; margin: 24px 0; }
.centro-highlight strong, .centro-article .centro-highlight p { color: var(--charcoal-dark); }
.centro-article .centro-highlight p { margin: 8px 0 0; }
.centro-table-wrap { max-width: 100%; overflow-x: auto; border: 1px solid var(--line); border-radius: 9px; margin: 22px 0; }
.centro-table { width: 100%; table-layout: fixed; border-collapse: collapse; font-size: .9375rem; }
.centro-table caption { text-align: left; padding: 12px 16px; font-weight: bold; background: #f3f4f6; }
.centro-table th, .centro-table td { text-align: left; vertical-align: top; padding: 13px 16px; border-top: 1px solid var(--line); overflow-wrap: anywhere; }
.centro-table thead { background: var(--charcoal); color: white; }
.centro-table th:first-child { width: 31%; }
.centro-article .centro-steps li { margin: 16px 0; padding-left: 4px; }
.centro-article .centro-steps li::marker { color: var(--charcoal); font-weight: bold; }
.centro-operator { border: 1px solid var(--line); border-radius: 9px; padding: 22px; margin: 20px 0; background: #f8f8f9; }
.centro-article .centro-format { margin: 0 0 5px; font-size: .75rem; text-transform: uppercase; letter-spacing: .7px; font-weight: bold; }
.centro-operator h3 { margin: 0 0 12px; font-size: 1.4rem; }
.centro-operator > p:last-child { margin-bottom: 0; }
.centro-layout .source { font-size: .875rem; line-height: 1.6; overflow-wrap: anywhere; }
.centro-sources { margin: 16px 0; }
.centro-sources .source { margin: 7px 0; }
.centro-review-link { font-size: .875rem; }
.centro-bet365 { padding: 24px; background: var(--charcoal-dark); color: white; border-radius: 12px; border-top: 4px solid var(--gold); }
.centro-bet365 h3 { margin: 0 0 18px; font-size: 1.35rem; }
.centro-article .centro-bet365 p { color: #e2e3e7; }
.centro-article .centro-bet365 .centro-format, .centro-bet365 a { color: var(--gold); }
.centro-bet365 > p:last-child { margin-bottom: 0; }
.centro-article h2, .centro-operator { scroll-margin-top: 20px; }
@media (max-width: 650px) {
  .centro-operator, .centro-bet365, .centro-highlight { padding: 17px; }
  .centro-table th, .centro-table td { padding: 11px 10px; }
  .centro-table { font-size: .875rem; }
}
