/* Auto-generated -- do not edit. Rebuild by updating any css/ partial. */

/* === variables.css === */
/* ==========================================================================
   Spread2 Theme â€” CSS Custom Properties (Variables)
   ========================================================================== */

:root {
  /* Brand Colors */
  --color-primary: #1f2937;
  --color-primary-dark: #111827;
  --color-primary-hover: #374151;
  --color-secondary: #374151;
  --color-accent: #d97706;
  --color-accent-hover: #b45309;

  /* UI Colors */
  --color-success: #10b981;
  --color-danger: #ef4444;
  --color-warning: #f59e0b;
  --color-hilite: #be123c;

  /* Neutral Palette */
  --color-text: #374151;
  --color-text-dark: #111827;
  --color-text-heading: #1f2937;
  --color-text-light: #6b7280;
  --color-text-muted: #9ca3af;
  --color-text-subtle: #d1d5db;

  /* Backgrounds */
  --bg-white: #fff;
  --bg-light: #f9fafb;
  --bg-lighter: #f3f4f6;
  --bg-gray: #f0f1f3;
  --bg-medium: #e5e7eb;
  --bg-dark: #1f2937;
  --bg-darker: #111827;

  /* Borders */
  --border-light: #f3f4f6;
  --border-default: #e5e7eb;
  --border-medium: #d1d5db;
  --border-dark: #e5e7eb;
  --border-darker: #d1d5db;

  /* Semantic Surface Colors */
  --color-surface: #ffffff;
  --color-surface-soft: #f9fafb;
  --color-surface-muted: #f3f4f6;
  --color-border: #e5e7eb;
  --color-border-strong: #d1d5db;

  /* Typography */
  --font-primary: 'Source Sans Pro', 'Source Sans Pro Fallback', system-ui, -apple-system, sans-serif;
  --font-heading: 'Source Sans Pro', 'Source Sans Pro Fallback', system-ui, -apple-system, sans-serif;
  --font-mono: 'SF Mono', 'Fira Code', monospace;
  --font-size-root: 10px;
  --font-size-base: 16px;
  --line-height-base: 1.75;

  /* Layout */
  --layout-width: 1440px;
  --grid-sidebar-left: 270px;
  --grid-sidebar-right: 330px;

  /* Border Radii */
  --border-radius-sm: 4px;
  --border-radius: 8px;
  --border-radius-md: 10px;
  --border-radius-lg: 12px;
  --border-radius-xl: 16px;
  --border-radius-round: 50%;

  /* Transitions */
  --transition-fast: 0.2s ease;
  --transition-base: 0.3s ease;
  --transition-slow: 0.4s ease;

  /* Shadows */
  --shadow-xs: 0 1px 2px rgba(0, 0, 0, 0.04);
  --shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.04);
  --shadow-card: 0 4px 24px rgba(0, 0, 0, 0.06), 0 1px 4px rgba(0, 0, 0, 0.04);
  --shadow-sidebar: 0 4px 20px rgba(0, 0, 0, 0.05);
  --shadow-toc: 0 2px 12px rgba(0, 0, 0, 0.06);
  --shadow-strap: 0 -4px 16px rgba(0, 0, 0, 0.1);
  --shadow-hover: 0 8px 30px rgba(0, 0, 0, 0.1);
}


/* === reset.css === */
/* ==========================================================================
   1. Reset â€” normalize.css v2.1.2 (cleaned up)
   ========================================================================== */

.grecaptcha-badge {
  visibility: hidden;
}

article, aside, details, figcaption, figure, footer, header,
hgroup, main, nav, section, summary {
  display: block;
}

audio, canvas, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
}

a {
  background: transparent;
}

a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  outline: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

hr {
  box-sizing: content-box;
  height: 0;
}

mark {
  background: #ff0;
  color: #000;
}

code, kbd, pre, samp {
  font-family: var(--font-mono);
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: '\201C' '\201D' '\2018' '\2019';
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button, input {
  line-height: normal;
}

button, select {
  text-transform: none;
}

button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
  -webkit-appearance: button;
  appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type='checkbox'],
input[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}

input[type='search'] {
  -webkit-appearance: textfield;
  appearance: textfield;
  box-sizing: content-box;
}

input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body, figure {
  margin: 0;
}

legend,
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
}


/* === base.css === */
/* ==========================================================================
   2. Base â€” Defaults, Typography, Headings
   ========================================================================== */

html {
  font-size: var(--font-size-root);
  scroll-behavior: smooth;
}

body {
  background: var(--bg-light);
  color: var(--color-text);
  line-height: 1;
  font-family: var(--font-primary);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  color: var(--color-accent);
  text-decoration: none;
  font-weight: 600;
  transition: color var(--transition-fast);
}

a:hover,
a:focus {
  color: var(--color-accent-hover);
  text-decoration: none;
}

a.fulllink {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  display: block;
}

ol, ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

p {
  margin: 0 0 20px;
  padding: 0;
}

img {
  border: 0;
}

.clearboth,
.clearfix {
  clear: both;
}

span.hilite {
  color: var(--color-hilite);
  font-weight: 900;
}

hr {
  padding: 10px 0 0;
  margin-bottom: 25px;
  border: 0;
  border-bottom: 1px solid var(--border-default);
}

/* --------------------------------------------------------------------------
   Headings
   -------------------------------------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
  color: var(--color-text-heading);
  font-weight: 800;
  line-height: 1.2;
  margin: 0 0 16px;
  letter-spacing: -0.01em;
}

h1 {
  font-size: 2em;
  margin: 0 0 24px;
  font-weight: 900;
}

h2 { font-size: 1.65em; }
h3 { font-size: 1.35em; }
h4 { font-size: 1.15em; }
h5 { font-size: 1.05em; }

h6 {
  font-size: 1em;
  font-weight: 600;
}

h1.entry-title,
h2.entry-title {
  margin-bottom: 10px;
}

h1.altheading,
h2.altheading,
h3.altheading {
  background: var(--color-primary);
  color: var(--bg-white);
  padding: 12px 16px;
  margin-bottom: 20px;
  font-weight: 700;
  border-radius: var(--border-radius-lg);
  letter-spacing: 0.01em;
}


/* === layout.css === */
/* ==========================================================================
   3. Layout â€” Site Structure & Grid (Modern)
   ========================================================================== */

#outerwrap {
  max-width: var(--layout-width);
  width: 100%;
  margin: 0 auto;
}

.wrap {
  width: 100%;
  margin: 0 auto;
  position: relative;
  /* Contain layout to minimize CLS from font loading */
  contain: layout style;
}

/* --------------------------------------------------------------------------
   Site Main â€” the primary content wrapper below the header
   -------------------------------------------------------------------------- */

.site-main {
  background: var(--bg-light);
  min-height: 60vh;
  /* Contain layout to prevent reflow from affecting header */
  contain: layout style;
}

.site-main__inner {
  max-width: var(--layout-width);
  margin: 0 auto;
  padding: 32px 24px;
}

/* --------------------------------------------------------------------------
   Content Grid â€” main + sidebar
   -------------------------------------------------------------------------- */

.content-grid {
  display: grid;
  grid-template-columns: 1fr 400px;
  gap: 32px;
  align-items: start;
}

/* --------------------------------------------------------------------------
   Legacy layout wrappers (backwards compat for other templates)
   -------------------------------------------------------------------------- */

.custom_wrapper {
  display: grid;
  grid-template-columns: var(--grid-sidebar-left) 1fr var(--grid-sidebar-right);
}

.customWrap {
  display: grid;
  grid-template-columns: 1fr 400px;
  padding: 0 24px;
  gap: 32px;
}


/* === components.css === */
/* ==========================================================================
   4. Components â€” Buttons, Excerpts, Pagination, Images, Comments
   ========================================================================== */

/* --------------------------------------------------------------------------
   Buttons
   -------------------------------------------------------------------------- */

a.visbutton {
  display: inline-block;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  border-radius: var(--border-radius);
  cursor: pointer;
  min-width: 24px;
  min-height: 24px;
  transition: all var(--transition-base);
  background: var(--color-accent);
  color: var(--bg-white) !important;
  padding: 14px 18px;
  margin: 0 0.5em;
  font-size: 15px !important;
  box-shadow: 0 2px 8px rgba(217, 119, 6, 0.25);
}

a.visbutton:hover {
  background: var(--color-accent-hover);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(217, 119, 6, 0.3);
}

a.visbutton:active {
  transform: translateY(0);
}

a.visbutton.gray {
  background: var(--color-text-light);
  box-shadow: 0 2px 8px rgba(107, 114, 128, 0.25);
}

a.visbutton.size1  { padding: 7px 0; width: 80px; margin: 0 !important; }
a.visbutton.lg     { padding: 18px 0; display: block; margin: 0; width: 330px; font-size: 16px !important; }
a.visbutton.sm     { padding: 10px 0; font-size: 12px !important; width: 75px; }
a.visbutton.cent   { margin: 0 auto; text-align: center; display: block; }
a.visbutton.marb   { margin-bottom: 6px !important; }
a.visbutton.fright { margin: 0 !important; float: right; }

a.visbutton.fullbutton {
  width: 100%;
  margin: 0;
  padding: 14px 0;
}

/* --------------------------------------------------------------------------
   Star Ratings
   -------------------------------------------------------------------------- */

.reviewStarRating {
  float: right;
}

.stars-outer {
  display: inline-block;
  position: relative;
  font-family: FontAwesome;
  font-size: 16px;
}

.stars-outer::before {
  content: '\f005  \f005  \f005  \f005  \f005';
  color: var(--color-text-subtle);
}

.stars-inner {
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  overflow: hidden;
  width: 0;
  font-size: 16px;
}

.stars-inner::before {
  content: '\f005  \f005  \f005  \f005  \f005';
  color: var(--color-accent);
}

/* --------------------------------------------------------------------------
   Excerpts
   -------------------------------------------------------------------------- */

.excerptlist {
  line-height: 1.5em;
  overflow: hidden;
  margin-bottom: 10px;
}

.articleexcerpt {
  overflow: hidden;
  margin-bottom: 14px;
  padding: 16px;
  background: var(--bg-white);
  border: 1px solid var(--border-default);
  border-radius: var(--border-radius-lg);
  box-shadow: var(--shadow-xs);
  transition: box-shadow var(--transition-base), transform var(--transition-base);
}

.articleexcerpt:hover {
  box-shadow: var(--shadow-card);
  transform: translateY(-2px);
}

.articleexcerpt p {
  margin: 0;
  padding: 0;
  line-height: 1.6;
  color: var(--color-text-light);
}

.articleexcerpt img {
  width: 125px;
  height: 125px;
  margin: 0 18px 0 0;
  display: block;
  float: left;
  border-radius: var(--border-radius-md);
  object-fit: cover;
}

.articleexcerpt h3 {
  margin: 0 0 6px;
  padding: 0;
  color: var(--color-text-heading);
  font-size: 17px;
  font-weight: 700;
}

.articleexcerpt .bylines {
  font-size: 12px;
  margin: 0 0 12px;
  color: var(--color-text-muted);
  line-height: 1.3;
}

/* --------------------------------------------------------------------------
   Common Classes
   -------------------------------------------------------------------------- */

.bylines {
  font-size: 13px;
  margin-bottom: 20px;
  color: var(--color-text-light);
}

blockquote {
  margin: 10px 0 24px;
  padding: 20px 24px 16px;
  border-left: 4px solid var(--color-primary);
  font-family: Georgia, 'Times New Roman', Times, serif;
  color: var(--color-text-light);
  background: var(--bg-lighter);
  font-style: italic;
  border-radius: 0 var(--border-radius-md) var(--border-radius-md) 0;
  font-size: 1.05em;
  line-height: 1.7;
  position: relative;
}

blockquote p {
  margin: 0 0 10px;
}

.main-content .bannerwidget {
  display: block;
  margin: 20px auto;
  float: none;
  text-align: center;
}

.breadcrumb {
  margin-bottom: 14px;
  font-size: 14px;
  padding: 10px 16px;
  color: var(--color-text-muted);
  background: var(--bg-white);
  border: 1px solid var(--border-default);
  border-radius: var(--border-radius);
}

.breadcrumb a {
  font-weight: 500;
}

.current_crumb {
  font-weight: normal;
}

/* --------------------------------------------------------------------------
   Pagination
   -------------------------------------------------------------------------- */

.pagination {
  clear: both;
  padding: 30px 0;
  line-height: 1;
  margin: 0 0 15px;
  font-weight: 600;
  font-size: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.pagination span,
.pagination a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 12px;
  text-decoration: none;
  color: var(--color-text);
  border: 1px solid var(--border-default);
  border-radius: var(--border-radius);
  background: var(--bg-white);
  transition: all var(--transition-fast);
}

.pagination a:hover {
  color: var(--bg-white);
  background: var(--color-primary);
  border-color: var(--color-primary);
  transform: translateY(-2px);
  box-shadow: var(--shadow-sm);
}

.pagination .current {
  background: var(--color-primary);
  color: var(--bg-white);
  border-color: var(--color-primary);
  box-shadow: 0 2px 8px rgba(31, 41, 55, 0.25);
}

.pagination a.last {
  background: var(--color-text-light);
  color: var(--bg-white);
  border-color: var(--color-text-light);
}

.pagination a.last:hover {
  background: var(--color-text-heading);
  border-color: var(--color-text-heading);
}

/* --------------------------------------------------------------------------
   Images & Captions
   -------------------------------------------------------------------------- */

.alignleft  { float: left; }
.alignright { float: right; }

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.alignleft  { margin: 5px 20px 5px 0; }
img.alignright { margin: 5px 0 5px 20px; }
img.aligncenter { margin: 5px auto; }
img.alignnone  { margin: 5px 0; }

.main-content img[class*='align'],
img[class*='wp-image-'] {
  height: auto;
  max-width: 100%;
}

.main-content img.size-full {
  max-width: 100%;
  width: auto;
}

img.wp-smiley,
.rsswidget img {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

.wp-caption {
  margin-bottom: 20px;
  border: 1px solid var(--border-darker);
  width: 96% !important;
}

.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
  vertical-align: top;
  width: 100% !important;
}

.wp-caption.alignleft  { margin: 5px 10px 5px 0; }
.wp-caption.alignright { margin: 5px 0 5px 10px; }

.wp-caption .wp-caption-text,
.wp-caption .entry-caption,
.wp-caption .gallery-caption {
  color: var(--color-text-light);
  font-size: 12px;
  font-weight: 300;
  background: var(--bg-lighter);
  padding: 10px 20px;
  margin: 0;
  border-top: 1px solid var(--border-dark);
}

.wp-caption.alignleft + ul,
.wp-caption.alignleft + ol {
  list-style-position: inside;
}

/* --------------------------------------------------------------------------
   Galleries
   -------------------------------------------------------------------------- */

.gallery {
  margin: 0 0 20px;
  overflow: hidden;
}

.gallery-item {
  float: left;
  padding: 0 12px 5px;
  text-align: center;
}

.gallery-columns-4 .gallery-icon img {
  width: 120px;
  height: 120px;
}

.gallery-columns-1 .gallery-icon img,
.gallery-columns-2 .gallery-icon img {
  width: 260px;
  height: 195px;
}

.gallery .gallery-caption {
  border: 0;
  padding: 2px;
  background: var(--bg-lighter);
  font-style: italic;
  font-size: 11px;
  margin: 0;
}

.gallery .gallery-icon img {
  border: 1px solid var(--border-darker);
  padding: 4px;
}

/* --------------------------------------------------------------------------
   Comments
   -------------------------------------------------------------------------- */

#comments {
  padding-top: 30px;
}

#respond::after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

#commentform {
  padding: 10px 0 0;
  margin: 0;
}

#commentform input,
#commentform textarea,
#commentform .rateinput {
  width: 100%;
  max-width: 400px;
  padding: 10px 14px;
  margin: 0;
  border: 1px solid var(--border-default);
  color: var(--color-text);
  display: block;
  font-size: 14px;
  border-radius: var(--border-radius);
  transition: border-color var(--transition-fast), box-shadow var(--transition-fast);
}

#commentform input:focus,
#commentform textarea:focus,
#commentform .rateinput:focus {
  border-color: var(--color-accent);
  box-shadow: 0 0 0 3px rgba(217, 119, 6, 0.1);
  outline: none;
}

#commentform textarea {
  width: 100%;
  max-width: none;
  min-height: 120px;
  resize: vertical;
}

#commentform label {
  color: var(--color-text);
  font-weight: 600;
  font-size: 13px;
  margin-bottom: 4px;
  display: block;
}

#commentform label span {
  font-weight: normal;
  color: var(--color-text-muted);
}

#commentform #submit {
  display: inline-block;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  cursor: pointer;
  min-width: 24px;
  min-height: 24px;
  transition: all var(--transition-base);
  background: var(--color-primary);
  color: var(--bg-white);
  border: 0;
  padding: 12px 28px;
  font-size: 14px;
  font-family: var(--font-primary);
  border-radius: var(--border-radius);
  box-shadow: 0 2px 8px rgba(31, 41, 55, 0.25);
}

#commentform #submit:hover {
  background: var(--color-primary-hover);
  cursor: pointer;
  transform: translateY(-2px);
  box-shadow: var(--shadow-hover);
}

#commentform #submit:active {
  transform: translateY(0);
}

ol.commentlist {
  border-top: solid 1px var(--border-dark);
  margin: 0 0 35px !important;
  padding: 0 !important;
}

ol.commentlist li {
  position: relative !important;
  min-height: 50px !important;
  padding: 10px 10px 10px 82px !important;
  list-style: none !important;
  border-bottom: 1px solid var(--border-dark) !important;
}

ol.commentlist li .avatar {
  padding: 4px;
  text-align: center;
  background: var(--bg-white);
  border: solid 1px var(--border-darker);
  position: absolute;
  left: 10px;
  top: 10px;
}

ol.commentlist li span.avatar img {
  margin: 5px;
}

ol.commentlist ul.children {
  margin: 10px 0 0 !important;
  border-top: solid 1px var(--border-dark);
  padding: 0;
}

ol.commentlist .thread-odd                { background: var(--bg-light); }
ol.commentlist .thread-even .even         { background: var(--bg-white); }
ol.commentlist .thread-even .odd          { background: var(--bg-light); }
ol.commentlist .thread-odd .odd           { background: var(--bg-white); }
ol.commentlist .thread-odd .even          { background: var(--bg-light); }

.bypostauthor {
  border-top: 2px solid var(--color-secondary);
}

ol.commentlist .bypostauthor span.avatar {
  border: solid 2px var(--color-secondary);
}

.nocomments {
  text-align: center;
  margin: 0;
  padding: 0;
}

div.comment-author {
  font-size: 1.1em;
  line-height: 1em;
}

b.fn       { font-weight: normal; }
span.says  { display: none; }

div.comment-metadata {
  font-size: 0.8em;
  margin-bottom: 10px;
  color: var(--color-text-muted);
}

div.comment-metadata a,
div.comment-metadata a:visited {
  color: var(--color-text-muted);
}

div.comment-metadata a:hover {
  color: #000;
}

.reply {
  text-align: right;
}

div.reply a.comment-reply-link,
div.reply a.comment-reply-link:visited {
  background: var(--color-secondary);
  color: var(--bg-white);
  padding: 4px;
  font-size: 0.8em;
  font-family: Arial, Helvetica, sans-serif;
}

div.reply a.comment-reply-link:hover {
  background: var(--color-text-subtle);
  color: var(--bg-white);
}


/* === header.css === */
/* ==========================================================================
   5. Header & Navigation â€” Modern Centered Nav + Slide Drawer
   ========================================================================== */

/* --------------------------------------------------------------------------
   Site Header â€” slim sticky bar
   -------------------------------------------------------------------------- */

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: var(--bg-white);
  border-bottom: 1px solid var(--border-default);
  transition: box-shadow var(--transition-base);
  /* Contain layout to prevent CLS from affecting page content */
  contain: layout style;
}

.site-header.is-scrolled {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: var(--layout-width);
  margin: 0 auto;
  padding: 0 32px;
  height: 56px;
  min-height: 56px; /* Explicit to prevent CLS */
  position: relative;
}

/* --------------------------------------------------------------------------
   Desktop Navigation â€” centered, clean, with bottom-line active indicator
   -------------------------------------------------------------------------- */

.site-nav {
  display: flex;
  align-items: center;
  height: 100%;
  /* Prevent icon font loading from causing layout shift */
  contain: layout;
}

.site-nav__list {
  display: flex;
  align-items: center;
  gap: 2px;
  margin: 0;
  padding: 0;
  list-style: none;
  height: 100%;
}

.site-nav__list > li {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}

.site-nav__list > li > a {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 18px;
  color: var(--color-text-light);
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.01em;
  transition: color var(--transition-fast);
  position: relative;
  white-space: nowrap;
  /* Minimize text reflow by constraining line-height */
  line-height: 1.4;
}

/* Bottom indicator line */
.site-nav__list > li > a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 18px;
  right: 18px;
  height: 2px;
  background: var(--color-accent);
  border-radius: 2px 2px 0 0;
  transform: scaleX(0);
  transition: transform var(--transition-fast);
}

.site-nav__list > li > a:hover,
.site-nav__list > li > a:focus {
  color: var(--color-text-dark);
}

.site-nav__list > li > a:hover::after {
  transform: scaleX(1);
}

.site-nav__list > li.current-menu-item > a,
.site-nav__list > li.current-menu-parent > a {
  color: var(--color-text-dark);
}

.site-nav__list > li.current-menu-item > a::after,
.site-nav__list > li.current-menu-parent > a::after {
  transform: scaleX(1);
}

/* --------------------------------------------------------------------------
   Dropdown Menus â€” floating card with subtle entrance
   -------------------------------------------------------------------------- */

.site-nav__list li ul {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(8px);
  min-width: 200px;
  margin: 0;
  padding: 8px 0;
  list-style: none;
  background: var(--bg-white);
  border: 1px solid var(--border-default);
  border-radius: var(--border-radius-lg);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.1), 0 2px 8px rgba(0, 0, 0, 0.04);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
  z-index: 100;
}

.site-nav__list li:hover > ul,
.site-nav__list li.sfhover > ul {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

.site-nav__list li li {
  font-size: 13px;
  font-weight: 500;
}

.site-nav__list li li a {
  display: block;
  padding: 10px 20px;
  color: var(--color-text);
  text-decoration: none;
  font-weight: 500;
  transition: background var(--transition-fast), color var(--transition-fast);
}

.site-nav__list li li a:hover {
  background: var(--bg-lighter);
  color: var(--color-accent);
}

/* Sub-sub menus fly right */
.site-nav__list li li ul {
  left: 100%;
  top: -8px;
  transform: translateX(8px) translateY(0);
}

.site-nav__list li li:hover > ul {
  transform: translateX(0) translateY(0);
}

/* --------------------------------------------------------------------------
   Mobile Toggle Button â€” right-aligned, animated hamburger
   -------------------------------------------------------------------------- */

.site-header__toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  border-radius: var(--border-radius);
  transition: background var(--transition-fast);
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}

.site-header__toggle:hover {
  background: var(--bg-lighter);
}

.hamburger {
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 20px;
}

.hamburger span {
  display: block;
  height: 2px;
  background: var(--color-text-dark);
  border-radius: 2px;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s ease, width 0.3s ease;
}

.hamburger span:nth-child(1) { width: 20px; }
.hamburger span:nth-child(2) { width: 16px; }
.hamburger span:nth-child(3) { width: 12px; }

/* Animate to X */
.site-header__toggle[aria-expanded="true"] .hamburger span:nth-child(1) {
  width: 20px;
  transform: translateY(7px) rotate(45deg);
}

.site-header__toggle[aria-expanded="true"] .hamburger span:nth-child(2) {
  opacity: 0;
  width: 0;
}

.site-header__toggle[aria-expanded="true"] .hamburger span:nth-child(3) {
  width: 20px;
  transform: translateY(-7px) rotate(-45deg);
}

/* --------------------------------------------------------------------------
   Mobile Drawer â€” full-height slide-in from right
   -------------------------------------------------------------------------- */

.mobile-drawer-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0);
  z-index: 1100;
  pointer-events: none;
  transition: background 0.35s ease;
  -webkit-backdrop-filter: blur(0);
  backdrop-filter: blur(0);
}

.mobile-drawer-backdrop.is-active {
  background: rgba(0, 0, 0, 0.4);
  pointer-events: auto;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}

.mobile-drawer {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 320px;
  max-width: 85vw;
  z-index: 1200;
  background: var(--bg-white);
  box-shadow: -8px 0 40px rgba(0, 0, 0, 0.12);
  display: flex;
  flex-direction: column;
  transform: translateX(100%);
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
}

.mobile-drawer.is-open {
  transform: translateX(0);
}

/* Drawer header */
.mobile-drawer__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px;
  border-bottom: 1px solid var(--border-light);
  flex-shrink: 0;
}

.mobile-drawer__title {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--color-text-muted);
}

.mobile-drawer__close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: none;
  background: var(--bg-lighter);
  border-radius: var(--border-radius-round);
  cursor: pointer;
  color: var(--color-text);
  transition: background var(--transition-fast), transform var(--transition-fast);
}

.mobile-drawer__close:hover {
  background: var(--bg-medium);
  transform: rotate(90deg);
}

/* Drawer body â€” scrollable nav list */
.mobile-drawer__body {
  flex: 1;
  overflow-y: auto;
  padding: 8px 0;
  overscroll-behavior: contain;
}

.mobile-drawer__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mobile-drawer__list > li {
  opacity: 0;
  transform: translateX(20px);
}

.mobile-drawer.is-open .mobile-drawer__list > li {
  animation: drawerSlideIn 0.3s ease forwards;
}

/* Staggered entry for each item */
.mobile-drawer.is-open .mobile-drawer__list > li:nth-child(1)  { animation-delay: 0.05s; }
.mobile-drawer.is-open .mobile-drawer__list > li:nth-child(2)  { animation-delay: 0.08s; }
.mobile-drawer.is-open .mobile-drawer__list > li:nth-child(3)  { animation-delay: 0.11s; }
.mobile-drawer.is-open .mobile-drawer__list > li:nth-child(4)  { animation-delay: 0.14s; }
.mobile-drawer.is-open .mobile-drawer__list > li:nth-child(5)  { animation-delay: 0.17s; }
.mobile-drawer.is-open .mobile-drawer__list > li:nth-child(6)  { animation-delay: 0.20s; }
.mobile-drawer.is-open .mobile-drawer__list > li:nth-child(7)  { animation-delay: 0.23s; }
.mobile-drawer.is-open .mobile-drawer__list > li:nth-child(8)  { animation-delay: 0.26s; }
.mobile-drawer.is-open .mobile-drawer__list > li:nth-child(9)  { animation-delay: 0.29s; }
.mobile-drawer.is-open .mobile-drawer__list > li:nth-child(10) { animation-delay: 0.32s; }

@keyframes drawerSlideIn {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.mobile-drawer__list > li > a {
  display: flex;
  align-items: center;
  padding: 16px 24px;
  color: var(--color-text-dark);
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: background var(--transition-fast), color var(--transition-fast);
  border-left: 3px solid transparent;
}

.mobile-drawer__list > li > a:hover,
.mobile-drawer__list > li > a:focus {
  background: var(--bg-lighter);
  color: var(--color-accent);
  border-left-color: var(--color-accent);
}

.mobile-drawer__list > li.current-menu-item > a {
  color: var(--color-accent);
  border-left-color: var(--color-accent);
  background: var(--bg-lighter);
}

/* Sub-menu in drawer */
.mobile-drawer__list ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  background: var(--bg-light);
}

.mobile-drawer__list ul.is-open {
  display: block;
}

.mobile-drawer__list ul li a {
  display: block;
  padding: 12px 24px 12px 40px;
  color: var(--color-text-light);
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: color var(--transition-fast), background var(--transition-fast);
}

.mobile-drawer__list ul li a:hover {
  color: var(--color-accent);
  background: var(--bg-lighter);
}

/* Sub-menu toggle arrow */
.mobile-drawer__list .menu-item-has-children {
  position: relative;
}

.mobile-drawer__list .submenu-toggle {
  position: absolute;
  top: 0;
  right: 0;
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background: transparent;
  cursor: pointer;
  color: var(--color-text-muted);
  transition: color var(--transition-fast), transform var(--transition-fast);
}

.mobile-drawer__list .submenu-toggle:hover {
  color: var(--color-accent);
}

.mobile-drawer__list .submenu-toggle.is-open {
  transform: rotate(180deg);
}

/* Drawer footer */
.mobile-drawer__footer {
  padding: 16px 24px;
  border-top: 1px solid var(--border-light);
  flex-shrink: 0;
}

.mobile-drawer__copy {
  font-size: 12px;
  color: var(--color-text-muted);
}

/* Lock body scroll when drawer is open */
body.drawer-open {
  overflow: hidden;
}

/* --------------------------------------------------------------------------
   Legacy header classes (for banner widgets compatibility)
   -------------------------------------------------------------------------- */

.headerwidgets {
  overflow: hidden;
}

.headerwidgets .widget {
  float: right;
  padding: 5px 15px 5px 5px;
}

.headerwidgets .bannerwidget {
  float: right;
  padding: 5px 15px 5px 5px;
}

.headerwidgets .bannerwidget img {
  max-width: 100%;
  height: auto;
}


/* === content.css === */
/* ==========================================================================
   6. Content Area â€” Modern Post Cards, Pages, Slider, FAQ, Reviews
   ========================================================================== */

.container,
#main,
.site-main {
  overflow: visible;
  clear: both;
}

/* --------------------------------------------------------------------------
   Main Content
   -------------------------------------------------------------------------- */

.main-content {
  padding: 0;
  font-size: var(--font-size-base);
  line-height: var(--line-height-base);
}

.main-content--full {
  max-width: 1400px;
  margin: 0 auto;
}

.leftside .main-content {
  float: right;
}

.main-content ul,
.main-content ol {
  margin: 0;
  padding: 0 0 8px 32px;
}

.main-content ul li {
  padding: 0 0 10px;
  list-style: disc inside;
  text-indent: -0.9em;
}

.main-content ol li {
  padding: 0 0 10px;
  margin: 0;
  list-style: decimal;
}

.main-content h2.title {
  margin: 24px 0 14px;
  letter-spacing: -0.01em;
}

.main-content img.bannerAd {
  max-width: 100%;
  height: auto;
  border-radius: var(--border-radius);
}
/* --------------------------------------------------------------------------
   Featured Casino Card
   -------------------------------------------------------------------------- */

.featuredsite {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 24px;
  padding: 24px 28px;
  border: 1px solid var(--border-default);
  border-left: 4px solid var(--color-accent);
  border-radius: var(--border-radius-lg);
  background: var(--bg-white);
  box-shadow: var(--shadow-xs);
  transition: box-shadow var(--transition-base), transform var(--transition-base);
}

.featuredsite:hover {
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  transform: translateY(-2px);
}

/* Logo */
.featuredsite__logo {
  flex-shrink: 0;
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--bg-light);
  border-radius: var(--border-radius-lg);
  padding: 12px;
  overflow: hidden;
}

.featuredsite__logo img.logocomp {
  width: 100%;
  height: auto;
  aspect-ratio: 2 / 1;
  display: block;
  object-fit: contain;
  border-radius: var(--border-radius);
}

/* Body â€” middle section */
.featuredsite__body {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.featuredsite__name {
  margin: 0;
  font-size: 20px;
  font-weight: 800;
  color: var(--color-text-heading);
  line-height: 1.3;
}

.featuredsite__name a {
  color: inherit;
  text-decoration: none;
  transition: color var(--transition-fast);
}

.featuredsite__name a:hover {
  color: var(--color-accent);
}

/* Rating row */
.featuredsite__rating {
  display: flex;
  align-items: center;
  gap: 8px;
}

/* Bonus row */
.featuredsite__bonus {
  display: flex;
  align-items: baseline;
  gap: 8px;
}

.featuredsite__bonus > i {
  color: var(--color-accent);
  font-size: 16px;
  flex-shrink: 0;
}

.featuredsite__bonus-text {
  font-size: 18px;
  font-weight: 700;
  color: var(--color-text-dark);
  line-height: 1.3;
}

/* Meta chips row â€” deposit, payout, code */
.featuredsite__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 4px;
}

.featuredsite__meta-item {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 4px 10px;
  background: var(--bg-light);
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  color: var(--color-text-light);
  white-space: nowrap;
}

.featuredsite__meta-item i {
  font-size: 11px;
  color: var(--color-text-muted);
}

.featuredsite__meta-item--code {
  background: rgba(217, 119, 6, 0.08);
  color: var(--color-accent);
}

.featuredsite__meta-item--code i {
  color: var(--color-accent);
}

/* T&C row */
.featuredsite__tc {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 2px;
}

.featuredsite__tc > i {
  color: var(--color-success);
  font-size: 12px;
}

.featuredsite__tc .revlink.tc {
  font-size: 12px;
  color: var(--color-text-muted);
  text-decoration: none;
  transition: color var(--transition-fast);
}

.featuredsite__tc .revlink.tc:hover {
  color: var(--color-accent);
}

/* Action column */
.featuredsite__action {
  flex-shrink: 0;
}

.featuredsite__action .visbutton {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
  padding: 14px 28px;
  font-size: 16px !important;
  font-weight: 700;
  transition: gap var(--transition-fast), transform var(--transition-fast);
}

.featuredsite__action .visbutton:hover {
  gap: 12px;
  transform: translateY(-1px);
}

.featuredsite__action .visbutton i {
  font-size: 14px;
  transition: transform var(--transition-fast);
}

.featuredsite__action .visbutton:hover i {
  transform: translateX(3px);
}


/* --------------------------------------------------------------------------
   Comparison Table
   -------------------------------------------------------------------------- */

.comptable {
  font-size: 15px;
  line-height: 1.2;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  margin-bottom: 30px;
  border: 1px solid var(--border-default);
  border-radius: var(--border-radius-lg);
  overflow: hidden;
}

.comptable tr.topcomp {
  background: var(--color-primary);
}

.comptable th {
  color: var(--bg-white);
  padding: 14px 6px;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 13px;
  letter-spacing: 0.04em;
  line-height: 1em;
}

.comptable td {
  text-align: center;
  color: var(--color-text);
  line-height: 1.2;
  padding: 12px 6px;
  font-weight: 600;
  border-bottom: 1px solid var(--border-light);
  transition: background var(--transition-fast);
}

.comptable tr:nth-child(2n + 1) td {
  background: var(--bg-light);
}

.comptable tr:hover td {
  background: rgba(31, 41, 55, 0.04);
}

.comptable tr:last-child td {
  border-bottom: none;
}

.comptable img.logocomp {
  display: block;
  margin: 0 auto;
  width: 150px;
  height: auto;
  max-width: 100%;
  border-radius: var(--border-radius);
}

.comptable .rankcol  { width: 10%; }
.comptable .casinocol { width: 25%; }
.comptable .bonuscol  { width: 24%; }
.comptable .ratecol   { width: 23%; }
.comptable .visitcol  { width: 18%; }

.comptable a.visbutton {
  display: block;
  width: 120px;
  margin: 0 auto 8px;
}

.rankcir {
  background: var(--color-primary);
  color: var(--bg-white);
  width: 48px;
  height: 48px;
  border-radius: 24px;
  font-size: 26px;
  line-height: 48px;
  font-weight: 800;
  margin: 0 auto;
  display: block;
  box-shadow: 0 2px 8px rgba(31, 41, 55, 0.25);
}

.topcomp .topcomp_center {
  display: grid;
  justify-content: center;
}

/* --------------------------------------------------------------------------
   Bonus Table 2 â€” Clean Structured Table ([bonustable_fixed])
   -------------------------------------------------------------------------- */

.btable2-wrap {
  margin-bottom: 32px;
  border: 1px solid rgba(31, 41, 55, 0.12);
  border-radius: 14px;
  overflow-x: auto;
  overflow-y: hidden;
  background: var(--bg-white);
  box-shadow: 0 2px 12px rgba(31, 41, 55, 0.08), 0 0 0 1px rgba(31, 41, 55, 0.04);
}

.btable2 {
  width: 100%;
  min-width: 860px;
  border-collapse: separate;
  border-spacing: 0;
}

.btable2 thead th {
  text-align: left;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--bg-white);
  padding: 15px 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  white-space: nowrap;
  background: var(--color-primary);
}

.btable2 thead th:first-child {
  border-radius: 14px 0 0 0;
}

.btable2 thead th:last-child {
  border-radius: 0 14px 0 0;
}

.btable2 thead th i {
  color: var(--color-accent);
  margin-right: 6px;
}

.btable2 thead th.btable2__col-rank {
  width: 64px;
  text-align: center;
}

.btable2 thead th.btable2__col-site {
  width: 32%;
}

.btable2 thead th.btable2__col-bonus {
  width: 36%;
}

.btable2 thead th.btable2__col-rating {
  width: 150px;
  text-align: center;
}

.btable2 thead th.btable2__col-action {
  width: 176px;
  text-align: center;
}

.btable2 tbody tr {
  background: var(--bg-white);
  transition: background var(--transition-fast), box-shadow var(--transition-fast);
}

.btable2 tbody tr:nth-child(even) {
  background: var(--bg-light);
}

.btable2 tbody tr:hover {
  background: rgba(217, 119, 6, 0.05);
  box-shadow: inset 4px 0 0 var(--color-accent);
}

.btable2 tbody tr + tr td {
  border-top: 1px solid rgba(31, 41, 55, 0.06);
}

.btable2 td {
  vertical-align: middle;
  padding: 18px;
}

.btable2 td.btable2__col-rank {
  text-align: center;
}

.btable2__rank {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 800;
  color: var(--color-text-muted);
  background: rgba(31, 41, 55, 0.06);
  border: 2px solid transparent;
}

.btable2__rank--top {
  color: var(--bg-white);
  background: var(--color-accent);
  border-color: rgba(217, 119, 6, 0.3);
  box-shadow: 0 3px 10px rgba(217, 119, 6, 0.3);
}

.btable2__site {
  display: flex;
  align-items: center;
  gap: 14px;
}

.btable2__logo-link {
  flex-shrink: 0;
}

.btable2__logo {
  display: block;
  width: 140px;
  height: 70px;
  object-fit: contain;
  border: 1px solid var(--border-default);
  border-radius: 10px;
  background: var(--bg-white);
  padding: 6px;
  box-shadow: 0 1px 4px rgba(31, 41, 55, 0.06);
}

.btable2__site-meta {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.btable2__name {
  font-size: 17px;
  font-weight: 700;
  color: var(--color-text-heading);
  text-decoration: none;
  line-height: 1.25;
  transition: color var(--transition-fast);
}

.btable2__name:hover {
  color: var(--color-accent);
}

.btable2__review {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 600;
  color: var(--color-text-light);
  text-decoration: none;
  transition: color var(--transition-fast);
}

.btable2__review:hover {
  color: var(--color-accent);
}

/* Bonus text collapsible wrapper */
.btable2__bonus-wrap {
  position: relative;
}

.btable2__bonus-header {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.btable2__bonus-icon {
  flex-shrink: 0;
  margin-top: 3px;
  font-size: 15px;
  color: var(--color-accent);
}

.btable2__bonus {
  display: block;
  font-size: 16px;
  font-weight: 800;
  color: var(--color-text-heading);
  line-height: 1.35;
}

.btable2__meta-toggle {
  margin-top: 8px;
  padding: 0;
  border: none;
  background: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  font-weight: 700;
  color: var(--color-text-light);
  cursor: pointer;
  user-select: none;
}

.btable2__meta-toggle i {
  font-size: 10px;
  transition: transform var(--transition-fast);
}

.btable2__meta-toggle.is-open i {
  transform: rotate(180deg);
}

.btable2__meta[hidden] {
  display: none !important;
}

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

.btable2__meta-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  max-width: 100%;
  font-size: 11px;
  font-weight: 700;
  color: var(--color-text);
  background: rgba(31, 41, 55, 0.06);
  border-radius: 999px;
  padding: 4px 9px;
}

.btable2__meta-chip i {
  flex-shrink: 0;
  color: var(--color-accent);
}

.btable2__meta-txt {
  display: inline;
  white-space: normal;
  overflow-wrap: anywhere;
}

.btable2__meta-chip--code {
  color: var(--color-accent-hover);
  background: rgba(217, 119, 6, 0.14);
}

.btable2__tc-toggle {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 10px;
  padding: 6px 11px;
  border: 1px solid rgba(31, 41, 55, 0.15);
  border-radius: 999px;
  background: var(--bg-lighter);
  font-size: 11px;
  font-weight: 700;
  color: var(--color-text-light);
  cursor: pointer;
  transition: color var(--transition-fast), border-color var(--transition-fast), background var(--transition-fast);
}

.btable2__tc-toggle:hover,
.btable2__tc-toggle.is-open {
  color: var(--color-accent);
  border-color: rgba(217, 119, 6, 0.35);
  background: rgba(217, 119, 6, 0.08);
}

.btable2__tc-panel[hidden] {
  display: none !important;
}

.btable2__tc-panel {
  margin: 0;
  padding: 14px 16px;
  border: 1px solid rgba(31, 41, 55, 0.12);
  border-left: 3px solid var(--color-accent);
  border-radius: 10px;
  background: rgba(31, 41, 55, 0.02);
  animation: btable2TcFadeIn 0.24s ease;
}

.btable2__tc-text {
  margin: 0;
  font-size: 12px;
  line-height: 1.45;
  color: var(--color-text);
  white-space: normal;
  overflow-wrap: anywhere;
}

.btable2__tc-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 8px;
  font-size: 11px;
  font-weight: 700;
  color: var(--color-accent);
  text-decoration: none;
}

.btable2__tc-link:hover {
  text-decoration: underline;
}

.btable2__tc-row td {
  border-top: none !important;
  background: transparent !important;
  padding: 0 18px 18px;
}

.btable2__tc-row:hover td {
  box-shadow: none !important;
}

.btable2__tc-row-cell {
  text-align: left;
}

@keyframes btable2TcFadeIn {
  from {
    opacity: 0;
    transform: translateY(-6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.btable2 td.btable2__col-rating,
.btable2 td.btable2__col-action {
  text-align: center;
}

.btable2__rating-wrap {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

.btable2__score {
  width: 42px;
  height: 42px;
  border-radius: 9px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 800;
  color: var(--bg-white);
  background: var(--color-primary);
}

.btable2__stars {
  font-size: 12px;
  white-space: nowrap;
}

.btable2__cta {
  width: 100%;
  max-width: 145px;
  min-width: 0;
  margin: 0 0 8px;
  padding: 12px 14px;
  font-size: 14px !important;
  box-shadow: 0 2px 8px rgba(217, 119, 6, 0.25);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.btable2__cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 14px rgba(217, 119, 6, 0.35);
}

.btable2__cta i {
  margin-right: 6px;
}


/* --------------------------------------------------------------------------
   FAQ Accordion
   -------------------------------------------------------------------------- */

.faqs {
  margin-top: 48px;
}

.faqs > h2 {
  margin: 0 0 18px;
}

.faq {
  margin-bottom: 12px;
}

.faq .question {
  background: var(--bg-white);
  border-radius: var(--border-radius-lg);
  border: 1px solid var(--border-default);
  transition: border-color var(--transition-fast), box-shadow var(--transition-fast), transform var(--transition-fast);
}

.faq .question:hover {
  border-color: var(--border-medium);
  box-shadow: var(--shadow-xs);
  transform: translateY(-1px);
}

.faq .question_inside {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 17px 20px;
  cursor: pointer;
  align-items: center;
}

.faq .question_leftside {
  display: flex;
  min-width: 0;
  column-gap: 10px;
  align-items: center;
}

.faq .question_leftside h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  color: var(--color-text-heading);
  line-height: 1.45;
}

.faq .fa-solid {
  font-family: fontawesome;
}

.faq .question_rightside {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 10px;
  background: var(--bg-lighter);
  color: var(--color-text-muted);
}

.faq .question_rightside .fa-chevron-down { display: block; }
.faq .question_rightside .fa-chevron-up   { display: none; }

.faq .answer {
  border: 1px solid var(--border-default);
  border-top: none;
  font-size: 15px;
  line-height: 1.7;
  border-radius: 0 0 var(--border-radius) var(--border-radius);
  padding: 16px 20px;
  display: none;
  color: var(--color-text);
  background: var(--bg-white);
}

/* === content-blog.css === */
/* ==========================================================================
   Blog / Archive / Search â€” Post Feed & Cards
   ========================================================================== */

/* --------------------------------------------------------------------------
   Post Feed (index / blog listing)
   -------------------------------------------------------------------------- */

.post-feed {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

/* --------------------------------------------------------------------------
   Post Card
   -------------------------------------------------------------------------- */

.post-card {
  display: grid;
  grid-template-columns: 280px 1fr;
  background: var(--bg-white);
  border-radius: var(--border-radius-lg);
  border: 1px solid var(--border-default);
  overflow: hidden;
  transition: box-shadow var(--transition-base), transform var(--transition-base);
}

.post-card:hover {
  box-shadow: var(--shadow-card);
  transform: translateY(-2px);
}

.post-card__thumb {
  display: block;
  overflow: hidden;
  aspect-ratio: 4/3;
}

.post-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--transition-slow);
}

.post-card:hover .post-card__img {
  transform: scale(1.04);
}

.post-card__body {
  padding: 24px 28px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}

.post-card__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.35;
  margin: 0;
  letter-spacing: -0.01em;
}

.post-card__title a {
  color: var(--color-text-heading);
  text-decoration: none;
  font-weight: 700;
  transition: color var(--transition-fast);
}

.post-card__title a:hover {
  color: var(--color-accent);
}

.post-card__excerpt {
  color: var(--color-text-light);
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
}

.post-card__excerpt p {
  margin: 0;
}

.post-card__more {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--color-accent);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  margin-top: 4px;
  transition: gap var(--transition-fast), color var(--transition-fast);
}

.post-card__more:hover {
  gap: 10px;
  color: var(--color-accent-hover);
}

.post-card__more svg {
  flex-shrink: 0;
}

/* Post card without thumbnail â€” span full width */
.post-card:not(:has(.post-card__thumb)) {
  grid-template-columns: 1fr;
}

/* --------------------------------------------------------------------------
   Bylines (inside post cards)
   -------------------------------------------------------------------------- */

.post-card .bylines {
  font-size: 13px;
  color: var(--color-text-muted);
  margin: 0;
  order: -1;
}

.post-card .bylines a {
  color: var(--color-text-light);
  font-weight: 600;
}

/* --------------------------------------------------------------------------
   Archive Header
   -------------------------------------------------------------------------- */

.archive-header {
  background: var(--bg-white);
  border-radius: var(--border-radius-lg);
  border: 1px solid var(--border-default);
  padding: 32px 36px;
  margin-bottom: 24px;
}

.archive-header__title {
  font-size: 28px;
  font-weight: 800;
  line-height: 1.3;
  margin: 0;
  letter-spacing: -0.02em;
  color: var(--color-text-heading);
}

.archive-header__desc {
  margin-top: 12px;
  font-size: 15px;
  line-height: 1.6;
  color: var(--color-text-light);
}

.archive-header__desc p:last-child {
  margin-bottom: 0;
}

/* --------------------------------------------------------------------------
   Blog Intro (page content above the post listing)
   -------------------------------------------------------------------------- */

.blog-intro {
  background: var(--bg-white);
  border-radius: var(--border-radius-lg);
  border: 1px solid var(--border-default);
  padding: 32px 36px;
  margin-bottom: 24px;
  font-size: var(--font-size-base);
  line-height: var(--line-height-base);
}

/* --------------------------------------------------------------------------
   Blog Article (full-content mode)
   -------------------------------------------------------------------------- */

.blog-article {
  background: var(--bg-white);
  border-radius: var(--border-radius-lg);
  border: 1px solid var(--border-default);
  padding: 32px 36px;
  transition: box-shadow var(--transition-base);
}

.blog-article:hover {
  box-shadow: var(--shadow-card);
}

.blog-article__title {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.35;
  margin: 0 0 8px;
  letter-spacing: -0.01em;
}

.blog-article__title a {
  color: var(--color-text-heading);
  text-decoration: none;
  transition: color var(--transition-fast);
}

.blog-article__title a:hover {
  color: var(--color-accent);
}

.blog-article__content {
  font-size: var(--font-size-base);
  line-height: var(--line-height-base);
  color: var(--color-text);
}

.blog-article .bylines {
  font-size: 13px;
  color: var(--color-text-muted);
  margin: 0 0 16px;
}


/* === content-page.css === */
/* ==========================================================================
   Page Article (fullpage / page template)
   ========================================================================== */

.page-article {
  background: var(--bg-white);
  border-radius: var(--border-radius-lg);
  border: 1px solid var(--border-default);
  padding: 48px 56px;
}

.page-article__header {
  margin-bottom: 32px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--border-light);
}

.page-article__title {
  font-size: 32px;
  font-weight: 800;
  line-height: 1.25;
  margin: 0;
  letter-spacing: -0.02em;
  color: var(--color-text-heading);
}

.page-article__content {
  font-size: var(--font-size-base);
  line-height: var(--line-height-base);
}

/* ==========================================================================
   404 Error Page
   ========================================================================== */

.error-page {
  background: var(--bg-white);
  border-radius: var(--border-radius-lg);
  border: 1px solid var(--border-default);
  padding: 80px 56px;
  text-align: center;
  max-width: 680px;
  margin: 0 auto;
}

.error-page__code {
  font-size: 120px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.04em;
  color: var(--color-accent);
  opacity: 0.15;
  margin-bottom: -10px;
}

.error-page__title {
  font-size: 28px;
  font-weight: 800;
  line-height: 1.3;
  margin: 0 0 16px;
  color: var(--color-text-heading);
  letter-spacing: -0.02em;
}

.error-page__desc {
  font-size: 16px;
  line-height: 1.6;
  color: var(--color-text-light);
  margin: 0 0 32px;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}

.error-page__search {
  max-width: 400px;
  margin: 0 auto 24px;
}

.error-page__home {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--color-accent);
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: color var(--transition-fast), gap var(--transition-fast);
}

.error-page__home:hover {
  color: var(--color-accent-hover);
  gap: 10px;
}


/* === content-slider.css === */
/* ==========================================================================
   FlexSlider / Top Slider (template-slider.php)
   ========================================================================== */

.top-slider {
  display: block;
  border-radius: var(--border-radius-lg);
  overflow: hidden;
  margin-bottom: 28px;
  width: 100%;
  border: 1px solid var(--border-default);
  box-shadow: var(--shadow-xs);
}

.top-slider .slides,
.top-slider ul,
.top-slider ul.slides {
  padding: 0;
  margin: 0;
}

.top-slider ul li,
.top-slider .slides li {
  text-indent: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Slide item â€” two-panel card */
.slide-item {
  display: flex;
  align-items: stretch;
  min-height: 200px;
  background: var(--bg-white);
  overflow: hidden;
}

/* Left panel: image at natural size, centered in a tinted area */
.slide-item__media {
  flex-shrink: 0;
  width: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: var(--bg-light);
  border-right: 1px solid var(--border-light);
}

.slide-item__img {
  display: block;
  max-width: 100%;
  max-height: 160px;
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: var(--border-radius);
}

.slide-item__placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: var(--border-radius-round);
  background: var(--bg-medium);
  color: var(--color-text-muted);
  font-size: 28px;
}

/* Right panel: content */
.slide-item__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 28px 32px;
  min-width: 0;
}

.slide-item__badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  width: fit-content;
  padding: 4px 12px;
  border-radius: 20px;
  background: rgba(217, 119, 6, 0.1);
  color: var(--color-accent);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 10px;
}

.slide-item__badge i {
  font-size: 11px;
}

.slide-item__title {
  font-size: 24px;
  font-weight: 800;
  color: var(--color-text-heading);
  margin: 0 0 8px;
  line-height: 1.25;
  letter-spacing: -0.01em;
}

.slide-item__text {
  color: var(--color-text-light);
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 16px;
}

.slide-item__text p {
  margin: 0 0 6px;
}

.slide-item__text p:last-child {
  margin-bottom: 0;
}

.slide-item__btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  padding: 11px 24px;
  background: var(--color-accent);
  color: #fff !important;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none !important;
  border-radius: var(--border-radius);
  transition: background var(--transition-fast), transform var(--transition-fast), gap var(--transition-fast);
  letter-spacing: 0.02em;
}

.slide-item__btn:hover {
  background: var(--color-accent-hover);
  transform: translateY(-1px);
  gap: 12px;
}

.slide-item__btn i {
  font-size: 13px;
  transition: transform var(--transition-fast);
}

.slide-item__btn:hover i {
  transform: translateX(2px);
}

/* FlexSlider nav dots */
.top-slider .flex-control-nav {
  position: absolute;
  bottom: 16px;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  z-index: 3;
}

.top-slider .flex-control-nav li {
  margin: 0 4px;
  display: inline-block;
}

.top-slider .flex-control-nav a {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--bg-medium);
  font-size: 0;
  cursor: pointer;
  transition: background var(--transition-fast), transform var(--transition-fast);
}

.top-slider .flex-control-nav a:hover,
.top-slider .flex-control-nav a.flex-active {
  background: var(--color-accent);
  transform: scale(1.3);
}


/* === content-casino.css === */
/* ==========================================================================
   Single Casino Review (single-casino.php)
   
   Components:
     1. Layout & Hero
     2. Score & Rating
     3. Bonus & Code
     4. T&C Toggle (shared component)
     5. Pros & Cons
     6. Info Table
     7. Content Area & CTA Box
     8. Responsive
   ========================================================================== */

/* --------------------------------------------------------------------------
   1. Layout & Hero
   -------------------------------------------------------------------------- */

.casino-review {
  --brand-color: #1f2937;
  display: grid;
  gap: 20px;
}

.casino-hero {
  border-radius: 16px;
  border: 1px solid var(--color-border);
  background: var(--color-surface);
  box-shadow: var(--shadow-sm);
  overflow: hidden;
}

.casino-hero__top {
  display: grid;
  grid-template-columns: 160px 1fr auto;
  align-items: center;
  gap: 24px;
  padding: 28px;
}

.casino-hero__logo {
  position: relative;
}

.casino-logo-wrap {
  width: 140px;
  height: 110px;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  border: 1px solid color-mix(in srgb, var(--brand-color) 20%, var(--color-border));
  background: color-mix(in srgb, var(--brand-color) 8%, var(--color-surface));
}

.casino-logo-wrap a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.casino-logo-wrap img {
  max-width: 100%;
  max-height: 75px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.casino-rank {
  position: absolute;
  top: -8px;
  left: -8px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 6px 10px;
  border-radius: 999px;
  background: var(--brand-color);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.03em;
  box-shadow: var(--shadow-sm);
}

.casino-rank i { font-size: 10px; }

.casino-hero__main {
  display: grid;
  gap: 12px;
}

.casino-hero__title {
  margin: 0;
  font-size: 2.4rem;
  font-weight: 800;
  line-height: 1.2;
  color: var(--color-text-heading);
}

/* --------------------------------------------------------------------------
   2. Score & Rating
   -------------------------------------------------------------------------- */

.casino-hero__rating {
  display: flex;
  align-items: center;
  gap: 14px;
}

.casino-score {
  display: flex;
  align-items: baseline;
}

.casino-score__value {
  font-size: 2.8rem;
  font-weight: 900;
  line-height: 1;
  color: var(--color-text-heading);
}

.casino-score__max {
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--color-text-muted);
}

.casino-stars {
  display: flex;
  align-items: center;
  gap: 3px;
  font-size: 15px;
}

/* --------------------------------------------------------------------------
   3. Bonus & Code
   -------------------------------------------------------------------------- */

.casino-hero__bonus {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 10px;
  background: color-mix(in srgb, var(--color-accent) 10%, var(--color-surface));
  border: 1px solid color-mix(in srgb, var(--color-accent) 25%, var(--color-border));
  width: fit-content;
}

.casino-hero__bonus i { color: var(--color-accent); font-size: 16px; }

.casino-hero__bonus span {
  color: var(--color-text-heading);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
}

.casino-hero__code {
  display: flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
}

.casino-code-label {
  color: var(--color-text-muted);
  font-size: 13px;
  font-weight: 600;
}

.casino-code-value {
  padding: 6px 12px;
  border-radius: 8px;
  border: 1px dashed var(--color-border-strong);
  background: var(--color-surface-soft);
  color: var(--color-text-heading);
  font-size: 14px;
  font-weight: 800;
  font-family: inherit;
  letter-spacing: 0.05em;
}

.casino-code-copy {
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--color-border);
  border-radius: 8px;
  background: var(--color-surface);
  color: var(--color-text-muted);
  cursor: pointer;
  transition: all var(--transition-fast);
}

.casino-code-copy:hover {
  background: var(--color-surface-soft);
  color: var(--color-accent);
  border-color: var(--color-accent);
}

.casino-code-copy.copied {
  background: var(--color-success);
  border-color: var(--color-success);
  color: #fff;
}

/* CTA Button */
.casino-hero__cta {
  display: grid;
  gap: 10px;
  min-width: 200px;
}

.casino-visit-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 28px;
  border-radius: 12px;
  background: var(--brand-color);
  color: #fff !important;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: all var(--transition-fast);
  box-shadow: 0 4px 12px color-mix(in srgb, var(--brand-color) 30%, transparent);
}

.casino-visit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px color-mix(in srgb, var(--brand-color) 40%, transparent);
}

.casino-visit-btn i {
  font-size: 14px;
  transition: transform var(--transition-fast);
}

.casino-visit-btn:hover i { transform: translateX(3px); }

/* --------------------------------------------------------------------------
   4. T&C Toggle (shared component)
   -------------------------------------------------------------------------- */

.cr-tc-wrap__body {
  max-height: 0;
  overflow: hidden;
  transition: max-height var(--transition-base), padding var(--transition-base);
}

.cr-tc-wrap.is-open .cr-tc-wrap__body {
  max-height: 420px;
  padding-top: 8px;
}

.cr-tc-wrap__body p {
  margin: 0;
  font-size: 12px;
  line-height: 1.55;
  color: var(--color-text-light);
  padding: 8px 10px;
  background: var(--bg-lighter);
  border: 1px solid var(--border-light);
  border-radius: var(--border-radius-sm);
}

.cr-tc-wrap__body strong { color: var(--color-text-heading); }

.cr-tc-wrap__link {
  color: var(--color-accent);
  font-weight: 700;
  text-decoration: none;
  margin-left: 5px;
}

.cr-tc-wrap__link:hover { color: var(--color-accent-hover); }

.cr-toggle-btn {
  margin-top: 8px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 1px solid var(--border-default);
  background: #fff;
  border-radius: var(--border-radius-sm);
  padding: 5px 11px;
  color: var(--color-text-light);
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  transition: all var(--transition-fast);
}

.cr-toggle-btn:hover {
  border-color: var(--border-medium);
  color: var(--color-text-heading);
}

.cr-toggle-btn--sm { margin-top: 0; font-size: 11px; }

.cr-toggle-btn__hide { display: none; }

.cr-tc-wrap.is-open .cr-toggle-btn .cr-toggle-btn__show { display: none; }

.cr-tc-wrap.is-open .cr-toggle-btn .cr-toggle-btn__hide {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

/* --------------------------------------------------------------------------
   5. Pros & Cons
   -------------------------------------------------------------------------- */

.casino-pc { margin: 8px 0 0; }

.casino-pc__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.casino-pc--single .casino-pc__grid { grid-template-columns: 1fr; }

.casino-pc__col {
  --pc-accent: var(--color-accent);
  --pc-accent-soft: rgba(217, 119, 6, 0.10);
  --pc-accent-border: rgba(217, 119, 6, 0.18);
  --pc-ink: var(--color-accent-hover);
  position: relative;
  border-radius: var(--border-radius-xl);
  border: 1px solid var(--border-default);
  background: var(--bg-white);
  overflow: hidden;
  box-shadow: var(--shadow-card);
}

.casino-pc__col--pros {
  --pc-accent: var(--color-success);
  --pc-accent-soft: rgba(16, 185, 129, 0.12);
  --pc-accent-border: rgba(16, 185, 129, 0.22);
  --pc-ink: #059669;
}

.casino-pc__col--cons {
  --pc-accent: var(--color-danger);
  --pc-accent-soft: rgba(239, 68, 68, 0.10);
  --pc-accent-border: rgba(239, 68, 68, 0.18);
  --pc-ink: #dc2626;
}

/* Header */
.casino-pc__header {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 18px 22px 16px;
  background: linear-gradient(180deg, var(--bg-light) 0%, var(--bg-white) 100%);
  border-bottom: 1px solid var(--border-default);
}

.casino-pc__header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 22px;
  right: 22px;
  height: 3px;
  border-radius: 999px;
  background: var(--pc-accent);
}

.casino-pc__badge {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  font-size: 15px;
  background: var(--pc-accent-soft);
  border: 1px solid var(--pc-accent-border);
  color: var(--pc-ink);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6);
}

.casino-pc__badge i { display: block; line-height: 1; }

.casino-pc__title {
  flex: 1;
  margin: 0;
  font-size: 1.7rem;
  font-weight: 800;
  color: var(--color-text-heading);
}

.casino-pc__count {
  min-width: 30px;
  height: 30px;
  padding: 0 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid var(--border-default);
  background: var(--bg-white);
  color: var(--pc-ink);
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  box-shadow: var(--shadow-xs);
}

/* List */
.casino-pc__list {
  list-style: none;
  margin: 0;
  padding: 8px 0;
}

.casino-pc__item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 14px 22px;
  border-bottom: 1px solid var(--border-light);
  transition: background var(--transition-fast);
}

.casino-pc__item:last-child { border-bottom: 0; }

.casino-pc__item:nth-child(even) {
  background: color-mix(in srgb, var(--pc-accent-soft) 24%, var(--bg-white));
}

.casino-pc__item:hover {
  background: color-mix(in srgb, var(--pc-accent-soft) 40%, var(--bg-light));
}

.casino-pc__icon {
  width: 22px;
  height: 22px;
  margin-top: 7px;
  display: inline-grid;
  place-items: center;
  flex-shrink: 0;
  border-radius: 999px;
  color: var(--pc-ink);
  font-size: 10px;
  line-height: 1;
}

.casino-pc__item span {
  font-size: 15px;
  line-height: 1.6;
  color: var(--color-text);
}

/* --------------------------------------------------------------------------
   6. Info Table
   -------------------------------------------------------------------------- */

.casino-info-table {
  border-radius: var(--border-radius-xl);
  border: 1px solid var(--border-default);
  background: var(--bg-white);
  overflow: hidden;
}

.casino-info-table__head {
  padding: 16px 24px;
  background: var(--bg-light);
  border-bottom: 1px solid var(--border-default);
}

.casino-info-table__title {
  margin: 0;
  font-size: 1.8rem;
  font-weight: 800;
  color: var(--color-text-heading);
}

.casino-info-table__body {
  width: 100%;
  border-collapse: collapse;
}

.casino-info-table__body th,
.casino-info-table__body td {
  padding: 13px 24px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid var(--border-light);
}

.casino-info-table__body tr:last-child th,
.casino-info-table__body tr:last-child td { border-bottom: 0; }

.casino-info-table__body tr:nth-child(even) { background: var(--bg-light); }

.casino-info-table__body th {
  width: 200px;
  color: var(--color-text-light);
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
}

.casino-info-table__body td {
  color: var(--color-text-heading);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
  word-break: break-word;
}

.casino-info-table__body td a {
  color: var(--color-accent);
  text-decoration: none;
  font-weight: 700;
  transition: color var(--transition-fast);
}

.casino-info-table__body td a:hover {
  color: var(--color-accent-hover);
  text-decoration: underline;
}

.casino-info-table__body td a i {
  margin-left: 5px;
  font-size: 11px;
  opacity: 0.7;
}

/* --------------------------------------------------------------------------
   7. Content Area & CTA Box
   -------------------------------------------------------------------------- */

.casino-content {
  padding: 24px;
  border-radius: 16px;
  border: 1px solid var(--color-border);
  background: var(--color-surface);
}

.casino-faqs { margin-top: 32px; }
.casino-comments { margin-top: 8px; }

/* CTA Box (inside content, before FAQ) */
.casino-cta {
  position: relative;
  margin: 36px 0;
  padding: 28px;
  border-radius: 16px;
  background: var(--cta-color, #1f2937);
  overflow: hidden;
}

.casino-cta__glow {
  position: absolute;
  top: -40%;
  right: -10%;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0) 70%);
  pointer-events: none;
}

.casino-cta__inner {
  position: relative;
  display: flex;
  align-items: center;
  gap: 24px;
  z-index: 1;
}

.casino-cta__logo {
  width: 100px;
  height: 75px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  padding: 10px;
}

.casino-cta__logo img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.casino-cta__body { flex: 1; min-width: 0; }

.casino-cta__heading {
  margin: 0 0 4px;
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.3;
}

.casino-cta__bonus {
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
}

.casino-cta__bonus i {
  margin-right: 6px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
}

.casino-cta__btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 28px;
  border-radius: 10px;
  background: #fff;
  color: var(--cta-color, #1f2937) !important;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
  flex-shrink: 0;
  transition: all var(--transition-fast);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

.casino-cta__btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.25);
}

.casino-cta__btn i {
  font-size: 13px;
  transition: transform var(--transition-fast);
}

.casino-cta__btn:hover i { transform: translateX(3px); }

/* --------------------------------------------------------------------------
   8. Responsive
   -------------------------------------------------------------------------- */

@media (max-width: 900px) {
  .casino-hero__top {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .casino-hero__logo { justify-self: center; }

  .casino-rank {
    top: -6px;
    left: 50%;
    transform: translateX(-50%);
  }

  .casino-hero__main { align-items: center; }

  .casino-hero__bonus,
  .casino-hero__code {
    justify-content: center;
    margin: 0 auto;
  }

  .casino-hero__rating { justify-content: center; }

  .casino-hero__cta {
    width: 100%;
    max-width: 300px;
    justify-self: center;
  }

  .casino-pc__grid { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
  .casino-hero__top { padding: 20px; gap: 20px; }
  .casino-hero__title { font-size: 2rem; }
  .casino-score__value { font-size: 2.2rem; }
  .casino-visit-btn { padding: 14px 24px; font-size: 15px; }

  .casino-cta { padding: 22px; }

  .casino-cta__inner { flex-wrap: wrap; gap: 16px; }
  .casino-cta__logo { width: 75px; height: 57px; }
  .casino-cta__body { flex-basis: calc(100% - 84px); }

  .casino-cta__btn {
    width: 100%;
    justify-content: center;
    padding: 14px 20px;
  }

  /* Info table: stack on mobile */
  .casino-info-table__body th,
  .casino-info-table__body td {
    display: block;
    padding: 0 18px;
    width: auto;
  }

  .casino-info-table__body th {
    padding-top: 12px;
    padding-bottom: 2px;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--color-text-muted);
  }

  .casino-info-table__body td {
    padding-bottom: 12px;
    font-size: 14px;
  }

  .casino-info-table__body tr {
    border-bottom: 1px solid var(--border-light);
  }

  .casino-info-table__body tr:last-child { border-bottom: 0; }
}

/* --------------------------------------------------------------------------
   9. Sticky Casino Bottom Bar
   -------------------------------------------------------------------------- */

.casino-sticky-bar {
  position: fixed;
  bottom: -100px;
  left: 0;
  right: 0;
  z-index: 999;
  background: var(--color-surface, #fff);
  border-top: 1px solid var(--color-border, #e5e7eb);
  box-shadow: 0 -4px 20px rgba(0,0,0,0.12);
  transition: bottom 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.casino-sticky-bar.is-visible {
  bottom: 0;
}

.casino-sticky-bar.is-dismissed {
  bottom: -100px !important;
}

.casino-sticky-bar__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 10px 20px;
}

.casino-sticky-bar__close {
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
  color: var(--color-text-muted, #6b7280);
  line-height: 1;
  padding: 4px 8px;
  border-radius: 4px;
  flex-shrink: 0;
}

.casino-sticky-bar__close:hover {
  background: var(--color-bg-hover, #f3f4f6);
  color: var(--color-text, #111827);
}

.casino-sticky-bar__logo {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--brand-color, #1f2937);
  border-radius: 8px;
  padding: 6px;
  overflow: hidden;
  flex-shrink: 0;
}

.casino-sticky-bar__logo img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.casino-sticky-bar__info {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.casino-sticky-bar__name {
  font-size: 14px;
  font-weight: 700;
  color: var(--color-text, #111827);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.casino-sticky-bar__rating {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  color: var(--color-text, #111827);
}

.casino-sticky-bar__rating .casino-stars {
  font-size: 11px;
}

.casino-sticky-bar__bonus {
  font-size: 13px;
  color: var(--color-text-muted, #6b7280);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-left: auto;
  flex-shrink: 1;
  min-width: 0;
}

.casino-sticky-bar__bonus i {
  color: var(--color-accent, #f59e0b);
  margin-right: 4px;
}

.casino-sticky-bar__btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--brand-color, #1f2937);
  color: #fff;
  padding: 10px 24px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  transition: filter 0.2s, transform 0.2s;
  white-space: nowrap;
  flex-shrink: 0;
}

.casino-sticky-bar__btn:hover {
  filter: brightness(1.15);
  color: #fff;
}

.casino-sticky-bar__btn i {
  font-size: 12px;
  transition: transform 0.2s;
}

.casino-sticky-bar__btn:hover i {
  transform: translateX(3px);
}

/* Mobile: hide bonus text, compact layout */
@media (max-width: 600px) {
  .casino-sticky-bar__bonus {
    display: none;
  }
  .casino-sticky-bar__inner {
    gap: 10px;
    padding: 8px 12px;
  }
  .casino-sticky-bar__btn {
    padding: 8px 16px;
    font-size: 13px;
  }
}


/* === content-games.css === */
/* ==========================================================================
   Game List (template-games.php) & Game Review (single-game.php)
   ========================================================================== */

/* --------------------------------------------------------------------------
   Game List
   -------------------------------------------------------------------------- */

.gamelist_item_container {
  width: 100%;
  margin-bottom: 28px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.gamelist_item {
  width: calc(25% - 9px);
  padding: 0;
  text-align: center;
  border: 1px solid var(--border-default);
  border-radius: var(--border-radius);
  overflow: hidden;
  background: var(--bg-white);
  transition: box-shadow var(--transition-fast), transform var(--transition-fast);
}

.gamelist_item:hover {
  box-shadow: var(--shadow-sm);
  transform: translateY(-3px);
}

.gamelist_item span {
  display: block;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  padding: 10px 8px;
  letter-spacing: 0.03em;
  color: var(--color-text-heading);
}

.gameitem_img {
  width: 100%;
  height: 125px;
  overflow: hidden;
  border-bottom: 1px solid var(--border-light);
}

.gameitem_img img {
  width: 100%;
  height: auto;
  min-height: 125px;
  object-fit: cover;
  transition: transform var(--transition-base);
}

.gamelist_item:hover .gameitem_img img {
  transform: scale(1.05);
}

/* --------------------------------------------------------------------------
   Game Review (single-game.php)
   -------------------------------------------------------------------------- */

.game_wrap {
  padding: 16px;
  background: var(--bg-light);
  overflow: hidden;
  margin-bottom: 30px;
  border-radius: var(--border-radius-lg);
  border: 1px solid var(--border-default);
}

.game_wrap h1 {
  margin: 0 0 16px;
  padding: 10px 16px;
  background: var(--color-secondary);
  color: var(--bg-white);
  border: 0;
  font-size: 21px;
  border-radius: var(--border-radius);
}

.game_detblock {
  background: var(--bg-white);
  padding: 20px;
  overflow: hidden;
  margin-bottom: 24px;
  border: 1px solid var(--border-default);
  border-radius: var(--border-radius);
}

.game_detblock_col1 {
  float: left;
  width: 50%;
}

.game_screen {
  background: var(--bg-darker);
  color: var(--bg-white);
  text-align: center;
  margin-bottom: 12px;
  border-radius: var(--border-radius);
  overflow: hidden;
}

.game_screen .gmrate_area {
  padding: 12px;
  overflow: hidden;
}

.game_screen .gmrate_text {
  display: block;
  float: left;
  padding-right: 5px;
  font-weight: 700;
}

.game_screen img {
  display: block;
  width: 100%;
  height: auto;
}

.gamefeat_site {
  overflow: hidden;
  padding: 12px;
  background: var(--bg-dark);
  border-radius: var(--border-radius);
  color: var(--bg-white);
}

.gamefeat_site .left_featgm {
  float: left;
  width: 36%;
}

.gamefeat_site .left_featgm img {
  max-width: 100%;
  height: auto;
  border-radius: var(--border-radius-sm);
}

.gamefeat_site .right_featgm {
  float: right;
  width: 58%;
}

.gamefeat_site .right_featgm span {
  display: block;
  font-weight: 700;
  font-size: 18px;
  padding-bottom: 8px;
}

.game_detblock_col2 {
  float: right;
  width: 46%;
}

.game_detblock_col2 h4 {
  margin: 0 0 15px;
  font-size: 18px;
  padding: 0;
  border: 0;
}

ul.game_list1 {
  margin: 0 0 15px;
  padding: 0 0 15px;
  border-bottom: 3px solid var(--color-text-heading);
}

ul.game_list1 li {
  display: block;
  color: var(--color-text);
  position: relative;
  padding: 8px 0 8px 24px;
  border-bottom: solid 1px var(--border-light);
  list-style: none;
  text-indent: 0;
}

ul.game_list1 li::before {
  color: var(--color-text-muted);
  font-size: 14px;
  font-family: 'FontAwesome';
  content: '\f14a';
  position: absolute;
  left: 0;
}

ul.game_list1 li:last-child {
  border-bottom: none;
}

ul.game_list2 {
  margin: 0;
  padding: 0;
}

ul.game_list2 li {
  margin: 0 0 6px;
  padding: 0;
  list-style: none;
  color: var(--color-text);
  text-indent: 0;
}

ul.game_list2 li span {
  font-weight: 700;
  color: var(--color-text-heading);
}

.game_demoblock {
  background: var(--bg-white);
  padding: 20px;
  overflow: hidden;
  border: 1px solid var(--border-default);
  border-radius: var(--border-radius);
}

.game_demoblock h4 {
  margin: 0 0 12px;
  font-size: 21px;
  padding: 0;
  border: 0;
  font-weight: 800;
}

.game_demoarea {
  text-align: center;
  background: #000;
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.game_demoarea iframe,
.game_demoarea object,
.game_demoarea embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}

.gamedemo_casino {
  padding: 12px;
  overflow: hidden;
  background: var(--bg-dark);
  border-radius: var(--border-radius);
  color: var(--bg-white);
}

.gamedemo_casino .gamedemo_logo {
  float: left;
  width: 20%;
}

.gamedemo_casino .gamedemo_logo img {
  max-width: 100%;
  height: auto;
  border-radius: var(--border-radius-sm);
}

.gamedemo_casino .gamedemo_bonus {
  float: left;
  width: 50%;
  padding: 10px 0 0 20px;
  font-weight: 700;
  font-size: 24px;
}

.gamedemo_casino .gamedemo_play {
  float: left;
  width: 30%;
  padding: 10px 0 0 20px;
}


/* === content-tips.css === */
/* ==========================================================================
   Tips (single-tip.php)
   ========================================================================== */

.tips_table {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.tip-match {
  border: 1px solid var(--border-default);
  border-radius: var(--border-radius-lg);
  overflow: hidden;
  transition: box-shadow var(--transition-fast), transform var(--transition-fast);
}

.tip-match:hover {
  box-shadow: var(--shadow-sm);
  transform: translateY(-2px);
}

.tip_match-thumbnail img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}

.tip_match-info {
  padding: 20px;
  display: grid;
  justify-items: center;
  gap: 8px;
}

/* ==========================================================================
   Free Tips Table ([free_tips] shortcode)
   ========================================================================== */

.free-tips-wrapper {
  margin: 30px 0;
  font-size: var(--font-size-base);
  line-height: 1.6;
}

.free-tips-heading {
  font-size: 24px;
  font-weight: 700;
  color: var(--color-text-heading, #1f2937);
  margin: 0 0 8px;
}

.free-tips-updated {
  font-size: 13px;
  color: var(--color-text-light, #6b7280);
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.free-tips-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--border-default, #e5e7eb);
  border-radius: 8px;
  background: var(--bg-white, #fff);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}

.free-tips-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
  line-height: 1.5;
}

.free-tips-table thead {
  background: var(--bg-lighter, #f3f4f6);
}

.free-tips-table th {
  padding: 14px 18px;
  text-align: left;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--color-text-light, #6b7280);
  border-bottom: 2px solid var(--border-default, #e5e7eb);
  white-space: nowrap;
}

.free-tips-table td {
  padding: 14px 18px;
  border-bottom: 1px solid var(--border-light, #f3f4f6);
  vertical-align: middle;
  color: var(--color-text, #374151);
}

.free-tips-table tbody tr:last-child td {
  border-bottom: none;
}

.free-tips-table tbody tr:hover {
  background: var(--bg-light, #f9fafb);
}

.ft-col-sport {
  white-space: nowrap;
  font-weight: 600;
  color: var(--color-text-dark, #111827);
}

.ft-col-league {
  max-width: 200px;
}

.ft-col-time {
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
}

.ft-col-time i {
  margin-right: 5px;
}

.ft-col-match {
  font-weight: 600;
  color: var(--color-text-dark, #111827);
  min-width: 180px;
}

.ft-tip-badge {
  display: inline-block;
  background: var(--color-accent, #d97706);
  color: #fff;
  padding: 4px 12px;
  border-radius: 4px;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.4;
  white-space: nowrap;
}

.ft-col-odds {
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  color: var(--color-text-dark, #111827);
  font-size: 15px;
}

.free-tips-empty {
  text-align: center;
  padding: 40px 20px;
  color: var(--color-text-light, #6b7280);
  font-size: 16px;
}

/* Responsive: stack on mobile */
@media (max-width: 768px) {
  .free-tips-heading {
    font-size: 20px;
  }

  .free-tips-table thead {
    display: none;
  }

  .free-tips-table,
  .free-tips-table tbody,
  .free-tips-table tr,
  .free-tips-table td {
    display: block;
  }

  .free-tips-table tr {
    padding: 14px 0;
    border-bottom: 1px solid var(--border-default, #e5e7eb);
  }

  .free-tips-table td {
    padding: 6px 16px;
    border: none;
    text-align: right;
  }

  .free-tips-table td::before {
    content: attr(data-label);
    float: left;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 0.03em;
    color: var(--color-text-light, #6b7280);
  }

  .ft-col-time {
    justify-content: flex-end;
  }

  .ft-col-match {
    min-width: 0;
  }
}

/* ==========================================================================
   Tips Table â€” Clickable Rows
   ========================================================================== */

.free-tips-table tbody tr.ft-row-link {
  cursor: pointer;
  transition: background var(--transition-fast);
}

.free-tips-table tbody tr.ft-row-link:hover {
  background: var(--bg-lighter, #f3f4f6);
}

.free-tips-table tbody tr.ft-row-link td a {
  color: inherit;
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
}

.free-tips-table tbody tr.ft-row-link td a:hover {
  color: inherit;
}

/* Tips table shortcode â€” make <a> tip-match look like div */
a.tip-match {
  text-decoration: none;
  color: inherit;
  display: block;
}

/* ==========================================================================
   Tips Table â€” In-Table Bookmaker Ad Rows
   ========================================================================== */

.ft-row-ad td {
  padding: 0 !important;
  border-bottom: 1px solid var(--border-default, #e5e7eb);
}

.ft-ad-inner {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 12px 18px;
  background: linear-gradient(90deg, var(--bg-lighter, #f3f4f6) 0%, var(--bg-white, #fff) 100%);
  text-decoration: none;
  color: inherit;
  transition: background var(--transition-fast, 0.2s ease);
  border-left: 3px solid var(--color-accent, #d97706);
}

.ft-ad-inner:hover {
  background: var(--bg-lighter, #f3f4f6);
}

.ft-ad-label {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--color-accent, #d97706);
  white-space: nowrap;
}

.ft-ad-label i {
  font-size: 10px;
}

.ft-ad-logo {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
}

.ft-ad-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: var(--border-radius-sm, 4px);
}

.ft-ad-name {
  font-weight: 700;
  font-size: 14px;
  color: var(--color-text-heading, #1f2937);
  white-space: nowrap;
}

.ft-ad-bonus {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 13px;
  color: var(--color-text-light, #6b7280);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 260px;
}

.ft-ad-bonus i {
  color: var(--color-accent, #d97706);
  font-size: 12px;
}

.ft-ad-rating {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 13px;
  font-weight: 600;
  color: var(--color-accent, #d97706);
  white-space: nowrap;
}

.ft-ad-rating i {
  font-size: 11px;
}

.ft-ad-btn {
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 16px;
  background: var(--color-accent, #d97706);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  border-radius: 5px;
  white-space: nowrap;
  transition: background var(--transition-fast, 0.2s ease);
}

.ft-ad-inner:hover .ft-ad-btn {
  background: var(--color-accent-hover, #b45309);
}

.ft-ad-btn i {
  font-size: 11px;
}

@media (max-width: 768px) {
  .ft-ad-inner {
    flex-wrap: wrap;
    gap: 8px;
    padding: 10px 14px;
  }

  .ft-ad-bonus {
    max-width: 100%;
  }

  .ft-ad-btn {
    width: 100%;
    justify-content: center;
    margin-left: 0;
  }
}

/* ==========================================================================
   Single Tip â€” Hero Card
   ========================================================================== */

.single-tip-article {
  background: var(--bg-white, #fff);
  border-radius: var(--border-radius-lg, 12px);
  border: 1px solid var(--border-default, #e5e7eb);
  overflow: hidden;
}

.tip-hero {
  background: linear-gradient(135deg, var(--color-primary, #1f2937) 0%, var(--color-primary-dark, #111827) 100%);
  color: #fff;
  padding: 40px 48px;
  text-align: center;
}

.tip-hero__header {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 28px;
  flex-wrap: wrap;
}

.tip-hero__sport,
.tip-hero__league {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  opacity: 0.85;
}

.tip-hero__sport i,
.tip-hero__league i {
  font-size: 14px;
}

.tip-hero__league::before {
  content: 'â€¢';
  margin-right: 0;
  opacity: 0.5;
}

.tip-hero__matchup {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-bottom: 32px;
}

.tip-hero__team {
  flex: 1;
  max-width: 280px;
}

.tip-hero__team-name {
  font-size: 26px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.01em;
}

.tip-hero__vs {
  font-size: 16px;
  font-weight: 700;
  opacity: 0.5;
  padding: 8px 14px;
  border-radius: var(--border-radius, 8px);
  background: rgba(255, 255, 255, 0.1);
  flex-shrink: 0;
}

.tip-hero__details {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}

.tip-hero__detail {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  opacity: 0.9;
}

.tip-hero__detail i {
  font-size: 14px;
  opacity: 0.7;
}

.tip-hero__label {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.05em;
  opacity: 0.7;
}

.tip-hero__prediction-badge {
  display: inline-block;
  background: var(--color-accent, #d97706);
  color: #fff;
  padding: 6px 18px;
  border-radius: 6px;
  font-weight: 800;
  font-size: 16px;
  letter-spacing: 0.02em;
}

.tip-hero__odds-value {
  font-size: 20px;
  font-weight: 800;
  color: var(--color-success, #10b981);
}

/* ==========================================================================
   Single Tip â€” Content Area
   ========================================================================== */

.tip-content {
  padding: 40px 48px;
}

.tip-content__title {
  font-size: 28px;
  font-weight: 800;
  line-height: 1.3;
  color: var(--color-text-heading, #1f2937);
  margin: 0 0 16px;
  letter-spacing: -0.02em;
}

.tip-content .entry-content {
  font-size: var(--font-size-base, 16px);
  line-height: var(--line-height-base, 1.75);
  color: var(--color-text, #374151);
}

.tip-content .entry-content p {
  margin-bottom: 16px;
}

/* Author box inside tip */
.single-tip-article .author-box {
  margin: 0;
  border-top: 1px solid var(--border-default, #e5e7eb);
  border-radius: 0;
  border-left: none;
  border-right: none;
  border-bottom: none;
}

/* ==========================================================================
   Single Tip â€” Responsive
   ========================================================================== */

@media (max-width: 768px) {
  .tip-hero {
    padding: 28px 20px;
  }

  .tip-hero__matchup {
    flex-direction: column;
    gap: 12px;
  }

  .tip-hero__team-name {
    font-size: 20px;
  }

  .tip-hero__vs {
    font-size: 14px;
    padding: 6px 12px;
  }

  .tip-hero__details {
    flex-direction: column;
    gap: 12px;
  }

  .tip-content {
    padding: 24px 20px;
  }

  .tip-content__title {
    font-size: 22px;
  }
}

/* ==========================================================================
   Bookmaker Ad Cards (used in free_tips table & single-tip)
   ========================================================================== */

.tip-bookmakers {
  margin-top: 32px;
  padding-top: 28px;
  border-top: 1px solid var(--border-default, #e5e7eb);
}

.tip-bookmakers__title {
  font-size: 18px;
  font-weight: 700;
  color: var(--color-text-heading, #1f2937);
  margin: 0 0 16px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.tip-bookmakers__title i {
  color: var(--color-accent, #d97706);
  font-size: 16px;
}

.tip-bookmakers__list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 16px;
}

.tip-bk-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 20px;
  background: var(--bg-white, #fff);
  border: 1px solid var(--border-default, #e5e7eb);
  border-radius: var(--border-radius, 8px);
  transition: box-shadow var(--transition-fast, 0.2s ease), transform var(--transition-fast, 0.2s ease);
}

.tip-bk-card:hover {
  box-shadow: var(--shadow-card, 0 4px 24px rgba(0, 0, 0, 0.06));
  transform: translateY(-2px);
}

.tip-bk-card__top {
  display: flex;
  align-items: center;
  gap: 14px;
}

.tip-bk-card__logo {
  flex-shrink: 0;
  width: 56px;
  height: 56px;
}

.tip-bk-card__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: var(--border-radius-sm, 4px);
}

.tip-bk-card__head {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.tip-bk-card__name {
  font-weight: 700;
  font-size: 16px;
  color: var(--color-text-heading, #1f2937);
}

.tip-bk-card__rating {
  display: flex;
  align-items: center;
  gap: 3px;
  font-size: 13px;
  font-weight: 600;
  color: var(--color-accent, #d97706);
}

.tip-bk-card__rating i {
  font-size: 11px;
}

.tip-bk-card__rating span {
  margin-left: 2px;
}

.tip-bk-card__bonus {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding: 10px 14px;
  background: var(--bg-lighter, #f3f4f6);
  border-radius: 6px;
  font-size: 14px;
  line-height: 1.5;
  color: var(--color-text, #374151);
}

.tip-bk-card__bonus i {
  color: var(--color-accent, #d97706);
  font-size: 14px;
  margin-top: 3px;
  flex-shrink: 0;
}

.tip-bk-card__actions {
  display: flex;
  gap: 8px;
  margin-top: auto;
}

.tip-bk-card__btn {
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 700;
  border-radius: 6px;
  text-decoration: none;
  transition: background var(--transition-fast, 0.2s ease);
  white-space: nowrap;
}

.tip-bk-card__btn--primary {
  background: var(--color-accent, #d97706);
  color: #fff;
}

.tip-bk-card__btn--primary:hover {
  background: var(--color-accent-hover, #b45309);
  color: #fff;
}

.tip-bk-card__btn--primary i {
  font-size: 12px;
}

.tip-bk-card__btn--secondary {
  background: transparent;
  color: var(--color-text-light, #6b7280);
  border: 1px solid var(--border-default, #e5e7eb);
}

.tip-bk-card__btn--secondary:hover {
  background: var(--bg-lighter, #f3f4f6);
  color: var(--color-text, #374151);
}

/* ==========================================================================
   Tips Archive Grid (archive-tip.php)
   ========================================================================== */

.tips-archive-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 16px;
}

.tip-archive-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 20px 24px;
  background: var(--bg-white, #fff);
  border: 1px solid var(--border-default, #e5e7eb);
  border-radius: var(--border-radius, 8px);
  text-decoration: none;
  color: inherit;
  transition: box-shadow var(--transition-fast, 0.2s ease), transform var(--transition-fast, 0.2s ease);
}

.tip-archive-card:hover {
  box-shadow: var(--shadow-card, 0 4px 24px rgba(0, 0, 0, 0.08));
  transform: translateY(-2px);
}

.tip-archive-card__header {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--color-text-light, #6b7280);
}

.tip-archive-card__sport {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-weight: 700;
  color: var(--color-text-dark, #111827);
}

.tip-archive-card__league {
  opacity: 0.8;
}

.tip-archive-card__matchup {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.tip-archive-card__team {
  font-size: 17px;
  font-weight: 700;
  color: var(--color-text-heading, #1f2937);
}

.tip-archive-card__vs {
  font-size: 12px;
  font-weight: 600;
  color: var(--color-text-light, #6b7280);
  text-transform: uppercase;
}

.tip-archive-card__footer {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: auto;
  padding-top: 12px;
  border-top: 1px solid var(--border-light, #f3f4f6);
  font-size: 13px;
}

.tip-archive-card__time {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: var(--color-text-light, #6b7280);
}

.tip-archive-card__prediction {
  display: inline-block;
  background: var(--color-accent, #d97706);
  color: #fff;
  padding: 3px 10px;
  border-radius: 4px;
  font-weight: 700;
  font-size: 13px;
}

.tip-archive-card__odds {
  font-weight: 700;
  color: var(--color-text-dark, #111827);
  margin-left: auto;
}

@media (max-width: 768px) {
  .tips-archive-grid {
    grid-template-columns: 1fr;
  }
}

/* Bookmakers inside free-tips-wrapper â€” slightly different bg */
.free-tips-wrapper .tip-bookmakers {
  border-top: none;
  margin-top: 20px;
  padding-top: 0;
}

.free-tips-wrapper .tip-bk-card {
  background: var(--bg-light, #f9fafb);
}

@media (max-width: 768px) {
  .tip-bookmakers__list {
    grid-template-columns: 1fr;
  }

  .tip-bk-card__actions {
    flex-direction: column;
  }
}


/* === sidebar.css === */
/* ==========================================================================
   7. Sidebar & Widgets
   ========================================================================== */

.sidebar {
  font-size: 15px;
  background: var(--bg-white);
  padding: 16px;
  border-radius: var(--border-radius-lg);
  line-height: 1.5;
  border: 1px solid var(--border-default);
  box-shadow: var(--shadow-sidebar);
  position: sticky;
  height: fit-content;
  top: 72px;  /* accounts for sticky header height + gap */
}

.sidebar li a {
  color: var(--color-text);
  transition: color var(--transition-fast);
}

.sidebar li a:hover {
  color: var(--color-accent);
}

.sidebar h3 {
  margin: 0 0 14px;
  font-size: 15px;
  padding: 0 0 10px;
  color: var(--color-text-heading);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  border-bottom: 2px solid var(--border-default);
}

.sidebar ul,
.sidebar ol {
  margin: 0;
  padding: 0;
}

.sidebar ul li {
  padding: 0 0 12px;
  margin: 0 0 12px;
  list-style: none;
  border-bottom: 1px solid var(--border-light);
  font-weight: 600;
}

.sidebar ul li:last-child {
  border: 0;
  margin-bottom: 0;
}

.sidebar ol li {
  padding: 0 0 8px;
  margin: 0 0 8px;
  list-style: decimal inside;
  background: none;
}

.sidebar .widget {
  background: var(--bg-white);
  border-radius: var(--border-radius-lg);
  border: 1px solid var(--border-default);
  box-shadow: var(--shadow-sm);
  transition: box-shadow var(--transition-base), transform var(--transition-base);
  margin: 0 0 20px;
  padding: 14px;
}

.sidebar .widget:hover {
  box-shadow: var(--shadow-card);
}

.sidebar .bannerAd {
  margin: 10px auto;
  text-align: center;
  display: block;
}

/* Site stats widget â€” horizontal rows */
.sidebar ul.site_stats {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 0;
  margin: 0;
  list-style: none;
}

.sidebar ul.site_stats li {
  padding: 0;
  margin: 0;
  border: none;
  border-bottom: 1px solid var(--border-light);
  background: none;
}

.sidebar ul.site_stats li:last-child {
  border-bottom: none;
}

.sidebar ul.site_stats li a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 8px;
  text-decoration: none;
  color: var(--color-text);
  border-left: 3px solid transparent;
  transition: border-color var(--transition-fast), background var(--transition-fast);
}

.sidebar ul.site_stats li a:hover {
  text-decoration: none;
  border-left-color: var(--color-accent);
  background: var(--bg-light);
}

.site_stats__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: var(--border-radius);
  background: var(--bg-light);
  color: var(--color-accent);
  font-size: 15px;
  flex-shrink: 0;
  transition: background var(--transition-fast), color var(--transition-fast);
}

.sidebar ul.site_stats li a:hover .site_stats__icon {
  background: var(--color-accent);
  color: var(--bg-white);
}

.site_stats__count {
  font-size: 18px;
  font-weight: 800;
  color: var(--color-text-heading);
  line-height: 1;
  min-width: 28px;
}

.site_stats__label {
  font-size: 13px;
  color: var(--color-text-muted);
  font-weight: 500;
  flex: 1;
}

.textwidget,
.tagcloud {
  margin-bottom: 0;
}

.textwidget a,
.tagcloud a {
  transition: color var(--transition-fast);
}

/* --------------------------------------------------------------------------
   Calendar Widget
   -------------------------------------------------------------------------- */

#wp-calendar {
  margin: 0 auto;
  width: 100%;
  border-collapse: collapse;
}

#wp-calendar caption {
  font-size: 14px;
  margin: 0 0 8px;
  font-weight: 700;
  color: var(--color-text-heading);
}

#wp-calendar th {
  padding: 6px;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  color: var(--color-text-muted);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

#wp-calendar td {
  padding: 6px;
  text-align: center;
  border-radius: var(--border-radius-sm);
}

#wp-calendar td a {
  font-weight: 700;
  color: var(--color-accent);
}

/* --------------------------------------------------------------------------
   Category Posts Widget
   -------------------------------------------------------------------------- */

.fly_cat {
  overflow: hidden;
  margin-bottom: 14px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--border-light);
  transition: background var(--transition-fast);
}

.fly_cat:hover {
  background: var(--bg-light);
  border-radius: var(--border-radius);
}

.fly_cat .thumb {
  float: left;
  margin: 0 12px 2px 0;
  width: 90px;
  height: 90px;
  border-radius: var(--border-radius);
  overflow: hidden;
  object-fit: cover;
}

.fly_cat .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fly_cat.right .thumb {
  float: right;
  margin: 0 0 2px 12px;
}

.fly_cat h4 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 0 4px;
  letter-spacing: 0.02em;
  line-height: 1.3;
}

.fly_cat h4 a {
  color: var(--color-text-heading);
}

.fly_cat h4 a:hover {
  color: var(--color-accent);
}

.fly_cat span {
  display: block;
  color: var(--color-text-muted);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
}

/* --------------------------------------------------------------------------
   Social Media Widget
   -------------------------------------------------------------------------- */

ul.smedia {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

ul.smedia li {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  background: none;
  margin: 0;
  padding: 0;
  border: 0;
}

ul.smedia li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: var(--border-radius);
  background: var(--bg-light);
  color: var(--color-text-muted);
  transition: all var(--transition-fast);
}

ul.smedia li a:hover {
  background: var(--color-primary);
  color: var(--bg-white);
  transform: translateY(-2px);
}

/* --------------------------------------------------------------------------
   Top Sites Widget â€” Shared (V1 + V2 stacked cards)
   -------------------------------------------------------------------------- */

/* --- V1 wrapper --- */
.topsites-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* --- Individual card (V1) --- */
.topsites-card {
  background: var(--bg-light);
  border-radius: var(--border-radius-md);
  padding: 14px;
  transition: box-shadow var(--transition-fast);
  border: 1px solid var(--border-light);
}

.topsites-card:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
}

/* Header row: rank + logo + name */
.topsites-card__header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.topsites-card__rank {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--bg-medium);
  font-weight: 800;
  font-size: 12px;
  color: var(--color-text-muted);
  flex-shrink: 0;
}

.topsites-card:first-child .topsites-card__rank {
  background: var(--color-accent);
  color: var(--bg-white);
}

.topsites-card__logo {
  flex-shrink: 0;
  width: 80px;
  height: 48px;
  overflow: hidden;
}

.topsites-card__logo .ts_logo {
  display: block;
  width: 80px;
  max-width: 80px;
  height: 48px;
  max-height: 48px;
  object-fit: contain;
  border-radius: var(--border-radius-sm);
  background: var(--bg-white);
  border: 1px solid var(--border-light);
}

.topsites-card__name {
  flex: 1;
  font-size: 15px;
  font-weight: 700;
  margin: 0;
  color: var(--color-text-heading);
  line-height: 1.3;
}

/* Bonus row */
.topsites-card__bonus {
  display: block;
  font-size: 14px;
  color: var(--color-accent);
  font-weight: 700;
  margin-bottom: 10px;
  padding: 8px 12px;
  background: rgba(217, 119, 6, 0.06);
  border-radius: var(--border-radius-sm);
  text-align: center;
}

.topsites-card__bonus i {
  margin-right: 4px;
}

/* Footer row: button + review link */
.topsites-card__footer {
  display: flex;
  align-items: center;
  gap: 12px;
}

.topsites-card__footer .visbutton.sm {
  flex: 1;
  text-align: center;
}

.topsites-card__review {
  font-size: 13px;
  font-weight: 600;
  color: var(--color-text-muted);
  text-decoration: none;
  white-space: nowrap;
  transition: color var(--transition-fast);
}

.topsites-card__review:hover {
  color: var(--color-accent);
}

.topsites-card__review i {
  font-size: 11px;
  margin-left: 3px;
  transition: transform var(--transition-fast);
}

.topsites-card__review:hover i {
  transform: translateX(3px);
}

.topsites-card .tc-toggle {
  display: block;
  text-align: center;
  font-size: 11px;
  color: var(--color-text-muted);
  cursor: pointer;
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid var(--border-light);
}

.topsites-card .tc-toggle:hover {
  color: var(--color-accent);
}

/* --------------------------------------------------------------------------
   Top Sites Widget â€” Version 2 (stacked cards alt)
   -------------------------------------------------------------------------- */

.topsiteswidget_v2 {
  background: var(--bg-light);
  border-radius: var(--border-radius-md);
  padding: 14px;
  margin-bottom: 12px;
  border: 1px solid var(--border-light);
  transition: box-shadow var(--transition-fast);
}

.topsiteswidget_v2:last-of-type {
  margin-bottom: 0;
}

.topsiteswidget_v2:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
}

/* Header row: rank + logo + name */
.topsiteswidget_v2 .ts_header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.topsiteswidget_v2 .ts_rank {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--bg-medium);
  font-weight: 800;
  font-size: 12px;
  color: var(--color-text-muted);
  flex-shrink: 0;
}

.topsiteswidget_v2:first-of-type .ts_rank {
  background: var(--color-accent);
  color: var(--bg-white);
}

.topsiteswidget_v2 .ts_logo-wrap {
  flex-shrink: 0;
  width: 80px;
  height: 48px;
  overflow: hidden;
}

.topsiteswidget_v2 .ts_logo {
  display: block;
  width: 80px;
  max-width: 80px;
  height: 48px;
  max-height: 48px;
  object-fit: contain;
  border-radius: var(--border-radius-sm);
  background: var(--bg-white);
  border: 1px solid var(--border-light);
}

.topsiteswidget_v2 .ts_name {
  flex: 1;
  font-size: 15px;
  font-weight: 700;
  margin: 0;
  color: var(--color-text-heading);
  line-height: 1.3;
}

/* Bonus row */
.topsiteswidget_v2 .ts_bonus {
  display: block;
  font-size: 14px;
  color: var(--color-accent);
  font-weight: 700;
  margin-bottom: 10px;
  padding: 8px 12px;
  background: rgba(217, 119, 6, 0.06);
  border-radius: var(--border-radius-sm);
  text-align: center;
}

.topsiteswidget_v2 .ts_bonus i {
  margin-right: 4px;
}

/* Footer row: button + T&C */
.topsiteswidget_v2 .ts_footer {
  display: flex;
  align-items: center;
  gap: 12px;
}

.topsiteswidget_v2 .ts_footer .visbutton.sm {
  flex: 1;
  text-align: center;
}

.topsiteswidget_v2 .tc-toggle {
  font-size: 11px;
  color: var(--color-text-muted);
  cursor: pointer;
  white-space: nowrap;
}

.topsiteswidget_v2 .tc-toggle:hover {
  color: var(--color-accent);
}

/* T&C content panel (shared) */
.tc-content {
  margin: 0 0 12px;
  padding: 12px 15px;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  border-left: 4px solid var(--color-accent);
  font-size: 11px;
  border-radius: 0 var(--border-radius-sm) var(--border-radius-sm) 0;
  color: var(--color-text-muted);
  line-height: 1.5;
}

/* --------------------------------------------------------------------------
   Featured Widget
   -------------------------------------------------------------------------- */

.featsites {
  font-size: 16px;
  padding: 16px;
  background: var(--bg-light);
  border-radius: var(--border-radius-lg);
  margin-top: 24px;
  position: relative;
  border: 1px solid var(--border-default);
  transition: box-shadow var(--transition-base);
}

.featsites:hover {
  box-shadow: var(--shadow-sm);
}

.featsites span.hilite {
  display: block;
  padding: 14px 0;
  font-size: 19px;
  text-align: center;
  font-weight: 700;
  color: var(--color-text-heading);
}

.featsites h4 {
  margin: -8px auto 12px;
  text-align: center;
  font-weight: 700;
}

.featsites .logocol img {
  display: block;
  max-width: 80%;
  height: auto;
  margin: 0 auto;
  text-align: center;
  border: 3px solid var(--bg-white);
  border-radius: var(--border-radius);
  box-shadow: var(--shadow-xs);
}

.midtop {
  margin: 0 auto;
  text-align: center;
  position: relative;
  top: -25px;
  left: 0;
  right: 0;
}

.midtop img {
  max-width: 160px;
  height: auto;
  display: block;
  margin: 0 auto;
}

/* Mobile: larger featured casino image when sidebar is full-width */
@media (max-width: 1024px) {
  .midtop {
    top: -15px;
  }
  .midtop img {
    max-width: 220px;
  }
}

/* --------------------------------------------------------------------------
   Search Widget
   -------------------------------------------------------------------------- */

.searchform {
  position: relative;
}

.searchinput {
  width: 100%;
  border: 1px solid var(--border-default);
  border-radius: var(--border-radius);
  padding: 8px 40px 8px 12px;
  background: var(--bg-white);
  min-height: 38px;
  line-height: 38px;
  color: var(--color-text);
  font-size: 14px;
  transition: border-color var(--transition-fast), box-shadow var(--transition-fast);
}

.searchinput:focus {
  outline: none;
  border-color: var(--color-accent);
  box-shadow: 0 0 0 3px rgba(217, 119, 6, 0.1);
}

.searchinput::placeholder {
  color: var(--color-text-muted);
}

.searchsubmit {
  position: absolute;
  right: 10px;
  top: 0;
  font-size: 0 !important;
  background: url(../images/search-icon.png) center center no-repeat;
  width: 35px;
  height: 40px;
  border: 0;
  cursor: pointer;
  opacity: 0.6;
  transition: opacity var(--transition-fast);
}

.searchsubmit:hover {
  opacity: 1;
}

/* --------------------------------------------------------------------------
   T&C Toggle for widgets
   -------------------------------------------------------------------------- */

.tc-toggle {
  cursor: pointer;
  color: var(--color-accent);
  font-size: 11px;
  text-decoration: underline;
  transition: color var(--transition-fast);
}

.tc-toggle:hover {
  color: var(--color-accent-hover);
}


/* === footer.css === */
/* ==========================================================================
   8. Footer
   ========================================================================== */

footer.main-footer {
  width: 100%;
  background: var(--bg-dark);
  padding: 48px 15px 24px;
  overflow: hidden;
}

footer.main-footer a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  transition: color var(--transition-fast), padding-left var(--transition-fast);
}

footer.main-footer a:hover {
  color: var(--color-accent);
  text-decoration: none;
}

footer.main-footer .wrap {
  max-width: var(--layout-width);
  width: 100%;
  margin: 0 auto;
  padding: 0 32px;
}

.footerwidget {
  float: left;
  width: 25%;
  padding: 10px 12px;
  color: rgba(255, 255, 255, 0.65);
  font-size: 14px;
  line-height: 1.6;
}

.footerwidget h3 {
  margin: 0 0 18px;
  font-size: 14px;
  color: var(--bg-white);
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.06em;
  padding-bottom: 12px;
  border-bottom: none;
  position: relative;
}

/* Accent underline on widget titles */
.footerwidget h3::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 36px;
  height: 3px;
  background: var(--color-accent);
  border-radius: 2px;
}

.footerwidget ul {
  padding: 0;
  margin: 0;
}

.footerwidget li {
  list-style: none;
  margin: 0;
  padding: 8px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.footerwidget li:last-child {
  border-bottom: none;
}

/* Arrow icon on footer links */
.footerwidget li a {
  display: inline-flex;
  align-items: center;
  gap: 0;
  padding-left: 0;
}

.footerwidget li a::before {
  content: '\f105';
  font-family: 'Font Awesome 6 Free', 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 11px;
  color: var(--color-accent);
  margin-right: 8px;
  opacity: 0.7;
  transition: opacity var(--transition-fast), transform var(--transition-fast);
}

.footerwidget li a:hover::before {
  opacity: 1;
  transform: translateX(2px);
}

.footerwidget li a:hover {
  padding-left: 3px;
}

/* --------------------------------------------------------------------------
   Bottom Footer â€” Copyright
   -------------------------------------------------------------------------- */

footer.bottom-footer {
  width: 100%;
  text-align: center;
  padding: 20px 15px;
  background: var(--bg-darker);
  font-size: 13px;
  color: rgba(255, 255, 255, 0.45);
  line-height: 1.6;
  letter-spacing: 0.01em;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

footer.bottom-footer .wrap {
  max-width: var(--layout-width);
  width: 100%;
  margin: 0 auto;
  padding: 0 32px;
}

footer.bottom-footer a,
footer.bottom-footer a:visited {
  color: rgba(255, 255, 255, 0.6);
  transition: color var(--transition-fast);
}

footer.bottom-footer a:hover {
  color: var(--color-accent);
}

/* --------------------------------------------------------------------------
   Mid Footer â€” Aware Badges
   -------------------------------------------------------------------------- */

footer.mid-footer {
  width: 100%;
  background: var(--bg-lighter);
  padding: 14px 0;
  border-top: 1px solid var(--border-default);
}

.aware-wrap {
  max-width: var(--layout-width);
  margin: 0 auto;
  padding: 25px 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
}

.aware-image {
  display: inline-block;
  vertical-align: middle;
  margin: 10px;
  width: auto;
  height: auto;
}

/* --------------------------------------------------------------------------
   Scroll to Top Button
   -------------------------------------------------------------------------- */

.scroll-to-top {
  position: fixed;
  bottom: 28px;
  right: 28px;
  z-index: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: var(--border-radius-round);
  background: var(--color-accent);
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  box-shadow: 0 4px 16px rgba(217, 119, 6, 0.3);
  opacity: 0;
  visibility: hidden;
  transform: translateY(16px);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease, background var(--transition-fast);
}

.scroll-to-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.scroll-to-top:hover {
  background: var(--color-accent-hover);
  transform: translateY(-2px);
  box-shadow: 0 6px 24px rgba(217, 119, 6, 0.4);
}


/* === sticky.css === */
/* ==========================================================================
   Sticky Components â€” Sticky Sidebar, Sticky Strap, Mobile Strap,
                       Review Pros/Cons v2, Stars, Top Content
   ========================================================================== */

/* --------------------------------------------------------------------------
   Sticky Sidebar (Casino Review)
   -------------------------------------------------------------------------- */

.stickySidebar {
  background: var(--bg-gray);
  margin-top: 10px;
  height: 350px;
  border-radius: 7px;
  position: sticky;
  top: 5rem;
  padding: 0;
}

.stickySidebar_play-btn {
  width: 90%;
  margin: 10px auto 0;
}

.stickySidebar_play-btn .stickySidebar_btn {
  width: 100%;
  border-radius: 20px;
  margin: 0;
}

.stickySidebar_play-btn .stickySidebar_btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.stickySidebar_bonusText {
  text-align: center;
  margin-top: 16px;
}

.stickySidebar_thumbnail {
  text-align: center;
  margin-bottom: 10px;
  height: 50%;
  background: var(--color-primary);
  border-radius: 7px 7px 0 0;
  display: grid;
  align-content: center;
  justify-content: center;
}

.stickySidebar_main-body {
  padding: 10px;
  height: 50%;
}

.stickySidebar_reviewRating {
  display: grid;
  justify-content: center;
}

.stickySidebar_reviewRating span i {
  font-family: fontawesome;
  margin-right: 5px;
  color: var(--color-accent);
  font-size: 16px;
}

.stickySidebar_reviewRating span {
  font-size: 16px;
  font-weight: bold;
}

.stickySidebar_main-body .stickySidebar_reviewRating .reviewrate {
  float: none;
  text-align: center;
}

/* --------------------------------------------------------------------------
   Review Pros & Cons v2 (Modern)
   -------------------------------------------------------------------------- */

.reviewProsAndCons_mainBody {
  padding-top: 18px;
  padding-bottom: 4px;
  background: var(--bg-white);
  margin-bottom: 30px;
}

.reviewProsAndCons_list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
  list-style: none;
}

.reviewProsAndCons_mainBody .reviewProsAndCons_list .reviewProsAndConsList_item {
  padding: 0 10px;
  font-size: 14px;
  text-align: left;
  flex: 50% 0 0;
  max-width: 50%;
  list-style: none;
}

.reviewItem_title {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  text-transform: uppercase;
  font: italic 700 14px / 1.2 Montserrat, 'Montserrat', sans-serif;
}

.reviewItem_title i {
  font-family: fontawesome;
}

.reviewItem_title .reviewItemTitle_icon {
  width: 36px;
  height: 36px;
  margin-right: 18px;
  padding-left: 10px;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--border-radius-round);
  color: var(--bg-white);
}

.reviewItemTitleIcon_pro { background-color: var(--color-success) !important; }
.reviewItemTitleIcon_con { background-color: var(--color-danger) !important; }

.reviewProsAndConsList_item ul li {
  list-style: none;
  position: relative;
  padding-left: 20px;
  line-height: 1.4;
  margin-top: 7px;
}

.reviewProsAndConsList_item ul li::before {
  position: absolute;
  top: -2px;
  left: 0;
  font-family: Montserrat, 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 600;
  font-style: italic;
}

.reviewProsAndConsListItem_pro ul li::before {
  content: '+';
  color: var(--color-success);
}

.reviewProsAndConsListItem_con ul li::before {
  content: '-';
  color: var(--color-danger);
}

/* --------------------------------------------------------------------------
   Sticky Strap (Desktop â€” bottom bar)
   -------------------------------------------------------------------------- */

.stickyStrap {
  width: 100%;
  height: 70px;
  position: sticky;
  bottom: 0;
  display: none;
  box-shadow: var(--shadow-strap);
}

.stickyStrap_leftSide {
  width: 30%;
  background: var(--color-primary);
}

.stickyStrap_leftSide::after {
  content: '';
  height: 74px;
  background: inherit;
  position: absolute;
  right: -49px;
  clip-path: polygon(0 -1%, 100% -1%, 0 100%);
}

.stickyStrap_rightSide {
  width: 70%;
  height: inherit;
  background-color: var(--bg-gray);
  display: flex;
  padding-left: 50px;
  align-items: center;
}

.stickyStrap_rightSide .stickyStrapRS_play-btn .stickyStrapRS_btn {
  width: 100%;
  border-radius: 20px;
  margin: 0;
}

.stickyStrap_rightSide .stickyStrapRS_play-btn .stickyStrapRS_btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.stickyStrapLS_thumbnail {
  height: inherit;
  display: grid;
  align-content: center;
  justify-content: center;
}

.stickyStrapLS_thumbnail a img {
  width: 90%;
  height: auto;
}

.stickyStrapRS_bonusText {
  width: 70%;
  margin-left: 10px;
  display: grid;
  grid-template-columns: 2fr 1fr;
}

.stickyStrapRS_bonusText .bonusText {
  font-size: 1.2em;
  margin: 0;
  font-weight: bold;
  text-align: center;
}

.stickyStrapRS_Text {
  display: inline-block;
}

.stickyStrapRS_play-btn {
  margin: 0 20px;
  width: 34%;
}

.stickyStrapRS_reviewRating {
  display: inline-block;
  margin-left: 20px;
  margin-top: 5px;
}

.stickyStrapRS_reviewRating span {
  font-size: 16px;
  font-weight: bold;
}

.mobileStrap {
  display: none;
}

/* --------------------------------------------------------------------------
   Review Top Content Banner
   -------------------------------------------------------------------------- */

.review-topcontent {
  background: var(--bg-white);
  display: flex;
  height: 100px;
  border-radius: var(--border-radius-lg);
  margin-bottom: 30px;
  overflow: hidden;
}

.topcontent_leftSide {
  width: 20%;
  height: inherit;
  background: var(--color-primary);
  border-radius: var(--border-radius-lg) 0 0 var(--border-radius-lg);
  position: relative;
  display: grid;
}

.topcontent_leftSide::after {
  content: '';
  position: absolute;
  z-index: 1;
  width: 47px;
  height: inherit;
  background: inherit;
  right: -46px;
  clip-path: polygon(0 -1%, 100% -1%, 0 100%);
}

.topcontent_leftSide a {
  text-align: center;
}

.topcontent_leftSide img {
  width: 66%;
  height: auto;
}

.topcontent_thumbnail {
  display: grid;
  align-content: center;
  justify-content: center;
}

.topcontent_rightSide {
  width: calc(80% - 25px);
  margin-left: 25px;
}

.topcontent_rightSide table {
  line-height: 1.1em;
  width: 100%;
  border-collapse: separate;
  border-spacing: 10px;
}

.topcontent_rightSide table th {
  color: black;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1em;
  text-align: center;
  padding: 0 30px;
}

.topcontent_rightSide table td {
  text-align: center;
  color: black;
  line-height: 1.1em;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 13px;
}

.topcontent_rightSide table td a.visbutton {
  border-radius: 20px;
}

.topcontentRankOuter {
  display: grid;
  justify-content: center;
}

.topcontent_rank {
  width: 40px;
  height: 40px;
  border-radius: var(--border-radius-round);
  background: var(--color-primary);
  display: grid;
  align-content: center;
  justify-content: center;
  color: var(--bg-white);
  font-size: 20px;
}

.mobileRight_reviewRating span {
  font-size: 16px;
  font-weight: bold;
}


/* === postmeta.css === */
/* ==========================================================================
   Post Meta Bar & Author Box
   ========================================================================== */

/* --------------------------------------------------------------------------
   Post Meta Bar
   -------------------------------------------------------------------------- */

.postmeta-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 14px;
  background: #f8fafb;
  border: 1px solid #eaeef2;
  border-radius: var(--border-radius-lg);
  padding: 14px 18px;
  margin-bottom: 24px;
}

.postmeta-author {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: inherit;
  font-weight: normal;
  transition: opacity var(--transition-fast);
}

.postmeta-author:hover {
  opacity: 0.8;
  color: inherit;
}

.postmeta-author img {
  width: 38px;
  height: 38px;
  border-radius: var(--border-radius-round);
  object-fit: cover;
  border: 2px solid var(--color-primary);
  flex-shrink: 0;
}

.postmeta-author-info {
  display: flex;
  flex-direction: column;
  line-height: 1.3;
}

.postmeta-author-name {
  font-size: 14px;
  font-weight: 700;
  color: var(--color-text-dark);
}

.postmeta-author-posts {
  font-size: 11.5px;
  color: var(--color-text-muted);
  font-weight: 400;
}

.postmeta-details {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px 14px;
}

.postmeta-item {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 12.5px;
  color: var(--color-text-light);
  white-space: nowrap;
}

.postmeta-item strong {
  color: var(--color-text-heading);
  font-weight: 700;
}

.postmeta-item i {
  font-size: 13px;
  color: var(--color-accent);
  width: 15px;
  text-align: center;
}

.postmeta-item.postmeta-updated i  { color: var(--color-success); }
.postmeta-item.postmeta-readtime i { color: var(--color-warning); }

.postmeta-details .postmeta-item + .postmeta-item::before {
  content: '\00B7';
  margin-right: 8px;
  color: var(--border-darker);
  font-size: 16px;
  font-weight: 900;
}

/* --------------------------------------------------------------------------
   Author Box
   -------------------------------------------------------------------------- */

.authorbox {
  position: relative;
  margin: 35px 0 25px;
  border-radius: var(--border-radius-xl);
  overflow: hidden;
  background: var(--bg-white);
  box-shadow: var(--shadow-card);
  border: 1px solid #e4eaf0;
}

.authorbox-header {
  background: var(--color-primary);
  color: var(--bg-white);
  padding: 12px 22px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  display: flex;
  align-items: center;
  gap: 8px;
}

.authorbox-header i {
  font-size: 15px;
  opacity: 0.9;
}

.authorbox-body {
  display: flex;
  align-items: stretch;
  padding: 0;
}

.authorbox-left {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 24px 22px;
  background: #f6f9fc;
  border-right: 1px solid #eaeef2;
  min-width: 150px;
}

.authorbox-avatar-wrap {
  position: relative;
}

.authorbox-avatar-wrap a {
  display: block;
  width: 108px;
  height: 108px;
  border-radius: var(--border-radius-round);
  padding: 4px;
  background: var(--color-primary);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  overflow: hidden;
}

.authorbox-avatar-wrap a:hover {
  transform: scale(1.06);
  box-shadow: 0 6px 22px rgba(31, 41, 55, 0.28);
}

.authorbox-avatar-wrap img {
  width: 100px;
  height: 100px;
  border-radius: var(--border-radius-round);
  object-fit: cover;
  display: block;
  border: 3px solid var(--bg-white);
}

.authorbox-role {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--color-accent);
  background: #fef3c7;
  padding: 3px 11px;
  border-radius: var(--border-radius-xl);
}

.authorbox-role i {
  font-size: 11px;
}

.authorbox-postcount {
  font-size: 11.5px;
  color: var(--color-text-muted);
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.authorbox-postcount i {
  color: #aaa;
  font-size: 12px;
}

.authorbox-info {
  flex: 1;
  min-width: 0;
  padding: 22px 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.authorbox-name {
  margin: 0 0 8px;
  font-size: 19px;
  font-weight: 800;
  line-height: 1.25;
}

.authorbox-name a {
  color: var(--color-text-dark);
  text-decoration: none;
  transition: color var(--transition-fast);
}

.authorbox-name a:hover {
  color: var(--color-accent);
}

.authorbox-bio {
  font-size: 14px;
  line-height: 1.7;
  color: var(--color-text-light);
  margin: 0 0 14px;
}

.authorbox-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 16px;
  margin-bottom: 16px;
  padding-bottom: 14px;
  border-bottom: 1px solid #eef1f5;
}

.authorbox-meta-item {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 12.5px;
  color: var(--color-text-light);
}

.authorbox-meta-item i {
  font-size: 13px;
  color: var(--color-accent);
  width: 15px;
  text-align: center;
}

.authorbox-meta-item.authorbox-meta-updated i {
  color: var(--color-success);
}

.authorbox-meta-item strong {
  color: var(--color-text-heading);
  font-weight: 700;
}

.authorbox-footer {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.authorbox-allposts,
.authorbox-website {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 700;
  color: var(--bg-white);
  padding: 8px 16px;
  border-radius: 6px;
  text-decoration: none;
  transition: opacity var(--transition-fast), transform var(--transition-fast);
}

.authorbox-allposts:hover,
.authorbox-website:hover {
  opacity: 0.88;
  transform: translateY(-1px);
  color: var(--bg-white);
}

.authorbox-allposts i,
.authorbox-website i {
  font-size: 12px;
}

.authorbox-allposts {
  background: var(--color-primary);
}

.authorbox-website {
  background: var(--color-text-light);
}


/* === toc.css === */
/* ==========================================================================
   Table of Contents
   ========================================================================== */

.toc-container {
  background: var(--bg-white);
  border: 1px solid #e2e8f0;
  border-left: 4px solid var(--color-primary-dark);
  border-radius: var(--border-radius-md);
  margin: 25px 0 30px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  transition: all 0.3s ease;
}

.toc-container:hover {
  box-shadow: 0 4px 20px rgba(17, 24, 39, 0.12);
  border-left-color: #080e1a;
}

/* --------------------------------------------------------------------------
   Header
   -------------------------------------------------------------------------- */

.toc-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  background: linear-gradient(135deg, #f8fafc 0%, #eef3f7 100%);
  border-bottom: 1px solid #e2e8f0;
  cursor: pointer;
  user-select: none;
  transition: background 0.2s ease;
}

.toc-header:hover {
  background: linear-gradient(135deg, #eef3f7 0%, #e2e8f0 100%);
}

.toc-header-left {
  display: flex;
  align-items: center;
  gap: 10px;
}

.toc-icon {
  font-size: 18px;
  color: var(--color-primary-dark);
  background: rgba(17, 24, 39, 0.1);
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--border-radius-md);
  flex-shrink: 0;
}

.toc-title {
  font-family: var(--font-primary);
  font-size: 17px;
  font-weight: 700;
  color: #1a202c;
  letter-spacing: 0.3px;
}

.toc-toggle {
  background: none;
  border: none;
  padding: 6px;
  cursor: pointer;
  color: #64748b;
  transition: transform 0.3s ease, color 0.2s ease;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 6px;
}

.toc-toggle:hover {
  color: var(--color-primary-dark);
  background: rgba(17, 24, 39, 0.08);
}

/* --------------------------------------------------------------------------
   Collapsed state
   -------------------------------------------------------------------------- */

.toc-collapsed .toc-toggle-icon {
  transform: rotate(180deg);
}

.toc-collapsed .toc-body {
  max-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  opacity: 0;
  overflow: hidden;
}

.toc-collapsed .toc-header {
  border-bottom-color: transparent;
}

/* --------------------------------------------------------------------------
   Body
   -------------------------------------------------------------------------- */

.toc-body {
  padding: 8px 20px 16px;
  max-height: 600px;
  overflow-y: auto;
  transition: max-height 0.4s ease, padding 0.4s ease, opacity 0.3s ease;
  opacity: 1;
}

/* Custom scrollbar */
.toc-body::-webkit-scrollbar {
  width: 5px;
}

.toc-body::-webkit-scrollbar-track {
  background: transparent;
}

.toc-body::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 10px;
}

.toc-body::-webkit-scrollbar-thumb:hover {
  background: #94a3b8;
}

/* --------------------------------------------------------------------------
   List styles
   -------------------------------------------------------------------------- */

.toc-list {
  list-style: none !important;
  margin: 0;
  padding: 0 !important;
  counter-reset: none;
}

.toc-list li,
.toc-list .toc-sublist li {
  list-style: none !important;
  text-indent: 0;
  padding: 0;
  padding-bottom: 3px !important;
}

.toc-list > .toc-item-h2 {
  margin: 0;
  padding: 0;
}

.toc-item + .toc-item-h2 {
  border-top: 1px solid #f1f5f9;
}

.toc-link {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  color: #334155;
  font-family: var(--font-primary);
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 6px;
  transition: all 0.2s ease;
  line-height: 1.4;
}

.toc-link:hover {
  background: rgba(17, 24, 39, 0.06);
  color: var(--color-primary-dark);
  text-decoration: none;
  transform: translateX(3px);
}

.toc-link:hover .toc-number {
  background: var(--color-primary-dark);
  color: var(--bg-white);
}

.toc-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 28px;
  height: 28px;
  padding: 0 6px;
  background: #eef3f7;
  color: var(--color-primary-dark);
  font-size: 13px;
  font-weight: 700;
  border-radius: 6px;
  flex-shrink: 0;
  transition: all 0.2s ease;
}

.toc-text {
  flex: 1;
}

/* --------------------------------------------------------------------------
   Sublist (H3+)
   -------------------------------------------------------------------------- */

.toc-container .toc-sublist {
  list-style: none !important;
  margin: 0 0 0 38px !important;
  padding: 2px 0 4px 12px !important;
  border-left: 2px solid #e2e8f0;
  display: block;
}

/* Deeper nesting */
.toc-container .toc-sublist .toc-sublist {
  margin-left: 20px !important;
  border-left-color: #f1f5f9;
}

.toc-item-h3,
.toc-item-h4,
.toc-item-h5,
.toc-item-h6 {
  margin: 0;
}

.toc-link-sub {
  padding: 7px 12px;
  font-size: 14px;
  font-weight: 400;
  color: #64748b;
  gap: 8px;
}

.toc-link-sub:hover {
  color: var(--color-primary-dark);
  background: rgba(17, 24, 39, 0.04);
}

.toc-link-sub:hover .toc-sub-icon {
  color: var(--color-primary-dark);
  transform: translateX(2px);
}

/* Progressive depth styling */
.toc-depth-2 { font-size: 13px; padding-left: 14px; color: #94a3b8; }
.toc-depth-3 { font-size: 12.5px; padding-left: 16px; color: #a0aec0; }
.toc-depth-4 { font-size: 12px; padding-left: 18px; color: #a0aec0; }

.toc-sub-icon {
  color: #94a3b8;
  font-size: 12px;
  flex-shrink: 0;
  transition: color 0.2s ease, transform 0.2s ease;
}

/* Smooth scroll target highlight */
:target {
  scroll-margin-top: 80px;
}


/* === responsive.css === */
/* ==========================================================================
   Responsive Design â€” Spread2 Theme v2.0
   
   Breakpoints (mobile-first overrides):
     1500px   â€” Large desktops (tighten spacing)
     1200px   â€” Tablets (mobile nav, single column, sidebar below, card tables)
     1024px   â€” Smaller tablets (component refinements)
     768px    â€” Tablets portrait (stacked layouts)
     576px    â€” Large phones (compact type & spacing)
     420px    â€” Small phones (extra compact)
   ========================================================================== */

/* ==========================================================================
   1500px â€” Large Desktops
   ========================================================================== */

@media screen and (max-width: 1500px) {

  /* Layout */
  #outerwrap {
    max-width: 100%;
    padding: 0 20px;
  }

  .site-header__inner {
    padding: 0 24px;
  }

  .site-main__inner {
    padding: 28px 24px;
  }

  .custom_wrapper {
    grid-template-columns: 220px 1fr 300px;
  }

  /* Sticky sidebar */
  .stickySidebar {
    height: 290px !important;
  }

  .stickySidebar_thumbnail {
    display: grid;
    align-content: center;
  }

  .stickySidebar_thumbnail a img {
    width: 70%;
    height: auto;
  }

  .sidebar .widget img:not(.ts_logo) {
    height: auto;
  }

  /* Top sites widget: smaller when sidebar is on the side */
  .topsites-card__logo,
  .topsiteswidget_v2 .ts_logo-wrap {
    width: 64px;
    height: 40px;
  }

  .topsites-card__logo .ts_logo,
  .topsiteswidget_v2 .ts_logo {
    width: 64px;
    max-width: 64px;
    height: 40px;
    max-height: 40px;
  }

  .topsites-card__name {
    font-size: 13px;
  }

  .topsites-card {
    padding: 10px;
  }

  .topsites-card__bonus {
    font-size: 12px;
    padding: 6px 10px;
  }
}

/* ==========================================================================
   1200px â€” Tablets (sidebar below, mobile nav)
   ========================================================================== */

@media screen and (max-width: 1200px) {

  /* --- Hamburger nav (tablets start here) --- */
  .site-nav {
    display: none;
  }

  .site-header__toggle {
    display: flex;
    position: absolute;
    right: 16px;
  }

  .site-header__inner {
    height: 52px;
    padding: 0 16px;
    justify-content: flex-start;
  }

  /* --- Layout: single column --- */
  .content-grid {
    grid-template-columns: 1fr;
  }

  .customWrap {
    grid-template-columns: 1fr;
    padding: 0 16px;
  }

  .custom_wrapper {
    grid-template-columns: 1fr;
  }

  .site-main__inner {
    padding: 24px 16px;
  }

  /* --- Sidebar: full-width below content --- */
  .sidebar {
    width: 100%;
    float: none;
    margin: 24px 0 0;
    position: static;
    margin-left: 0;
  }

  .stickySidebar {
    display: none;
  }

  /* --- Top sites widget: restore full size (sidebar below) --- */
  .topsites-card__logo,
  .topsiteswidget_v2 .ts_logo-wrap {
    width: 80px;
    height: 48px;
  }

  .topsites-card__logo .ts_logo,
  .topsiteswidget_v2 .ts_logo {
    width: 80px;
    max-width: 80px;
    height: 48px;
    max-height: 48px;
  }

  .topsites-card__name {
    font-size: 15px;
  }

  .topsites-card {
    padding: 14px;
  }

  .topsites-card__bonus {
    font-size: 14px;
    padding: 8px 12px;
  }

  /* Top sites legacy */
  .topsites .left {
    float: none;
    width: 100px;
    margin: 0 auto 5px;
  }

  .topsites .right {
    float: none;
    width: 100%;
    margin-left: 0;
    text-align: center;
  }

  /* --- Header widgets --- */
  .headerwidgets {
    width: 68%;
  }

  .headerwidgets .bannerwidget {
    float: none;
  }

  .rightbanner {
    float: none;
    width: 100%;
    padding: 0;
  }

  /* --- Casino hero --- */
  .casino-hero__top {
    gap: 20px;
    padding: 24px;
  }

  .casino-logo-wrap {
    width: 120px;
    height: 90px;
  }

  .casino-hero__title {
    font-size: 2rem;
  }

  /* --- Bonus Table 2: tablet grid card layout --- */
  .btable2-wrap {
    border: none;
    background: none;
    overflow: visible;
  }

  .btable2,
  .btable2 tbody {
    display: block;
    width: 100%;
  }

  .btable2 {
    min-width: 0;
    border-spacing: 0;
  }

  .btable2 thead {
    display: none;
  }

  .btable2 tbody tr {
    display: grid;
    grid-template-columns: auto 1fr auto;
    grid-template-areas:
      "rank   site    site"
      "bonus  bonus   rating"
      "action action  action";
    border: 1px solid var(--border-default);
    border-radius: var(--border-radius-md);
    margin-bottom: 14px;
    background: var(--bg-white);
    overflow: hidden;
    box-shadow: var(--shadow-xs);
    padding: 18px;
    gap: 0 16px;
    align-items: center;
  }

  .btable2 tbody tr:nth-child(even) {
    background: var(--bg-white);
  }

  .btable2 tbody tr:hover {
    box-shadow: var(--shadow-xs), inset 4px 0 0 var(--color-accent);
  }

  .btable2 td {
    display: block;
    padding: 0;
    border: none !important;
    text-align: left;
    min-height: 0;
  }

  .btable2 td::before {
    display: none;
  }

  .btable2__col-rank {
    grid-area: rank;
    text-align: center;
    padding-bottom: 14px;
  }

  .btable2__col-site {
    grid-area: site;
    padding-bottom: 14px;
  }

  .btable2__col-bonus {
    grid-area: bonus;
    padding-top: 14px;
    border-top: 1px solid var(--border-light) !important;
  }

  .btable2__col-rating {
    grid-area: rating;
    padding-top: 14px;
    border-top: 1px solid var(--border-light) !important;
    text-align: right;
  }

  .btable2__col-action {
    grid-area: action;
    padding-top: 14px;
    border-top: 1px solid var(--border-light) !important;
    display: flex;
    align-items: center;
    gap: 14px;
  }

  .btable2__site {
    gap: 12px;
  }

  .btable2__logo {
    width: 110px;
    height: 55px;
  }

  .btable2__name {
    font-size: 16px;
  }

  .btable2__bonus {
    font-size: 15px;
  }

  .btable2__bonus-header {
    gap: 8px;
  }

  .btable2__bonus-icon {
    font-size: 14px;
  }

  .btable2__tc-toggle {
    font-size: 11px;
    padding: 4px 10px;
  }

  .btable2__tc-panel {
    margin-top: 8px;
    padding: 8px 12px;
  }

  .btable2__tc-text {
    font-size: 12px;
  }

  .btable2__meta {
    gap: 6px;
    margin-top: 8px;
  }

  .btable2__meta-chip {
    font-size: 11px;
    padding: 3px 8px;
  }

  .btable2__rating-wrap {
    align-items: center;
  }

  .btable2__score {
    width: 40px;
    height: 40px;
    font-size: 15px;
  }

  .btable2__cta {
    flex: 1;
    max-width: 200px;
    text-align: center;
  }

  .btable2__review {
    white-space: nowrap;
  }

  /* TC rows */
  .btable2__tc-row {
    display: block !important;
    border: none !important;
    margin-top: -10px;
    margin-bottom: 14px;
    padding: 0 18px 4px !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  .btable2__tc-row td {
    padding: 0 !important;
  }

  .btable2__tc-row:hover {
    box-shadow: none !important;
  }

  /* --- Page article --- */
  .page-article {
    padding: 40px 44px;
  }

  /* Slider */
  .slide-item__media {
    width: 200px;
  }

  /* --- Comparison table --- */
  .comptable .depcol,
  .comptable .payoutcol {
    display: none;
  }

  .comptable .bonuscol2 {
    display: none;
  }
}

/* ==========================================================================
   1024px â€” Smaller Tablets
   ========================================================================== */

@media screen and (max-width: 1024px) {

  /* 3-col â†’ single col (sidebar below on tablets) */
  .stickySidebar {
    display: none;
  }

  /* Casino hero: 2-col, CTA below */
  .casino-hero__top {
    grid-template-columns: 140px 1fr;
    gap: 20px;
    padding: 24px;
  }

  .casino-hero__cta {
    grid-column: 1 / -1;
    display: flex;
    gap: 12px;
    align-items: center;
    min-width: 0;
  }

  .casino-visit-btn {
    flex: 1;
    text-align: center;
  }

  /* Casino pros/cons */
  .casino-pc__grid {
    gap: 16px;
  }

  .casino-pc__item {
    padding: 12px 18px;
    gap: 10px;
  }

  /* Casino info table */
  .casino-info-table__body th {
    width: 160px;
  }

  /* Post card */
  .post-card {
    grid-template-columns: 220px 1fr;
  }

  /* Archive header */
  .archive-header {
    padding: 24px 28px;
  }

  .archive-header__title {
    font-size: 24px;
  }

  /* Blog article */
  .blog-article,
  .blog-intro {
    padding: 24px 28px;
  }

  /* Page article */
  .page-article {
    padding: 36px 32px;
  }

  .page-article__title {
    font-size: 28px;
  }

  /* Bonus table 2 â€” tablet grid card layout */
  .btable2-wrap {
    border: none;
    background: none;
    overflow: visible;
  }

  .btable2,
  .btable2 tbody {
    display: block;
    width: 100%;
  }

  .btable2 {
    min-width: 0;
    border-spacing: 0;
  }

  .btable2 thead {
    display: none;
  }

  .btable2 tbody tr {
    display: grid;
    grid-template-columns: auto 1fr auto;
    grid-template-areas:
      "rank   site    site"
      "bonus  bonus   rating"
      "action action  action";
    border: 1px solid var(--border-default);
    border-radius: var(--border-radius-md);
    margin-bottom: 14px;
    background: var(--bg-white);
    overflow: hidden;
    box-shadow: var(--shadow-xs);
    padding: 18px;
    gap: 0 16px;
    align-items: center;
  }

  .btable2 tbody tr:nth-child(even) {
    background: var(--bg-white);
  }

  .btable2 tbody tr:hover {
    box-shadow: var(--shadow-xs), inset 4px 0 0 var(--color-accent);
  }

  .btable2 td {
    display: block;
    padding: 0;
    border: none !important;
    text-align: left;
    min-height: 0;
  }

  .btable2 td::before {
    display: none;
  }

  .btable2__col-rank {
    grid-area: rank;
    text-align: center;
    padding-bottom: 14px;
  }

  .btable2__col-site {
    grid-area: site;
    padding-bottom: 14px;
  }

  .btable2__col-bonus {
    grid-area: bonus;
    padding-top: 14px;
    border-top: 1px solid var(--border-light) !important;
  }

  .btable2__col-rating {
    grid-area: rating;
    padding-top: 14px;
    border-top: 1px solid var(--border-light) !important;
    text-align: right;
  }

  .btable2__col-action {
    grid-area: action;
    padding-top: 14px;
    border-top: 1px solid var(--border-light) !important;
    display: flex;
    align-items: center;
    gap: 14px;
  }

  .btable2__site {
    gap: 12px;
  }

  .btable2__logo {
    width: 110px;
    height: 55px;
  }

  .btable2__name {
    font-size: 16px;
  }

  .btable2__bonus {
    font-size: 15px;
  }

  .btable2__bonus-header {
    gap: 8px;
  }

  .btable2__bonus-icon {
    font-size: 14px;
  }

  .btable2__tc-toggle {
    font-size: 11px;
    padding: 4px 10px;
  }

  .btable2__tc-panel {
    margin-top: 8px;
    padding: 8px 12px;
  }

  .btable2__tc-text {
    font-size: 12px;
  }

  .btable2__meta {
    gap: 6px;
    margin-top: 8px;
  }

  .btable2__meta-chip {
    font-size: 11px;
    padding: 3px 8px;
  }

  .btable2__rating-wrap {
    align-items: center;
  }

  .btable2__score {
    width: 40px;
    height: 40px;
    font-size: 15px;
  }

  .btable2__cta {
    flex: 1;
    max-width: 200px;
    text-align: center;
  }

  .btable2__review {
    white-space: nowrap;
  }

  /* TC rows: span full width, no grid */
  .btable2__tc-row {
    display: block !important;
    border: none !important;
    margin-top: -10px;
    margin-bottom: 14px;
    padding: 0 18px 4px !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  .btable2__tc-row td {
    padding: 0 !important;
  }

  .btable2__tc-row:hover {
    box-shadow: none !important;
  }

  /* Comparison table */
  .comptable .bonuscol2 {
    display: none;
  }

  /* Games list: 3-col */
  .gamelist_item {
    width: calc(33.333% - 8px);
  }

  /* Featured casino card */
  .featuredsite {
    gap: 16px;
    padding: 20px;
  }

  .featuredsite__logo {
    width: 100px;
    height: 100px;
  }

  .featuredsite__name {
    font-size: 18px;
  }

  .featuredsite__bonus-text {
    font-size: 16px;
  }

  /* Slider */
  .slide-item__media {
    width: 200px;
    padding: 20px;
  }

  .slide-item__content {
    padding: 24px;
  }

  .slide-item__title {
    font-size: 20px;
  }

  /* Review legacy floats */
  .rev-image-info,
  .rev-rightcontent {
    width: 100%;
    float: none;
  }

  .rev-rightcontent {
    padding: 15px 0 0;
  }

  .rev-rightcontent ul {
    float: none;
    display: block;
    width: 100%;
    padding: 10px;
    margin-bottom: 0;
  }

  .rev-widget-pros {
    margin: 0 0 20px;
    float: none;
    width: 100%;
  }

  .rev-widget-cons {
    float: none;
    margin: 0 0 25px;
  }

  /* Sidebar */
  .sidebar {
    margin-left: 0;
  }

  /* Top sites legacy */
  .topsites .left {
    float: none;
    width: 100px;
    margin: 0 auto 5px;
  }

  .topsites .right {
    float: none;
    width: 100%;
    margin-left: 0;
    text-align: center;
  }

  /* Header widgets */
  .headerwidgets {
    width: 68%;
  }

  .headerwidgets .bannerwidget {
    float: none;
  }

  .rightbanner {
    float: none;
    width: 100%;
    padding: 0;
  }

  .featlmidarea {
    width: 220px;
  }

  /* Top sites widget: restore full size when sidebar is full-width below */
  .topsites-card__logo,
  .topsiteswidget_v2 .ts_logo-wrap {
    width: 80px;
    height: 48px;
  }

  .topsites-card__logo .ts_logo,
  .topsiteswidget_v2 .ts_logo {
    width: 80px;
    max-width: 80px;
    height: 48px;
    max-height: 48px;
  }

  .topsites-card__name {
    font-size: 15px;
  }

  .topsites-card {
    padding: 14px;
  }

  .topsites-card__bonus {
    font-size: 14px;
    padding: 8px 12px;
  }

  /* --- Header: mobile nav (hamburger from tablets) --- */
  .site-nav {
    display: none;
  }

  .site-header__toggle {
    display: flex;
    position: absolute;
    right: 16px;
  }

  .site-header__inner {
    height: 52px;
    padding: 0 16px;
    justify-content: flex-start;
  }

  /* --- Layout: single column (sidebar below on tablets) --- */
  .content-grid {
    grid-template-columns: 1fr;
  }

  .customWrap {
    grid-template-columns: 1fr;
    padding: 0 12px;
  }

  .custom_wrapper {
    grid-template-columns: 1fr;
  }

  .site-main__inner {
    padding: 20px 12px;
  }

  /* Sidebar: full-width below content */
  .sidebar {
    width: 100%;
    float: none;
    margin: 24px 0 0;
    position: static;
  }
}

/* ==========================================================================
   768px â€” Tablets Portrait
   ========================================================================== */

@media screen and (max-width: 768px) {

  /* --- Casino Hero: stacked --- */
  .casino-hero__top {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px 20px;
  }

  .casino-hero__logo {
    display: flex;
    align-items: center;
    gap: 16px;
  }

  .casino-logo-wrap {
    width: 100px;
    height: 80px;
    padding: 12px;
  }

  .casino-rank {
    position: static;
  }

  .casino-hero__title {
    font-size: 1.8rem;
  }

  .casino-score__value {
    font-size: 2.2rem;
  }

  .casino-hero__cta {
    grid-column: auto;
    min-width: 0;
  }

  .casino-visit-btn {
    width: 100%;
    text-align: center;
    justify-content: center;
    padding: 14px 20px;
  }

  /* Casino pros & cons: single column */
  .casino-pc__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .casino-pc__header {
    padding: 16px 18px 14px;
  }

  .casino-pc__item {
    padding: 12px 18px;
  }

  /* Casino info table: stack labels above values */
  .casino-info-table__body th {
    width: auto;
    display: block;
    padding: 12px 20px 4px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border-bottom: none;
  }

  .casino-info-table__body td {
    display: block;
    padding: 4px 20px 12px;
  }

  .casino-info-table__body tr {
    border-bottom: 1px solid var(--border-light);
  }

  .casino-info-table__body tr:last-child {
    border-bottom: none;
  }

  /* Casino CTA box */
  .casino-cta {
    padding: 24px 20px;
  }

  .casino-cta__inner {
    flex-direction: column;
    text-align: center;
    gap: 16px;
  }

  .casino-cta__logo {
    margin: 0 auto;
  }

  .casino-cta__btn {
    width: 100%;
    justify-content: center;
  }

  /* Casino content */
  .casino-content {
    padding: 20px 16px;
  }

  /* --- Post cards: stack --- */
  .post-card {
    grid-template-columns: 1fr;
  }

  .post-card__thumb {
    aspect-ratio: 16/9;
  }

  .post-card__body {
    padding: 20px;
  }

  /* --- Page article --- */
  .page-article {
    padding: 24px 16px;
    border-radius: var(--border-radius);
  }

  .page-article__title {
    font-size: 24px;
  }

  .page-article__header {
    margin-bottom: 20px;
    padding-bottom: 16px;
  }

  /* --- Archive header --- */
  .archive-header {
    padding: 20px 16px;
    border-radius: var(--border-radius);
  }

  .archive-header__title {
    font-size: 22px;
  }

  /* --- Blog article --- */
  .blog-article,
  .blog-intro {
    padding: 20px 16px;
    border-radius: var(--border-radius);
  }

  .blog-article__title {
    font-size: 19px;
  }

  /* --- 404 error page --- */
  .error-page {
    padding: 48px 20px;
  }

  .error-page__code {
    font-size: 80px;
  }

  .error-page__title {
    font-size: 22px;
  }

  .error-page__desc {
    font-size: 15px;
    margin-bottom: 24px;
  }

  /* --- Post meta bar: stack --- */
  .postmeta-bar {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding: 12px 14px;
  }

  .postmeta-details {
    gap: 4px 10px;
  }

  /* --- Slider: stack panels --- */
  .slide-item {
    flex-direction: column;
  }

  .slide-item__media {
    width: 100%;
    padding: 20px;
    border-right: none;
    border-bottom: 1px solid var(--border-light);
  }

  .slide-item__img {
    max-height: 120px;
  }

  .slide-item__content {
    padding: 24px;
  }

  .slide-item__title {
    font-size: 20px;
  }

  /* --- Featured casino: wrap + stack CTA --- */
  .featuredsite {
    flex-wrap: wrap;
    gap: 16px;
    padding: 20px;
  }

  .featuredsite__logo {
    width: 90px;
    height: 90px;
  }

  .featuredsite__action {
    width: 100%;
  }

  .featuredsite__action .visbutton {
    width: 100%;
    text-align: center;
    justify-content: center;
  }

  /* Comparison table */
  .comptable {
    font-size: 13px;
  }

  .comptable img.logocomp {
    width: 100px;
  }

  .comptable a.visbutton {
    width: 90px;
    padding: 8px 0;
    font-size: 12px !important;
  }

  .rankcir {
    width: 36px;
    height: 36px;
    font-size: 18px;
    line-height: 36px;
  }

  /* --- Games list: 2-col --- */
  .gamelist_item {
    width: calc(50% - 6px);
  }

  .gameitem_img {
    height: 150px;
  }

  .gameitem_img img {
    min-height: 150px;
  }

  /* Game review: un-float columns */
  .game_detblock_col1,
  .game_detblock_col2 {
    float: none;
    width: 100%;
  }

  .game_detblock_col2 {
    margin-top: 16px;
  }

  .gamefeat_site .left_featgm {
    float: none;
    width: 100%;
  }

  .gamefeat_site .left_featgm img {
    margin: 0 auto;
    display: block;
  }

  .gamefeat_site .right_featgm {
    float: none;
    width: 100%;
    margin-top: 10px;
  }

  .gamefeat_site .right_featgm span {
    text-align: center;
  }

  .gamefeat_site a.visbutton {
    padding: 13px 12px;
    display: block;
    margin: 0;
  }

  /* Game demo casino */
  .gamedemo_casino .gamedemo_logo {
    float: none;
    width: 100%;
  }

  .gamedemo_casino .gamedemo_logo img {
    margin: 0 auto;
    display: block;
  }

  .gamedemo_casino .gamedemo_bonus {
    float: none;
    width: 100%;
    padding: 10px 0;
    text-align: center;
  }

  .gamedemo_casino .gamedemo_play {
    float: none;
    width: 100%;
    padding: 0;
  }

  .gamedemo_casino a.visbutton {
    padding: 13px 12px;
    display: block;
    margin: 0;
  }

  /* Game demo iframe responsive */
  .game_demoarea iframe {
    width: 100% !important;
    height: auto;
    aspect-ratio: 16/9;
  }

  /* --- Tips --- */
  .tips_table {
    flex-direction: column;
  }

  .tip-match {
    width: 100%;
  }

  /* --- TOC --- */
  .toc-container {
    margin: 20px 0 24px;
  }

  .toc-header {
    padding: 14px 16px;
  }

  .toc-body {
    padding: 6px 16px 14px;
  }

  .toc-link {
    font-size: 14px;
    padding: 8px 10px;
  }

  /* --- Review Pros/Cons legacy --- */
  .reviewProsAndCons_list {
    display: block !important;
  }

  .reviewProsAndConsListItem_pro {
    margin-bottom: 14px;
  }

  .reviewProsAndCons_mainBody .reviewProsAndCons_list .reviewProsAndConsList_item {
    max-width: 100% !important;
    flex: 100% 0 0;
  }

  /* --- Article excerpt cards --- */
  .articleexcerpt img {
    float: none;
    width: 100%;
    height: 180px;
    margin: 0 0 12px;
    border-radius: var(--border-radius);
  }

  /* --- Comments --- */
  .comment-form-author,
  .comment-form-email,
  .comment-form-url {
    width: 100%;
  }

  .comment-form-author input,
  .comment-form-email input,
  .comment-form-url input {
    width: 100%;
  }

  /* --- Footer: 2 columns --- */
  .footerwidget {
    width: 50%;
    padding: 10px 12px;
  }

  footer.main-footer .wrap,
  footer.bottom-footer .wrap {
    padding: 0 16px;
  }

  /* Aware badges */
  .aware-wrap {
    padding: 20px 16px;
    gap: 10px;
  }

  .aware-image {
    margin: 6px;
  }

  /* Hide desktop sticky strap */
  .stickyStrap {
    display: none !important;
  }

  /* Buttons: full-width large variant */
  a.visbutton.lg {
    width: 100%;
    max-width: 100%;
  }

  /* Main content */
  .main-content,
  .main-content.fullwidth {
    width: 100%;
    float: none;
    padding: 15px 10px;
    margin-bottom: 20px;
  }

  /* Header legacy */
  .header-logo {
    float: none;
    margin: 0 auto;
    text-align: center;
    width: 100%;
  }

  nav.navbar {
    float: none;
    padding: 0;
  }

  .headerwidgets {
    width: 100%;
  }

  .headerwidgets .bannerwidget img {
    width: 100%;
  }

  /* Legacy top review */
  .topreview .left {
    float: none;
    width: 100%;
    margin: 0 auto;
  }

  .topreview .right {
    float: none;
    width: 100%;
    margin: 10px auto 0;
  }

  /* Featured listing legacy */
  .featlogoarea {
    float: none;
    margin: 0 auto 15px;
  }

  .mainfeat {
    padding: 15px;
    overflow: hidden;
  }

  .featlmidarea {
    float: none;
    width: 100%;
  }

  .featlbonusarea {
    float: none;
    width: 100%;
    padding-top: 15px;
  }

  /* Scroll to top */
  .scroll-to-top {
    bottom: 20px;
    right: 16px;
    width: 40px;
    height: 40px;
    font-size: 14px;
  }
}

/* ==========================================================================
   576px â€” Large Phones
   ========================================================================== */

@media screen and (max-width: 576px) {

  /* Full-width content on phones */
  #outerwrap {
    padding: 0;
    max-width: 100%;
  }

  .site-main__inner {
    padding: 12px 0;
    max-width: 100%;
  }

  .customWrap {
    padding: 0;
  }

  .content-grid {
    padding: 0;
  }

  .btable2-wrap {
    padding: 0 10px;
  }

  .btable2 td {
    margin: 4px 0 4px 8px;
  }

  /* --- Casino Hero --- */
  .casino-hero__top {
    padding: 20px 16px;
    gap: 14px;
  }

  .casino-hero__title {
    font-size: 1.5rem;
  }

  .casino-score__value {
    font-size: 2rem;
  }

  .casino-hero__bonus {
    padding: 8px 12px;
    gap: 8px;
  }

  .casino-hero__bonus span {
    font-size: 14px;
  }

  .casino-hero__code {
    flex-wrap: wrap;
    gap: 8px;
  }

  .casino-code-value {
    font-size: 13px;
    padding: 5px 10px;
  }

  .casino-visit-btn {
    padding: 12px 16px;
    font-size: 14px;
    border-radius: 10px;
  }

  /* Casino pros/cons */
  .casino-pc__header {
    padding: 14px 16px 12px;
    gap: 10px;
  }

  .casino-pc__badge {
    width: 34px;
    height: 34px;
    font-size: 13px;
  }

  .casino-pc__title {
    font-size: 1.5rem;
  }

  .casino-pc__item {
    padding: 10px 16px;
    gap: 10px;
  }

  .casino-pc__item span {
    font-size: 14px;
  }

  /* Casino info table */
  .casino-info-table__head {
    padding: 14px 16px;
  }

  .casino-info-table__title {
    font-size: 1.5rem;
  }

  .casino-info-table__body th {
    padding: 10px 16px 2px;
    font-size: 11px;
  }

  .casino-info-table__body td {
    padding: 2px 16px 10px;
    font-size: 14px;
  }

  /* Casino content & CTA */
  .casino-content {
    padding: 16px 14px;
  }

  .casino-cta {
    padding: 20px 16px;
  }

  .casino-cta__heading {
    font-size: 16px;
  }

  .casino-cta__bonus {
    font-size: 14px;
  }

  /* --- Post cards --- */
  .post-card__title {
    font-size: 17px;
  }

  .post-card__body {
    padding: 16px;
    gap: 8px;
  }

  .post-card__excerpt {
    font-size: 14px;
  }

  /* --- Page article --- */
  .page-article {
    padding: 20px 14px;
  }

  .page-article__title {
    font-size: 20px;
  }

  /* --- Post meta --- */
  .postmeta-bar {
    padding: 10px 12px;
    gap: 8px;
  }

  .postmeta-author img {
    width: 32px;
    height: 32px;
  }

  .postmeta-item {
    font-size: 11.5px;
  }

  /* --- Author box: stacked mobile layout --- */
  .authorbox {
    border-radius: var(--border-radius-md);
    margin: 24px 0 20px;
  }

  .authorbox-header {
    padding: 10px 16px;
    font-size: 12px;
    justify-content: center;
  }

  .authorbox-body {
    flex-direction: column;
  }

  .authorbox-left {
    flex-direction: row;
    min-width: 0;
    padding: 16px;
    border-right: none;
    border-bottom: 1px solid #eaeef2;
    gap: 12px;
    justify-content: flex-start;
  }

  .authorbox-avatar-wrap a {
    width: 64px;
    height: 64px;
  }

  .authorbox-avatar-wrap img {
    width: 56px;
    height: 56px;
  }

  .authorbox-role {
    font-size: 10px;
    padding: 2px 8px;
  }

  .authorbox-postcount {
    font-size: 10.5px;
  }

  .authorbox-info {
    padding: 14px 16px;
  }

  .authorbox-name {
    font-size: 16px;
    margin-bottom: 6px;
  }

  .authorbox-bio {
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 10px;
  }

  .authorbox-meta {
    gap: 4px 12px;
    margin-bottom: 12px;
    padding-bottom: 10px;
  }

  .authorbox-meta-item {
    font-size: 11.5px;
  }

  .authorbox-footer {
    gap: 8px;
  }

  .authorbox-allposts,
  .authorbox-website {
    font-size: 12px;
    padding: 7px 12px;
    flex: 1;
    justify-content: center;
    text-align: center;
  }

  /* --- Slider --- */
  .slide-item__media {
    padding: 16px;
  }

  .slide-item__img {
    max-height: 100px;
  }

  .slide-item__content {
    padding: 20px 16px;
  }

  .slide-item__title {
    font-size: 18px;
  }

  .slide-item__text {
    font-size: 13px;
  }

  .slide-item__badge {
    font-size: 11px;
    padding: 3px 10px;
  }

  .slide-item__btn {
    padding: 10px 20px;
    font-size: 13px;
  }

  /* --- Featured casino: full stack --- */
  .featuredsite {
    flex-direction: column;
    text-align: center;
    gap: 14px;
    padding: 20px 16px;
  }

  .featuredsite__logo {
    width: 100px;
    height: 100px;
    margin: 0 auto;
  }

  .featuredsite__body {
    align-items: center;
  }

  .featuredsite__rating {
    justify-content: center;
  }

  .featuredsite__bonus {
    justify-content: center;
  }

  .featuredsite__bonus-text {
    font-size: 16px;
  }

  .featuredsite__tc {
    justify-content: center;
  }

  .featuredsite__meta {
    justify-content: center;
  }

  /* --- Bonus Table 2: phone cards --- */

  /* Card wrapper */
  .btable2-wrap {
    border: none;
    background: none;
    overflow: visible;
    padding: 0 14px;
  }

  /* Card rows */
  .btable2 tbody tr {
    display: flex;
    flex-direction: column;
    padding: 0;
    gap: 0;
    border-radius: 16px;
    overflow: hidden;
    position: static;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08), 0 1px 3px rgba(0, 0, 0, 0.05);
    margin-bottom: 22px;
    border: 1px solid var(--border-light);
    background: var(--bg-white);
  }

  /* Rank: static tab at top-right corner, no absolute positioning */
  .btable2__col-rank {
    position: static;
    align-self: flex-end;
    margin: 0 !important;
    background: var(--color-accent);
    border-radius: 0 16px 0 10px;
    border: none;
    box-shadow: none;
    width: auto;
    height: auto;
    padding: 7px 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: auto;
  }

  .btable2__rank {
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    writing-mode: horizontal-tb;
    transform: none;
    letter-spacing: 0.02em;
    line-height: 1;
  }

  .btable2__rank--top {
    color: #fef9c3;
  }

  /* Site row */
  .btable2__col-site {
    background: var(--bg-white);
    padding: 20px 24px;
    display: flex;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
  }

  .btable2__site {
    flex-direction: row;
    gap: 18px;
    align-items: center;
    width: 100%;
  }

  .btable2__logo-link {
    flex-shrink: 0;
    display: block;
  }

  .btable2__logo {
    width: 120px;
    height: 72px;
    object-fit: contain;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.08);
    padding: 8px;
    display: block;
  }

  .btable2__name {
    font-size: 17px;
    font-weight: 700;
    color: var(--color-text-dark);
    line-height: 1.35;
  }

  /* Rating row */
  .btable2__col-rating {
    background: var(--bg-white);
    border-top: 1px solid var(--border-light) !important;
    padding: 16px 24px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 14px;
    width: 100%;
    box-sizing: border-box;
  }

  .btable2__rating-wrap {
    flex-direction: row;
    gap: 14px;
    align-items: center;
  }

  .btable2__score {
    width: 48px;
    height: 48px;
    font-size: 17px;
    font-weight: 800;
  }

  .btable2__stars {
    font-size: 16px;
  }

  /* Bonus row */
  .btable2__col-bonus {
    background: #fffaf0;
    border-top: 1px solid #f4e4c4 !important;
    padding: 20px 24px;
    width: 100%;
    box-sizing: border-box;
  }

  .btable2__bonus {
    font-size: 18px;
    font-weight: 700;
    color: #92400e;
    line-height: 1.5;
  }

  .btable2__bonus-header {
    gap: 10px;
    align-items: center;
  }

  .btable2__bonus-icon {
    color: #d97706;
    font-size: 18px;
  }

  .btable2__tc-toggle {
    font-size: 12px;
    padding: 7px 16px;
    margin-top: 14px;
  }

  .btable2__tc-panel {
    margin-top: 12px;
    padding: 12px 16px;
  }

  .btable2__tc-text {
    font-size: 13px;
  }

  .btable2__meta {
    gap: 10px;
    margin-top: 14px;
    flex-wrap: wrap;
  }

  .btable2__meta-chip {
    font-size: 13px;
    padding: 7px 14px;
    background: rgba(217, 119, 6, 0.08);
    color: #92400e;
    border: 1px solid rgba(217, 119, 6, 0.2);
    border-radius: 20px;
  }

  /* Action row */
  .btable2__col-action {
    padding: 18px 24px 20px;
    border-top: 1px solid var(--border-light) !important;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    background: var(--bg-white);
    width: 100%;
    box-sizing: border-box;
  }

  .btable2__cta {
    flex: 1;
    text-align: center;
    padding: 15px 20px;
    font-size: 15px !important;
    font-weight: 700 !important;
    border-radius: 10px !important;
    margin: 0 !important;
    box-shadow: 0 2px 12px rgba(217, 119, 6, 0.3) !important;
    letter-spacing: 0.03em;
  }

  .btable2__review {
    font-size: 14px;
    white-space: nowrap;
    color: var(--color-text-light);
  }

  .btable2__tc-row {
    padding: 0 22px 10px !important;
    display: block !important;
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
    margin-top: -20px;
    margin-bottom: 24px;
  }

  /* --- Comparison table --- */
  .comptable td {
    font-size: 12px;
    padding: 8px 4px;
  }

  .comptable img.logocomp {
    width: 80px;
  }

  .comptable a.visbutton {
    width: 75px;
    font-size: 11px !important;
    padding: 6px 0;
  }

  .rankcir {
    width: 30px;
    height: 30px;
    font-size: 15px;
    line-height: 30px;
  }

  /* --- Games list --- */
  .gamelist_item span {
    font-size: 12px;
    padding: 8px 6px;
  }

  .gameitem_img {
    height: 120px;
  }

  /* --- Game review --- */
  .game_wrap {
    padding: 12px;
  }

  .game_wrap h1 {
    font-size: 18px;
    padding: 8px 12px;
  }

  .game_detblock {
    padding: 14px;
  }

  /* --- Tips --- */
  .tip_match-info {
    padding: 16px;
    gap: 6px;
  }

  /* --- TOC --- */
  .toc-icon {
    width: 28px;
    height: 28px;
    font-size: 14px;
  }

  .toc-title {
    font-size: 15px;
  }

  .toc-number {
    min-width: 24px;
    height: 24px;
    font-size: 11px;
  }

  .toc-link {
    font-size: 13px;
    gap: 8px;
    padding: 8px;
  }

  /* --- Mobile drawer: full-width --- */
  .mobile-drawer {
    width: 100%;
    max-width: 100vw;
  }

  /* --- Buttons --- */
  a.visbutton {
    padding: 12px 14px;
    font-size: 14px !important;
  }

  a.visbutton.lg {
    padding: 14px 0;
    font-size: 14px !important;
  }

  /* --- Article excerpts --- */
  .articleexcerpt {
    padding: 12px;
  }

  .articleexcerpt h3 {
    font-size: 15px;
  }

  /* --- Breadcrumb --- */
  .breadcrumb {
    font-size: 12px;
    padding: 8px 12px;
  }

  /* --- Sidebar widgets --- */
  .sidebar ul.site_stats li a {
    padding: 10px 6px;
    gap: 8px;
  }

  .site_stats__count {
    font-size: 16px;
  }

  .topsites-card,
  .topsiteswidget_v2 {
    padding: 12px 10px;
  }

  /* Top sites: stack logo above name on phones */
  .topsites-card__header {
    flex-wrap: wrap;
  }

  .topsites-card__logo {
    order: -1;
  }

  .topsites-card__name {
    width: 100%;
    order: 3;
  }

  /* --- Footer: single column --- */
  .footerwidget {
    float: none;
    width: 100%;
    padding: 12px 0;
  }

  footer.main-footer .wrap,
  footer.bottom-footer .wrap {
    width: 92%;
    padding: 0;
  }

  footer.main-footer {
    padding: 32px 15px 20px;
  }

  /* --- Comments --- */
  .commentsheading {
    font-size: 18px;
  }

  /* --- Main content --- */
  .main-content ul {
    padding-left: 10px;
  }

  .main-content,
  .main-content.fullwidth {
    padding: 12px 0;
  }

  /* --- Hide desktop-only elements --- */
  .topcontent_mobileHidden {
    display: none;
  }
}

/* ==========================================================================
   420px â€” Small Phones
   ========================================================================== */

@media screen and (max-width: 420px) {

  .site-main__inner {
    padding: 10px 0;
    max-width: 100%;
  }

  #outerwrap {
    padding: 0;
    max-width: 100%;
  }

  .btable2-wrap {
    padding: 0 8px;
  }

  .btable2 td {
    margin: 3px 0 3px 6px;
  }

  /* --- Casino Hero: extra compact --- */
  .casino-hero__top {
    padding: 16px 12px;
    gap: 12px;
  }

  .casino-logo-wrap {
    width: 80px;
    height: 64px;
    padding: 8px;
  }

  .casino-hero__title {
    font-size: 1.3rem;
  }

  .casino-hero__rating {
    gap: 10px;
  }

  .casino-score__value {
    font-size: 1.8rem;
  }

  .casino-stars {
    font-size: 13px;
  }

  .casino-hero__bonus span {
    font-size: 13px;
  }

  .casino-visit-btn {
    padding: 11px 14px;
    font-size: 13px;
  }

  /* Casino pros/cons */
  .casino-pc__header {
    padding: 12px 14px 10px;
  }

  .casino-pc__title {
    font-size: 1.3rem;
  }

  .casino-pc__item {
    padding: 10px 14px;
  }

  .casino-pc__item span {
    font-size: 13px;
  }

  /* Casino info table */
  .casino-info-table__body th {
    padding: 8px 12px 2px;
  }

  .casino-info-table__body td {
    padding: 2px 12px 8px;
    font-size: 13px;
  }

  /* --- Post card --- */
  .post-card__title {
    font-size: 15px;
  }

  .post-card__body {
    padding: 14px 12px;
    gap: 6px;
  }

  .post-card__excerpt {
    font-size: 13px;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .post-card__more {
    font-size: 13px;
  }

  /* --- Page article --- */
  .page-article {
    padding: 16px 12px;
  }

  .page-article__title {
    font-size: 18px;
  }

  /* --- Slider --- */
  .slide-item__media {
    padding: 12px;
  }

  .slide-item__img {
    max-height: 80px;
  }

  .slide-item__content {
    padding: 16px 14px;
  }

  .slide-item__title {
    font-size: 16px;
  }

  .slide-item__text {
    font-size: 12px;
  }

  .slide-item__btn {
    padding: 8px 16px;
    font-size: 12px;
  }

  /* --- Featured casino --- */
  .featuredsite {
    padding: 16px 12px;
    gap: 12px;
  }

  .featuredsite__logo {
    width: 80px;
    height: 80px;
  }

  .featuredsite__name {
    font-size: 16px;
  }

  .featuredsite__bonus-text {
    font-size: 15px;
  }

  .featuredsite__meta-item {
    font-size: 11px;
    padding: 3px 8px;
  }

  /* --- Games --- */
  .gamelist_item span {
    font-size: 11px;
    padding: 6px 4px;
  }

  .gameitem_img {
    height: 100px;
  }

  /* --- Bonus Table 2: small phone compact --- */
  .btable2 tbody tr {
    border-radius: 14px;
    margin-bottom: 22px;
  }

  .btable2__col-rank {
    padding: 5px 14px;
    border-radius: 0 14px 0 8px;
  }

  .btable2__rank {
    font-size: 12px;
  }

  .btable2__col-site {
    padding: 18px 20px;
  }

  .btable2__logo {
    width: 100px;
    height: 60px;
  }

  .btable2__site {
    gap: 14px;
  }

  .btable2__name {
    font-size: 15px;
  }

  .btable2__col-rating {
    padding: 16px 20px;
  }

  .btable2__score {
    width: 44px;
    height: 44px;
    font-size: 16px;
  }

  .btable2__stars {
    font-size: 14px;
  }

  .btable2__col-bonus {
    padding: 18px 20px;
  }

  .btable2__bonus {
    font-size: 16px;
  }

  .btable2__col-action {
    padding: 16px 20px 20px;
    gap: 14px;
  }

  .btable2__cta {
    padding: 13px 14px;
    font-size: 14px !important;
  }

  /* --- Mobile strap (casino review bottom bar) --- */
  .mobileStrap {
    display: flex;
    position: fixed;
    bottom: 0;
    height: 70px;
    width: 100%;
    z-index: 1000;
    box-shadow: 0 -2px 10px 2px rgba(133, 130, 130, 0.79);
    border-radius: 1.2rem 1.2rem 0 0;
    background-color: var(--bg-lighter);
  }

  .mobileLeft {
    background: var(--color-primary);
    position: relative;
    height: inherit;
    width: 28%;
    border-top-left-radius: 1.2rem;
    border-bottom-right-radius: 3px;
    display: grid;
    align-content: center;
  }

  .mobileLeft::before {
    content: '';
    width: 35px;
    height: inherit;
    background: inherit;
    position: absolute;
    right: -34px;
    clip-path: polygon(0 -1%, 100% -1%, 0 100%);
  }

  .mobileLeft a img {
    width: 70%;
    height: auto;
  }

  .mobileLeft_thumbnail {
    text-align: center;
  }

  .mobileRight {
    width: 80%;
    height: inherit;
    background-color: var(--bg-lighter);
    display: flex;
    padding-left: 40px;
    align-items: center;
    border-top-right-radius: 1.2rem;
  }

  .mobileRight_play-btn {
    margin-right: 15px;
    margin-left: 5px;
    width: 30%;
  }

  .mobileRight_play-btn .mobileRight_btn {
    width: 100%;
    border-radius: 15px;
  }

  .mobileRight_bonusText {
    margin-left: 5px;
    width: 70%;
  }

  .mobileRight_bonusText span.bonusText {
    font-weight: bold;
    text-align: center;
  }

  .mobileRight_reviewRating {
    margin-bottom: 2px;
  }

  /* Bottom padding for mobile strap */
  body.single-casino {
    padding-bottom: 80px;
  }

  /* Scroll to top: offset for strap */
  .scroll-to-top {
    bottom: 80px;
    right: 12px;
    width: 36px;
    height: 36px;
    font-size: 13px;
  }

  /* Footer bottom spacing for mobile strap */
  footer.bottom-footer {
    padding-bottom: 80px;
  }

  /* --- Blockquote --- */
  blockquote {
    padding: 16px 14px 12px;
    margin: 8px 0 20px;
    font-size: 0.95em;
  }

  /* Content lists */
  .main-content ul,
  .main-content ol {
    padding: 0 0 6px 20px;
  }

  /* Aware badges */
  .aware-wrap {
    padding: 16px 10px;
  }

  .aware-image {
    margin: 4px;
  }

  .aware-image img {
    max-height: 28px;
    width: auto;
  }
}

/* ==========================================================================
   Print Styles
   ========================================================================== */

@media print {
  .site-header,
  .site-nav,
  .site-header__toggle,
  .mobile-drawer,
  .mobile-drawer-backdrop,
  .sidebar,
  .scroll-to-top,
  .stickyStrap,
  .mobileStrap,
  footer.main-footer,
  footer.bottom-footer,
  footer.mid-footer,
  .casino-hero__cta,
  .casino-cta,
  .featuredsite__action,
  .breadcrumb,
  .toc-container {
    display: none !important;
  }

  body {
    font-size: 12pt;
    line-height: 1.5;
    color: #000;
    background: #fff;
  }

  .content-grid,
  .customWrap,
  .custom_wrapper {
    display: block;
  }

  .page-article,
  .casino-content,
  .casino-hero,
  .casino-pc,
  .casino-info-table {
    border: 1px solid #ccc;
    box-shadow: none;
    break-inside: avoid;
  }

  a {
    color: #000;
    text-decoration: underline;
  }

  img {
    max-width: 100% !important;
  }
}

/* ==========================================================================
   Accessibility: Reduced Motion
   ========================================================================== */

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
