/*
Theme Name: UK Sister Sites
Theme URI: https://example.com/uk-sister-sites
Author: UK Sister Sites
Description: Premium editorial WordPress theme for UK casino sister site research, casino networks, ownership checks, payment checks, bonus eligibility, and safer player decision-making.
Version: 1.2.8
Requires at least: 6.4
Tested up to: 6.6
Requires PHP: 8.0
License: GPL-2.0-or-later
Text Domain: uksister
*/

:root {
	--bg: #080808;
	--bg-soft: #111111;
	--panel: #171717;
	--panel-2: #202020;
	--line: rgba(214, 176, 82, 0.24);
	--gold: #d6b052;
	--gold-soft: #f2d98c;
	--text: #f7f1df;
	--muted: #bdb6a6;
	--ink: #15110a;
	--white: #ffffff;
	--max: 1180px;
	--radius: 8px;
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: var(--bg);
	color: var(--text);
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 16px;
	line-height: 1.65;
	overflow-x: clip;
}

a {
	color: var(--gold-soft);
	text-decoration-thickness: 1px;
	text-underline-offset: 0.2em;
}

a:hover,
a:focus {
	color: var(--white);
}

img {
	display: block;
	height: auto;
	max-width: 100%;
}

.site-shell {
	min-height: 100vh;
	overflow-x: visible;
}

.site-header {
	position: sticky;
	top: 0;
	z-index: 20;
	border-bottom: 1px solid var(--line);
	background: rgba(8, 8, 8, 0.94);
	backdrop-filter: blur(12px);
}

.header-inner,
.wrap {
	width: min(var(--max), calc(100% - 32px));
	margin-inline: auto;
}

.header-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	min-height: 76px;
}

.brand {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	color: var(--text);
	font-size: 17px;
	font-weight: 850;
	letter-spacing: 0;
	text-decoration: none;
}

.brand-mark {
	display: grid;
	width: 40px;
	height: 40px;
	place-items: center;
	border: 1px solid rgba(214, 176, 82, 0.5);
	border-radius: 50%;
	background: #13100a;
	color: var(--gold-soft);
	font-size: 13px;
}

.brand small {
	display: block;
	color: var(--muted);
	font-size: 12px;
	font-weight: 500;
	line-height: 1.2;
}

.primary-menu {
	display: flex;
	align-items: center;
	gap: 6px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.primary-menu a {
	display: inline-flex;
	min-height: 40px;
	align-items: center;
	border-radius: 6px;
	color: var(--text);
	font-size: 15px;
	font-weight: 700;
	padding: 8px 12px;
	text-decoration: none;
}

.primary-menu a:hover,
.primary-menu .current-menu-item > a {
	background: rgba(214, 176, 82, 0.12);
	color: var(--gold-soft);
}

.hero {
	position: relative;
	overflow: hidden;
	border-bottom: 1px solid var(--line);
	background:
		linear-gradient(145deg, rgba(214, 176, 82, 0.13), transparent 38%),
		linear-gradient(180deg, #080808 0%, #111111 100%);
}

.hero--premium::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(100deg, transparent 0%, rgba(242, 217, 140, 0.08) 42%, transparent 62%),
		repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.026) 0 1px, transparent 1px 118px);
	opacity: 0.72;
	transform: translateX(-26%);
	animation: homepage-sheen 9s ease-in-out infinite;
	pointer-events: none;
}

.hero--premium::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: -1px;
	left: 0;
	height: 1px;
	background: linear-gradient(90deg, transparent, rgba(242, 217, 140, 0.76), transparent);
	transform: translateX(-36%);
	animation: homepage-border-glide 7s ease-in-out infinite;
	pointer-events: none;
}

.hero-inner {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1fr) 340px;
	justify-content: center;
	align-items: center;
	gap: 34px;
	padding: 26px 0 18px;
	text-align: left;
}

.hero--premium .hero-inner > div:first-child {
	animation: premium-rise 620ms ease-out both;
}

.eyebrow {
	color: var(--gold-soft);
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.08em;
	margin: 0 0 14px;
	text-transform: uppercase;
}

h1,
h2,
h3 {
	color: var(--text);
	line-height: 1.1;
	margin: 0;
}

h1 {
	font-size: clamp(28px, 2.8vw, 42px);
	max-width: 720px;
}

h2 {
	font-size: clamp(28px, 3vw, 42px);
	margin-bottom: 16px;
}

h3 {
	font-size: 22px;
}

p {
	margin: 0 0 16px;
}

.lead {
	color: #e4dcc6;
	font-size: 16px;
	line-height: 1.6;
	margin-top: 14px;
	max-width: 690px;
}

.hero-panel {
	align-self: center;
	position: relative;
	overflow: hidden;
	border: 1px solid var(--line);
	border-radius: var(--radius);
	background:
		linear-gradient(145deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.018)),
		rgba(23, 23, 23, 0.9);
	box-shadow:
		0 24px 70px rgba(0, 0, 0, 0.24),
		inset 0 1px 0 rgba(255, 255, 255, 0.07);
	padding: 18px;
	animation: premium-rise 760ms 120ms ease-out both;
}

.hero-panel::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(120deg, transparent 10%, rgba(242, 217, 140, 0.12) 44%, transparent 68%);
	transform: translateX(-120%);
	animation: homepage-panel-sheen 6.6s 800ms ease-in-out infinite;
	pointer-events: none;
}

.hero-panel h2 {
	font-size: 18px;
	margin-bottom: 10px;
}

.check-list {
	display: grid;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.check-list li {
	display: flex;
	gap: 10px;
	color: var(--muted);
	font-size: 13px;
}

.check-list li::before {
	content: "";
	flex: 0 0 9px;
	width: 9px;
	height: 9px;
	margin-top: 9px;
	border-radius: 50%;
	background: var(--gold);
	box-shadow: 0 0 0 rgba(214, 176, 82, 0.2);
	animation: premium-dot-pulse 3.8s ease-in-out infinite;
}

.section {
	padding: 58px 0;
}

.hero + .section {
	padding-top: 42px;
}

.hero + .section .section-header {
	margin-bottom: 18px;
}

.section--featured-casinos {
	background:
		linear-gradient(180deg, rgba(214, 176, 82, 0.025), transparent 28%),
		var(--bg);
}

.section--featured-casinos .section-header h2 {
	text-shadow: 0 0 24px rgba(214, 176, 82, 0.12);
}

.section--muted {
	background: var(--bg-soft);
	border-block: 1px solid rgba(214, 176, 82, 0.16);
}

.section-header {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 24px;
}

.section-header--center {
	display: block;
	text-align: center;
}

.section-header p {
	color: var(--muted);
	margin: 8px 0 0;
	max-width: 760px;
}

.section-header--center p {
	margin: 10px auto 0;
	max-width: 760px;
	text-align: center;
	width: 100%;
}

.casino-card-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
}

.casino-card-grid--single {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	justify-content: stretch;
}

.casino-card {
	position: relative;
	display: grid;
	min-width: 0;
	overflow: hidden;
	border: 1px solid var(--line);
	border-radius: var(--radius);
	background: var(--panel);
	box-shadow: 0 24px 70px rgba(0, 0, 0, 0.24);
	transition: border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.section--featured-casinos .casino-card {
	animation: premium-card-rise 640ms ease-out both;
}

.section--featured-casinos .casino-card:nth-child(2) {
	animation-delay: 80ms;
}

.section--featured-casinos .casino-card:nth-child(3) {
	animation-delay: 160ms;
}

.section--featured-casinos .casino-card:nth-child(4) {
	animation-delay: 240ms;
}

.section--featured-casinos .casino-card::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 2;
	background: linear-gradient(120deg, transparent 10%, rgba(242, 217, 140, 0.12) 46%, transparent 68%);
	opacity: 0;
	transform: translateX(-120%);
	transition: opacity 200ms ease;
	pointer-events: none;
}

.section--featured-casinos .casino-card:hover {
	border-color: rgba(242, 217, 140, 0.52);
	box-shadow:
		0 28px 76px rgba(0, 0, 0, 0.34),
		0 0 34px rgba(214, 176, 82, 0.12);
	transform: translateY(-6px);
}

.section--featured-casinos .casino-card:hover::before {
	opacity: 1;
	animation: homepage-card-sheen 850ms ease-out both;
}

.casino-card--clickable {
	cursor: pointer;
}

.casino-card__media {
	position: relative;
	display: grid;
	height: 170px;
	place-items: center;
	border-bottom: 1px solid var(--line);
	background:
		radial-gradient(circle at center, rgba(242, 217, 140, 0.16), transparent 62%),
		linear-gradient(135deg, rgba(214, 176, 82, 0.18), rgba(255, 255, 255, 0.02)),
		#0f0f0f;
	padding: 18px;
	text-decoration: none;
}

.casino-card__media img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: transform 220ms ease, filter 220ms ease;
}

.section--featured-casinos .casino-card:hover .casino-card__media img {
	filter: drop-shadow(0 0 16px rgba(242, 217, 140, 0.14));
	transform: scale(1.035);
}

.casino-card__media--fill img {
	display: block;
	object-fit: cover;
	object-position: center;
}

.casino-card__media--fill {
	background: #173f31;
	padding: 0;
}

.casino-card__media--contain {
	background: #001947;
}

.casino-card__media--contain img {
	object-fit: contain;
	object-position: center;
}

.casino-card__media--william-hill {
	background: #001947;
	padding: 24px 26px;
}

.casino-card__media--william-hill img {
	object-fit: contain;
	object-position: center;
}

.casino-card__media--fill:has(img[src*="william-hill.jpg"]) {
	background: #001947;
	padding: 24px 26px;
}

.casino-card__media--fill:has(img[src*="william-hill.jpg"]) img {
	object-fit: contain;
	object-position: center;
}

.casino-card__media--fill img[src*="william-hill.jpg"] {
	box-sizing: border-box;
	padding: 26px 30px;
	object-fit: contain;
	object-position: center;
	background: #001947;
}

.casino-card__logo-frame,
.casino-card__logo-mark {
	display: grid;
	width: min(225px, calc(100% - 26px));
	height: 98px;
	place-items: center;
	border: 1px solid rgba(242, 217, 140, 0.34);
	border-radius: 6px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.015)),
		#080808;
	box-shadow:
		0 18px 42px rgba(0, 0, 0, 0.42),
		0 0 32px rgba(214, 176, 82, 0.12),
		inset 0 1px 0 rgba(255, 255, 255, 0.08);
	color: var(--gold-soft);
	font-size: 18px;
	font-weight: 900;
	line-height: 1.1;
	overflow: hidden;
	padding: 8px;
	text-align: center;
	text-transform: none;
}

.casino-card__logo-frame img {
	display: block;
	max-width: 96%;
	max-height: 84px;
	object-fit: contain;
	mix-blend-mode: normal;
}

.casino-card__logo-frame--fill {
	background: #173f31;
	padding: 0;
}

.casino-card__logo-frame--fill img {
	height: 100%;
	max-height: none;
	max-width: none;
	object-fit: cover;
	width: 100%;
}

.casino-card__rank {
	position: absolute;
	top: 10px;
	left: 10px;
	display: none;
	width: 28px;
	height: 28px;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 50%;
	background: var(--gold);
	color: var(--ink);
	font-size: 12px;
	font-weight: 900;
}

.casino-card__body {
	display: grid;
	gap: 12px;
	padding: 18px;
}

.casino-card__topline {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 12px;
}

.casino-card h3 {
	font-size: 18px;
	overflow-wrap: anywhere;
}

.rating {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	border: 1px solid rgba(214, 176, 82, 0.4);
	border-radius: 999px;
	background: rgba(214, 176, 82, 0.08);
	color: var(--text);
	font-size: 12px;
	font-weight: 800;
	line-height: 1;
	padding: 6px 8px;
}

.rating__stars {
	color: #ffd76a;
	font-size: 11px;
	letter-spacing: 1px;
	text-shadow: 0 0 10px rgba(255, 215, 106, 0.32);
}

.rating__score {
	color: var(--gold-soft);
	font-size: 13px;
	font-weight: 900;
}

.casino-card-grid--single .rating {
	display: none;
}

.casino-card-grid--single .casino-card__topline {
	justify-content: center;
	text-align: center;
}

.casino-card-grid--single .casino-card__topline h3 {
	width: 100%;
}

.casino-card-grid--single .casino-card__body {
	gap: 16px;
	min-height: 138px;
	padding: 26px 22px 24px;
}

.bet365-casino-list-section .casino-card-grid {
	margin-top: 58px;
}

.bonus-line {
	color: #efe4c1;
	font-weight: 700;
	margin: 0;
}

.payment-row {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	border: 1px solid rgba(214, 176, 82, 0.14);
	border-radius: 6px;
	background: linear-gradient(180deg, rgba(214, 176, 82, 0.08), rgba(255, 255, 255, 0.03));
	padding: 8px;
}

.payment-row span,
.tag {
	border: 1px solid rgba(214, 176, 82, 0.24);
	border-radius: 999px;
	background: var(--pay-bg, rgba(8, 8, 8, 0.56));
	border-color: var(--pay-border, rgba(214, 176, 82, 0.24));
	color: var(--pay-text, #f2dfad);
	font-size: 10px;
	font-weight: 800;
	line-height: 1;
	padding: 6px 8px;
}

.payment--mc,
.payment--mastercard {
	--pay-bg: linear-gradient(135deg, rgba(235, 0, 27, 0.26), rgba(247, 158, 27, 0.24));
	--pay-border: rgba(247, 158, 27, 0.7);
	--pay-text: #ffe0bd;
}

.payment--pay,
.payment--paypal {
	--pay-bg: linear-gradient(135deg, rgba(0, 48, 135, 0.28), rgba(0, 156, 222, 0.2));
	--pay-border: rgba(0, 156, 222, 0.68);
	--pay-text: #cbeaff;
}

.payment--visa {
	--pay-bg: linear-gradient(135deg, rgba(26, 31, 113, 0.32), rgba(247, 182, 0, 0.18));
	--pay-border: rgba(247, 182, 0, 0.62);
	--pay-text: #f6f0ce;
}

.payment--btc {
	--pay-bg: rgba(247, 147, 26, 0.22);
	--pay-border: rgba(247, 147, 26, 0.76);
	--pay-text: #ffd29a;
}

.payment--eth,
.payment--ethereum {
	--pay-bg: linear-gradient(135deg, rgba(98, 126, 234, 0.24), rgba(184, 194, 204, 0.16));
	--pay-border: rgba(139, 160, 255, 0.68);
	--pay-text: #e1e6ff;
}

.payment--usdt {
	--pay-bg: rgba(38, 161, 123, 0.24);
	--pay-border: rgba(38, 161, 123, 0.74);
	--pay-text: #baf6df;
}

.payment--ltc {
	--pay-bg: linear-gradient(135deg, rgba(52, 93, 157, 0.24), rgba(191, 198, 207, 0.18));
	--pay-border: rgba(191, 198, 207, 0.68);
	--pay-text: #eef5ff;
}

.card-stats {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px;
	margin: 0;
}

.card-stat {
	position: relative;
	display: grid;
	gap: 4px;
	border-radius: 4px;
	background:
		linear-gradient(135deg, rgba(214, 176, 82, 0.14), transparent),
		rgba(255, 255, 255, 0.055);
	border: 1px solid rgba(214, 176, 82, 0.14);
	color: var(--text);
	font-size: 12px;
	font-weight: 800;
	line-height: 1.15;
	min-height: 54px;
	padding: 10px 10px 10px 38px;
}

.card-stat::before {
	position: absolute;
	top: 12px;
	left: 10px;
	display: grid;
	width: 18px;
	height: 18px;
	place-items: center;
	border-radius: 50%;
	background: rgba(214, 176, 82, 0.18);
	color: var(--gold-soft);
	font-size: 10px;
	font-weight: 900;
}

.card-stat--speed::before {
	content: "T";
}

.card-stat--rate::before {
	content: "%";
}

.card-stat--min::before {
	content: "£";
}

.card-stat--check::before {
	content: "✓";
}

.card-stats dt {
	color: var(--muted);
	font-size: 10px;
	font-weight: 900;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.card-stats dd {
	color: #fff4d4;
	margin: 0;
	overflow-wrap: anywhere;
}

.offer-tags {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 6px;
}

.offer-tags span {
	color: var(--gold-soft);
	font-size: 11px;
	font-weight: 900;
	overflow-wrap: anywhere;
}

.offer-tags span::before {
	content: "+";
	margin-right: 5px;
}

.meta-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 8px;
	margin: 0;
}

.meta-grid div {
	display: grid;
	grid-template-columns: 82px minmax(0, 1fr);
	gap: 10px;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	padding-top: 8px;
}

.meta-grid dt {
	color: var(--muted);
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
}

.meta-grid dd {
	margin: 0;
	overflow-wrap: anywhere;
}

.verification-note {
	border-left: 3px solid var(--gold);
	color: var(--muted);
	font-size: 13px;
	margin: 0;
	padding-left: 10px;
}

.button {
	display: inline-flex;
	min-height: 44px;
	align-items: center;
	justify-content: center;
	border-radius: 6px;
	font-weight: 900;
	padding: 10px 16px;
	text-decoration: none;
}

.button--gold {
	background: var(--gold);
	color: var(--ink);
}

.button--ghost {
	border: 1px solid var(--line);
	color: var(--gold-soft);
}

.button:hover,
.button:focus {
	background: var(--gold-soft);
	color: var(--ink);
}

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

.info-panel,
.faq-item,
.author-box,
.archive-card,
.article-body table {
	border: 1px solid rgba(214, 176, 82, 0.18);
	border-radius: var(--radius);
	background: var(--panel);
}

.info-panel {
	padding: 24px;
}

.info-panel h3 {
	margin-bottom: 10px;
}

.info-panel p,
.article-body p,
.archive-card p,
.author-box p,
.faq-item p {
	color: var(--muted);
}

.home-guide .section-header {
	margin-bottom: 34px;
}

.guide-layout {
	display: grid;
	grid-template-columns: minmax(170px, 220px) minmax(0, 1fr);
	gap: 30px;
	align-items: start;
}

.guide-toc {
	position: sticky;
	top: clamp(96px, calc(50vh - 205px), 180px);
	z-index: 5;
	display: grid;
	gap: 8px;
	max-height: calc(100vh - 112px);
	overflow-y: auto;
	overflow-x: hidden;
	border: 1px solid rgba(214, 176, 82, 0.2);
	border-radius: var(--radius);
	background:
		radial-gradient(circle at 20% 0%, rgba(214, 176, 82, 0.12), transparent 36%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.02)),
		rgba(17, 17, 17, 0.92);
	box-shadow: 0 18px 44px rgba(0, 0, 0, 0.18);
	padding: 16px;
	align-self: start;
	isolation: isolate;
	animation: toc-breathe 6s ease-in-out infinite;
	transition: border-color 180ms ease, box-shadow 180ms ease;
}

.guide-toc::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	border-radius: inherit;
	background: linear-gradient(120deg, transparent 8%, rgba(242, 217, 140, 0.13) 44%, transparent 68%);
	transform: translateX(-120%);
	animation: toc-sheen 5.4s ease-in-out infinite;
	pointer-events: none;
}

.guide-toc strong {
	color: var(--gold-soft);
	font-size: 13px;
	text-transform: uppercase;
}

.guide-toc a {
	border: 1px solid rgba(214, 176, 82, 0.14);
	border-radius: 6px;
	color: var(--text);
	font-size: 13px;
	font-weight: 800;
	padding: 8px 10px;
	text-decoration: none;
	transition: border-color 180ms ease, color 180ms ease, background 180ms ease, transform 180ms ease;
}

.guide-toc a:hover {
	background: rgba(214, 176, 82, 0.08);
	border-color: rgba(214, 176, 82, 0.5);
	color: var(--gold-soft);
	transform: translateX(3px);
}

@keyframes toc-breathe {
	0%,
	100% {
		border-color: rgba(214, 176, 82, 0.2);
		box-shadow: 0 18px 44px rgba(0, 0, 0, 0.18);
	}

	50% {
		border-color: rgba(214, 176, 82, 0.36);
		box-shadow: 0 22px 54px rgba(214, 176, 82, 0.08), 0 18px 44px rgba(0, 0, 0, 0.2);
	}
}

@keyframes toc-sheen {
	0%,
	38% {
		transform: translateX(-120%);
		opacity: 0;
	}

	48% {
		opacity: 1;
	}

	72%,
	100% {
		transform: translateX(120%);
		opacity: 0;
	}
}

@keyframes premium-rise {
	from {
		opacity: 0;
		transform: translateY(12px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes premium-card-rise {
	from {
		opacity: 0;
		transform: translateY(18px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes homepage-sheen {
	0%,
	42% {
		transform: translateX(-26%);
		opacity: 0.5;
	}

	62% {
		opacity: 0.88;
	}

	100% {
		transform: translateX(26%);
		opacity: 0.5;
	}
}

@keyframes homepage-border-glide {
	0%,
	35% {
		transform: translateX(-36%);
		opacity: 0.38;
	}

	58% {
		opacity: 0.9;
	}

	100% {
		transform: translateX(36%);
		opacity: 0.38;
	}
}

@keyframes homepage-panel-sheen {
	0%,
	46% {
		transform: translateX(-120%);
		opacity: 0;
	}

	58% {
		opacity: 1;
	}

	82%,
	100% {
		transform: translateX(120%);
		opacity: 0;
	}
}

@keyframes homepage-card-sheen {
	from {
		transform: translateX(-120%);
	}

	to {
		transform: translateX(120%);
	}
}

@keyframes premium-dot-pulse {
	0%,
	100% {
		box-shadow: 0 0 0 rgba(214, 176, 82, 0.16);
	}

	50% {
		box-shadow: 0 0 0 6px rgba(214, 176, 82, 0);
	}
}

@media (prefers-reduced-motion: reduce) {
	.hero--premium::before,
	.hero--premium::after,
	.hero--premium .hero-inner > div:first-child,
	.hero-panel,
	.hero-panel::before,
	.check-list li::before,
	.section--featured-casinos .casino-card,
	.section--featured-casinos .casino-card::before,
	.guide-toc,
	.guide-toc::after {
		animation: none;
	}

	.section--featured-casinos .casino-card,
	.section--featured-casinos .casino-card:hover,
	.section--featured-casinos .casino-card__media img,
	.guide-toc a {
		transition: none;
	}

	.section--featured-casinos .casino-card:hover,
	.section--featured-casinos .casino-card:hover .casino-card__media img {
		transform: none;
	}
}

.guide-article {
	display: grid;
	gap: 34px;
	max-width: 980px;
}

.guide-article section {
	display: grid;
	gap: 16px;
	scroll-margin-top: 96px;
}

.guide-article h3 {
	font-size: clamp(28px, 3vw, 44px);
	line-height: 1.05;
}

.guide-article h4 {
	font-size: 20px;
}

.guide-article p,
.guide-article li,
.guide-article td {
	color: var(--muted);
	font-size: 16px;
	line-height: 1.75;
}

.guide-article strong {
	color: #fff4d4;
}

.play-card,
.process-list,
.quality-grid > div,
.signal-grid > div {
	border: 1px solid rgba(214, 176, 82, 0.18);
	border-radius: var(--radius);
	background: var(--panel);
	padding: 22px;
}

.play-card--split,
.quality-grid,
.signal-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

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

	.tick-list,
	.warn-list,
	.quality-grid ul {
	display: grid;
	gap: 10px;
	margin: 0;
	padding-left: 0;
	list-style: none;
}

.tick-list li,
.warn-list li,
.quality-grid li {
	position: relative;
	padding-left: 28px;
}

.tick-list li::before,
.warn-list li::before,
.quality-grid li::before {
	position: absolute;
	left: 0;
	top: 0.35em;
	display: grid;
	width: 17px;
	height: 17px;
	place-items: center;
	border-radius: 50%;
	background: rgba(214, 176, 82, 0.2);
	color: var(--gold-soft);
	font-size: 11px;
	font-weight: 900;
	line-height: 1;
}

.tick-list li::before,
.quality-grid li::before {
	content: "+";
}

.warn-list li::before {
	content: "!";
}

.number-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
}

.number-grid div {
	border: 1px solid rgba(214, 176, 82, 0.18);
	border-radius: var(--radius);
	background:
		linear-gradient(180deg, rgba(214, 176, 82, 0.08), rgba(255, 255, 255, 0.02)),
		var(--panel);
	padding: 18px;
}

.number-grid span {
	display: inline-grid;
	width: 34px;
	height: 34px;
	place-items: center;
	border-radius: 50%;
	background: var(--gold);
	color: var(--ink);
	font-weight: 900;
	margin-bottom: 14px;
}

.number-grid h4 {
	font-size: 18px;
	margin-bottom: 8px;
}

.number-grid p {
	font-size: 14px;
	line-height: 1.55;
}

.process-list ol {
	display: grid;
	gap: 12px;
	margin: 0;
	padding-left: 22px;
}

.process-list li::marker {
	color: var(--gold-soft);
	font-weight: 900;
}

.comparison-table {
	overflow-x: auto;
	border: 1px solid rgba(214, 176, 82, 0.18);
	border-radius: var(--radius);
}

.comparison-table table {
	width: 100%;
	border-collapse: collapse;
	background: var(--panel);
}

.comparison-table th,
.comparison-table td {
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	padding: 14px;
	text-align: left;
	vertical-align: top;
}

.comparison-table th {
	color: var(--gold-soft);
	font-size: 12px;
	text-transform: uppercase;
}

.check-strip {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.check-strip span {
	border: 1px solid rgba(214, 176, 82, 0.28);
	border-radius: 999px;
	background: rgba(214, 176, 82, 0.1);
	color: #fff4d4;
	font-size: 13px;
	font-weight: 900;
	padding: 9px 12px;
}

.faq-list--guide {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.link-grid,
.archive-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
}

.link-tile,
.archive-card {
	display: block;
	border: 1px solid var(--line);
	border-radius: var(--radius);
	background: var(--panel);
	color: var(--text);
	padding: 20px;
	text-decoration: none;
}

.link-tile span,
.archive-card span {
	color: var(--gold-soft);
	display: block;
	font-size: 12px;
	font-weight: 900;
	margin-bottom: 8px;
	text-transform: uppercase;
}

.link-tile:hover,
.archive-card:hover {
	border-color: rgba(214, 176, 82, 0.6);
	color: var(--white);
}

.archive-card__media {
	aspect-ratio: 16 / 9;
	background: radial-gradient(circle at 30% 20%, rgba(214, 176, 82, 0.16), rgba(255, 255, 255, 0.03) 46%, rgba(0, 0, 0, 0.18));
	border-bottom: 1px solid rgba(214, 176, 82, 0.24);
	border-radius: var(--radius) var(--radius) 0 0;
	margin: -20px -20px 18px;
	overflow: hidden;
}

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

.article-featured {
	aspect-ratio: 16 / 7;
	border: 1px solid rgba(214, 176, 82, 0.24);
	border-radius: var(--radius);
	margin: 24px 0 28px;
	overflow: hidden;
}

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

.faq-list {
	display: grid;
	gap: 14px;
}

.faq-list--compact {
	align-items: start;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
}

.faq-item {
	padding: 22px;
}

.faq-list--compact .faq-item {
	min-height: 58px;
	padding: 0;
	transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.faq-list--compact .faq-item:hover {
	border-color: rgba(214, 176, 82, 0.48);
	background: rgba(255, 255, 255, 0.045);
	transform: translateY(-1px);
}

.faq-list--compact .faq-item[open] {
	border-color: rgba(214, 176, 82, 0.54);
	background:
		linear-gradient(180deg, rgba(214, 176, 82, 0.08), rgba(255, 255, 255, 0.02)),
		var(--panel);
}

.faq-item summary {
	position: relative;
	display: flex;
	min-height: 58px;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	color: #fff4d4;
	cursor: pointer;
	font-size: 16px;
	font-weight: 900;
	line-height: 1.25;
	list-style: none;
	padding: 15px 48px 15px 16px;
}

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

.faq-item summary::after {
	content: "+";
	position: absolute;
	right: 16px;
	top: 50%;
	display: grid;
	width: 24px;
	height: 24px;
	place-items: center;
	border: 1px solid rgba(214, 176, 82, 0.32);
	border-radius: 50%;
	background: rgba(214, 176, 82, 0.12);
	color: var(--gold-soft);
	font-size: 16px;
	line-height: 1;
	transform: translateY(-50%);
	transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.faq-item[open] summary::after {
	background: var(--gold);
	color: var(--ink);
	transform: translateY(-50%) rotate(45deg);
}

.faq-list--compact .faq-item p {
	margin: 0;
	padding: 0 16px 16px;
	font-size: 14px;
	line-height: 1.6;
}

.faq-item h3 {
	font-size: 19px;
	margin-bottom: 8px;
}

.author-box {
	display: flex;
	gap: 18px;
	align-items: flex-start;
	padding: 22px;
}

.author-section {
	padding-top: 28px;
}

.author-box--team {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(420px, 0.9fr);
	align-items: center;
	gap: 24px;
	background:
		radial-gradient(circle at 0 0, rgba(214, 176, 82, 0.12), transparent 34%),
		linear-gradient(145deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.018)),
		var(--panel);
	box-shadow: 0 22px 64px rgba(0, 0, 0, 0.24);
}

.author-box--single {
	grid-template-columns: minmax(0, 1fr) minmax(260px, 340px);
}

.author-box__copy h2 {
	font-size: clamp(24px, 2.4vw, 34px);
	margin-bottom: 10px;
}

.author-box__copy p:last-child {
	margin-bottom: 0;
}

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

.author-mini {
	display: flex;
	align-items: center;
	gap: 10px;
	border: 1px solid rgba(214, 176, 82, 0.16);
	border-radius: 8px;
	background: rgba(8, 8, 8, 0.38);
	color: var(--text);
	min-width: 0;
	padding: 10px;
	text-decoration: none;
	transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.author-mini:hover {
	background: rgba(214, 176, 82, 0.08);
	border-color: rgba(214, 176, 82, 0.44);
	color: var(--white);
	transform: translateY(-2px);
}

.author-mini--single {
	align-self: center;
	min-height: 110px;
	padding: 16px;
}

.author-mini--single img {
	width: 72px;
	height: 72px;
}

.author-mini--single strong {
	font-size: 18px;
}

.author-mini--single small {
	font-size: 14px;
}

.author-mini img,
.author-card img {
	flex: 0 0 auto;
	width: 52px;
	height: 52px;
	border: 1px solid rgba(242, 217, 140, 0.34);
	border-radius: 50%;
	object-fit: cover;
	object-position: center;
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.28);
}

.author-mini span {
	display: grid;
	min-width: 0;
}

.author-mini strong {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.author-mini small,
.author-card p {
	color: var(--muted);
	font-size: 13px;
}

.author-avatar {
	display: grid;
	flex: 0 0 58px;
	width: 58px;
	height: 58px;
	place-items: center;
	border-radius: 50%;
	background: var(--gold);
	color: var(--ink);
	font-weight: 900;
}

.about-authors {
	display: grid;
	gap: 20px;
	margin-top: 12px;
}

.author-card-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
}

.author-card {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	overflow: hidden;
	border: 1px solid rgba(214, 176, 82, 0.18);
	border-radius: var(--radius);
	background:
		radial-gradient(circle at 18% 18%, rgba(214, 176, 82, 0.16), transparent 34%),
		linear-gradient(180deg, rgba(214, 176, 82, 0.08), transparent 42%),
		linear-gradient(145deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.018)),
		var(--panel);
	min-height: 260px;
	padding: 26px 24px 24px;
	transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.author-card::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(120deg, transparent 12%, rgba(242, 217, 140, 0.1), transparent 68%);
	opacity: 0;
	transform: translateX(-120%);
	pointer-events: none;
}

.author-card:hover {
	border-color: rgba(242, 217, 140, 0.48);
	box-shadow: 0 20px 48px rgba(0, 0, 0, 0.28), 0 0 28px rgba(214, 176, 82, 0.08);
	transform: translateY(-3px);
}

.author-card:hover::before {
	animation: homepage-card-sheen 850ms ease-out both;
	opacity: 1;
}

.author-card img {
	width: 96px;
	height: 96px;
	margin-bottom: 24px;
	border-color: rgba(242, 217, 140, 0.5);
	box-shadow: 0 16px 34px rgba(0, 0, 0, 0.34), 0 0 0 7px rgba(214, 176, 82, 0.05);
}

.author-card h3 {
	max-width: calc(100% - 8px);
	font-size: 22px;
	line-height: 1.05;
	margin-bottom: 8px;
}

.author-card p {
	max-width: calc(100% - 8px);
	margin-bottom: 0;
	line-height: 1.5;
}

.author-linkedin {
	position: absolute;
	right: 18px;
	top: 18px;
	display: grid;
	width: 38px;
	height: 38px;
	place-items: center;
	border: 1px solid rgba(10, 102, 194, 0.55);
	border-radius: 50%;
	background: rgba(10, 102, 194, 0.14);
	color: #8ec5ff;
	text-decoration: none;
	transition: background 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.author-linkedin svg {
	width: 23px;
	height: 23px;
	fill: currentColor;
}

.author-linkedin:hover {
	background: #0a66c2;
	border-color: #7bbcff;
	color: var(--white);
	transform: translateY(-2px);
}

.archive-hero {
	border-bottom: 1px solid var(--line);
	background: var(--bg-soft);
	padding: 48px 0;
}

.archive-hero p {
	color: var(--muted);
	max-width: 760px;
}

.archive-hero__center {
	text-align: center;
}

.archive-hero__center h1,
.archive-hero__center p {
	margin-inline: auto;
}

.network-intro {
	color: var(--muted);
	font-size: 17px;
	margin: 0 auto 36px;
	max-width: 760px;
	text-align: center;
}

.guide-landing-intro {
	display: grid;
	gap: 12px;
	max-width: 100%;
	margin: 34px 0 24px;
}

.guide-landing-intro p {
	color: var(--muted);
	font-size: 17px;
	line-height: 1.7;
	margin: 0;
}

.guide-start-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
	margin-bottom: 28px;
}

.guide-start-grid .info-panel {
	padding: 18px;
}

.guide-start-grid span {
	display: block;
	color: var(--gold-soft);
	font-size: 11px;
	font-weight: 900;
	margin-bottom: 8px;
	text-transform: uppercase;
}

.guide-start-grid h2 {
	font-size: 20px;
	margin-bottom: 8px;
	text-align: center;
}

.blog-landing-intro {
	display: grid;
	gap: 12px;
	margin: 36px 0 20px;
	max-width: 100%;
}

.blog-landing-intro p {
	color: var(--muted);
	font-size: 17px;
	line-height: 1.7;
	margin: 0;
}

.blog-support-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}

.blog-support-grid .info-panel {
	padding: 18px;
}

.blog-support-grid span {
	color: var(--gold-soft);
	display: block;
	font-size: 11px;
	font-weight: 900;
	margin-bottom: 8px;
	text-transform: uppercase;
}

.blog-support-grid h2 {
	font-size: 20px;
	margin-bottom: 8px;
	text-align: center;
}

.network-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
}

.network-card {
	display: grid;
	overflow: hidden;
	border: 1px solid var(--line);
	border-radius: var(--radius);
	background: var(--panel);
	color: var(--text);
	min-height: 360px;
	text-decoration: none;
}

.network-card__logo {
	display: grid;
	min-height: 150px;
	place-items: center;
	border-bottom: 1px solid var(--line);
	background:
		linear-gradient(135deg, rgba(214, 176, 82, 0.2), rgba(0, 0, 0, 0.18)),
		#111111;
	padding: 24px;
}

.network-card__logo.has-logo {
	padding: 0;
}

.network-card__logo img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 150px;
	object-fit: cover;
}

.network-card__logo span {
	color: var(--gold-soft);
	font-size: clamp(26px, 3vw, 40px);
	font-weight: 900;
	line-height: 1;
	text-align: center;
}

.network-card__body {
	display: grid;
	gap: 12px;
	padding: 20px;
}

.network-card__eyebrow {
	color: var(--gold-soft);
	font-size: 11px;
	font-weight: 900;
	text-transform: uppercase;
}

.network-card h2 {
	font-size: 21px;
}

.network-card p {
	color: var(--muted);
	font-size: 14px;
	margin: 0;
}

.network-card__stats {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 8px;
	margin: 0;
}

.network-card__stats div {
	border: 1px solid rgba(214, 176, 82, 0.16);
	border-radius: 4px;
	background: rgba(255, 255, 255, 0.045);
	padding: 8px;
}

.network-card__stats dt {
	color: var(--muted);
	font-size: 10px;
	font-weight: 900;
	text-transform: uppercase;
}

.network-card__stats dd {
	color: #fff4d4;
	font-size: 13px;
	font-weight: 900;
	margin: 0;
}

.network-card strong {
	color: var(--gold-soft);
	font-size: 14px;
}

.network-card:hover {
	border-color: rgba(214, 176, 82, 0.62);
	transform: translateY(-2px);
	transition: border-color 180ms ease, transform 180ms ease;
}

.network-checklist {
	overflow-x: auto;
	border: 1px solid rgba(214, 176, 82, 0.18);
	border-radius: var(--radius);
	background: var(--panel);
}

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

.network-checklist th,
.network-checklist td {
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	padding: 15px;
	text-align: left;
	vertical-align: top;
}

.network-checklist th {
	color: var(--gold-soft);
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
}

.network-checklist td {
	color: var(--muted);
}

.network-checklist td:first-child {
	color: var(--text);
	font-weight: 800;
}

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

.archive-card {
	min-height: 190px;
}

.network-casino-section {
	border-top: 1px solid var(--line);
	padding-top: 42px;
}

.network-casino-section--top {
	padding-top: 28px;
}

.article-intro {
	color: var(--muted);
	font-size: 18px;
	line-height: 1.7;
	margin-top: 12px;
}

.article-shell--network-notes {
	padding-top: 24px;
}

.article-shell {
	width: min(860px, calc(100% - 32px));
	margin: 0 auto;
	padding: 54px 0;
}

.category-blogs .article-shell,
.category-guides .article-shell,
.article-shell--blog-post,
.article-shell--guide-post,
.blog-archive-guide,
.guide-archive-guide {
	width: min(1120px, calc(100% - 32px));
}

.category-blogs .article-shell > .eyebrow,
.category-blogs .article-shell > h1,
.category-guides .article-shell > .eyebrow,
.category-guides .article-shell > h1,
.article-shell--blog-post > .eyebrow,
.article-shell--blog-post > h1,
.article-shell--guide-post > .eyebrow,
.article-shell--guide-post > h1 {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.category-blogs .article-shell > h1,
.category-guides .article-shell > h1,
.article-shell--blog-post > h1,
.article-shell--guide-post > h1 {
	max-width: 980px;
}

.article-shell > h1 + .article-body {
	margin-top: 26px;
}

.network-single-hero {
	margin: 0 auto;
	padding: 54px 0;
	text-align: center;
	width: min(var(--max), calc(100% - 32px));
}

.network-single-hero h1,
.network-single-hero .eyebrow,
.network-single-hero .article-intro {
	margin-left: auto;
	margin-right: auto;
}

.network-single-hero .article-intro {
	max-width: 860px;
}

.article-body {
	color: var(--text);
}

.article-body > * + * {
	margin-top: 18px;
}

.article-body h2 {
	margin-bottom: 22px;
}

.category-blogs .article-body h2,
.category-guides .article-body h2,
.article-shell--blog-post .article-body h2,
.article-shell--guide-post .article-body h2,
.blog-archive-guide .article-body h2,
.guide-archive-guide .article-body h2 {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.article-body h2 + p,
.article-body h2 + ul,
.article-body h2 + ol {
	margin-top: 0;
}

.article-body ul,
.article-body ol {
	color: var(--muted);
	padding-left: 24px;
}

.article-body table {
	border-collapse: collapse;
	width: 100%;
	overflow: hidden;
}

.article-body th,
.article-body td {
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	padding: 12px;
	text-align: left;
	vertical-align: top;
}

.article-body th {
	color: var(--gold-soft);
}

.about-page {
	display: grid;
	gap: 30px;
}

.about-page h2 {
	font-size: clamp(28px, 3vw, 40px);
	line-height: 1.1;
}

.about-page h3 {
	font-size: 18px;
}

.about-updated {
	display: inline-flex;
	width: fit-content;
	border: 1px solid rgba(214, 176, 82, 0.22);
	border-radius: 999px;
	background: rgba(214, 176, 82, 0.08);
	color: var(--gold-soft);
	font-size: 13px;
	font-weight: 900;
	padding: 8px 12px;
}

.about-panel,
.about-grid div {
	border: 1px solid rgba(214, 176, 82, 0.18);
	border-radius: var(--radius);
	background: var(--panel);
	padding: 24px;
}

.about-panel--intro {
	background:
		linear-gradient(135deg, rgba(214, 176, 82, 0.12), rgba(255, 255, 255, 0.02)),
		var(--panel);
}

.about-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
	margin-top: 18px;
}

.about-grid div {
	padding: 18px;
}

.about-checks,
.about-steps {
	display: grid;
	gap: 12px;
}

.about-checks li,
.about-steps li {
	line-height: 1.65;
}

.editorial-prose {
	width: min(920px, 100%);
	margin: 0 auto;
	color: var(--text);
}

.editorial-prose > * + * {
	margin-top: 18px;
}

.editorial-prose h2 {
	margin-top: 42px;
}

.editorial-prose h2:first-child {
	margin-top: 0;
}

.editorial-prose h3 {
	font-size: 22px;
	margin-top: 28px;
}

.editorial-prose p,
.editorial-prose li,
.editorial-prose td {
	color: var(--muted);
}

.editorial-prose strong {
	color: var(--gold-soft);
}

.editorial-prose ul {
	padding-left: 24px;
}

.editorial-prose a {
	font-weight: 800;
}

.editorial-prose table {
	border: 1px solid rgba(214, 176, 82, 0.18);
	border-collapse: collapse;
	border-radius: var(--radius);
	display: block;
	overflow-x: auto;
	width: 100%;
}

.editorial-prose thead,
.editorial-prose tbody,
.editorial-prose tr {
	min-width: 760px;
}

.editorial-prose th,
.editorial-prose td {
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	padding: 14px;
	text-align: left;
	vertical-align: top;
}

.editorial-prose th {
	color: var(--gold-soft);
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
}

.editorial-callout,
.editorial-mini-grid div,
.editorial-checks li,
.editorial-steps li {
	border: 1px solid rgba(214, 176, 82, 0.18);
	border-radius: var(--radius);
	background: rgba(255, 255, 255, 0.045);
}

.editorial-callout {
	padding: 22px;
}

.editorial-callout h3 {
	margin-top: 0;
}

.editorial-steps {
	counter-reset: step;
	display: grid;
	gap: 12px;
	list-style: none;
	padding-left: 0;
}

.editorial-steps li {
	counter-increment: step;
	padding: 16px 18px 16px 58px;
	position: relative;
}

.editorial-steps li::before {
	content: counter(step);
	position: absolute;
	top: 18px;
	left: 18px;
	display: grid;
	width: 26px;
	height: 26px;
	place-items: center;
	border-radius: 50%;
	background: var(--gold);
	color: var(--ink);
	font-size: 13px;
	font-weight: 900;
}

.editorial-mini-grid,
.editorial-checks {
	display: grid;
	gap: 12px;
}

.editorial-mini-grid {
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

.editorial-mini-grid div {
	color: var(--muted);
	font-weight: 800;
	padding: 16px;
}

.editorial-mini-grid span {
	display: grid;
	width: 28px;
	height: 28px;
	place-items: center;
	border-radius: 50%;
	background: rgba(214, 176, 82, 0.18);
	color: var(--gold-soft);
	font-weight: 900;
	margin-bottom: 10px;
}

.editorial-checks {
	list-style: none;
	padding-left: 0;
}

.editorial-checks li {
	padding: 13px 16px 13px 44px;
	position: relative;
}

.editorial-checks li::before {
	content: "";
	position: absolute;
	top: 19px;
	left: 18px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: var(--gold);
}

.site-footer {
	border-top: 1px solid var(--line);
	background: #050505;
	color: var(--muted);
	padding: 30px 0;
}

.pagination {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 28px;
}

.pagination .page-numbers {
	display: inline-flex;
	min-width: 40px;
	min-height: 40px;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--line);
	border-radius: 6px;
	color: var(--gold-soft);
	font-weight: 800;
	padding: 8px 12px;
	text-decoration: none;
}

.pagination .current,
.pagination .page-numbers:hover {
	background: var(--gold);
	color: var(--ink);
}

.footer-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}

@media (max-width: 940px) {
	.header-inner,
	.footer-inner,
	.section-header,
	.hero-inner {
		align-items: flex-start;
		flex-direction: column;
	}

	.header-inner {
		padding: 14px 0;
	}

	.primary-menu {
		width: 100%;
		flex-wrap: wrap;
	}

	.hero-inner {
		display: grid;
		grid-template-columns: 1fr;
		padding-top: 30px;
	}

	.casino-card-grid,
	.archive-grid,
	.content-grid,
	.link-grid,
	.network-grid,
	.guide-start-grid,
	.blog-support-grid,
	.editorial-mini-grid,
	.guide-layout,
	.number-grid,
	.play-card--split,
	.quality-grid,
	.signal-grid,
	.about-grid,
	.author-box--team,
	.author-mini-grid,
	.author-card-grid,
	.faq-list--compact,
	.faq-list--guide {
		grid-template-columns: 1fr;
	}

	.guide-toc {
		top: 76px;
		transform: none;
		max-height: calc(100vh - 92px);
	}
}

@media (min-width: 620px) and (max-width: 940px) {
	.casino-card-grid,
	.archive-grid,
	.link-grid,
	.network-grid,
	.guide-start-grid,
	.blog-support-grid,
	.editorial-mini-grid,
	.author-mini-grid,
	.author-card-grid,
	.number-grid,
	.faq-list--compact,
	.faq-list--guide {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 520px) {
	.header-inner,
	.wrap,
	.article-shell {
		width: min(100% - 22px, var(--max));
	}

	.primary-menu a {
		font-size: 13px;
		padding-inline: 9px;
	}

	.section {
		padding: 40px 0;
	}

	.casino-card__topline,
	.author-box {
		flex-direction: column;
	}

	.author-mini-grid,
	.author-card-grid {
		grid-template-columns: 1fr;
	}

	.author-card {
		min-height: 220px;
		padding: 20px 18px 18px;
	}

	.author-card img {
		width: 82px;
		height: 82px;
		margin-bottom: 18px;
	}

	.author-linkedin {
		right: 14px;
		top: 14px;
	}

	.meta-grid div {
		grid-template-columns: 1fr;
		gap: 2px;
	}
}
