/*
Theme Name: Scatterpay
Theme URI: https://example.com/
Author: Scatterpay
Author URI: https://example.com/
Description: Custom Scatterpay editorial casino sister-site theme with editable WordPress content, custom post types and section image controls.
Version: 1.0.0
License: Proprietary
Text Domain: scatterpay
*/
:root {
  --ink: #171717;
  --paper: #ffffff;
  --orange: #e95625;
  --orange-soft: #e97725;
  --sun: #e7de3c;
  --mint: #cbece3;
  --muted: #5f5f5f;
  --line: #e8e1dc;
  --soft: #faf7f4;
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  scroll-behavior: smooth;
}

body {
  background: var(--paper);
  color: var(--ink);
  display: flex;
  flex-direction: column;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
  margin: 0;
  min-height: 100vh;
}

main {
  flex: 1 0 auto;
  width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

p,
li {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.62;
}

p {
  margin: 0;
}

ul,
ol {
  display: grid;
  gap: 10px;
  list-style: none !important;
  list-style-type: none !important;
  margin: 16px auto 0;
  max-width: 1120px;
  padding-left: 0;
  text-align: left;
}

li {
  margin: 0;
  padding-left: 0;
}

li::marker {
  content: "";
  color: transparent;
  font-size: 0;
}

ul li,
ol li {
  list-style: none !important;
  list-style-type: none !important;
}

h1,
h2,
h3 {
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
  letter-spacing: 0;
  margin: 0;
}

h1 {
  font-size: 62px;
  line-height: 1;
  max-width: 1120px;
}

h2 {
  font-size: 46px;
  line-height: 1.04;
}

h3 {
  font-size: 26px;
  line-height: 1.15;
  margin-top: 22px;
}

.site-header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1280px;
  min-height: 58px;
  padding: 8px 24px;
}

.header-wrap {
  background: var(--paper);
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  z-index: 20;
}

.brand {
  align-items: center;
  color: var(--ink);
  display: inline-flex;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 19px;
  font-weight: 900;
  gap: 8px;
}

.brand-mark {
  align-items: center;
  background: white;
  border: 1px solid var(--line);
  border-radius: 999px;
  display: inline-flex;
  height: 36px;
  justify-content: center;
  overflow: hidden;
  width: 36px;
}

.brand-mark img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.site-header nav,
.site-footer nav {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.site-header nav a,
.site-footer nav a {
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
}

.category-nav {
  align-items: center;
  display: flex;
  gap: 8px;
  justify-content: center;
  margin: 0;
  padding: 0;
}

.category-nav a {
  background: white;
  border: 1px solid rgba(233, 86, 37, 0.55);
  border-radius: 999px;
  color: var(--orange);
  font-size: 13px;
  font-weight: 950;
  line-height: 1;
  min-width: 92px;
  padding: 8px 15px;
  text-align: center;
}

.category-nav a:hover {
  background: var(--orange);
  color: white;
}

.mobile-menu {
  border-bottom: 0;
  display: none;
  margin-left: auto;
  padding: 0;
  position: relative;
  text-align: initial;
}

.mobile-menu summary {
  align-items: center;
  background: white;
  border: 1px solid var(--orange);
  border-radius: 999px;
  cursor: pointer;
  display: inline-flex;
  flex-direction: column;
  gap: 4px;
  height: 36px;
  justify-content: center;
  list-style: none;
  width: 42px;
}

.mobile-menu summary::-webkit-details-marker {
  display: none;
}

.mobile-menu summary span {
  background: var(--orange);
  border-radius: 999px;
  display: block;
  height: 2px;
  width: 18px;
}

.mobile-menu nav {
  background: white;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 16px 34px rgba(17, 17, 17, 0.12);
  display: grid;
  gap: 8px;
  padding: 10px;
  position: absolute;
  right: 0;
  top: calc(100% + 10px);
  width: 220px;
  z-index: 40;
}

.mobile-menu nav a {
  background: var(--soft);
  border: 1px solid #eadfd6;
  border-radius: 999px;
  color: var(--orange);
  font-size: 14px;
  font-weight: 950;
  padding: 11px 16px;
  text-align: center;
}

.mobile-menu nav a:hover {
  background: var(--orange);
  color: white;
}

.hero,
.simple-hero {
  border-bottom: 1px solid var(--line);
}

.hero {
  background: white;
  isolation: isolate;
  overflow: hidden;
  position: relative;
}

.hero::before,
.hero::after {
  content: "";
  pointer-events: none;
  position: absolute;
  z-index: -1;
}

.hero::before {
  background: var(--orange);
  border-radius: 999px;
  bottom: -92px;
  display: block;
  height: 184px;
  left: max(24px, calc((100vw - 1280px) / 2));
  opacity: 0.12;
  width: 184px;
}

.hero::after {
  background:
    linear-gradient(90deg, var(--orange) 0 22%, transparent 22% 30%, var(--mint) 30% 100%);
  border: 1px solid rgba(233, 86, 37, 0.16);
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(17, 17, 17, 0.06);
  display: block;
  height: 92px;
  right: max(20px, calc((100vw - 1280px) / 2));
  top: 42px;
  transform: rotate(5deg);
  width: 230px;
}

.simple-hero {
  background: var(--paper);
}

.hero-inner,
.simple-hero {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin: 0 auto;
  max-width: 1180px;
  padding: 54px 22px 46px;
  text-align: center;
}

.hero-inner {
  min-height: 390px;
  justify-content: center;
  padding-bottom: 46px;
  padding-top: 46px;
  position: relative;
  z-index: 1;
}

.hero-inner::before,
.hero-inner::after {
  content: "";
  pointer-events: none;
  position: absolute;
}

.hero-inner::before {
  background: var(--sun);
  border-radius: 999px;
  height: 9px;
  left: 50%;
  opacity: 0.85;
  top: 34px;
  transform: translateX(-50%);
  width: 74px;
}

.hero-inner::after {
  background: var(--orange);
  border-radius: 999px;
  bottom: 34px;
  height: 8px;
  opacity: 0.9;
  right: 18%;
  width: 96px;
}

.hero h1 {
  color: var(--ink);
  text-shadow: none;
}

.hero h1 span {
  color: var(--orange-soft);
}

.simple-hero {
  max-width: none;
  padding-bottom: 40px;
}

.simple-hero p {
  max-width: 760px;
}


.guide-hero {
  background:
    linear-gradient(90deg, rgba(233, 86, 37, 0.07), transparent 40%),
    white;
  padding-bottom: 42px;
  padding-top: 42px;
}

.guide-hero h1 {
  font-size: 52px;
  max-width: 980px;
}

.guide-hero p {
  font-size: 18px;
  line-height: 1.55;
  max-width: 880px;
}

.sister-guide-hero {
  gap: 14px;
  padding-bottom: 52px;
  padding-top: 52px;
}

.sister-guide-hero .eyebrow {
  margin-bottom: 0;
}

.guide-hero-line {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  margin-top: 4px;
  max-width: 820px;
}

.guide-hero-line span {
  background: var(--soft);
  border: 1px solid #eadfd6;
  border-radius: 999px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.2;
  padding: 8px 12px;
}

.directory-page .text-section + .casino-section {
  border-top: 1px solid var(--line);
  padding-top: 58px;
}

.mini-hero {
  background:
    linear-gradient(90deg, rgba(233, 86, 37, 0.08), transparent 42%),
    white;
  gap: 10px;
  padding-bottom: 30px;
  padding-top: 34px;
}

.mini-hero::before {
  background: var(--orange);
  border-radius: 999px;
  content: "";
  display: block;
  height: 5px;
  width: 54px;
}

.mini-hero h1 {
  font-size: 44px;
}

.mini-hero p {
  font-size: 16px;
  line-height: 1.45;
  max-width: 720px;
}

.eyebrow {
  color: var(--orange);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero p:not(.eyebrow) {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.55;
  max-width: 760px;
}

.casino-section,
.text-section,
.faq-section,
.author-section {
  padding: 38px 22px;
}

.casino-section {
  background: white;
}

.section-heading,
.content-narrow {
  display: grid;
  gap: 12px;
  margin: 0 auto;
  max-width: 1400px;
  min-width: 0;
  text-align: center;
  width: 100%;
}

.section-heading {
  margin-bottom: 26px;
}

.casino-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 1500px;
  min-width: 0;
  width: 100%;
}

.casino-card {
  background: white;
  border: 2px solid #eadfd6;
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(17, 17, 17, 0.07);
  display: flex;
  flex-direction: column;
  padding: 14px;
  text-align: center;
}

.card-topline {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.card-topline span,
.card-topline strong {
  border-radius: 999px;
  font-size: 12px;
  font-weight: 950;
  line-height: 1;
  padding: 8px 10px;
}

.card-topline span {
  background: var(--soft);
  color: var(--orange);
}

.card-topline strong {
  background: var(--sun);
  color: var(--ink);
}

.casino-logo {
  align-items: center;
  background: #f6f2ee;
  border: 1px solid var(--line);
  border-radius: 6px;
  display: flex;
  height: 142px;
  justify-content: center;
  margin-bottom: 12px;
  overflow: hidden;
}

.casino-logo img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.casino-name-row {
  align-items: center;
  display: flex;
  gap: 8px;
  justify-content: center;
}

.casino-name-row h3 {
  font-size: 24px;
  margin: 0;
  overflow-wrap: anywhere;
}

.licence {
  color: #7b746e;
  font-size: 16px;
  line-height: 1.3;
  margin-top: 12px;
}

.rating {
  align-items: center;
  color: var(--ink);
  display: flex;
  gap: 8px;
  justify-content: center;
  margin-top: 12px;
}

.rating span {
  color: #ff4d4f;
  font-size: 20px;
  letter-spacing: 0;
}

.rating strong {
  font-size: 17px;
}

.offer {
  align-items: center;
  background: white;
  border: 1px solid #e9ded6;
  border-radius: 8px;
  color: var(--ink);
  display: flex;
  font-size: 17px;
  font-weight: 900;
  justify-content: center;
  line-height: 1.25;
  margin-top: 14px;
  min-height: 82px;
  padding: 12px;
}

.quick-stats {
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid #eadfd6;
  border-radius: 8px;
  display: grid;
  gap: 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 14px;
  overflow: hidden;
  text-align: left;
}

.quick-stats div {
  padding: 10px;
}

.quick-stats div:nth-child(odd) {
  border-right: 1px solid #eadfd6;
}

.quick-stats div:nth-child(-n + 2) {
  border-bottom: 1px solid #eadfd6;
}

.quick-stats dt {
  color: #817973;
  font-size: 15px;
  font-weight: 800;
}

.quick-stats dd {
  color: #080706;
  font-size: 16px;
  margin: 2px 0 0;
}

.payment-row {
  display: grid;
  gap: 7px;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  margin-bottom: 14px;
  margin-top: 14px;
}

.operator-note,
.terms {
  color: #766d66;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
  margin: 0 0 10px;
}

.terms {
  margin: 10px 0 0;
}

.pay-badge {
  align-items: center;
  background: white;
  border: 1px solid #e6ded7;
  border-radius: 6px;
  display: inline-flex;
  height: 32px;
  justify-content: center;
  min-width: 0;
  padding: 4px;
}

.pay-badge img {
  display: block;
  max-height: 20px;
  max-width: 100%;
  object-fit: contain;
}

.visit-button,
.review-button {
  align-items: center;
  border-radius: 8px;
  display: flex;
  font-size: 17px;
  font-weight: 950;
  justify-content: center;
  min-height: 54px;
  padding: 12px;
}

.visit-button {
  background: var(--orange);
  color: white;
  margin-top: auto;
}

.visit-button:hover {
  background: var(--orange-soft);
}

.review-button {
  background: #ebe4e0;
  color: var(--orange);
  margin-top: 12px;
}

.responsible-note {
  color: #6b625c;
  font-size: 14px;
  margin: 18px auto 0;
  max-width: 860px;
  text-align: center;
}

.interactive-strip {
  background: white;
  border-top: 1px solid var(--line);
  padding: 36px 22px;
}

.insight-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 12px auto 0;
  max-width: 820px;
}

.insight-card {
  background: var(--soft);
  border: 2px solid #eadfd6;
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(17, 17, 17, 0.06);
  padding: 20px;
  text-align: left;
}

.insight-card span {
  align-items: center;
  background: var(--orange);
  border-radius: 999px;
  color: white;
  display: inline-flex;
  font-size: 13px;
  font-weight: 950;
  height: 34px;
  justify-content: center;
  width: 42px;
}

.insight-card h3 {
  font-size: 23px;
  margin-top: 12px;
}

.insight-card p {
  font-size: 16px;
  margin-top: 8px;
  max-width: none;
  text-align: left;
}

.dark-section {
  background: white;
}

.dark-section h2,
.dark-section h3 {
  color: var(--ink);
}

.dark-section p,
.dark-section li {
  color: var(--muted);
}

.dark-section .eyebrow {
  color: var(--orange);
}

.text-section {
  border-top: 1px solid var(--line);
}

.text-section p {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}

.page-copy {
  max-width: 1200px;
}

.page-copy h2 {
  margin-top: 8px;
}

.page-copy h2:not(:first-child) {
  margin-top: 28px;
}

.page-copy h3 {
  margin-left: auto;
  margin-right: auto;
  max-width: 980px;
}

.page-copy p {
  max-width: 1120px;
}

.article-copy {
  text-align: center;
}

.compact-list {
  max-width: 1120px;
  padding-left: 0;
}

.page-copy ul,
.page-copy ol,
.article-copy ul,
.article-copy ol,
.text-section ul,
  .text-section ol {
  display: grid;
  margin-left: auto;
  margin-right: auto;
  width: min(100%, 1120px);
}

.page-copy li,
.article-copy li,
.text-section li {
  border-bottom: 1px solid var(--line);
  max-width: none;
  padding: 10px 0;
  text-align: left;
}

.page-copy li:last-child,
.article-copy li:last-child,
.text-section li:last-child {
  border-bottom: 0;
}

ul,
ol,
.compact-list,
.numbered-panel {
  display: none !important;
}


.table-card {
  background: white;
  border: 2px solid #eadfd6;
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(17, 17, 17, 0.06);
  margin: 16px auto 2px;
  max-width: 1200px;
  min-width: 0;
  overflow-x: auto;
  text-align: left;
  width: 100%;
}

.table-card table {
  border-collapse: collapse;
  min-width: 720px;
  width: 100%;
}

.table-card th,
.table-card td {
  border-bottom: 1px solid var(--line);
  padding: 14px 16px;
  vertical-align: top;
}

.table-card th {
  background: var(--orange);
  color: white;
  font-size: 14px;
  font-weight: 950;
  text-transform: uppercase;
}

.table-card td {
  color: var(--muted);
  font-size: 16px;
  font-weight: 700;
}

.table-card td:first-child {
  color: var(--ink);
  font-weight: 950;
}

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

.payment-table {
  box-shadow: 0 10px 24px rgba(17, 17, 17, 0.06);
}

.numbered-panel {
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr;
  margin: 18px auto 4px;
  max-width: 1120px;
  width: 100%;
}

.numbered-panel div {
  background: var(--soft);
  border: 1px solid #eadfd6;
  border-radius: 8px;
  display: block;
  padding: 15px 18px;
  text-align: left;
}

.numbered-panel span {
  display: none;
}

.numbered-panel p {
  color: var(--ink);
  font-size: 16px;
  font-weight: 900;
  line-height: 1.4;
  max-width: none;
  text-align: left;
}

.detail-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 16px auto 4px;
  max-width: 1120px;
}

.detail-grid details {
  background: var(--soft);
  border: 1px solid #eadfd6;
  border-radius: 8px;
  padding: 15px;
}

.detail-grid summary {
  color: var(--orange);
  font-size: 17px;
}

.detail-grid p {
  font-size: 15px;
  line-height: 1.45;
  margin-top: 10px;
  max-width: none;
  text-align: left;
}

.rating-method {
  margin: 0 auto;
}

.network-list {
  display: grid;
  gap: 8px;
  margin: 4px auto 0;
  max-width: 1280px;
}

.network-list p {
  border-bottom: 1px solid var(--line);
  padding-bottom: 8px;
  text-align: left;
}

.network-list strong {
  color: var(--orange);
}



.use-guide {
  background: white;
  border-top: 1px solid var(--line);
  padding: 42px 22px;
}

.use-guide-inner {
  display: grid;
  gap: 18px;
  margin: 0 auto;
  max-width: 1080px;
}

.guide-header {
  display: grid;
  gap: 10px;
  margin: 0 auto;
  max-width: 860px;
  text-align: center;
}

.guide-header > span {
  color: var(--orange);
  font-size: 13px;
  font-weight: 950;
  text-transform: uppercase;
}

.guide-header p {
  font-size: 18px;
  line-height: 1.55;
  margin: 0 auto;
  max-width: 760px;
}

.guide-flow {
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  display: grid;
  gap: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 2px auto 0;
  max-width: 980px;
  width: 100%;
}

.guide-flow p {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.42;
  max-width: none;
  padding: 14px 18px;
  text-align: left;
}

.guide-flow p + p {
  border-left: 1px solid var(--line);
}

.guide-flow strong {
  color: var(--orange);
  font-weight: 950;
}

.guide-table {
  background: white;
  border: 2px solid #eadfd6;
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(17, 17, 17, 0.06);
  margin: 0 auto;
  max-width: 920px;
  overflow-x: auto;
  width: 100%;
}

.guide-table table {
  border-collapse: collapse;
  min-width: 620px;
  width: 100%;
}

.guide-table th,
.guide-table td {
  border-bottom: 1px solid var(--line);
  padding: 14px 16px;
  text-align: left;
  vertical-align: top;
}

.guide-table th {
  background: var(--orange);
  color: white;
  font-size: 13px;
  font-weight: 950;
  text-transform: uppercase;
}

.guide-table td {
  color: var(--muted);
  font-size: 16px;
  font-weight: 750;
  line-height: 1.45;
}

.guide-table td:first-child {
  color: var(--ink);
  font-weight: 950;
  width: 34%;
}

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

.guide-note {
  background: var(--soft);
  border: 1px solid #eadfd6;
  border-radius: 8px;
  color: var(--ink);
  font-size: 16px;
  font-weight: 750;
  line-height: 1.5;
  margin: 0 auto;
  max-width: 920px;
  padding: 14px 18px;
  text-align: left;
}

.faq-section {

  background: white;
  border-top: 1px solid var(--line);
}

.faq-list {
  display: grid;
  gap: 0;
  margin: 16px auto 0;
  max-width: 1320px;
  width: min(100%, 1320px);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
  padding: 0;
  text-align: left;
}

.faq-list details:first-child {
  border-top: 1px solid var(--line);
}

.faq-list summary {
  align-items: center;
  display: flex;
  gap: 24px;
  justify-content: center;
  list-style: none;
  min-height: 72px;
  padding: 18px 56px;
  position: relative;
  text-align: center;
  width: 100%;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  color: var(--orange);
  content: "+";
  flex: 0 0 auto;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-list details p {
  margin: 0 auto;
  max-width: 900px;
  padding: 0 56px 20px;
  text-align: center;
}

details {
  border-bottom: 1px solid var(--line);
  padding: 13px 0;
  text-align: left;
}

summary {
  color: var(--ink);
  cursor: pointer;
  font-size: 18px;
  font-weight: 950;
}

details p {
  margin-top: 10px;
}

.author-section {
  background: var(--mint);
}

.author-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 900px;
}

.author-card {
  background: white;
  border: 2px solid #eadfd6;
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(17, 17, 17, 0.06);
  padding: 20px;
  text-align: center;
}

.author-photo {
  border: 3px solid var(--soft);
  border-radius: 999px;
  display: block;
  height: 96px;
  margin: 0 auto;
  object-fit: cover;
  width: 96px;
}

.author-card h3 {
  font-size: 24px;
  margin-top: 12px;
}

.author-card p {
  font-size: 16px;
  margin-top: 8px;
}

.author-role {
  color: var(--orange);
  font-size: 13px !important;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

.author-link {
  align-items: center;
  background: var(--orange);
  border-radius: 8px;
  color: white;
  display: inline-flex;
  font-size: 15px;
  font-weight: 950;
  justify-content: center;
  margin-top: 14px;
  min-height: 44px;
  padding: 10px 16px;
}

.author-link:hover {
  background: var(--orange-soft);
}

.author-avatar {
  align-items: center;
  background: var(--orange);
  border-radius: 999px;
  color: white;
  display: inline-flex;
  font-weight: 950;
  height: 56px;
  justify-content: center;
  width: 56px;
}

.author-avatar.alt {
  background: var(--orange-soft);
}

.simple-page .text-section {
  background: white;
}

.policy-page {
  background: white;
}

.policy-hero {
  align-items: center;
  border-bottom: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 44px 22px 34px;
  text-align: center;
}

.policy-hero h1 {
  font-size: 56px;
  line-height: 1;
  max-width: 900px;
}

.policy-hero p {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.55;
  max-width: 860px;
}

.policy-section {
  padding: 34px 22px 44px;
}

.policy-layout {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 1120px;
}

.policy-card,
.policy-note {
  border-radius: 8px;
  padding: 22px;
}

.policy-card {
  background: var(--soft);
  border: 1px solid #eadfd6;
  box-shadow: 0 8px 18px rgba(17, 17, 17, 0.06);
  text-align: left;
}

.policy-card.wide,
.policy-note {
  grid-column: 1 / -1;
}

.policy-card h2 {
  color: var(--ink);
  font-size: 28px;
  line-height: 1.1;
  margin: 0 0 10px;
}

.policy-card p,
.policy-card li {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.55;
  text-align: left;
}

.policy-card p {
  margin: 0;
  max-width: none;
}

.policy-card p + p,
.policy-card p + ul {
  margin-top: 10px;
}

.policy-card ul {
  margin: 10px 0 0;
  max-width: none;
  padding-left: 20px;
}

.policy-note {
  background: var(--mint);
  border: 1px solid #a8d9ce;
  text-align: center;
}

.policy-note strong {
  color: var(--ink);
  display: block;
  font-size: 18px;
  font-weight: 950;
  margin-bottom: 8px;
}

.policy-note p {
  color: var(--ink);
  font-size: 16px;
  line-height: 1.5;
  margin: 0 auto;
  max-width: 860px;
}

.directory-page,
.article-page {
  background: white;
}

.network-directory {
  background: white;
  min-height: 900px;
  padding: 42px 22px 90px;
}

.network-card-grid {
  margin: 0 auto;
  max-width: 1280px;
}

.network-directory-card {
  background: white;
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(17, 17, 17, 0.12);
  display: block;
  max-width: 420px;
  overflow: hidden;
}

.network-art {
  background: #050507;
  min-height: 230px;
  overflow: hidden;
  padding: 36px 26px;
  position: relative;
}

.network-art::before,
.network-art::after {
  border: 2px solid rgba(233, 86, 37, 0.45);
  content: "";
  height: 72px;
  position: absolute;
  transform: rotate(30deg);
  width: 72px;
}

.network-art::before {
  right: 32px;
  top: 28px;
}

.network-art::after {
  bottom: 24px;
  left: 28px;
}

.network-art strong {
  color: white;
  display: block;
  font-size: 44px;
  font-weight: 950;
  line-height: 1;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}

.brand-chip-grid {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 330px;
  position: relative;
  z-index: 1;
}

.brand-chip-grid span {
  background: var(--orange);
  border-radius: 999px;
  color: white;
  font-size: 11px;
  font-weight: 950;
  padding: 8px 9px;
  text-align: center;
}

.brand-chip-grid span:nth-child(2n) {
  background: var(--sun);
  color: var(--ink);
}

.brand-chip-grid span:nth-child(3n) {
  background: var(--mint);
  color: var(--ink);
}

.network-card-body {
  display: grid;
  gap: 12px;
  padding: 22px;
}

.network-card-body h2 {
  font-size: 26px;
  line-height: 1.1;
}

.network-card-body p {
  color: #4f4f4f;
  font-size: 17px;
  line-height: 1.45;
  max-width: none;
  text-align: left;
}

.network-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.network-tags span {
  background: var(--soft);
  border-radius: 999px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 950;
  padding: 7px 11px;
}

.network-card-body strong {
  color: var(--orange);
  font-size: 15px;
  font-weight: 950;
  margin-top: 6px;
}

.network-directory-card:hover {
  transform: translateY(-2px);
}

.directory-section {
  background: white;
  border-top: 1px solid var(--line);
  padding: 34px 22px 48px;
}

.directory-section.compact {
  padding-bottom: 42px;
  padding-top: 34px;
}

.directory-grid {
  display: grid;
  gap: 18px;
  margin: 0 auto;
  max-width: 1500px;
}

.directory-grid.single {
  max-width: 760px;
}

.directory-card {
  background: var(--soft);
  border: 2px solid #eadfd6;
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(17, 17, 17, 0.06);
  display: grid;
  gap: 10px;
  padding: 24px;
  text-align: left;
}

.directory-card span {
  color: var(--orange);
  font-size: 13px;
  font-weight: 950;
  text-transform: uppercase;
}

.directory-card h2 {
  font-size: 34px;
}

.directory-card p {
  font-size: 17px;
  max-width: none;
  text-align: left;
}

.directory-card strong {
  align-items: center;
  background: var(--orange);
  border-radius: 8px;
  color: white;
  display: inline-flex;
  font-size: 15px;
  font-weight: 950;
  justify-content: center;
  margin-top: 4px;
  min-height: 46px;
  padding: 10px 16px;
  width: fit-content;
}

.directory-card:hover {
  border-color: var(--orange);
  transform: translateY(-2px);
}

.network-card {
  box-shadow: 0 10px 24px rgba(17, 17, 17, 0.06);
}

.casino-topic-card {
  box-shadow: 0 10px 24px rgba(17, 17, 17, 0.06);
}

.blog-card {
  box-shadow: 0 10px 24px rgba(17, 17, 17, 0.06);
}

.topic-card-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 1360px;
}

.topic-directory-card {
  background: white;
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(17, 17, 17, 0.12);
  display: block;
  max-width: none;
  overflow: hidden;
}

.topic-art {
  align-items: center;
  background: #f6f2ee;
  display: flex;
  height: 160px;
  justify-content: center;
  overflow: hidden;
  position: relative;
}

.topic-art img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.blog-art {
  background: #080815;
  gap: 18px;
}

.blog-art::before,
.blog-art::after {
  border: 2px solid rgba(203, 236, 227, 0.35);
  content: "";
  height: 86px;
  position: absolute;
  transform: rotate(28deg);
  width: 86px;
}

.blog-art::before {
  left: 24px;
  top: 24px;
}

.blog-art::after {
  bottom: 22px;
  right: 26px;
}

.blog-art img {
  border-radius: 999px;
  height: 72px;
  object-fit: cover;
  position: relative;
  width: 72px;
  z-index: 1;
}

.blog-art span {
  color: white;
  font-size: 26px;
  font-weight: 950;
  line-height: 1.05;
  max-width: 180px;
  position: relative;
  z-index: 1;
}

.topic-card-body {
  display: grid;
  gap: 10px;
  padding: 22px;
}

.topic-card-body > span {
  color: var(--orange);
  font-size: 13px;
  font-weight: 950;
  text-transform: uppercase;
}

.topic-card-body h2 {
  font-size: 26px;
  line-height: 1.1;
}

.topic-card-body p {
  color: #4f4f4f;
  font-size: 17px;
  line-height: 1.45;
  max-width: none;
  text-align: left;
}

.topic-card-body > strong {
  color: var(--orange);
  font-size: 15px;
  font-weight: 950;
  margin-top: 6px;
}

.topic-directory-card:hover {
  transform: translateY(-2px);
}

.site-footer {
  background: #181018;
  flex-shrink: 0;
  border: 1px solid #2f2630;
  color: white;
  display: grid;
  gap: 40px;
  grid-template-columns: minmax(300px, 1fr) minmax(0, 1.35fr);
  margin: 0;
  max-width: none;
  padding: 30px max(24px, calc((100vw - 1280px) / 2)) 32px;
  width: 100%;
}

.site-footer .brand {
  color: white;
  font-size: 24px;
  gap: 10px;
  line-height: 1;
}

.site-footer .brand-mark {
  border-color: rgba(255, 255, 255, 0.18);
  height: 42px;
  width: 42px;
}

.footer-brand,
.footer-columns {
  width: 100%;
}

.site-footer p,
.site-footer a,
.site-footer h3 {
  color: rgba(255, 255, 255, 0.72);
}

.site-footer p {
  font-size: 15px;
  line-height: 1.45;
  margin-top: 12px;
  max-width: 520px;
}

.footer-note {
  color: var(--orange) !important;
  font-weight: 900;
  margin-top: 10px !important;
}

.asset-credit,
.asset-credit a {
  color: rgba(255, 255, 255, 0.56) !important;
  font-size: 13px !important;
}

.footer-columns {
  display: grid;
  gap: 28px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding-top: 8px;
}

.site-footer nav {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.site-footer nav h3 {
  color: white;
  font-size: 15px;
  font-weight: 950;
  margin: 0 0 4px;
  text-transform: uppercase;
}

.site-footer nav a {
  font-size: 15px;
  font-weight: 800;
  line-height: 1.25;
}

.site-footer nav a:hover {
  color: var(--orange);
}

@media (max-width: 1080px) {
  .site-header {
    align-items: center;
    flex-direction: row;
  }

  .site-header .category-nav {
    display: none;
  }

  .site-header .mobile-menu {
    display: block;
  }


  .use-guide {
    padding: 28px 12px;
  }

  .use-guide-inner {
    gap: 14px;
  }

  .guide-header {
    gap: 8px;
  }

  .guide-header p {
    font-size: 15px;
    line-height: 1.42;
  }

  .guide-flow {
    grid-template-columns: 1fr;
  }

  .guide-flow p {
    font-size: 13px;
    padding: 11px 12px;
    text-align: center;
  }

  .guide-flow p + p {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .guide-table {
    box-shadow: 0 8px 18px rgba(17, 17, 17, 0.06);
  }

  .guide-table th,
  .guide-table td {
    font-size: 13px;
    padding: 11px 12px;
  }

  .guide-note {
    font-size: 13px;
    padding: 12px;
  }

  .casino-grid {

    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .topic-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 780px) {
  .site-header,
  .site-footer {
    align-items: flex-start;
    gap: 12px;
    padding-left: 14px;
    padding-right: 14px;
  }

  .site-header {
    align-items: center;
    flex-direction: row;
    min-height: 52px;
    padding-bottom: 8px;
    padding-top: 8px;
  }

  .site-header .brand {
    font-size: 18px;
  }

  .site-header .brand-mark {
    height: 34px;
    width: 34px;
  }

  .site-header nav,
  .site-footer nav {
    gap: 10px;
  }

  .hero-inner,
  .simple-hero {
    gap: 8px;
    padding: 22px 14px 22px;
  }


  .guide-hero {
    padding-bottom: 26px;
    padding-top: 26px;
  }

  .guide-hero h1 {
    font-size: 32px;
  }

  .guide-hero p {
    font-size: 15px;
    line-height: 1.42;
    max-width: 560px;
  }

  .sister-guide-hero {
    padding-bottom: 32px;
    padding-top: 32px;
  }

  .guide-hero-line {
    gap: 7px;
    margin-top: 2px;
  }

  .guide-hero-line span {
    font-size: 12px;
    padding: 7px 10px;
  }

  .directory-page .text-section + .casino-section {
    padding-top: 36px;
  }

  .mini-hero {
    gap: 7px;
    padding-bottom: 18px;
    padding-top: 18px;
  }

  .mini-hero::before {
    height: 4px;
    width: 42px;
  }

  .mini-hero h1 {
    font-size: 28px;
  }

  .mini-hero p {
    font-size: 14px;
    line-height: 1.35;
    max-width: 420px;
  }

  .hero::before {
    bottom: -54px;
    height: 108px;
    left: -32px;
    width: 108px;
  }

  .hero::after {
    border-radius: 6px;
    box-shadow: 0 8px 18px rgba(17, 17, 17, 0.06);
    height: 44px;
    right: -58px;
    top: 18px;
    width: 150px;
  }

  .hero-inner {
    min-height: 0;
    padding-bottom: 28px;
    padding-top: 28px;
  }

  .hero-inner::before {
    height: 6px;
    top: 14px;
    width: 46px;
  }

  .hero-inner::after {
    bottom: 12px;
    height: 5px;
    right: 16%;
    width: 54px;
  }

  h1 {
    font-size: 30px;
    line-height: 1;
  }

  .hero p:not(.eyebrow) {
    font-size: 15px;
    line-height: 1.38;
    max-width: 560px;
  }

  h2 {
    font-size: 29px;
  }

  h3 {
    font-size: 21px;
  }

  .casino-section,
  .text-section,
  .faq-section,
  .author-section,
  .directory-section {
    padding: 28px 12px;
  }

  .network-directory {
    min-height: 520px;
    padding: 28px 12px 80px;
  }

  .network-directory-card {
    max-width: none;
  }

  .policy-hero {
    padding: 30px 14px 26px;
  }

  .policy-hero h1 {
    font-size: 36px;
  }

  .policy-section {
    padding: 26px 12px 34px;
  }

  .policy-layout {
    grid-template-columns: 1fr;
  }

  .policy-card,
  .policy-note {
    padding: 18px;
  }

  .policy-card h2 {
    font-size: 24px;
  }

  .network-art {
    min-height: 188px;
    padding: 28px 20px;
  }

  .network-art strong {
    font-size: 36px;
  }

  .brand-chip-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .directory-card {
    box-shadow: 0 8px 18px rgba(17, 17, 17, 0.06);
    padding: 18px;
  }

  .directory-card h2 {
    font-size: 28px;
  }

  .topic-directory-card {
    max-width: none;
  }

  .topic-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: none;
  }

  .topic-art {
    height: 116px;
  }

  .topic-card-body {
    gap: 7px;
    padding: 12px;
  }

  .topic-card-body h2 {
    font-size: 18px;
  }

  .topic-card-body p {
    font-size: 13px;
    line-height: 1.35;
  }

  .topic-card-body > span,
  .topic-card-body > strong {
    font-size: 11px;
  }

  .topic-card-body .network-tags {
    gap: 5px;
  }

  .topic-card-body .network-tags span {
    font-size: 10px;
    padding: 5px 7px;
  }

  .blog-art span {
    font-size: 22px;
  }

  .network-card,
  .blog-card {
    box-shadow: 0 8px 18px rgba(17, 17, 17, 0.06);
  }

  .casino-grid {
    gap: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .casino-card {
    box-shadow: 0 8px 18px rgba(17, 17, 17, 0.07);
    padding: 8px;
  }

  .card-topline {
    margin-bottom: 7px;
  }

  .card-topline span,
  .card-topline strong {
    font-size: 10px;
    padding: 6px 7px;
  }

  .casino-logo {
    height: 82px;
    margin-bottom: 9px;
    padding: 8px;
  }

  .casino-logo img {
    height: 100%;
    max-height: none;
  }

  .interactive-strip {
    padding: 28px 12px;
  }

  .insight-grid,
  .detail-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .insight-card {
    box-shadow: 0 8px 18px rgba(17, 17, 17, 0.06);
    padding: 12px;
  }

  .insight-card span {
    height: 28px;
    width: 34px;
  }

  .insight-card h3 {
    font-size: 17px;
    margin-top: 8px;
  }

  .insight-card p,
  .detail-grid p {
    font-size: 13px;
    line-height: 1.35;
  }

  .detail-grid details {
    padding: 12px;
  }

  .detail-grid summary {
    font-size: 14px;
  }

  .numbered-panel {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .numbered-panel div {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
    padding: 12px;
  }

  .numbered-panel span {
    height: 28px;
    width: 34px;
  }

  .numbered-panel p {
    font-size: 13px;
  }

  .table-card {
    box-shadow: 0 8px 18px rgba(17, 17, 17, 0.06);
    margin-top: 12px;
  }

  .payment-table {
    box-shadow: 0 8px 18px rgba(17, 17, 17, 0.06);
  }

  .table-card th,
  .table-card td {
    font-size: 14px;
    padding: 11px 12px;
  }

  .casino-name-row h3 {
    font-size: 17px;
  }

  .rank {
    font-size: 11px;
    height: 23px;
    width: 23px;
  }

  .licence {
    font-size: 13px;
    margin-top: 8px;
  }

  .rating {
    gap: 5px;
    margin-top: 8px;
  }

  .rating span {
    font-size: 13px;
  }

  .rating strong {
    font-size: 13px;
  }

  .offer {
    font-size: 13px;
    margin-top: 9px;
    min-height: 72px;
    padding: 8px;
  }

  .quick-stats {
    gap: 6px;
    margin-top: 9px;
  }

  .quick-stats div {
    padding: 7px;
  }

  .quick-stats dt,
  .quick-stats dd {
    font-size: 12px;
  }

  .payment-row {
    gap: 5px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-bottom: 9px;
    margin-top: 9px;
  }

  .pay-badge {
    height: 26px;
    padding: 3px;
  }

  .pay-badge img {
    max-height: 17px;
  }

  .visit-button,
  .review-button {
    font-size: 12px;
    min-height: 40px;
    padding: 8px 5px;
  }

  .review-button {
    margin-top: 8px;
  }

  .operator-note,
  .terms {
    font-size: 10px;
  }

  p,
  li {
    font-size: 16px;
  }

  ul,
  ol,
  .compact-list {
    padding-left: 0;
  }

  .author-grid {
    gap: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 520px;
  }

  .author-card {
    box-shadow: 0 8px 18px rgba(17, 17, 17, 0.06);
    padding: 10px;
  }

  .author-photo {
    border-width: 2px;
    height: 56px;
    width: 56px;
  }

  .author-card h3 {
    font-size: 15px;
    margin-top: 7px;
  }

  .author-card p {
    font-size: 11px;
    line-height: 1.32;
    margin-top: 5px;
  }

  .author-role {
    font-size: 9px !important;
  }

  .author-link {
    font-size: 11px;
    margin-top: 8px;
    min-height: 32px;
    padding: 7px 9px;
  }

  .faq-list {
    width: min(100%, 720px);
  }

  .faq-list summary {
    gap: 14px;
    min-height: 58px;
    padding: 14px 40px;
  }

  .faq-list summary::after {
    font-size: 24px;
  }

  .faq-list details p {
    padding: 0 40px 16px;
  }

  .site-footer {
    gap: 14px;
    grid-template-columns: 1fr;
    padding: 18px 18px 20px;
  }

  .site-footer .brand {
    font-size: 22px;
  }

  .site-footer .brand-mark {
    height: 36px;
    width: 36px;
  }

  .site-footer p {
    font-size: 13px;
    line-height: 1.34;
    margin-top: 7px;
    max-width: 100%;
  }

  .footer-note {
    margin-top: 7px !important;
  }

  .asset-credit,
  .asset-credit a {
    font-size: 11px !important;
  }

  .footer-columns {
    gap: 10px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding-top: 2px;
  }

  .site-footer nav {
    gap: 5px;
  }

  .site-footer nav h3 {
    font-size: 12px;
    margin-bottom: 1px;
  }

  .site-footer nav a {
    font-size: 12px;
    line-height: 1.2;
  }
}

@media (max-width: 390px) {

  .topic-art {
    height: 100px;
  }

  .topic-card-body {
    padding: 10px;
  }

  .topic-card-body h2 {
    font-size: 16px;
  }

  .topic-card-body p {
    font-size: 12px;
  }

  .numbered-panel,
  .insight-grid,
  .detail-grid {
    gap: 8px;
  }

  .numbered-panel div,
  .insight-card,
  .detail-grid details {
    padding: 10px;
  }

  .site-footer {
    padding: 16px 14px 18px;
  }

  .site-footer .brand {
    font-size: 20px;
  }

  .site-footer .brand-mark {
    height: 34px;
    width: 34px;
  }

  .site-footer p,
  .site-footer nav a {
    font-size: 11px;
  }

  .site-footer nav h3 {
    font-size: 11px;
  }

  .author-grid {
    gap: 8px;
  }

  .author-card {
    padding: 9px;
  }

  .author-photo {
    height: 50px;
    width: 50px;
  }

  .author-card h3 {
    font-size: 14px;
  }

  .author-card p {
    font-size: 10px;
  }

  .casino-card {
    padding: 8px;
  }

  .casino-logo img {
    height: 100%;
    max-height: none;
  }

  .casino-name-row {
    gap: 5px;
  }

  .casino-name-row h3 {
    font-size: 15px;
  }

  .offer {
    font-size: 12px;
  }
}


/* WordPress theme helpers */
.section-image { margin: 22px 0; }
.section-image img { border-radius: 8px; display: block; height: auto; max-width: 100%; width: 100%; }
.section-image figcaption { color: var(--muted); font-size: 14px; line-height: 1.45; margin-top: 8px; }
.topic-card .wp-post-image { display: block; height: 100%; object-fit: contain; width: 100%; }
.topic-card h2 a { color: inherit; }
.screen-reader-text { clip: rect(1px, 1px, 1px, 1px); height: 1px; overflow: hidden; position: absolute !important; width: 1px; }
.network-logo-img {
  display: block;
  width: min(260px, 74%);
  height: auto;
  margin: 2px 0 22px;
  position: relative;
  z-index: 1;
}
