/*
Theme Name: newonlinecasino.us.com
Theme URI: https://example.com
Author: Your Name
Author URI: https://example.com
Version: 1.0.1
*/

/* ===== Base Reset & Typography ===== */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
  max-width: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}

body {
  overflow-x: hidden;
  max-width: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  background: #020617;
  color: #0f172a;
  line-height: 1.6;
  min-height: 100vh;
}
.page-template-front-page .grid-container {
    max-width: 100%;
}
.page-template-front-page .site-content {
	display: block;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}

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

/* ===== Container ===== */
.shell {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  box-sizing: border-box;
}

/* ===== Sections ===== */
section {
  width: 100%;
  max-width: 100%;
  padding: 72px 0;
  background: #f3f4f6;
  box-sizing: border-box;
  overflow-x: hidden;
}

section:nth-of-type(even) {
  background: #ffffff;
}

.section-header {
  max-width: 1200px;
  margin: 0 auto 32px;
  width: 100%;
  box-sizing: border-box;
  padding: 0 20px;
}

.section-header h2 {
  font-size: clamp(1.8rem, 2.8vw, 2.4rem);
  font-weight: 800;
  color: #111827;
  margin-bottom: 12px;
}

.section-subtitle {
  font-size: 1.05rem;
  line-height: 1.7;
  color: #4b5563;
  max-width: 85ch;
}

.section-body {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
  padding: 0 20px;
}

/* ===== Header / Navigation ===== */
.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(15, 23, 42, 0.96);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(148, 163, 184, 0.35);
  width: 100%;
  max-width: 100vw;
  box-sizing: border-box;
  overflow-x: hidden;
}

.site-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px 0;
  color: #e5e7eb;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  flex-wrap: wrap;
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  min-width: 0;
}

.brand-logo {
  width: 32px;
  height: 32px;
  border-radius: 12px;
  background: linear-gradient(135deg, #22c55e, #16a34a);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 0.95rem;
  color: #ecfdf5;
  box-shadow: 0 8px 20px rgba(34, 197, 94, 0.35);
}

.brand-text {
  display: flex;
  flex-direction: column;
}

.brand-title {
  font-weight: 700;
  font-size: 1.05rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.brand-subtitle {
  font-size: 0.75rem;
  color: #9ca3af;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

body header .site-nav {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 0.95rem;
  flex-wrap: wrap;
  min-width: 0;
  flex: 1 1 auto;
}

body header .site-nav a {
  color: #e5e7eb;
  padding: 6px 0;
  position: relative;
  white-space: nowrap;
  flex-shrink: 1;
  font-size: 0.9rem;
}

body header .site-nav a::after,
body header .e--pointer-underline .elementor-item::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, #22c55e, #a855f7);
  border-radius: 999px;
  transition: width 0.18s ease-out;
}

body header .site-nav a:hover::after {
  width: 100%;
}

body header .nav-cta {
  padding: 8px 16px;
  border-radius: 999px;
  background: linear-gradient(135deg, #22c55e, #22c55e);
  color: #022c22;
  font-weight: 600;
  font-size: 0.9rem;
  box-shadow: 0 10px 25px rgba(34, 197, 94, 0.35);
  white-space: nowrap;
  flex-shrink: 0;
}

body header .nav-cta:hover {
  filter: brightness(1.05);
}

/* ===== Buttons ===== */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 11px 20px;
  font-size: 0.95rem;
  font-weight: 600;
  cursor: pointer;
  border: 1px solid transparent;
  transition: transform 0.15s ease-out, box-shadow 0.15s ease-out,
    background 0.15s ease-out, color 0.15s ease-out, border-color 0.15s ease-out;
}

.btn.primary {
  background: linear-gradient(135deg, #22c55e, #16a34a);
  border-color: rgba(16, 185, 129, 0.5);
  color: #022c22;
  box-shadow: 0 18px 40px rgba(5, 150, 105, 0.45);
}

.btn.primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 20px 48px rgba(5, 150, 105, 0.6);
}

.btn.ghost {
  background: transparent;
  border-color: rgba(148, 163, 184, 0.7);
  color: #374151;
}

.btn.ghost:hover {
  background: rgba(249, 250, 251, 0.8);
  border-color: rgba(148, 163, 184, 0.9);
}

/* ===== Hero ===== */
.hero {
  padding: 30px 0 72px;
  background: radial-gradient(circle at top left, #22c55e22, transparent 55%),
    radial-gradient(circle at bottom right, #6366f122, transparent 55%),
    #ffffff;
  color: #111827;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow-x: hidden;
}

.hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 3fr) minmax(0, 2.7fr);
  gap: 36px;
  align-items: center;
}

.hero-copy h1 {
  font-size: clamp(2.2rem, 3.5vw, 3rem);
  margin: 10px 0 8px;
  font-weight: 800;
  line-height: 1.2;
}

.hero-author-meta {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
  font-size: 0.9rem;
  color: #6b7280;
}

.hero-author {
  color: #374151;
}

.hero-author strong {
  color: #111827;
  font-weight: 600;
}

.hero-date {
  color: #9ca3af;
}

.hero-kicker {
  font-size: 0.9rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #6366f1;
  font-weight: 600;
}

.hero-lead {
  font-size: 1.05rem;
  line-height: 1.75;
  color: #374151;
  max-width: 46rem;
}

.hero-lead.secondary {
  margin-top: 10px;
  color: #6b7280;
}

.hero-actions {
  margin-top: 22px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-meta {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 0.85rem;
  color: #6b7280;
}

.hero-meta span {
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(249, 250, 251, 0.9);
  border: 1px solid rgba(229, 231, 235, 0.8);
  color: #374151;
}

.hero-panel {
  display: flex;
  justify-content: flex-end;
}

.hero-card {
  width: 100%;
  max-width: 460px;
  background: radial-gradient(circle at top, #22c55e15, transparent 60%),
    rgba(255, 255, 255, 0.98);
  border-radius: 20px;
  padding: 24px 22px;
  border: 1px solid rgba(229, 231, 235, 0.8);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.08);
}

.hero-card h2 {
  font-size: 1.1rem;
  margin: 0 0 14px;
  color: #111827;
}

.hero-card ul {
  padding-left: 18px;
  margin: 8px 0 10px;
  font-size: 0.85rem;
  line-height: 1.5;
  color: #374151;
}

.hero-card li + li {
  margin-top: 3px;
}

.hero-note {
  margin: 0;
  font-size: 0.8rem;
  color: #6b7280;
}

/* ===== Casino Cards ===== */
.casino-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 28px;
  margin-bottom: 32px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.06);
  border: 1px solid #e5e7eb;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.casino-header {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 20px;
}

.casino-header .casino-logo {
  flex-shrink: 0;
  width: 140px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f9fafb;
  border-radius: 12px;
  padding: 10px;
  border: 1px solid #e5e7eb;
}

.casino-header .casino-logo img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.casino-header-text {
  flex: 1;
  min-width: 0;
}

.casino-name {
  font-size: 1.4rem;
  font-weight: 800;
  color: #111827;
  margin: 0 0 4px;
}

.casino-meta {
  font-weight: 500;
  color: #6b7280;
  font-size: 0.9rem;
  margin: 0;
  line-height: 1.4;
}

.casino-lobby {
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #e5e7eb;
  background: #f9fafb;
  margin-bottom: 20px;
  max-width: 100%;
}

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

.casino-description p {
  font-size: 1rem;
  line-height: 1.75;
  color: #374151;
  margin-bottom: 16px;
}

.casino-overview h4,
.casino-pros-cons h4,
.casino-authors-take h4 {
  font-size: 1.05rem;
  font-weight: 700;
  margin: 20px 0 12px;
  color: #111827;
}

.casino-specs {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  font-size: 0.95rem;
  table-layout: auto;
}

.casino-specs th {
  text-align: left;
  color: #374151;
  padding: 10px 12px;
  width: 35%;
  min-width: 100px;
  background: #f9fafb;
  word-wrap: break-word;
}

.casino-specs td {
  padding: 10px 12px;
  color: #111827;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.casino-pros-cons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 24px;
}

.casino-pros ul,
.casino-cons ul {
  list-style: none;
  padding: 0;
}

.casino-pros li,
.casino-cons li {
  padding-left: 28px;
  margin-bottom: 10px;
  position: relative;
  line-height: 1.6;
}

.casino-pros li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #16a34a;
  font-weight: 700;
}

.casino-cons li::before {
  content: "✖";
  position: absolute;
  left: 0;
  color: #dc2626;
  font-weight: 700;
}

.casino-authors-take {
  margin-top: 20px;
  background: #f8fafc;
  border-left: 4px solid #2563eb;
  padding: 16px 18px;
  border-radius: 8px;
}

/* ===== Pros & Cons Section (New Casinos) ===== */
.pros-cons-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.pros-cons-block {
  background: #ffffff;
  border-radius: 18px;
  padding: 20px 22px;
  border: 1px solid #e5e7eb;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.03);
}

.pros-cons-block h3 {
  font-size: 1.1rem;
  font-weight: 700;
  margin: 0 0 10px;
  color: #111827;
}

.pros-cons-block p {
  margin: 0 0 10px;
  color: #4b5563;
  font-size: 0.96rem;
}

.pros-cons-block ul {
  margin: 0;
  padding-left: 0;
  color: #111827;
  font-size: 0.95rem;
  list-style: none;
}

.pros-cons-block li {
  position: relative;
  padding-left: 26px;
}

.pros-cons-block li + li {
  margin-top: 6px;
}

.pros-cons-block li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 0.8rem;
  color: #9ca3af;
}

.pros-block {
  border-left: 4px solid #22c55e;
}

.cons-block {
  border-left: 4px solid #dc2626;
}

/* ===== Legitimacy Checklist ===== */
.legit-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.legit-check {
  background: #ffffff;
  border-radius: 14px;
  padding: 16px 18px;
  border: 1px solid #e5e7eb;
}

.legit-check h3 {
  font-size: 1rem;
  font-weight: 700;
  margin: 0 0 8px;
  color: #111827;
}

.legit-check ul {
  margin: 0;
  padding-left: 0;
  font-size: 0.94rem;
  color: #374151;
  list-style: none;
}

.legit-check li {
  position: relative;
  padding-left: 26px;
}

.legit-check li + li {
  margin-top: 4px;
}

.legit-check li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 0.8rem;
  color: #16a34a;
}

@media (max-width: 960px) {
  .legit-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  /* ===============================
   MOBILE MENU CLOSE BUTTON
================================ */
@media (max-width: 960px) {

  /* Ensure dropdown is relative */
  .elementor-nav-menu--dropdown {
    position: relative;
  }

  /* Close button */
  .mobile-menu-close {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 36px;
    height: 36px;
    background: #111827;
    color: #ffffff;
    border-radius: 50%;
    font-size: 22px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 1000;
  }

  .mobile-menu-close:hover {
    background: #374151;
  }

}

}

@media (max-width: 640px) {
  .legit-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

/* Shared icon styles for "plus" lists */
.pros-block li::before,
.casino-pros li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 0.8rem;
  color: #16a34a;
  font-weight: 700;
}

/* Disadvantages icon (! in colored style) */
.cons-block li::before {
  content: "!";
  position: absolute;
  left: 0;
  top: 1px;
  width: 16px;
  height: 16px;
  border-radius: 999px;
  background: #fef2f2;
  color: #dc2626;
  font-size: 0.7rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* ===== Comparison Tables ===== */
.table-wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin: 24px 0;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.table-wrapper table {
  min-width: 600px;
  width: 100%;
  max-width: 100%;
}

.comparison-table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  font-size: 0.95rem;
  margin-top: 0;
  table-layout: auto;
}

.comparison-table th {
  background: #111827;
  color: #ffffff;
  padding: 14px 12px;
  text-align: left;
  font-weight: 700;
}

.comparison-table td {
  padding: 12px;
  border-bottom: 1px solid #e5e7eb;
}

.comparison-table tr:nth-child(even) td {
  background: #f9fafb;
}

/* ===== Context Table (Quick Answers section) ===== */
.quick-answers {
  padding: 40px 0;
  background: #f9fafb;
  width: 100%;
  max-width: 100vw;
  box-sizing: border-box;
  overflow-x: hidden;
}

.context-nav {
  overflow-x: auto;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  margin: 0;
  padding: 0;
  position: relative;
}

.context-nav::-webkit-scrollbar {
  height: 6px;
}

.context-nav::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

.context-nav::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}

.context-nav::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.context-table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  font-size: 0.9rem;
  color: #374151;
  table-layout: fixed;
  min-width: 600px;
}

.context-table th,
.context-table td {
  padding: 8px 10px;
  border-bottom: 1px solid #e5e7eb;
  vertical-align: top;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.context-table th {
  white-space: normal;
  font-weight: 600;
  color: #111827;
  word-break: break-word;
  width: 25%;
  text-align: left;
}

.context-table td:first-of-type {
  width: 50%;
}

.context-table td:last-of-type {
  width: 25%;
  text-align: right;
}

.context-table tr:last-child th,
.context-table tr:last-child td {
  border-bottom: none;
}

.context-table a {
  font-weight: 600;
  font-size: 0.85rem;
  color: #2563eb;
}

.context-table a:hover {
  text-decoration: underline;
}

/* ===== Slot Cards ===== */
.slot-cards {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 32px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  box-sizing: border-box;
  padding: 0 20px;
}

.slot-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 20px 20px 22px;
  border: 1px solid #e5e7eb;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
}

.slot-media {
  margin: 0 0 14px;
  border-radius: 16px;
  overflow: hidden;
  max-width: 100%;
}

.slot-media img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 16px;
  object-fit: cover;
}

.slot-header h3 {
  font-size: 1.2rem;
  font-weight: 800;
  margin: 0 0 4px;
}

.slot-meta {
  font-weight: 500;
  color: #6b7280;
  font-size: 0.9rem;
  margin: 0 0 12px;
  line-height: 1.4;
}

.slot-overview {
  color: #374151;
  line-height: 1.65;
  margin-bottom: 14px;
}

.slot-params ul,
.slot-features ul {
  list-style: disc;
  padding-left: 18px;
  margin-bottom: 12px;
}

.slot-conclusion {
  margin-top: 14px;
  font-size: 0.95rem;
  color: #111827;
}

/* ===== Steps / Lists ===== */
.steps-list {
  counter-reset: step;
  list-style: none;
  padding: 0;
}

.steps-list > li {
  counter-increment: step;
  margin-bottom: 24px;
  padding-left: 44px;
  position: relative;
}

.steps-list > li::before {
  content: counter(step);
  position: absolute;
  left: 0;
  top: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #2563eb;
  color: #fff;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

.steps-list h3 {
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: 6px;
}

/* ===== FAQ ===== */
.faq-item {
  border-bottom: 1px solid #e5e7eb;
  padding: 18px 0;
}

.faq-item h3 {
  font-size: 1.05rem;
  font-weight: 700;
  cursor: pointer;
}

.faq-item p {
  margin-top: 8px;
  color: #374151;
  line-height: 1.65;
}

/* ===== Callouts / Warnings ===== */
.verdict-callout,
.payments-danger {
  background: #fff1f2;
  border-left: 4px solid #dc2626;
  padding: 16px 18px;
  border-radius: 8px;
  margin-top: 24px;
  font-weight: 600;
}

/* ===== Avoid New Casinos Section ===== */
.avoid-grid {
  margin-top: 20px;
}

.avoid-block {
  background: #ffffff;
  border-radius: 14px;
  border: 1px solid #e5e7eb;
  padding: 20px 24px;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.03);
  margin-bottom: 20px;
}

.avoid-block:last-of-type {
  margin-bottom: 0;
}

.avoid-block h3 {
  font-size: 1.05rem;
  font-weight: 700;
  margin: 0 0 8px;
  color: #111827;
}

.avoid-block h4 {
  font-size: 0.95rem;
  font-weight: 700;
  margin: 8px 0 4px;
  color: #111827;
}

.avoid-block p {
  margin: 0 0 8px;
  font-size: 0.95rem;
  color: #374151;
}

.risk-list {
  margin: 0;
  padding-left: 18px;
  font-size: 0.94rem;
  color: #374151;
}

.red-flags {
  background: #fff7ed;
  border-radius: 14px;
  border: 1px solid #fed7aa;
  padding: 20px 24px;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.03);
  margin: 24px 0;
}

.red-flags h3 {
  font-size: 1.1rem;
  font-weight: 700;
  margin: 0 0 8px;
  color: #111827;
}

.red-flags p {
  margin: 0 0 12px;
  font-size: 0.95rem;
  color: #374151;
}

.red-flags-list {
  margin: 0;
  padding-left: 18px;
  font-size: 0.94rem;
  color: #374151;
}

.red-flags-list li {
  margin-bottom: 6px;
}

.red-flags-list li::marker {
  color: #ea580c;
}

.avoid-bottomline {
  background: #fff1f2;
  border-left: 4px solid #dc2626;
  padding: 18px 24px;
  border-radius: 8px;
  margin-top: 24px;
  font-weight: 600;
  font-size: 0.95rem;
  color: #374151;
  line-height: 1.65;
}

.payments-warning {
  background: #fffbeb;
  border-left: 4px solid #f59e0b;
  padding: 14px 18px;
  border-radius: 8px;
  margin: 20px 0;
}

/* ===== Payments & Withdrawals ===== */
.payments-grid {
  margin-top: 20px;
}

.payments-card {
  background: #ffffff;
  border-radius: 14px;
  border: 1px solid #e5e7eb;
  padding: 20px 24px;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.03);
  margin-bottom: 20px;
}

.payments-card:last-child {
  margin-bottom: 0;
}

.payments-card h3 {
  font-size: 1.12rem;
  font-weight: 700;
  margin: 0 0 4px;
  color: #0f172a;
}

.payments-card h4 {
  display: inline-block;
  margin: 8px 0 6px;
  padding: 2px 8px;
  border-radius: 999px;
  background: #eef2ff;
  color: #3730a3;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.payments-sub {
  font-size: 0.94rem;
  color: #4b5563;
  margin: 0 0 10px;
}

.payout-timelines,
.payments-list,
.risk-summary {
  margin: 0;
  padding-left: 18px;
  font-size: 0.94rem;
  color: #374151;
}

.payout-timelines li {
  margin-bottom: 16px;
  padding-left: 18px;
}

.payout-timelines li:last-child {
  margin-bottom: 0;
}

.payment-methods-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 16px;
  margin: 20px 0;
}

.payment-method-card {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 16px;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  transition: all 0.2s ease;
}

.payment-method-card:hover {
  background: #ffffff;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  border-color: #d1d5db;
}

.payment-method-icon {
  flex-shrink: 0;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border-radius: 10px;
  border: 1px solid #e5e7eb;
  padding: 8px;
}

.payment-method-icon img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.payment-method-icon-multiple {
  flex-wrap: wrap;
  gap: 4px;
  padding: 6px;
  max-width: 100%;
  overflow: hidden;
}

.payment-method-icon-multiple img {
  width: auto;
  height: 24px;
  max-width: 100%;
  object-fit: contain;
}

.payment-method-content {
  flex: 1;
  min-width: 0;
}

.payment-method-title {
  font-size: 0.95rem;
  font-weight: 700;
  color: #111827;
  margin: 0 0 6px;
  line-height: 1.3;
}

.payment-method-desc {
  font-size: 0.875rem;
  color: #4b5563;
  margin: 0;
  line-height: 1.5;
}

.payment-icon-text {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 48px;
  height: 28px;
  padding: 0 10px;
  background: #eef2ff;
  border-radius: 6px;
  font-size: 0.8rem;
  font-weight: 600;
  color: #3730a3;
  border: 1px solid #c7d2fe;
}

.risk-summary {
  margin-top: 4px;
}

.legal-note,
.steps-note,
.choose-note {
  margin-top: 20px;
  font-weight: 600;
  color: #111827;
}

/* ===== How to Choose a New Online Casino ===== */
.choose-grid {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(0, 1.4fr);
  gap: 24px;
  align-items: flex-start;
  margin-top: 16px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.decision-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.decision-list li {
  position: relative;
  padding: 10px 14px 10px 30px;
  margin-bottom: 10px;
  border-radius: 12px;
  background: #f9fafb;
  font-size: 0.95rem;
  color: #111827;
}

.decision-list li::before {
  content: "✔";
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.8rem;
  color: #16a34a;
}

.decision-list strong {
  color: #0f172a;
}

.choose-aside {
  background: #eff6ff;
  border-radius: 14px;
  border: 1px solid #dbeafe;
  padding: 18px 20px;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.03);
}

.author-quote {
  margin: 0;
}

.author-quote blockquote {
  margin: 0 0 10px;
  padding: 0;
}

.author-quote p {
  margin: 0 0 6px;
  font-size: 0.95rem;
  color: #1f2937;
}

.author-quote figcaption {
  font-size: 0.9rem;
  color: #1d4ed8;
  font-weight: 600;
}

.author-name {
  font-weight: 700;
}

/* ===== Regulated States ===== */
.states-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 2fr);
  gap: 24px;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.states-column h3 {
  font-size: 1.05rem;
  font-weight: 700;
  margin: 0 0 10px;
}

.states-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.states-list li {
  padding: 6px 12px;
  border-radius: 999px;
  background: #eff6ff;
  color: #1d4ed8;
  font-size: 0.9rem;
  font-weight: 600;
}

.states-aside {
  background: #f9fafb;
  border-radius: 14px;
  border: 1px solid #e5e7eb;
  padding: 14px 16px;
  font-size: 0.95rem;
  color: #374151;
}

.states-note {
  margin: 0 0 8px;
}

.states-tip {
  margin: 0;
  font-size: 0.9rem;
  color: #4b5563;
}

/* ===== Responsible Gaming (Sweepstakes) ===== */
.rg-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(0, 2fr);
  gap: 24px;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.rg-guidelines,
.rg-step-back {
  background: #ffffff;
  border-radius: 14px;
  border: 1px solid #e5e7eb;
  padding: 18px 20px;
}

.rg-guidelines h3,
.rg-step-back h3 {
  font-size: 1.05rem;
  font-weight: 700;
  margin: 0 0 10px;
  color: #111827;
}

.rg-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
  font-size: 0.95rem;
  color: #374151;
}

.rg-list li {
  position: relative;
  padding-left: 26px;
}

.rg-list li + li {
  margin-top: 6px;
}

.rg-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 0.8rem;
  color: #16a34a;
  font-weight: 700;
}

.rg-step-back p {
  margin: 0 0 10px;
  font-size: 0.95rem;
  color: #374151;
}

.rg-summary {
  margin: 0;
  font-weight: 600;
  color: #111827;
}
@media (max-width: 1660px) {
  body header .elementor-nav-menu--main .elementor-nav-menu a,
  body header .elementor-nav-menu--main .elementor-nav-menu a:hover{
    padding: 6px 10px;
  }
  .elementor-nav-menu--dropdown.elementor-nav-menu__container {
      position: absolute;
      left: 0;
      width: 250px;
      padding: 20px;
      text-align: left;
      top: 25px;
  }
}
/* ===== Responsive ===== */
@media (max-width: 960px) {
  .hero-inner {
    grid-template-columns: minmax(0, 1fr);
  }

  .hero-panel {
    justify-content: flex-start;
  }

  .hero-card {
    max-width: 100%;
  }
  .elementor-nav-menu--dropdown.elementor-nav-menu__container {
      top: 0;
      height: 100vh;
      position: fixed;
      width: 100%;
  }
  body header .site-nav a {
      color: #e5e7eb;
      padding: 10px 20px;
      position: relative;
      white-space: nowrap;
      flex-shrink: 1;
      font-size: 0.9rem;
  }
  body header .site-nav a:hover,
  body header .site-nav a:focus,
  body header .site-nav .current-menu-item a {
    color: #fff !important;
    background-color: rgba(15, 23, 42, 0.96);
  }
  body header .site-nav a:after {
    display: none;
  }
  
  header .elementor-widget {
	position: relative;
	overflow: inherit;
}
}

@media (max-width: 768px) {
  .shell {
    padding: 0 16px;
  }

  .section-header,
  .section-body {
    padding: 0;
  }

  .site-header-inner {
    flex-wrap: wrap;
    gap: 12px;
    padding: 12px 0;
    overflow-x: hidden;
  }

  .brand {
    flex-shrink: 0;
    min-width: 0;
  }
body header .nav-cta {
	padding: 6px 10px;
	font-size: 0.7rem;
}
  .site-nav {
    flex-wrap: wrap;
    justify-content: flex-start;
    font-size: 0.85rem;
    gap: 12px 18px;
    width: 100%;
    order: 3;
    overflow-x: hidden;
    min-width: 0;
  }

  .site-nav a {
    white-space: normal;
    word-break: break-word;
    flex-shrink: 1;
  }

  .nav-cta {
    margin-left: 0;
    font-size: 0.85rem;
    padding: 8px 16px;
    width: 100%;
    order: 2;
    text-align: center;
    flex-shrink: 0;
  }

  section {
    padding: 40px 0;
  }

  .section-header {
    margin-bottom: 24px;
    padding: 0;
  }

  .section-body {
    padding: 0;
  }

  .slot-cards {
    padding: 0;
  }

  .section-header h2 {
    font-size: 1.75rem;
  }

  .section-subtitle {
    font-size: 0.95rem;
  }

  .hero {
    padding: 48px 0 40px;
  }

  .hero-inner {
    gap: 24px;
  }

  .hero-copy h1 {
    font-size: 1.9rem;
    margin: 8px 0 6px;
  }

  .hero-author-meta {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    font-size: 0.85rem;
  }

  .hero-lead {
    font-size: 0.95rem;
  }

  .hero-actions {
    flex-direction: column;
    width: 100%;
  }

  .hero-actions .btn {
    width: 100%;
    justify-content: center;
  }

  .hero-card {
    padding: 18px;
  }

  .hero-card h4 {
    font-size: 1rem;
  }

  .hero-card ul {
    font-size: 0.85rem;
  }

  .context-table {
    font-size: 0.85rem;
  }

  .context-table th,
  .context-table td {
    padding: 8px 10px;
  }

  .casino-card {
    padding: 20px;
    margin-bottom: 24px;
  }

  .casino-header {
    flex-direction: column;
    gap: 12px;
    margin-bottom: 16px;
  }

  .casino-header .casino-logo {
    width: 160px;
    height: 80px;
    padding: 12px;
  }

  .casino-name {
    font-size: 1.2rem;
  }

  .casino-meta {
    font-size: 0.85rem;
  }

  .casino-lobby {
    margin-bottom: 16px;
  }

  .casino-specs {
    font-size: 0.85rem;
  }

  .casino-specs th,
  .casino-specs td {
    padding: 8px 10px;
  }

  .casino-pros-cons {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 20px;
  }

  .pros-cons-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .pros-cons-block {
    padding: 16px 18px;
  }

  .legit-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .legit-check {
    padding: 14px;
  }

  .states-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .states-list {
    font-size: 0.9rem;
  }

  .choose-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .author-quote {
    padding: 16px;
  }

  .rg-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .payment-methods-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .payment-method-card {
    padding: 14px;
    gap: 12px;
  }

  .payment-method-icon {
    width: 56px;
    height: 56px;
  }

  .payment-method-title {
    font-size: 0.9rem;
  }

  .payment-method-desc {
    font-size: 0.8rem;
  }

  .payments-card {
    padding: 18px;
  }

  .payments-card h3 {
    font-size: 1rem;
  }

  .payments-card h4 {
    font-size: 0.75rem;
    padding: 2px 6px;
  }

  .table-wrapper {
    margin: 16px 0;
    padding: 0;
    width: 100%;
    max-width: 100%;
  }

  .comparison-table {
    font-size: 0.8rem;
  }

  .comparison-table th,
  .comparison-table td {
    padding: 8px 6px;
  }

  .slots-table {
    font-size: 0.8rem;
  }

  .slots-table th,
  .slots-table td {
    padding: 8px 6px;
  }

  .slot-card {
    padding: 18px;
  }

  .slot-card h3 {
    font-size: 1.1rem;
  }

  .steps-list {
    padding-left: 20px;
  }

  .steps-list li {
    margin-bottom: 16px;
  }

  .steps-list h3 {
    font-size: 1rem;
  }

  .footer-inner {
    flex-direction: column;
    gap: 20px;
    text-align: center;
    padding: 32px 0;
  }

  .footer-nav {
    flex-wrap: wrap;
    justify-content: center;
    font-size: 0.85rem;
    gap: 12px 18px;
  }
}

@media (max-width: 480px) {
  .shell {
    padding: 0 12px;
  }

  section {
    padding: 32px 0;
  }

  .hero {
    padding: 36px 0 32px;
  }

  .hero-copy h1 {
    font-size: 1.6rem;
  }

  .section-header {
    padding: 0 12px;
  }

  .section-body {
    padding: 0 12px;
  }

  .slot-cards {
    padding: 0 12px;
  }

  .section-header h2 {
    font-size: 1.5rem;
  }

  .casino-card {
    padding: 16px;
  }

  .casino-header .casino-logo {
    width: 150px;
    height: 75px;
    padding: 12px;
  }

  .casino-name {
    font-size: 1.1rem;
  }

  .table-wrapper {
    margin: 12px 0;
    padding: 0;
    width: 100%;
    max-width: 100%;
  }

  .comparison-table,
  .slots-table,
  .casino-specs {
    font-size: 0.75rem;
  }

  .comparison-table th,
  .comparison-table td,
  .slots-table th,
  .slots-table td,
  .casino-specs th,
  .casino-specs td {
    padding: 6px 4px;
  }

  .context-nav {
    margin: 0 -12px;
    padding: 0 12px;
  }

  .context-table {
    font-size: 0.75rem;
    min-width: 450px;
  }

  .context-table th,
  .context-table td {
    padding: 6px 8px;
    font-size: 0.75rem;
  }

  .context-table th {
    width: 30%;
  }

  .context-table td:first-of-type {
    width: 45%;
  }

  .context-table td:last-of-type {
    width: 25%;
  }

  .hero-copy h1 {
    font-size: 1.5rem;
  }

  .hero-lead {
    font-size: 0.9rem;
  }

  .hero-author-meta {
    font-size: 0.8rem;
  }

  .section-subtitle {
    font-size: 0.9rem;
  }

  .casino-meta {
    font-size: 0.8rem;
  }

  .casino-description p {
    font-size: 0.9rem;
  }

  .slot-card {
    padding: 14px;
  }

  .slot-card h3 {
    font-size: 1rem;
  }

  .payment-method-card {
    padding: 12px;
    gap: 10px;
  }

  .payment-method-icon {
    width: 48px;
    height: 48px;
  }

  .payment-method-title {
    font-size: 0.85rem;
  }

  .payment-method-desc {
    font-size: 0.75rem;
  }

  .pros-cons-block,
  .legit-check,
  .states-list,
  .decision-list {
    font-size: 0.85rem;
  }

  .brand-title {
    font-size: 0.95rem;
  }

  .brand-subtitle {
    font-size: 0.7rem;
  }
}

@media (max-width: 430px) {
  .shell {
    padding: 0 10px;
  }

  .site-header-inner {
    padding: 12px 10px;
  }

  .site-nav {
    gap: 8px 10px;
  }

  .site-nav a {
    font-size: 0.8rem;
    padding: 4px 0;
  }

  .nav-cta {
    font-size: 0.8rem;
    padding: 7px 14px;
  }

  .hero {
    padding: 30px 0 28px;
  }

  .hero-copy h1 {
    font-size: 1.35rem;
    line-height: 1.25;
  }

  .hero-lead {
    font-size: 0.85rem;
  }

  .hero-author-meta {
    font-size: 0.75rem;
  }

  .section-header h2 {
    font-size: 1.25rem;
  }

  .section-subtitle {
    font-size: 0.85rem;
  }

  .section-body {
    padding: 0 10px;
  }

  .slot-cards {
    padding: 0 10px;
  }

  .casino-card {
    padding: 12px;
  }

  .casino-header {
    gap: 10px;
  }

  .casino-header .casino-logo {
    width: 140px;
    height: 70px;
    padding: 10px;
  }

  .casino-name {
    font-size: 0.95rem;
  }

  .casino-meta {
    font-size: 0.75rem;
  }

  .casino-description p {
    font-size: 0.85rem;
  }

  .casino-specs {
    font-size: 0.65rem;
  }

  .casino-specs th,
  .casino-specs td {
    padding: 4px 2px;
    font-size: 0.65rem;
  }

  .context-nav {
    margin: 0 -10px;
    padding: 0 10px;
  }

  .context-table {
    min-width: 390px;
    font-size: 0.65rem;
  }

  .context-table th,
  .context-table td {
    padding: 4px 5px;
    font-size: 0.65rem;
  }

  .btn {
    padding: 9px 15px;
    font-size: 0.85rem;
  }

  .hero-actions {
    flex-direction: column;
    gap: 10px;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .slot-card {
    padding: 12px;
  }

  .slot-card h3 {
    font-size: 0.95rem;
  }

  .slot-meta {
    font-size: 0.75rem;
  }

  .payment-method-card {
    padding: 10px;
    gap: 8px;
  }

  .payment-method-icon {
    width: 42px;
    height: 42px;
  }

  .payment-method-title {
    font-size: 0.8rem;
  }

  .payment-method-desc {
    font-size: 0.7rem;
  }

  .pros-cons-block h4,
  .legit-check strong {
    font-size: 0.85rem;
  }

  .footer-inner {
    padding: 24px 0;
  }

  .footer-nav {
    gap: 8px 10px;
    font-size: 0.8rem;
  }

  .brand-title {
    font-size: 0.9rem;
  }

  .brand-subtitle {
    font-size: 0.65rem;
  }
}

/* ===== Footer ===== */
body footer .site-footer {
  background: #0f172a;
  border-top: 1px solid rgba(148, 163, 184, 0.2);
  padding: 32px 0;
  margin-top: 0;
}

body footer .footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  color: #e5e7eb;
}

body footer .footer-brand {
  display: flex;
  align-items: center;
  gap: 10px;
}

body footer .footer-nav {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 0.9rem;
  flex-wrap: wrap;
  min-width: 0;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

body footer .footer-nav a {
  color: #9ca3af;
  padding: 6px 0;
  position: relative;
  white-space: normal;
  word-break: break-word;
  transition: color 0.15s ease-out;
  flex-shrink: 1;
}

body footer .footer-nav a:hover {
  color: #e5e7eb;
}

body footer .footer-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, #22c55e, #a855f7);
  border-radius: 999px;
  transition: width 0.18s ease-out;
}

body footer .footer-nav a:hover::after {
  width: 100%;
}
.elementor-inline-items.elementor-post-info {
	display: flex;
	align-items: center;
	gap: 20px;
	list-style: none;
}
.elementor-inline-items .elementor-icon-list-icon {
	border-radius: 150%;
	display: block;
	overflow: hidden;
	margin-right: 15px;
}
.elementor-inline-items a {
	display: flex;
	align-items: center;
}