/*
Theme Name: GOB Casino
Theme URI: https://gamblingonlinebetting.com
Author: gamblingonlinebetting.com
Author URI: https://gamblingonlinebetting.com
Description: A dark, premium iGaming theme for casino, gambling and betting blogs. Includes casino review post type with ratings and bonus boxes, a Write for Us / guest post landing page, affiliate toplist shortcodes, JSON-LD schema and built-in responsible gambling compliance blocks.
Version: 1.2.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: gob
Tags: blog, news, custom-colors, custom-menu, custom-logo, featured-images, footer-widgets, right-sidebar, threaded-comments, translation-ready, block-styles, wide-blocks
*/

/* ==========================================================================
   1. Design tokens
   ========================================================================== */
:root {
	--gob-bg:            #070b16;
	--gob-bg-alt:        #0d1426;
	--gob-surface:       #111a30;
	--gob-surface-2:     #16203a;
	--gob-border:        #22304f;
	--gob-border-soft:   #1a2540;
	--gob-gold:          #f5c451;
	--gob-gold-dark:     #d1a032;
	--gob-gold-soft:     rgba(245, 196, 81, .12);
	--gob-green:         #24c07a;
	--gob-red:           #e8544d;
	--gob-text:          #e8edf7;
	--gob-muted:         #93a1bd;
	--gob-muted-2:       #6b7a99;
	--gob-radius:        14px;
	--gob-radius-sm:     8px;
	--gob-shadow:        0 18px 40px -18px rgba(0, 0, 0, .85);
	--gob-shadow-gold:   0 12px 30px -12px rgba(245, 196, 81, .45);
	--gob-max:           1200px;
	--gob-gutter:        24px;
	--gob-font:          'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
	--gob-font-head:     'Barlow Condensed', 'Inter', sans-serif;
	--gob-ease:          cubic-bezier(.22, 1, .36, 1);
}

/* ==========================================================================
   2. Reset & base
   ========================================================================== */
*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
	margin: 0;
	background: var(--gob-bg);
	background-image:
		radial-gradient(900px 500px at 12% -8%, rgba(245, 196, 81, .10), transparent 60%),
		radial-gradient(800px 460px at 92% 0%, rgba(64, 122, 255, .10), transparent 62%);
	background-repeat: no-repeat;
	color: var(--gob-text);
	font-family: var(--gob-font);
	font-size: 16px;
	line-height: 1.7;
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
}

body.gob-locked { overflow: hidden; }

img, svg, video, iframe { max-width: 100%; height: auto; display: block; }
figure { margin: 0 0 1.5rem; }

a { color: var(--gob-gold); text-decoration: none; transition: color .2s var(--gob-ease); }
a:hover { color: #ffdd8a; }

h1, h2, h3, h4, h5, h6 {
	font-family: var(--gob-font-head);
	font-weight: 700;
	line-height: 1.15;
	letter-spacing: .2px;
	color: #fff;
	margin: 0 0 .6em;
}
h1 { font-size: clamp(2rem, 4.6vw, 3.1rem); }
h2 { font-size: clamp(1.6rem, 3.2vw, 2.25rem); }
h3 { font-size: clamp(1.3rem, 2.4vw, 1.6rem); }
h4 { font-size: 1.2rem; }

p { margin: 0 0 1.15rem; }

hr { border: 0; border-top: 1px solid var(--gob-border); margin: 2.5rem 0; }

blockquote {
	margin: 1.8rem 0;
	padding: 1.1rem 1.4rem;
	border-left: 3px solid var(--gob-gold);
	background: var(--gob-surface);
	border-radius: 0 var(--gob-radius-sm) var(--gob-radius-sm) 0;
	color: var(--gob-text);
	font-size: 1.05rem;
}
blockquote p:last-child { margin-bottom: 0; }

code, pre, kbd {
	font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
	font-size: .9em;
}
code { background: var(--gob-surface-2); padding: .15em .45em; border-radius: 5px; color: var(--gob-gold); }
pre {
	background: var(--gob-surface);
	border: 1px solid var(--gob-border);
	border-radius: var(--gob-radius-sm);
	padding: 1.1rem;
	overflow: auto;
}
pre code { background: none; padding: 0; color: inherit; }

table { width: 100%; border-collapse: collapse; margin: 0 0 1.6rem; font-size: .95rem; }
th, td { padding: .8rem .9rem; border-bottom: 1px solid var(--gob-border); text-align: left; }
th { background: var(--gob-surface-2); color: #fff; font-weight: 600; }
tbody tr:hover { background: rgba(255, 255, 255, .02); }

::selection { background: var(--gob-gold); color: #0b0f1c; }

/* Accessibility helpers */
.screen-reader-text {
	border: 0; clip: rect(1px, 1px, 1px, 1px); clip-path: inset(50%);
	height: 1px; width: 1px; margin: -1px; overflow: hidden; padding: 0;
	position: absolute !important; word-wrap: normal !important;
}
.skip-link:focus {
	clip: auto; clip-path: none; height: auto; width: auto;
	background: var(--gob-gold); color: #0b0f1c; padding: .8rem 1.2rem;
	left: 12px; top: 12px; z-index: 100000; font-weight: 700; border-radius: 6px;
}
:focus-visible { outline: 2px solid var(--gob-gold); outline-offset: 3px; }

/* ==========================================================================
   3. Layout
   ========================================================================== */
.gob-container { width: 100%; max-width: var(--gob-max); margin: 0 auto; padding: 0 var(--gob-gutter); }
.gob-container--narrow { max-width: 820px; }

.gob-layout { display: grid; grid-template-columns: minmax(0, 1fr) 330px; gap: 46px; align-items: start; }
.gob-layout--full { grid-template-columns: minmax(0, 1fr); }

.gob-section { padding: 64px 0; }
.gob-section--tight { padding: 42px 0; }
.gob-section--alt { background: var(--gob-bg-alt); border-block: 1px solid var(--gob-border-soft); }

.gob-section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin-bottom: 30px; flex-wrap: wrap; }
.gob-section-head h2 { margin: 0; }
.gob-section-head p { margin: .35rem 0 0; color: var(--gob-muted); max-width: 620px; }
.gob-eyebrow {
	display: inline-block; font-size: .72rem; font-weight: 700; letter-spacing: .16em;
	text-transform: uppercase; color: var(--gob-gold); margin-bottom: .5rem;
}

/* ==========================================================================
   4. Buttons & badges
   ========================================================================== */
.gob-btn {
	display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
	padding: .78rem 1.5rem; border: 1px solid transparent; border-radius: 999px;
	font-weight: 700; font-size: .93rem; line-height: 1; cursor: pointer;
	text-align: center; transition: transform .2s var(--gob-ease), box-shadow .2s var(--gob-ease), background .2s;
}
.gob-btn:hover { transform: translateY(-2px); }
.gob-btn--primary {
	background: linear-gradient(135deg, var(--gob-gold), var(--gob-gold-dark));
	color: #0b0f1c; box-shadow: var(--gob-shadow-gold);
}
.gob-btn--primary:hover { color: #0b0f1c; }
.gob-btn--ghost { background: transparent; border-color: var(--gob-border); color: var(--gob-text); }
.gob-btn--ghost:hover { border-color: var(--gob-gold); color: var(--gob-gold); }
.gob-btn--block { display: flex; width: 100%; }
.gob-btn--sm { padding: .55rem 1.05rem; font-size: .82rem; }

.gob-badge {
	display: inline-block; padding: .28rem .68rem; border-radius: 999px;
	font-size: .68rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
	background: var(--gob-gold-soft); color: var(--gob-gold); border: 1px solid rgba(245, 196, 81, .3);
}
.gob-badge--green { background: rgba(36, 192, 122, .13); color: var(--gob-green); border-color: rgba(36, 192, 122, .32); }
.gob-badge--solid { background: var(--gob-gold); color: #0b0f1c; border-color: var(--gob-gold); }

/* ==========================================================================
   5. Header & navigation
   ========================================================================== */
.gob-topbar {
	background: #04070f; border-bottom: 1px solid var(--gob-border-soft);
	font-size: .78rem; color: var(--gob-muted-2);
}
.gob-topbar .gob-container { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 36px; }
.gob-topbar strong { color: var(--gob-gold); }
.gob-topbar-links { display: flex; gap: 16px; }
.gob-topbar a { color: var(--gob-muted-2); }
.gob-topbar a:hover { color: var(--gob-gold); }

.gob-header {
	position: sticky; top: 0; z-index: 900;
	background: rgba(7, 11, 22, .82);
	backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
	border-bottom: 1px solid var(--gob-border-soft);
	transition: box-shadow .25s var(--gob-ease);
}
.gob-header.is-stuck { box-shadow: 0 12px 30px -18px rgba(0, 0, 0, .9); }
.gob-header-inner { display: flex; align-items: center; gap: 26px; min-height: 72px; }

.gob-brand-wrap { display: flex; align-items: center; flex-shrink: 0; }
.gob-brand { display: flex; align-items: center; gap: 11px; flex-shrink: 0; }
.gob-brand img { max-height: 46px; width: auto; }
.gob-brand-mark {
	width: 38px; height: 38px; border-radius: 10px; flex-shrink: 0;
	background: linear-gradient(135deg, var(--gob-gold), var(--gob-gold-dark));
	display: grid; place-items: center; color: #0b0f1c;
	font-family: var(--gob-font-head); font-weight: 700; font-size: 1.05rem;
}
.gob-brand-text { display: flex; flex-direction: column; line-height: 1.1; }
.gob-brand-name {
	font-family: var(--gob-font-head); font-size: 1.35rem; font-weight: 700;
	color: #fff; letter-spacing: .3px;
}
.gob-brand-name span { color: var(--gob-gold); }
.gob-brand-tag { font-size: .64rem; letter-spacing: .18em; text-transform: uppercase; color: var(--gob-muted-2); }

.gob-nav { margin-left: auto; }
.gob-nav ul { list-style: none; display: flex; align-items: center; gap: 4px; margin: 0; padding: 0; }
.gob-nav li { position: relative; }
.gob-nav a {
	display: block; padding: .6rem .85rem; border-radius: 8px;
	color: var(--gob-text); font-size: .92rem; font-weight: 500;
	transition: background .2s, color .2s;
}
.gob-nav a:hover, .gob-nav .current-menu-item > a, .gob-nav .current_page_item > a { background: var(--gob-surface); color: var(--gob-gold); }
.gob-nav .menu-item-has-children > a::after { content: '▾'; font-size: .7em; margin-left: .4em; opacity: .7; }

.gob-nav .sub-menu {
	position: absolute; top: calc(100% + 8px); left: 0; min-width: 220px;
	background: var(--gob-surface); border: 1px solid var(--gob-border);
	border-radius: var(--gob-radius-sm); box-shadow: var(--gob-shadow);
	padding: 6px; flex-direction: column; gap: 2px; align-items: stretch;
	opacity: 0; visibility: hidden; transform: translateY(8px);
	transition: opacity .2s var(--gob-ease), transform .2s var(--gob-ease), visibility .2s;
}
.gob-nav li:hover > .sub-menu, .gob-nav li:focus-within > .sub-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.gob-nav .sub-menu a { padding: .55rem .7rem; font-size: .88rem; }
.gob-nav .sub-menu .sub-menu { top: -6px; left: 100%; }

.gob-header-cta { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }

.gob-search-toggle, .gob-nav-toggle {
	background: transparent; border: 1px solid var(--gob-border); color: var(--gob-text);
	width: 40px; height: 40px; border-radius: 10px; display: grid; place-items: center;
	cursor: pointer; transition: border-color .2s, color .2s;
}
.gob-search-toggle:hover, .gob-nav-toggle:hover { border-color: var(--gob-gold); color: var(--gob-gold); }
.gob-nav-toggle { display: none; }
.gob-nav-toggle span { display: block; width: 18px; height: 2px; background: currentColor; position: relative; transition: background .2s; }
.gob-nav-toggle span::before, .gob-nav-toggle span::after {
	content: ''; position: absolute; left: 0; width: 18px; height: 2px; background: currentColor;
	transition: transform .25s var(--gob-ease), top .2s;
}
.gob-nav-toggle span::before { top: -6px; }
.gob-nav-toggle span::after { top: 6px; }
.gob-nav-toggle[aria-expanded="true"] span { background: transparent; }
.gob-nav-toggle[aria-expanded="true"] span::before { top: 0; transform: rotate(45deg); }
.gob-nav-toggle[aria-expanded="true"] span::after { top: 0; transform: rotate(-45deg); }

/* Search drawer */
.gob-search-drawer {
	display: none; border-top: 1px solid var(--gob-border-soft);
	background: var(--gob-bg-alt); padding: 18px 0;
}
.gob-search-drawer.is-open { display: block; }

.gob-searchform { display: flex; gap: 10px; }
.gob-searchform input[type="search"] {
	flex: 1; padding: .8rem 1rem; border-radius: 10px;
	background: var(--gob-surface); border: 1px solid var(--gob-border);
	color: var(--gob-text); font-family: inherit; font-size: .95rem;
}
.gob-searchform input[type="search"]::placeholder { color: var(--gob-muted-2); }
.gob-searchform input[type="search"]:focus { outline: none; border-color: var(--gob-gold); }

/* Mobile drawer */
.gob-mobile-nav {
	position: fixed; inset: 0 0 0 auto; width: min(360px, 88vw); z-index: 1000;
	background: var(--gob-bg-alt); border-left: 1px solid var(--gob-border);
	padding: 84px 22px 32px; overflow-y: auto;
	transform: translateX(100%); transition: transform .32s var(--gob-ease);
}
.gob-mobile-nav.is-open { transform: translateX(0); }
.gob-mobile-nav ul { list-style: none; margin: 0; padding: 0; }
.gob-mobile-nav li { border-bottom: 1px solid var(--gob-border-soft); }
.gob-mobile-nav a { display: block; padding: .85rem 0; color: var(--gob-text); font-weight: 500; }
.gob-mobile-nav a:hover { color: var(--gob-gold); }
.gob-mobile-nav .sub-menu { padding-left: 14px; }
.gob-mobile-nav .sub-menu a { font-size: .9rem; color: var(--gob-muted); }
.gob-mobile-close { position: absolute; top: 22px; right: 22px; }

.gob-overlay {
	position: fixed; inset: 0; background: rgba(4, 7, 15, .72); z-index: 990;
	opacity: 0; visibility: hidden; transition: opacity .3s, visibility .3s;
}
.gob-overlay.is-open { opacity: 1; visibility: visible; }

/* ==========================================================================
   6. Hero
   ========================================================================== */
.gob-hero { padding: 64px 0 52px; position: relative; overflow: hidden; }
.gob-hero::after {
	content: ''; position: absolute; inset: auto 0 0; height: 1px;
	background: linear-gradient(90deg, transparent, var(--gob-border), transparent);
}
.gob-hero-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 46px; align-items: center; }

/* No casino reviews published yet — drop the empty right column instead of
   leaving half the hero blank. */
.gob-hero-grid--solo { grid-template-columns: minmax(0, 1fr); gap: 0; }
.gob-hero-grid--solo .gob-hero-lead { max-width: 680px; }
.gob-hero-grid--solo .gob-stats { max-width: 620px; }
.gob-hero h1 { margin-bottom: .5rem; }
.gob-hero h1 em { font-style: normal; color: var(--gob-gold); }
.gob-hero-lead { font-size: 1.1rem; color: var(--gob-muted); max-width: 560px; }
.gob-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }

.gob-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 38px; }
.gob-stats--1 { grid-template-columns: minmax(0, 220px); }
.gob-stats--2 { grid-template-columns: repeat(2, minmax(0, 220px)); }
.gob-stat {
	background: var(--gob-surface); border: 1px solid var(--gob-border);
	border-radius: var(--gob-radius); padding: 16px 18px;
}
.gob-stat-num { font-family: var(--gob-font-head); font-size: 1.75rem; font-weight: 700; color: var(--gob-gold); line-height: 1; }
.gob-stat-label { font-size: .76rem; color: var(--gob-muted-2); text-transform: uppercase; letter-spacing: .1em; margin-top: 6px; }

.gob-hero-card {
	background: linear-gradient(160deg, var(--gob-surface), var(--gob-bg-alt));
	border: 1px solid var(--gob-border); border-radius: 20px;
	padding: 26px; box-shadow: var(--gob-shadow);
}
.gob-hero-card h3 { display: flex; align-items: center; gap: 10px; margin-bottom: 18px; }
.gob-hero-card ol { list-style: none; counter-reset: gobrank; margin: 0; padding: 0; }
.gob-hero-card ol li {
	counter-increment: gobrank; display: flex; align-items: center; gap: 12px;
	padding: 12px 0; border-bottom: 1px solid var(--gob-border-soft);
}
.gob-hero-card ol li:last-child { border-bottom: 0; padding-bottom: 0; }
.gob-hero-card ol li::before {
	content: counter(gobrank); flex-shrink: 0;
	width: 26px; height: 26px; border-radius: 7px; display: grid; place-items: center;
	background: var(--gob-gold-soft); color: var(--gob-gold);
	font-family: var(--gob-font-head); font-weight: 700; font-size: .95rem;
}
.gob-hero-card ol li a { color: var(--gob-text); font-weight: 600; font-size: .95rem; }
.gob-hero-card ol li a:hover { color: var(--gob-gold); }
.gob-hero-card ol li .gob-mini-rating { margin-left: auto; color: var(--gob-gold); font-size: .85rem; font-weight: 700; }

/* ==========================================================================
   7. Cards & post grids
   ========================================================================== */
.gob-grid { display: grid; gap: 26px; }
.gob-grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.gob-grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.gob-grid--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }

.gob-card {
	background: var(--gob-surface); border: 1px solid var(--gob-border);
	border-radius: var(--gob-radius); overflow: hidden;
	display: flex; flex-direction: column;
	transition: transform .28s var(--gob-ease), border-color .28s, box-shadow .28s;
}
.gob-card:hover { transform: translateY(-5px); border-color: rgba(245, 196, 81, .42); box-shadow: var(--gob-shadow); }

.gob-card-thumb { position: relative; display: block; aspect-ratio: 16 / 9; overflow: hidden; background: var(--gob-surface-2); }
.gob-card-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s var(--gob-ease); }
.gob-card:hover .gob-card-thumb img { transform: scale(1.06); }
.gob-card-thumb .gob-badge { position: absolute; top: 12px; left: 12px; backdrop-filter: blur(6px); }
.gob-card-thumb--empty {
	display: grid; place-items: center;
	background: linear-gradient(135deg, var(--gob-surface-2), var(--gob-bg-alt));
	color: var(--gob-muted-2); font-family: var(--gob-font-head); font-size: 1.5rem;
}

.gob-card-body { padding: 20px; display: flex; flex-direction: column; flex: 1; }
.gob-card-title { font-size: 1.16rem; margin: 0 0 .55rem; }
.gob-card-title a { color: #fff; }
.gob-card-title a:hover { color: var(--gob-gold); }
.gob-card-excerpt { color: var(--gob-muted); font-size: .93rem; margin: 0 0 1rem; }
.gob-card-meta {
	margin-top: auto; padding-top: 14px; border-top: 1px solid var(--gob-border-soft);
	display: flex; align-items: center; gap: 10px; flex-wrap: wrap;
	font-size: .78rem; color: var(--gob-muted-2);
}
.gob-card-meta a { color: var(--gob-muted-2); }
.gob-card-meta a:hover { color: var(--gob-gold); }
.gob-card-meta .sep { opacity: .5; }

.gob-card--wide { flex-direction: row; }
.gob-card--wide .gob-card-thumb { width: 260px; flex-shrink: 0; aspect-ratio: auto; }

/* Feature card (first post) */
.gob-feature {
	display: grid; grid-template-columns: 1.1fr .9fr; gap: 0;
	background: var(--gob-surface); border: 1px solid var(--gob-border);
	border-radius: 18px; overflow: hidden; margin-bottom: 26px;
}
.gob-feature .gob-card-thumb { aspect-ratio: auto; height: 100%; min-height: 300px; }
.gob-feature .gob-card-body { padding: 32px; justify-content: center; }
.gob-feature .gob-card-title { font-size: 1.75rem; }

/* ==========================================================================
   8. Casino review boxes / toplist
   ========================================================================== */
.gob-toplist { display: flex; flex-direction: column; gap: 16px; }

.gob-casino {
	display: grid; grid-template-columns: 68px 1.3fr 1.2fr 1fr auto;
	gap: 22px; align-items: center;
	background: var(--gob-surface); border: 1px solid var(--gob-border);
	border-radius: var(--gob-radius); padding: 20px 24px; position: relative;
	transition: border-color .25s, transform .25s var(--gob-ease);
}
.gob-casino:hover { border-color: rgba(245, 196, 81, .45); transform: translateY(-3px); }
.gob-casino--top { border-color: rgba(245, 196, 81, .5); background: linear-gradient(120deg, rgba(245, 196, 81, .07), var(--gob-surface) 45%); }
.gob-casino-flag {
	position: absolute; top: -11px; left: 24px;
	background: var(--gob-gold); color: #0b0f1c; font-size: .64rem; font-weight: 800;
	letter-spacing: .12em; text-transform: uppercase; padding: .22rem .6rem; border-radius: 5px;
}
.gob-casino-rank {
	width: 48px; height: 48px; border-radius: 12px; display: grid; place-items: center;
	background: var(--gob-surface-2); border: 1px solid var(--gob-border);
	font-family: var(--gob-font-head); font-size: 1.4rem; font-weight: 700; color: var(--gob-gold);
}
.gob-casino-brand { display: flex; align-items: center; gap: 14px; min-width: 0; }
.gob-casino-logo {
	width: 74px; height: 48px; border-radius: 9px; flex-shrink: 0;
	background: #fff; display: grid; place-items: center; overflow: hidden;
}
.gob-casino-logo img { max-width: 100%; max-height: 100%; object-fit: contain; }
.gob-casino-name { font-family: var(--gob-font-head); font-size: 1.2rem; font-weight: 700; color: #fff; margin: 0 0 2px; }
.gob-casino-name a { color: inherit; }
.gob-casino-name a:hover { color: var(--gob-gold); }
.gob-casino-sub { font-size: .78rem; color: var(--gob-muted-2); }

.gob-casino-bonus-label { font-size: .68rem; letter-spacing: .12em; text-transform: uppercase; color: var(--gob-muted-2); margin-bottom: 3px; }
.gob-casino-bonus-value { font-family: var(--gob-font-head); font-size: 1.28rem; font-weight: 700; color: var(--gob-gold); line-height: 1.15; }

.gob-casino-score { text-align: center; }
.gob-casino-score-num { font-family: var(--gob-font-head); font-size: 2rem; font-weight: 700; color: var(--gob-green); line-height: 1; }
.gob-casino-actions { display: flex; flex-direction: column; gap: 7px; min-width: 150px; }
.gob-casino-actions .gob-btn { width: 100%; }
.gob-casino-terms { font-size: .64rem; color: var(--gob-muted-2); text-align: center; line-height: 1.4; }

.gob-stars { display: inline-flex; gap: 2px; font-size: .85rem; color: var(--gob-gold); letter-spacing: 1px; }
.gob-stars .empty { color: var(--gob-border); }

/* Review verdict box inside single review */
.gob-verdict {
	display: grid; grid-template-columns: 150px 1fr; gap: 26px; align-items: center;
	background: linear-gradient(120deg, rgba(245, 196, 81, .08), var(--gob-surface) 50%);
	border: 1px solid rgba(245, 196, 81, .3); border-radius: 18px;
	padding: 26px; margin: 0 0 32px;
}
.gob-verdict-score { text-align: center; }
.gob-verdict-score .num { font-family: var(--gob-font-head); font-size: 3.4rem; font-weight: 700; color: var(--gob-gold); line-height: 1; }
.gob-verdict-score .of { font-size: .78rem; color: var(--gob-muted-2); }
.gob-verdict h3 { margin-bottom: .35rem; }
.gob-verdict p { margin: 0; color: var(--gob-muted); }

.gob-proscons { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin: 0 0 32px; }
.gob-proscons > div { background: var(--gob-surface); border: 1px solid var(--gob-border); border-radius: var(--gob-radius); padding: 20px 22px; }
.gob-proscons h4 { display: flex; align-items: center; gap: 8px; margin-bottom: .75rem; font-size: 1.05rem; }
.gob-proscons ul { list-style: none; margin: 0; padding: 0; }
.gob-proscons li { position: relative; padding-left: 24px; margin-bottom: .55rem; font-size: .93rem; color: var(--gob-muted); }
.gob-proscons li::before { position: absolute; left: 0; top: -1px; font-weight: 800; }
.gob-pros li::before { content: '✓'; color: var(--gob-green); }
.gob-cons li::before { content: '✕'; color: var(--gob-red); }

/* ==========================================================================
   9. Single post
   ========================================================================== */
.gob-page-head { padding: 46px 0 34px; border-bottom: 1px solid var(--gob-border-soft); background: var(--gob-bg-alt); }
.gob-page-head h1 { margin-bottom: .35rem; }
.gob-page-head p { color: var(--gob-muted); margin: 0; max-width: 720px; }

.gob-breadcrumbs { font-size: .8rem; color: var(--gob-muted-2); margin-bottom: 14px; }
.gob-breadcrumbs a { color: var(--gob-muted-2); }
.gob-breadcrumbs a:hover { color: var(--gob-gold); }
.gob-breadcrumbs .sep { margin: 0 .45rem; opacity: .55; }

.gob-entry-meta {
	display: flex; align-items: center; gap: 14px; flex-wrap: wrap;
	font-size: .85rem; color: var(--gob-muted-2); margin-top: 16px;
}
.gob-entry-meta img { border-radius: 50%; }
.gob-author-chip { display: flex; align-items: center; gap: 9px; }
.gob-author-chip strong { color: var(--gob-text); font-weight: 600; }

.gob-featured { margin: 34px 0; border-radius: 18px; overflow: hidden; border: 1px solid var(--gob-border); }

.gob-entry-content { font-size: 1.04rem; }
.gob-entry-content > * { margin-bottom: 1.35rem; }
.gob-entry-content h2 { margin-top: 2.4rem; padding-top: .2rem; }
.gob-entry-content h3 { margin-top: 1.9rem; }
.gob-entry-content ul, .gob-entry-content ol { padding-left: 1.35rem; }
.gob-entry-content li { margin-bottom: .5rem; }
.gob-entry-content img { border-radius: var(--gob-radius); }
.gob-entry-content a { text-decoration: underline; text-underline-offset: 3px; }
.gob-entry-content .alignwide { width: 100%; }
.gob-entry-content .alignleft { float: left; margin: .3rem 1.6rem 1rem 0; }
.gob-entry-content .alignright { float: right; margin: .3rem 0 1rem 1.6rem; }
.gob-entry-content .aligncenter { margin-inline: auto; }
.wp-caption-text, .gob-entry-content figcaption { font-size: .82rem; color: var(--gob-muted-2); text-align: center; margin-top: .6rem; }

/* Table of contents */
.gob-toc {
	background: var(--gob-surface); border: 1px solid var(--gob-border);
	border-radius: var(--gob-radius); padding: 20px 24px; margin: 0 0 30px;
}
.gob-toc-title { font-family: var(--gob-font-head); font-size: 1.05rem; font-weight: 700; color: #fff; margin-bottom: .6rem; }
.gob-toc ol { margin: 0; padding-left: 1.2rem; }
.gob-toc li { margin-bottom: .35rem; font-size: .92rem; }
.gob-toc a { color: var(--gob-muted); text-decoration: none; }
.gob-toc a:hover { color: var(--gob-gold); }

/* Disclosure / notice blocks */
.gob-notice {
	display: flex; gap: 13px; align-items: flex-start;
	background: var(--gob-surface); border: 1px solid var(--gob-border);
	border-left: 3px solid var(--gob-gold); border-radius: var(--gob-radius-sm);
	padding: 15px 18px; font-size: .88rem; color: var(--gob-muted); margin: 0 0 26px;
}
.gob-notice strong { color: var(--gob-text); }
.gob-notice--warn { border-left-color: var(--gob-red); }

/* Share + tags */
.gob-entry-footer { margin-top: 40px; padding-top: 26px; border-top: 1px solid var(--gob-border); }
.gob-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 22px; }
.gob-tags a {
	font-size: .78rem; padding: .3rem .75rem; border-radius: 999px;
	background: var(--gob-surface-2); border: 1px solid var(--gob-border); color: var(--gob-muted);
}
.gob-tags a:hover { border-color: var(--gob-gold); color: var(--gob-gold); }

.gob-share { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.gob-share-label { font-size: .8rem; color: var(--gob-muted-2); text-transform: uppercase; letter-spacing: .1em; }
.gob-share a {
	width: 36px; height: 36px; border-radius: 9px; display: grid; place-items: center;
	background: var(--gob-surface-2); border: 1px solid var(--gob-border); color: var(--gob-muted);
	transition: background .2s, color .2s, border-color .2s;
}
.gob-share a:hover { background: var(--gob-gold); color: #0b0f1c; border-color: var(--gob-gold); }

/* Author box */
.gob-authorbox {
	display: flex; gap: 20px; align-items: flex-start;
	background: var(--gob-surface); border: 1px solid var(--gob-border);
	border-radius: var(--gob-radius); padding: 24px; margin-top: 34px;
}
.gob-authorbox img { border-radius: 50%; flex-shrink: 0; }
.gob-authorbox h4 { margin-bottom: .3rem; }
.gob-authorbox p { color: var(--gob-muted); font-size: .93rem; margin: 0; }

/* Post navigation */
.gob-postnav { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 34px; }
.gob-postnav a {
	display: block; background: var(--gob-surface); border: 1px solid var(--gob-border);
	border-radius: var(--gob-radius); padding: 18px 20px; transition: border-color .2s;
}
.gob-postnav a:hover { border-color: var(--gob-gold); }
.gob-postnav .label { font-size: .72rem; text-transform: uppercase; letter-spacing: .12em; color: var(--gob-muted-2); margin-bottom: 6px; display: block; }
.gob-postnav .title { color: #fff; font-weight: 600; font-size: .98rem; }
.gob-postnav .next { text-align: right; }

/* ==========================================================================
   10. Sidebar & widgets
   ========================================================================== */
.gob-sidebar { position: sticky; top: 92px; }
.gob-widget {
	background: var(--gob-surface); border: 1px solid var(--gob-border);
	border-radius: var(--gob-radius); padding: 22px; margin-bottom: 22px;
}
.gob-widget-title {
	font-family: var(--gob-font-head); font-size: 1.1rem; font-weight: 700; color: #fff;
	margin: 0 0 15px; padding-bottom: 11px; border-bottom: 1px solid var(--gob-border);
	display: flex; align-items: center; gap: 9px;
}
.gob-widget-title::before { content: ''; width: 4px; height: 17px; border-radius: 2px; background: var(--gob-gold); }
.gob-widget ul { list-style: none; margin: 0; padding: 0; }
.gob-widget ul li { padding: .48rem 0; border-bottom: 1px solid var(--gob-border-soft); font-size: .92rem; }
.gob-widget ul li:last-child { border-bottom: 0; padding-bottom: 0; }
.gob-widget ul li a { color: var(--gob-muted); }
.gob-widget ul li a:hover { color: var(--gob-gold); }
.gob-widget select, .gob-widget input[type="text"], .gob-widget input[type="email"], .gob-widget input[type="search"] {
	width: 100%; padding: .65rem .8rem; border-radius: 8px;
	background: var(--gob-surface-2); border: 1px solid var(--gob-border); color: var(--gob-text);
	font-family: inherit; font-size: .92rem;
}

.gob-widget-cta {
	background: linear-gradient(150deg, rgba(245, 196, 81, .14), var(--gob-surface) 60%);
	border-color: rgba(245, 196, 81, .34); text-align: center;
}
.gob-widget-cta h4 { font-size: 1.25rem; margin-bottom: .5rem; }
.gob-widget-cta p { font-size: .9rem; color: var(--gob-muted); margin-bottom: 1.1rem; }

.gob-poplist { list-style: none; margin: 0; padding: 0; }
.gob-poplist li { display: flex; gap: 13px; padding: 13px 0; border-bottom: 1px solid var(--gob-border-soft); }
.gob-poplist li:first-child { padding-top: 0; }
.gob-poplist li:last-child { border-bottom: 0; padding-bottom: 0; }
.gob-poplist img { width: 76px; height: 56px; object-fit: cover; border-radius: 8px; flex-shrink: 0; }
.gob-poplist .t { font-size: .9rem; font-weight: 600; color: var(--gob-text); line-height: 1.4; display: block; }
.gob-poplist .t:hover { color: var(--gob-gold); }
.gob-poplist .d { font-size: .74rem; color: var(--gob-muted-2); margin-top: 4px; display: block; }

/* Ranked casino list widget */
.gob-w-ranklist { list-style: none; counter-reset: gobw; margin: 0; padding: 0; }
.gob-w-ranklist li {
	counter-increment: gobw; display: grid;
	grid-template-columns: 26px 1fr auto; gap: 10px; align-items: center;
	padding: 11px 0; border-bottom: 1px solid var(--gob-border-soft);
}
.gob-w-ranklist li:last-child { border-bottom: 0; padding-bottom: 0; }
.gob-w-ranklist li::before {
	content: counter(gobw); grid-row: span 2;
	width: 26px; height: 26px; border-radius: 7px; display: grid; place-items: center;
	background: var(--gob-gold-soft); color: var(--gob-gold);
	font-family: var(--gob-font-head); font-weight: 700; font-size: .92rem;
}
.gob-w-ranklist .n { font-size: .92rem; font-weight: 600; color: var(--gob-text); }
.gob-w-ranklist .n:hover { color: var(--gob-gold); }
.gob-w-ranklist .s { font-family: var(--gob-font-head); font-size: 1.05rem; font-weight: 700; color: var(--gob-gold); }
.gob-w-ranklist .b {
	grid-column: 2 / -1; font-size: .74rem; color: var(--gob-muted-2);
	margin-top: -6px; line-height: 1.35;
}
.gob-w-terms { font-size: .7rem; color: var(--gob-muted-2); margin: 12px 0 0; text-align: center; }

/* Responsible gambling widget */
.gob-w-rg { display: flex; gap: 13px; align-items: flex-start; margin-bottom: 14px; }
.gob-w-rg p { font-size: .86rem; color: var(--gob-muted); margin: 0; }
.gob-w-rg .gob-18 { width: 38px; height: 38px; font-size: .76rem; }

/* Ad slot widget */
.gob-w-adlabel {
	display: block; font-size: .62rem; letter-spacing: .16em; text-transform: uppercase;
	color: var(--gob-muted-2); margin-bottom: 9px; text-align: center;
}

/* Full-width widget strips above/below article content */
.gob-widget-strip { margin: 0 0 26px; }
.gob-widget-strip:last-child { margin: 26px 0 0; }
.gob-widget-strip .gob-widget { margin-bottom: 16px; }
.gob-widget-strip .gob-widget:last-child { margin-bottom: 0; }

/* ==========================================================================
   11. Write for Us / guest post page
   ========================================================================== */
.gob-gp-hero {
	background: linear-gradient(160deg, var(--gob-bg-alt), var(--gob-bg));
	border-bottom: 1px solid var(--gob-border-soft); padding: 70px 0 56px; text-align: center;
}
.gob-gp-hero h1 { max-width: 860px; margin-inline: auto; }
.gob-gp-hero p { color: var(--gob-muted); font-size: 1.08rem; max-width: 680px; margin: 0 auto 26px; }

.gob-metrics { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 40px; }
.gob-metrics--1 { grid-template-columns: minmax(200px, 260px); justify-content: center; }
.gob-metrics--2 { grid-template-columns: repeat(2, minmax(0, 240px)); justify-content: center; }
.gob-metrics--3 { grid-template-columns: repeat(3, minmax(0, 240px)); justify-content: center; }
.gob-metric {
	background: var(--gob-surface); border: 1px solid var(--gob-border);
	border-radius: var(--gob-radius); padding: 22px 18px; text-align: center;
}
.gob-metric-num { font-family: var(--gob-font-head); font-size: 2.3rem; font-weight: 700; color: var(--gob-gold); line-height: 1; }
.gob-metric-label { font-size: .78rem; color: var(--gob-muted-2); text-transform: uppercase; letter-spacing: .1em; margin-top: 8px; }

.gob-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; counter-reset: gobstep; }
.gob-step {
	background: var(--gob-surface); border: 1px solid var(--gob-border);
	border-radius: var(--gob-radius); padding: 24px; counter-increment: gobstep; position: relative;
}
.gob-step::before {
	content: counter(gobstep, decimal-leading-zero);
	font-family: var(--gob-font-head); font-size: 2.1rem; font-weight: 700;
	color: rgba(245, 196, 81, .28); line-height: 1; display: block; margin-bottom: 10px;
}
.gob-step h4 { margin-bottom: .45rem; }
.gob-step p { font-size: .9rem; color: var(--gob-muted); margin: 0; }

.gob-pricing { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; align-items: stretch; }
.gob-plan {
	background: var(--gob-surface); border: 1px solid var(--gob-border);
	border-radius: 18px; padding: 30px 26px; display: flex; flex-direction: column;
	transition: transform .25s var(--gob-ease), border-color .25s;
}
.gob-plan:hover { transform: translateY(-5px); }
.gob-plan--featured {
	border-color: rgba(245, 196, 81, .5);
	background: linear-gradient(160deg, rgba(245, 196, 81, .09), var(--gob-surface) 55%);
	box-shadow: var(--gob-shadow);
}
.gob-plan-name { font-family: var(--gob-font-head); font-size: 1.35rem; color: #fff; margin-bottom: .3rem; }
.gob-plan-price { font-family: var(--gob-font-head); font-size: 2.6rem; font-weight: 700; color: var(--gob-gold); line-height: 1; margin-bottom: .2rem; }
.gob-plan-price small { font-size: .95rem; color: var(--gob-muted-2); font-family: var(--gob-font); font-weight: 400; }
.gob-plan-desc { font-size: .88rem; color: var(--gob-muted); margin-bottom: 1.3rem; }
.gob-plan ul { list-style: none; margin: 0 0 1.6rem; padding: 0; flex: 1; }
.gob-plan li { position: relative; padding-left: 24px; margin-bottom: .6rem; font-size: .91rem; color: var(--gob-muted); }
.gob-plan li::before { content: '✓'; position: absolute; left: 0; color: var(--gob-green); font-weight: 800; }

.gob-guidelines { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.gob-guidelines > div { background: var(--gob-surface); border: 1px solid var(--gob-border); border-radius: var(--gob-radius); padding: 26px; }
.gob-guidelines ul { list-style: none; margin: 0; padding: 0; }
.gob-guidelines li { position: relative; padding-left: 26px; margin-bottom: .7rem; font-size: .93rem; color: var(--gob-muted); }
.gob-guidelines li::before { position: absolute; left: 0; font-weight: 800; }
.gob-do li::before { content: '✓'; color: var(--gob-green); }
.gob-dont li::before { content: '✕'; color: var(--gob-red); }

/* FAQ accordion */
.gob-faq { display: flex; flex-direction: column; gap: 12px; }
.gob-faq-item { background: var(--gob-surface); border: 1px solid var(--gob-border); border-radius: var(--gob-radius-sm); overflow: hidden; }
.gob-faq-q {
	width: 100%; background: none; border: 0; cursor: pointer; text-align: left;
	padding: 17px 20px; color: #fff; font-family: var(--gob-font-head); font-size: 1.08rem; font-weight: 700;
	display: flex; justify-content: space-between; align-items: center; gap: 16px;
}
.gob-faq-q::after { content: '+'; font-size: 1.4rem; color: var(--gob-gold); flex-shrink: 0; transition: transform .25s var(--gob-ease); }
.gob-faq-item.is-open .gob-faq-q::after { transform: rotate(45deg); }
.gob-faq-a { display: none; padding: 0 20px 18px; color: var(--gob-muted); font-size: .94rem; }
.gob-faq-item.is-open .gob-faq-a { display: block; }

/* Forms */
.gob-form { display: grid; gap: 16px; }
.gob-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.gob-field { display: flex; flex-direction: column; gap: 6px; }
.gob-field label { font-size: .82rem; font-weight: 600; color: var(--gob-text); }
.gob-field label .req { color: var(--gob-red); }
.gob-field input, .gob-field select, .gob-field textarea {
	padding: .78rem .95rem; border-radius: 10px;
	background: var(--gob-surface-2); border: 1px solid var(--gob-border);
	color: var(--gob-text); font-family: inherit; font-size: .95rem;
	transition: border-color .2s;
}
.gob-field input:focus, .gob-field select:focus, .gob-field textarea:focus { outline: none; border-color: var(--gob-gold); }
.gob-field textarea { min-height: 130px; resize: vertical; }
.gob-field-note { font-size: .76rem; color: var(--gob-muted-2); }
.gob-form-card { background: var(--gob-surface); border: 1px solid var(--gob-border); border-radius: 18px; padding: 30px; }
.gob-form-msg { padding: 13px 16px; border-radius: 10px; font-size: .9rem; margin-bottom: 18px; }
.gob-form-msg--ok { background: rgba(36, 192, 122, .12); border: 1px solid rgba(36, 192, 122, .35); color: var(--gob-green); }
.gob-form-msg--err { background: rgba(232, 84, 77, .1); border: 1px solid rgba(232, 84, 77, .35); color: var(--gob-red); }

/* Newsletter strip */
.gob-newsletter {
	background: linear-gradient(120deg, rgba(245, 196, 81, .1), var(--gob-bg-alt) 55%);
	border: 1px solid rgba(245, 196, 81, .28); border-radius: 20px;
	padding: 36px; display: grid; grid-template-columns: 1fr auto; gap: 30px; align-items: center;
}
.gob-newsletter h3 { margin-bottom: .3rem; }
.gob-newsletter p { color: var(--gob-muted); margin: 0; }
.gob-newsletter form { display: flex; gap: 10px; }
.gob-newsletter input {
	padding: .82rem 1.05rem; border-radius: 999px; min-width: 260px;
	background: var(--gob-surface); border: 1px solid var(--gob-border); color: var(--gob-text);
	font-family: inherit;
}

/* ==========================================================================
   12. Pagination, comments, 404
   ========================================================================== */
.gob-pagination { margin-top: 44px; display: flex; justify-content: center; }
.gob-pagination .page-numbers {
	display: inline-grid; place-items: center; min-width: 42px; height: 42px; padding: 0 .7rem;
	border-radius: 10px; background: var(--gob-surface); border: 1px solid var(--gob-border);
	color: var(--gob-text); font-weight: 600; font-size: .92rem; margin: 0 4px;
	transition: background .2s, color .2s, border-color .2s;
}
.gob-pagination .page-numbers:hover { border-color: var(--gob-gold); color: var(--gob-gold); }
.gob-pagination .page-numbers.current { background: var(--gob-gold); border-color: var(--gob-gold); color: #0b0f1c; }
.gob-pagination .dots { background: none; border: 0; }

.gob-comments { margin-top: 48px; }
.gob-comments h3 { margin-bottom: 22px; }
.comment-list { list-style: none; margin: 0 0 34px; padding: 0; }
.comment-list li { margin-bottom: 20px; }
.comment-list .children { list-style: none; margin: 20px 0 0 34px; padding: 0; }
.comment-body {
	background: var(--gob-surface); border: 1px solid var(--gob-border);
	border-radius: var(--gob-radius); padding: 20px 22px;
}
.comment-author { display: flex; align-items: center; gap: 11px; margin-bottom: 10px; }
.comment-author img { border-radius: 50%; }
.comment-author .fn { font-style: normal; font-weight: 600; color: #fff; }
.comment-metadata { font-size: .78rem; color: var(--gob-muted-2); margin-bottom: 10px; }
.comment-metadata a { color: var(--gob-muted-2); }
.reply a { font-size: .82rem; font-weight: 600; }
.comment-respond { background: var(--gob-surface); border: 1px solid var(--gob-border); border-radius: var(--gob-radius); padding: 26px; }
.comment-form { display: grid; gap: 14px; }
.comment-form p { margin: 0; }
.comment-form label { display: block; font-size: .82rem; font-weight: 600; margin-bottom: 6px; }
.comment-form input[type="text"], .comment-form input[type="email"], .comment-form input[type="url"], .comment-form textarea {
	width: 100%; padding: .75rem .9rem; border-radius: 10px;
	background: var(--gob-surface-2); border: 1px solid var(--gob-border);
	color: var(--gob-text); font-family: inherit; font-size: .95rem;
}
.comment-form textarea { min-height: 120px; resize: vertical; }
.comment-form input[type="submit"] {
	background: linear-gradient(135deg, var(--gob-gold), var(--gob-gold-dark)); color: #0b0f1c;
	border: 0; border-radius: 999px; padding: .8rem 1.7rem; font-weight: 700; cursor: pointer;
	font-family: inherit;
}
.comment-form-cookies-consent { display: flex; align-items: center; gap: 9px; font-size: .85rem; color: var(--gob-muted); }
.comment-form-cookies-consent label { margin: 0; font-weight: 400; }

.gob-404 { text-align: center; padding: 90px 0; }
.gob-404-code { font-family: var(--gob-font-head); font-size: clamp(5rem, 16vw, 10rem); font-weight: 700; line-height: .9; color: var(--gob-gold); opacity: .28; }
.gob-404 h1 { margin-top: -.25em; }
.gob-404 p { color: var(--gob-muted); max-width: 520px; margin: 0 auto 26px; }

/* ==========================================================================
   13. Footer
   ========================================================================== */
.gob-footer { background: #04070f; border-top: 1px solid var(--gob-border-soft); margin-top: 70px; }
.gob-footer-top { padding: 56px 0 40px; display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 40px; }
.gob-footer-about p { color: var(--gob-muted); font-size: .92rem; margin: 16px 0 0; max-width: 320px; }
.gob-footer h4 {
	font-size: .82rem; text-transform: uppercase; letter-spacing: .13em;
	color: var(--gob-gold); margin-bottom: 15px;
}
.gob-footer ul { list-style: none; margin: 0; padding: 0; }
.gob-footer ul li { margin-bottom: .55rem; }
.gob-footer ul a { color: var(--gob-muted); font-size: .92rem; }
.gob-footer ul a:hover { color: var(--gob-gold); }

.gob-compliance {
	border-top: 1px solid var(--gob-border-soft); padding: 26px 0;
	display: flex; align-items: center; gap: 22px; flex-wrap: wrap;
	font-size: .8rem; color: var(--gob-muted-2); line-height: 1.6;
}
.gob-18 {
	width: 46px; height: 46px; border-radius: 50%; flex-shrink: 0;
	border: 2px solid var(--gob-red); color: var(--gob-red);
	display: grid; place-items: center; font-weight: 800; font-size: .9rem;
}
.gob-compliance-logos { display: flex; gap: 16px; align-items: center; margin-left: auto; flex-wrap: wrap; }
.gob-compliance-logos a { color: var(--gob-muted-2); font-size: .78rem; font-weight: 600; }
.gob-compliance-logos a:hover { color: var(--gob-gold); }

.gob-footer-bottom {
	border-top: 1px solid var(--gob-border-soft); padding: 20px 0;
	display: flex; align-items: center; justify-content: space-between; gap: 18px; flex-wrap: wrap;
	font-size: .82rem; color: var(--gob-muted-2);
}
.gob-footer-bottom nav { display: flex; gap: 18px; flex-wrap: wrap; }
.gob-footer-bottom a { color: var(--gob-muted-2); }
.gob-footer-bottom a:hover { color: var(--gob-gold); }

/* ==========================================================================
   14. Age gate
   ========================================================================== */
.gob-agegate {
	position: fixed; inset: 0; z-index: 100000; display: none;
	place-items: center; padding: 22px;
	background: rgba(4, 7, 15, .93); backdrop-filter: blur(8px);
}
.gob-agegate.is-open { display: grid; }
.gob-agegate-box {
	background: var(--gob-surface); border: 1px solid var(--gob-border);
	border-radius: 20px; padding: 40px 34px; max-width: 460px; text-align: center;
	box-shadow: var(--gob-shadow);
}
.gob-agegate-box .gob-18 { margin: 0 auto 18px; width: 60px; height: 60px; font-size: 1.1rem; }
.gob-agegate-box p { color: var(--gob-muted); font-size: .93rem; }
.gob-agegate-actions { display: flex; gap: 12px; justify-content: center; margin-top: 22px; }

/* ==========================================================================
   15. Responsive
   ========================================================================== */
@media (max-width: 1080px) {
	.gob-layout { grid-template-columns: minmax(0, 1fr); gap: 44px; }
	.gob-sidebar { position: static; }
	.gob-grid--4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.gob-metrics { grid-template-columns: repeat(2, 1fr); }
	.gob-steps { grid-template-columns: repeat(2, 1fr); }
	.gob-footer-top { grid-template-columns: 1fr 1fr; gap: 32px; }
	.gob-casino { grid-template-columns: 52px 1fr 1fr; row-gap: 16px; }
	.gob-casino-score { grid-column: 2 / 3; text-align: left; }
	.gob-casino-actions { grid-column: 3 / 4; }
}

@media (max-width: 900px) {
	.gob-nav, .gob-header-cta .gob-btn { display: none; }
	.gob-nav-toggle { display: grid; }
	.gob-hero-grid { grid-template-columns: 1fr; gap: 36px; }
	.gob-feature { grid-template-columns: 1fr; }
	.gob-feature .gob-card-thumb { min-height: 220px; }
	.gob-grid--3 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.gob-pricing { grid-template-columns: 1fr; }
	.gob-newsletter { grid-template-columns: 1fr; }
	.gob-topbar-links { display: none; }
}

@media (max-width: 680px) {
	:root { --gob-gutter: 18px; }
	.gob-section { padding: 46px 0; }
	.gob-grid--3, .gob-grid--2, .gob-grid--4 { grid-template-columns: 1fr; }
	.gob-stats { grid-template-columns: 1fr; }
	.gob-metrics, .gob-steps { grid-template-columns: 1fr; }
	.gob-proscons, .gob-guidelines, .gob-form-row, .gob-postnav { grid-template-columns: 1fr; }
	.gob-verdict { grid-template-columns: 1fr; text-align: center; }
	.gob-casino { grid-template-columns: 1fr; text-align: center; justify-items: center; }
	.gob-casino-rank { display: none; }
	.gob-casino-brand { flex-direction: column; }
	.gob-casino-score, .gob-casino-actions { grid-column: auto; text-align: center; width: 100%; }
	.gob-card--wide { flex-direction: column; }
	.gob-card--wide .gob-card-thumb { width: 100%; aspect-ratio: 16 / 9; }
	.gob-footer-top { grid-template-columns: 1fr; }
	.gob-newsletter { padding: 26px; }
	.gob-newsletter form { flex-direction: column; }
	.gob-newsletter input { min-width: 0; width: 100%; }
	.gob-compliance-logos { margin-left: 0; }
}

@media (prefers-reduced-motion: reduce) {
	*, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
}

/* ==========================================================================
   16. WordPress core classes
   ========================================================================== */
.alignwide { max-width: 1100px; margin-inline: auto; }
.alignfull { width: 100vw; max-width: 100vw; margin-left: calc(50% - 50vw); }
.sticky .gob-card { border-color: rgba(245, 196, 81, .45); }
.bypostauthor > .comment-body { border-color: rgba(245, 196, 81, .3); }
.wp-block-image figcaption { color: var(--gob-muted-2); }
.gallery { display: grid; gap: 12px; grid-template-columns: repeat(3, 1fr); margin-bottom: 1.5rem; }
.gallery img { border-radius: var(--gob-radius-sm); width: 100%; }
.wp-block-button__link { border-radius: 999px; }
.admin-bar .gob-header { top: 32px; }
@media (max-width: 782px) { .admin-bar .gob-header { top: 46px; } }
