/**
 * Tailwind overrides: page background, footer layout, Alpine.
 * Enqueued on all pages (single asset stack).
 * Menu/search styling: native WP menus + Alpine overlay.
 */

/* Page background + Alpine */
body.ndb-tailwind-page,
.ndb-tailwind-page .site,
.ndb-tailwind-page .site-inner,
.ndb-tailwind-page .site-content {
  background-color: #0d1117 !important;
}
/* Legacy theme sets overflow hidden on wrappers; this breaks sticky behavior. */
.ndb-tailwind-page .site,
.ndb-tailwind-page .site-inner {
  overflow: visible !important;
}
[x-cloak] {
  display: none !important;
}

/* Search overlay: fixed at viewport level, above header so close (X) is visible */
#ndb-search-overlay {
  position: fixed !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  z-index: 99999 !important;
}
.ndb-search-overlay {
  overflow-y: auto;
  overscroll-behavior: contain;
  background-color: color-mix(in oklab, var(--search-overlay-bg, #22253c) 99%, transparent);
}

/* Header: fixed, compact, solid background (no transparency on scroll) */
.ndb-site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99998;
  background-color: #0d1117;
  box-shadow: 0 1px 0 rgb(255 255 255 / 0.06);
}
.ndb-site-header img {
  max-height: 40px;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}

/*
 * Sitewide breadcrumb: no second “header slab”. Fill matches content heroes (--hero-bg)
 * so the strip reads as the top of the page, not a thrown-in bar. Pure transparent isn’t
 * viable here—the row sits above <main>, so the page wrapper would show through and
 * wash out light breadcrumb text.
 */
.ndb-site-breadcrumb-bar {
  --ndb-crumb-strip-bg: var(--hero-bg, #1e1b4b);
  background-color: var(--ndb-crumb-strip-bg);
  background-image: linear-gradient(180deg, color-mix(in oklab, #0d1117 28%, var(--ndb-crumb-strip-bg)) 0%, var(--ndb-crumb-strip-bg) 100%);
  box-shadow: none;
  padding: 0.5rem 0 0.625rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.055);
}
.ndb-site-breadcrumb-bar .ndb-news-breadcrumb {
  margin-bottom: 0;
}
.ndb-site-breadcrumb-bar .ndb-news-breadcrumb__list {
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.01em;
}
.ndb-site-breadcrumb-bar .ndb-news-breadcrumb__list a {
  text-decoration: none;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.28);
  text-underline-offset: unset;
  transition:
    color 0.15s ease,
    border-color 0.15s ease;
}
.ndb-site-breadcrumb-bar .ndb-news-breadcrumb__list a:hover {
  border-bottom-color: rgba(255, 255, 255, 0.65);
}
.ndb-site-breadcrumb-bar .ndb-news-breadcrumb__list li[aria-current="page"] {
  font-weight: 600;
}

/* Reserve space for fixed header */
body.ndb-tailwind-page #page {
  padding-top: 56px;
}

/*
 * Legacy theme (style.css): #content { margin-top: 2%; } was for the old fixed header.
 * With .ndb-site-header + #page padding-top, that margin is only a gap — and it still
 * applies when #content’s first nodes are not <main> (inline <style>, decorative divs).
 * One rule beats the legacy selector everywhere we use the Tailwind header.
 */
body.ndb-tailwind-page #content.site-content {
  margin-top: 0 !important;
}

.ndb-header-nav-desktop {
  display: none;
}

.ndb-mobile-menu-toggle {
  display: inline-flex;
}

.ndb-mobile-menu-panel {
  display: block;
}

/* Ensure desktop nav links are visible even if utility color classes are missing */
.ndb-header-nav-desktop .menu-item > a,
.ndb-header-nav-desktop .page_item > a {
  color: var(--navigation-text, #fff);
  text-decoration: none;
}

/* Native mobile menu details */
.ndb-mobile-menu,
.ndb-mobile-menu .sub-menu,
.menu,
.menu .sub-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.ndb-mobile-menu > li > a {
  display: block;
  padding: 0.625rem 0;
  color: var(--navigation-text);
  text-decoration: none;
}
.ndb-mobile-menu .sub-menu {
  list-style: none;
  margin: 0.25rem 0 0.5rem;
  padding: 0 0 0 0.75rem;
}
.ndb-mobile-menu .sub-menu a {
  display: block;
  padding: 0.4rem 0;
  color: var(--navigation-text);
  text-decoration: none;
  opacity: 0.9;
}

/* Footer: grid and links */
.ndb-footer-tailwind .ndb-footer-nav {
  display: grid !important;
}
.ndb-footer-tailwind .ndb-footer-col {
  min-width: 0;
  overflow: visible;
}
.ndb-footer-tailwind .ndb-footer-links a {
  display: inline;
  white-space: normal;
  word-wrap: normal;
}

/* Compact header bar height */
.ndb-header-bar {
  min-height: 56px;
  height: 56px;
}
/* Header actions: no default focus ring (avoid blue border); keep icons white */
.ndb-btn-icon {
  border: none;
  background: transparent;
  cursor: pointer;
  color: var(--navigation-text, #fff) !important;
}
.ndb-header-actions .ndb-btn-icon,
.ndb-header-actions button,
.ndb-header-actions svg {
  color: #fff !important;
}
.ndb-header-actions svg {
  stroke: currentColor;
}
/* When wp-admin bar is visible, move header 32px lower */
body.admin-bar .ndb-site-header {
  top: 32px !important;
}
/* body.admin-bar.ndb-tailwind-page #page {
  padding-top: 88px;
} */

@media (min-width: 783px) {
  .ndb-header-nav-desktop {
    display: block;
    overflow: visible;
  }
  /*
   * Must win over Tailwind Play CDN utilities on the same node (e.g. .flex on the button).
   * Extra specificity so injected stylesheet order cannot resurrect the hamburger on desktop.
   */
  .ndb-site-header .ndb-mobile-menu-toggle,
  .ndb-site-header .ndb-mobile-menu-panel {
    display: none !important;
  }

  /* Desktop menu with dropdown levels (menu_id sets ul id, so use #ndb-primary-menu) */
  .ndb-header-nav-desktop #ndb-primary-menu,
  .ndb-header-nav-desktop .menu {
    display: flex !important;
    align-items: center !important;
    gap: 0.25rem !important;
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: visible !important;
  }
  .ndb-header-nav-desktop #ndb-primary-menu > li,
  .ndb-header-nav-desktop .menu > li {
    position: relative;
    overflow: visible !important;
    display: flex;
    align-items: stretch;
  }
  .ndb-header-nav-desktop #ndb-primary-menu > li > a,
  .ndb-header-nav-desktop .menu > li > a {
    display: inline-flex;
    align-items: center;
    padding: 0.5rem 0.75rem;
    border-radius: 0.375rem;
    color: var(--navigation-text, #fff);
    text-decoration: none;
    white-space: nowrap;
  }
  /* Invisible hover bridge: extends the li hitbox below the header to reach the fixed mega menu */
  .ndb-header-nav-desktop #ndb-primary-menu > li::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    height: 12px;
    background: transparent;
  }
  .ndb-header-nav-desktop #ndb-primary-menu > li > a:hover,
  .ndb-header-nav-desktop #ndb-primary-menu > li > a:focus-visible,
  .ndb-header-nav-desktop .menu > li > a:hover,
  .ndb-header-nav-desktop .menu > li > a:focus-visible {
    opacity: 0.9;
  }

  /* Column-based mega menu: each sub-parent is a column heading with child links below */
  .ndb-header-nav-desktop #ndb-primary-menu .ndb-submenu-container,
  .ndb-header-nav-desktop #ndb-primary-menu .sub-menu,
  .ndb-header-nav-desktop .menu .children {
    display: none !important;
    position: absolute !important;
    top: 100% !important;
    left: 50% !important;
    transform: translateX(-50%);
    min-width: 320px;
    width: max-content;
    max-width: calc(100vw - 2rem);
    background: var(--navigation-submenu-bg, #fff) !important;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 0.75rem;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.12);
    z-index: 99999;
  }
  .ndb-header-nav-desktop #ndb-primary-menu .ndb-submenu-container {
    display: none !important;
    padding: 0;
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    top: 56px !important;
    transform: none !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    border-radius: 0 0 0.75rem 0.75rem;
    border-left: none;
    border-right: none;
    border-top: none;
  }
  .admin-bar .ndb-header-nav-desktop #ndb-primary-menu .ndb-submenu-container {
    top: 88px !important;
  }
  .ndb-header-nav-desktop #ndb-primary-menu > li:hover > .ndb-submenu-container,
  .ndb-header-nav-desktop #ndb-primary-menu > li:focus-within > .ndb-submenu-container {
    display: block !important;
  }

  .ndb-header-nav-desktop #ndb-primary-menu li:hover > .sub-menu,
  .ndb-header-nav-desktop #ndb-primary-menu li:focus-within > .sub-menu,
  .ndb-header-nav-desktop .menu li:hover > .children,
  .ndb-header-nav-desktop .menu li:focus-within > .children {
    display: block !important;
  }
  .ndb-header-nav-desktop #ndb-primary-menu .sub-menu::before,
  .ndb-header-nav-desktop .menu .children::before {
    content: "";
    position: absolute;
    top: -8px;
    left: 0;
    right: 0;
    height: 8px;
  }
  .ndb-mega-columns {
    display: flex;
    gap: 0;
    padding: 1.25rem 1rem;
    max-width: 1180px;
    margin: 0 auto;
  }
  .ndb-mega-col {
    flex: 1 1 0;
    min-width: 0;
    padding: 0 1.5rem;
    border-right: 1px solid rgba(0, 0, 0, 0.06);
  }
  .ndb-mega-col:last-child {
    border-right: none;
  }
  .ndb-mega-col-heading {
    display: block;
    margin-bottom: 0.625rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid rgba(0, 0, 0, 0.08);
    font-size: 0.8125rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: var(--navigation-submenu-text, #1a1a1a) !important;
    text-decoration: none !important;
    white-space: nowrap;
  }

  .ndb-mega-col-links {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .ndb-mega-col-links li {
    margin: 0;
    list-style: none;
  }
  .ndb-mega-col-links a {
    display: block;
    padding: 0.375rem 0;
    color: var(--navigation-submenu-text, #1a1a1a) !important;
    text-decoration: none !important;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.4;
    white-space: nowrap;
    transition: opacity 0.12s ease;
  }
  .ndb-mega-col-links a:hover {
    opacity: 0.7;
  }
  /* Legacy sub-menu / page-menu fallback links */
  .ndb-header-nav-desktop #ndb-primary-menu .sub-menu a,
  .ndb-header-nav-desktop .menu .children a {
    display: block !important;
    padding: 0.5rem 1rem !important;
    margin: 0;
    color: var(--navigation-submenu-text, #1a1a1a) !important;
    text-decoration: none !important;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.4;
    white-space: nowrap;
    transition: background 0.12s ease;
  }
  .ndb-header-nav-desktop #ndb-primary-menu .sub-menu a:hover,
  .ndb-header-nav-desktop .menu .children a:hover {
    background: rgba(0, 0, 0, 0.05) !important;
  }
  .ndb-header-nav-desktop .menu .children {
    padding: 0.375rem 0 !important;
  }
}

@media (max-width: 782px) {
  .ndb-site-header img {
    max-height: 34px;
    height: 34px;
    width: auto;
  }
  /* Mobile menu: one scroll container per panel (stacked) so switching panels doesn't jump. */
  .ndb-mobile-menu-panel {
    position: fixed !important;
    top: 56px !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    z-index: 99997 !important;
    background-color: #0d1117;
    overflow: hidden !important;
    border-top: 1px solid rgb(255 255 255 / 0.08);
  }
  .ndb-mobile-menu-inner {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    padding-bottom: 0;
  }
  .ndb-mobile-drill {
    flex: 1 1 auto;
    min-height: 0;
    position: relative;
  }
  /* Each panel is a full-size layer with its own scroll — no shared scroll = no jump/flicker */
  .ndb-mobile-panel {
    position: absolute;
    inset: 0;
    overflow-y: auto;
    overflow-anchor: none;
    -webkit-overflow-scrolling: touch;
    padding: 1rem 1rem 1.5rem 1rem;
    box-sizing: border-box;
  }
  /* Sub-panels: Alpine controls visibility via x-show. Do NOT set display:none here. */
  .ndb-mobile-panel--main {
    padding-top: 0.5rem;
  }
  /* Hide redundant titles on sub-panels (L2 "Casinos", L3 "Casino Types") for a cleaner look */
  .ndb-mobile-panel--sub .ndb-mobile-panel-title {
    display: none;
  }
  .ndb-mobile-back {
    display: flex;
    align-items: center;
    gap: 0.375rem;
    width: 100%;
    padding: 0.5rem 0;
    margin: 0 0 0.625rem 0;
    border: none;
    border-bottom: 1px solid rgb(255 255 255 / 0.08);
    background: transparent;
    color: var(--navigation-text, #fff);
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    text-align: left;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    border-radius: 0.375rem;
    opacity: 0.9;
  }
  .ndb-mobile-back:hover {
    background: rgb(255 255 255 / 0.05);
    opacity: 1;
  }
  .ndb-mobile-back-icon {
    font-size: 1.125rem;
    opacity: 0.85;
  }
  .ndb-mobile-panel-title {
    margin: 0 0 0.75rem 0;
    padding: 0 0.25rem 0.5rem 0;
    font-size: 1.125rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    color: var(--navigation-text, #fff);
    opacity: 0.95;
  }
  .ndb-mobile-drill-list {
    border-radius: 0.625rem;
    background: rgb(255 255 255 / 0.035);
    border: 1px solid rgb(255 255 255 / 0.06);
    overflow: hidden;
  }
  .ndb-mobile-drill-list + .ndb-mobile-drill-list {
    margin-top: 0.75rem;
  }
  .ndb-mobile-drill-item {
    border-bottom: 1px solid rgb(255 255 255 / 0.05);
  }
  .ndb-mobile-drill-item:last-child {
    border-bottom: none;
  }
  .ndb-mobile-drill-trigger,
  .ndb-mobile-drill-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    width: 100%;
    padding: 0.875rem 1rem;
    color: var(--navigation-text, #fff);
    text-decoration: none;
    font-size: 0.9375rem;
    font-weight: 500;
    text-align: left;
    background: transparent;
    border: none;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    transition:
      background 0.15s ease,
      color 0.15s ease;
  }
  .ndb-mobile-drill-trigger:hover,
  .ndb-mobile-drill-link:hover {
    background: rgb(255 255 255 / 0.06);
    color: #fff;
  }
  .ndb-mobile-drill-chevron {
    flex-shrink: 0;
    font-size: 1rem;
    opacity: 0.7;
    color: var(--navigation-text, #fff);
  }
  .ndb-mobile-drill-label--group {
    display: block;
    padding: 1rem 1rem 0.5rem 1rem;
    font-weight: 700;
    font-size: 0.8125rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--navigation-text, #fff);
    opacity: 0.85;
  }
  .ndb-mobile-drill-sublist {
    padding-left: 1rem !important;
    margin-bottom: 0.5rem !important;
    border-left: 2px solid rgb(255 255 255 / 0.18);
    border-radius: 0 0 0 4px;
  }
  .ndb-mobile-drill-sublist .ndb-mobile-drill-link {
    padding: 0.5625rem 1rem;
    font-size: 0.9375rem;
    font-weight: 400;
    opacity: 0.92;
  }
  .ndb-mobile-panel--sub .ndb-mobile-drill-list,
  .ndb-mobile-panel--sub .ndb-mobile-drill-sublist {
    display: block !important;
  }
  .ndb-mobile-panel--sub .ndb-mobile-drill-item {
    display: block !important;
  }
  .ndb-mobile-panel--sub .ndb-mobile-drill-link,
  .ndb-mobile-panel--sub .ndb-mobile-drill-label--group {
    color: #fff !important;
  }

  /* Mobile menu footer: social + app (sticks to bottom when content is short) */
  .ndb-mobile-menu-footer {
    flex: 0 0 auto;
    margin-top: auto;
    padding-top: 1.5rem;
    padding-bottom: 0.5rem;
    border-top: 1px solid rgb(255 255 255 / 0.1);
  }
  .ndb-mobile-menu-footer__row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.75rem 1rem;
    margin-bottom: 1rem;
  }
  .ndb-mobile-menu-footer__row:last-child {
    margin-bottom: 0;
  }
  .ndb-mobile-menu-footer__label {
    font-size: 0.875rem;
    font-weight: 700;
    color: #fff;
    flex-shrink: 0;
  }
  .ndb-mobile-menu-footer__social {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }
  .ndb-mobile-menu-footer__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgb(255 255 255 / 0.12);
    color: #fff;
    text-decoration: none;
    transition:
      background 0.2s ease,
      transform 0.15s ease;
    -webkit-tap-highlight-color: transparent;
  }
  .ndb-mobile-menu-footer__icon:hover {
    background: rgb(255 255 255 / 0.22);
    color: #fff;
    transform: scale(1.05);
  }
  .ndb-mobile-menu-footer__icon i {
    font-size: 1rem;
  }
  .ndb-mobile-menu-footer__app-badge {
    display: inline-flex;
    align-items: center;
    padding: 0.5rem 0.75rem;
    background: #fff;
    border-radius: 0.5rem;
    text-decoration: none;
    transition:
      opacity 0.2s ease,
      transform 0.15s ease;
    -webkit-tap-highlight-color: transparent;
  }
  .ndb-mobile-menu-footer__app-badge:hover {
    opacity: 0.95;
    transform: scale(1.02);
  }
  .ndb-mobile-menu-footer__app-img {
    height: 36px;
    width: auto;
    display: block;
  }

  .admin-bar .ndb-mobile-menu-panel {
    top: 102px !important;
  }
  .admin-bar .ndb-site-header {
    top: 46px;
  }
}

/* Single casino: Bankroll-style hero (same structure as bankroll-casino/parts/hero/casino/style-1.php) */
.ndb-casino-single .bg-\[var\(--hero-bg\)\] {
  --hero-bg: #2e0000;
  --hero-text-color: #fff;
  --hero-text-secondary: rgba(255, 255, 255, 0.75);
  --hero-accent: rgba(0, 0, 0, 0.35);
  --hero-accent-highlight: #16a34a;
  --hero-accent-text: #fff;
  background-color: var(--hero-bg);
}
.ndb-casino-single .bg-\[var\(--hero-bg\)\] .text-\(--hero-text-color\) {
  color: var(--hero-text-color);
}
.ndb-casino-single .bg-\[var\(--hero-bg\)\] .text-\(--hero-text-secondary\) {
  color: var(--hero-text-secondary);
}
.ndb-casino-single .bg-\[var\(--hero-bg\)\] .bg-\(--hero-accent\) {
  background-color: var(--hero-accent);
}
.ndb-casino-single .bg-\[var\(--hero-bg\)\] .border-\(--hero-accent-highlight\) {
  border-color: var(--hero-accent-highlight);
}
.ndb-casino-single .bg-\[var\(--hero-bg\)\] .text-\(--hero-accent-highlight\) {
  color: var(--hero-accent-highlight);
}
.ndb-casino-single .bg-\[var\(--hero-bg\)\] .text-\(--hero-accent-text\) {
  color: var(--hero-accent-text);
}
.ndb-casino-single .bg-\[var\(--hero-bg\)\] .bg-\(--hero-accent-highlight\) {
  background-color: var(--hero-accent-highlight);
}
.ndb-casino-single .bg-\[var\(--hero-bg\)\] a.bg-\(--hero-accent-highlight\):hover {
  opacity: 0.9;
}

/*
 * Hero rating bars (Bankroll parity): explicit layout so it never depends on purged Tailwind
 * from PHP partials. Fixes collapsed grid / “0.0/5Bonus offers” run-together text inside flex children.
 */
.ndb-casino-single .ndb-hero-middle-col {
  min-width: 0;
}

/* Hero: two-line meta block (author + dates) */
.ndb-casino-single .ndb-hero-meta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
  width: 100%;
}
@media (min-width: 768px) {
  .ndb-casino-single .ndb-hero-meta {
    align-items: flex-start;
  }
}

/* Line 1: author */
.ndb-casino-single .ndb-hero-author-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
  color: #fff;
}
.ndb-casino-single .ndb-hero-author-link:hover {
  opacity: 0.88;
}

.ndb-casino-single .ndb-hero-author-avatar {
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 9999px;
  object-fit: cover;
  flex-shrink: 0;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.2);
}
.ndb-casino-single .ndb-hero-author-name-wrap {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
}
.ndb-casino-single .ndb-hero-author-name {
  font-size: 0.875rem;
  font-weight: 600;
  color: #fff;
  line-height: 1.2;
}
.ndb-casino-single .ndb-hero-author-badge {
  display: inline-flex;
  color: #60a5fa;
  flex-shrink: 0;
}
.ndb-casino-single .ndb-hero-author-badge-svg {
  width: 0.9rem;
  height: 0.9rem;
  display: block;
}

/* Line 2: dates row */
.ndb-casino-single .ndb-hero-dates {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.3rem 0.6rem;
}
.ndb-casino-single .ndb-hero-date-item {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.2;
}
.ndb-casino-single .ndb-hero-date-item svg {
  width: 0.875rem;
  height: 0.875rem;
  flex-shrink: 0;
  color: rgba(255, 255, 255, 0.45);
}
.ndb-casino-single .ndb-hero-date-label {
  color: rgba(255, 255, 255, 0.45);
  font-weight: 500;
}
.ndb-casino-single .ndb-hero-date-value {
  color: rgba(255, 255, 255, 0.75);
  font-weight: 600;
}
.ndb-casino-single .ndb-hero-date-item--updated .ndb-hero-date-value {
  color: #86efac; /* subtle green tint for freshness */
}
.ndb-casino-single .ndb-hero-date-sep {
  color: rgba(255, 255, 255, 0.25);
  font-size: 0.75rem;
  user-select: none;
}

/* Rating grid — match bonus unified hero (template-parts/bonus/hero.php + ndb-bonus-unified.css) */
.ndb-casino-single .ndb-hero-ratings-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 0.5rem;
  row-gap: 0.5rem;
  width: 100%;
  max-width: 100%;
  margin-top: 0.5rem;
  text-align: left;
}

@media (min-width: 640px) {
  .ndb-casino-single .ndb-hero-ratings-grid {
    column-gap: 0.75rem;
    row-gap: 0.75rem;
  }
}

.ndb-casino-single .ndb-hero-rating-item {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  background: rgba(255, 255, 255, 0.05);
  padding: 16px;
  border-radius: 12px;
  box-sizing: border-box;
}

.ndb-casino-single .ndb-hero-rating-head {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem 1rem;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 0;
}

.ndb-casino-single .ndb-hero-rating-label-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.375rem;
  min-width: 0;
  flex: 1 1 auto;
  font-size: 14px;
}

.ndb-casino-single .ndb-hero-rating-icon {
  width: 20px !important;
  height: 20px !important;
  max-width: 20px !important;
  max-height: 20px !important;
  min-width: 20px !important;
  min-height: 20px !important;
  flex-shrink: 0;
  display: block;
  box-sizing: border-box;
  color: #ef4444 !important;
  opacity: 1;
}

.ndb-casino-single .ndb-hero-rating-label {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.92);
  word-break: break-word;
}

.ndb-casino-single .ndb-hero-rating-score {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  color: #fff;
  flex-shrink: 0;
  white-space: nowrap;
  margin-left: auto;
}

.ndb-casino-single .ndb-hero-rating-track {
  width: 100%;
  height: 0.375rem;
  border-radius: 9999px;
  background-color: rgba(255, 255, 255, 0.2);
  overflow: hidden;
}

.ndb-casino-single .ndb-hero-rating-fill {
  height: 100%;
  border-radius: 9999px;
  background-color: #ef4444;
  max-width: 100%;
  transition: width 0.3s ease;
}

@media (max-width: 640px) {
  .ndb-casino-single .ndb-hero-rating-item {
    padding: 10px;
  }
  .ndb-casino-single .ndb-hero-rating-label {
    font-size: 11px;
  }
  .ndb-casino-single .ndb-hero-rating-score {
    font-size: 13px;
  }
  .ndb-casino-single .ndb-hero-rating-icon {
    width: 14px !important;
    height: 14px !important;
    max-width: 14px !important;
    max-height: 14px !important;
    min-width: 14px !important;
    min-height: 14px !important;
  }
  .ndb-casino-single .ndb-hero-rating-label-wrap {
    gap: 4px;
  }
  .ndb-casino-single .ndb-hero-rating-track {
    height: 6px;
    margin-top: 6px;
  }
}

.ndb-casino-single .ndb-casino-single__offers {
  background-color: #191c30;
}

/* Casino single: hero section (Bankroll burgundy) — only first section inside hero wrapper */
.single-sites_cpt .ndb-casino-single__inner > section:first-of-type {
  color: #fff;
  background-color: var(--hero-bg, #1e1b4b);
}
.single-sites_cpt .ndb-casino-single__inner > section:first-of-type h1,
.single-sites_cpt .ndb-casino-single__inner > section:first-of-type p,
.single-sites_cpt .ndb-casino-single__inner > section:first-of-type a {
  color: #fff;
}
.single-sites_cpt .ndb-casino-single__inner > section:first-of-type p span {
  color: rgba(255, 255, 255, 0.9);
}

/* Review band: explicit container + light text (parent .ndb-casino-single uses text-white; utilities may be purged) */
.ndb-casino-single #casino-description.ndb-casino-single__review {
  background-color: #fff !important;
  color: #171717 !important;
  border-top-color: #e5e5e5 !important;
}
.ndb-casino-single #casino-description.ndb-casino-single__review .ndb-casino-single__review-inner {
  box-sizing: border-box;
  width: 100%;
  max-width: 73.75rem; /* 1180px, same as comments / FAQ */
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 1280px) {
  .ndb-casino-single #casino-description.ndb-casino-single__review .ndb-casino-single__review-inner {
    padding-left: 0;
    padding-right: 0;
  }
}
.ndb-casino-single #casino-description.ndb-casino-single__review .ndb-casino-single__review-title {
  color: #0a0a0a !important;
}

/* Post body: Bankroll Content block uses .format (dist/main.css); tighten first block vs section title. */
.ndb-casino-single #casino-description.ndb-casino-single__review .ndb-casino-single__review-body.format > :first-child {
  margin-top: 0 !important;
}

/* Bankroll-style 3-column cards: dark red background, light text */
.ndb-casino-single .grid.grid-cols-12 .rounded-2xl.border-2 {
  background-color: rgba(0, 0, 0, 0.25);
  border-color: rgba(255, 255, 255, 0.15);
  color: #fff;
}
.ndb-casino-single .grid.grid-cols-12 .rounded-2xl.border-2 * {
  color: inherit;
}
.ndb-casino-single .grid.grid-cols-12 .text-\(--hero-accent-text\) {
  color: #fff;
}
.ndb-casino-single .grid.grid-cols-12 .text-\(--hero-accent-highlight\) {
  color: #22c55e;
}

/* Threaded comments on casino single (light comments band) */
.ndb-casino-single .comment-list .children {
  list-style: none;
  margin: 1rem 0 0;
  padding-left: 1rem;
  border-left: 1px solid #e5e5e5;
}

/* Featured bonus card (Bankroll hero) — burgundy panel, red dotted CTA ring */
.ndb-featured-bonus-card {
  border-radius: 1rem;
  padding: 1.5rem;
  background: linear-gradient(160deg, #4f0f12 0%, #2d0808 45%, #240606 100%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 12px 40px rgba(0, 0, 0, 0.35);
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.ndb-featured-bonus-kicker {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
}

.ndb-featured-bonus-star-label {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fff;
}

.ndb-featured-bonus-star {
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
  color: #ef4444;
}

.ndb-featured-bonus-gift-wrap {
  flex-shrink: 0;
  margin-top: -0.25rem;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.35));
}

.ndb-featured-bonus-gift {
  width: 3.5rem;
  height: 3.5rem;
  display: block;
}

@media (min-width: 768px) {
  .ndb-featured-bonus-gift {
    width: 4rem;
    height: 4rem;
  }
}

.ndb-featured-bonus-body {
  text-align: center;
}

.ndb-featured-bonus-sub {
  margin: 0 0 0.5rem;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.88);
}

.ndb-featured-bonus-title {
  margin: 0;
  font-size: clamp(1.125rem, 3.5vw, 1.625rem);
  font-weight: 700;
  line-height: 1.25;
  color: #fff;
}

.ndb-featured-bonus-cta-ring {
  border: 2px dotted #dc2626;
  border-radius: 0.875rem;
  padding: 0.25rem;
  background: rgba(0, 0, 0, 0.15);
}

.ndb-featured-bonus-cta-btn {
  display: flex;
  width: 100%;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 0.75rem;
  background: #16a34a;
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.25;
  padding: 0.8125rem 1.25rem;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: background-color 0.15s ease;
}

.ndb-featured-bonus-cta-btn:hover {
  background: #22c55e;
  color: #fff;
}

.ndb-featured-bonus-cta-icon {
  width: 1.25rem;
  height: 1.25rem;
  flex-shrink: 0;
}

.ndb-featured-bonus-promo {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.35rem 0.5rem;
  padding: 0.5rem 1rem;
  border-radius: 9999px;
  border: 2px dashed rgba(34, 197, 94, 0.45);
  background: rgba(0, 0, 0, 0.2);
}

.ndb-featured-bonus-promo-label {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.9);
}

.ndb-featured-bonus-promo-code {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #fff;
}

.ndb-featured-bonus-tnc {
  font-size: 0.75rem;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.65);
  text-align: center;
}

/* Hero: 18+ | Affiliate disclosure — tooltip (desktop) + modal (touch) */
.ndb-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.ndb-hero-affiliate-wrap {
  z-index: 20;
  overflow: visible;
}

.ndb-hero-affiliate-trigger {
  color: rgba(255, 255, 255, 0.78);
  transition: color 0.15s ease;
}

.ndb-hero-affiliate-trigger:hover,
.ndb-hero-affiliate-trigger:focus-visible {
  color: #fff;
  outline: none;
}

.ndb-hero-affiliate-trigger:focus-visible {
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.35);
  border-radius: 4px;
}

.ndb-hero-affiliate-info-icon {
  opacity: 0.95;
}

.ndb-hero-affiliate-trigger-sep {
  color: rgba(255, 255, 255, 0.45);
  user-select: none;
}

/* Affiliate disclosure: one teleported modal for all viewports (z above search overlay) */
.ndb-hero-affiliate-modal-backdrop {
  position: fixed !important;
  inset: 0 !important;
  z-index: 200000 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  box-sizing: border-box;
  isolation: isolate;
  -webkit-overflow-scrolling: touch;
}

.ndb-hero-affiliate-modal-scrim {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.65);
  pointer-events: auto;
}

.ndb-hero-affiliate-modal {
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  isolation: isolate;
  transform: translateZ(0);
  background: #fff !important;
  color: #1f2937;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow:
    0 25px 50px -12px rgba(0, 0, 0, 0.35),
    0 0 0 1px rgba(0, 0, 0, 0.04);
  overflow: hidden;
  max-height: min(90vh, 100%);
  overflow-y: auto;
}

.ndb-hero-affiliate-modal-text {
  font-size: 0.875rem;
  line-height: 1.55;
  color: #374151 !important;
  text-align: center;
}

.ndb-hero-affiliate-modal-close {
  color: #6b7280;
  background: transparent;
  border: none;
  cursor: pointer;
  line-height: 1;
}

.ndb-hero-affiliate-modal-close:hover {
  color: #111827;
}

/* =========================================================
   Casino single — Author + Comments + FAQ light bands
   All colours explicit so dark parent tokens can't bleed in.
   ========================================================= */

/* -- Shared: force light background on both bands --------- */
.ndb-casino-single__author-comments,
.ndb-casino-single__faq-band {
  background-color: #f9fafb !important;
  color: #171717 !important;
}
.ndb-casino-single__author-comments {
  border-top: 1px solid #e5e7eb;
  padding: 3rem 1rem;
}
@media (min-width: 48rem) {
  .ndb-casino-single__author-comments {
    padding: 4rem 1rem;
  }
}
.ndb-casino-single__author-comments > div {
  max-width: 73.75rem;
  margin-inline: auto;
  padding-inline: 0;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
.ndb-casino-single__faq-band {
  background-color: #fff !important;
  border-top: 1px solid #e5e7eb;
  padding: 3rem 1rem;
}
@media (min-width: 48rem) {
  .ndb-casino-single__faq-band {
    padding: 4rem 1rem;
  }
}
.ndb-casino-single__faq-band > div {
  max-width: 73.75rem;
  margin-inline: auto;
  padding-inline: 0;
}

/* -- Author box ------------------------------------------- */
.ndb-author-box {
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 1rem;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
  overflow: hidden;
}
.ndb-author-box__inner {
  display: flex;
  flex-direction: column;
}
@media (min-width: 48rem) {
  .ndb-author-box__inner {
    flex-direction: row;
  }
}
.ndb-author-box__left {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.75rem;
  padding: 1.75rem 2rem;
  border-bottom: 1px solid #f0f0f0;
  flex-shrink: 0;
}
@media (min-width: 48rem) {
  .ndb-author-box__left {
    width: 17rem;
    border-bottom: none;
    border-right: 1px solid #f0f0f0;
    align-items: center;
  }
}
.ndb-author-box__avatar-link {
  display: block;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 0 0 3px #e5e7eb;
}
.ndb-author-box__avatar {
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
}
.ndb-author-box__name-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.375rem;
  flex-wrap: wrap;
}
.ndb-author-box__name {
  font-size: 1.0625rem;
  font-weight: 700;
  color: #0a0a0a;
  line-height: 1.3;
}
.ndb-author-box__badge {
  display: inline-flex;
  color: #2563eb;
  flex-shrink: 0;
}
.ndb-author-box__badge svg {
  width: 18px;
  height: 18px;
}
.ndb-author-box__tagline {
  font-size: 0.8125rem;
  color: #6b7280;
  line-height: 1.4;
  margin: 0;
}
.ndb-author-box__link {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  margin-top: 0.25rem;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #15803d;
  text-decoration: none;
}
.ndb-author-box__link:hover {
  color: #166534;
  text-decoration: underline;
}
.ndb-author-box__right {
  flex: 1;
  min-width: 0;
  padding: 1.75rem 2rem;
  display: flex;
  align-items: center;
}
.ndb-author-box__bio.format,
.ndb-author-box__bio.format p {
  color: #404040 !important;
  font-size: 0.9375rem;
  line-height: 1.7;
  margin: 0;
}
.ndb-author-box__bio-placeholder {
  color: #6b7280;
  font-size: 0.9375rem;
  line-height: 1.7;
  margin: 0;
}

/* -- Hard colour reset: override any white text inherited from dark parent -- */
.ndb-casino-single__author-comments *,
.ndb-casino-single__faq-band * {
  color: inherit;
}

/* -- Comments heading / form ----------------------------- */
.ndb-comments-section h2 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #0a0a0a !important;
  margin-bottom: 1.25rem;
}
.ndb-comments-section .comment-body {
  background-color: #fff !important;
  border: 1px solid #e5e7eb !important;
  border-radius: 0.75rem !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05) !important;
}
.ndb-comments-section .comment-body b,
.ndb-comments-section .comment-body .comment-author {
  color: #0a0a0a !important;
}
.ndb-comments-section .comment-body .comment-content {
  color: #404040 !important;
}
.ndb-comments-section .comment-body time,
.ndb-comments-section .comment-body span:not(.comment-author) {
  color: #6b7280 !important;
}
.ndb-comments-section .logged-in-as,
.ndb-comments-section .logged-in-as * {
  color: #525252 !important;
  font-size: 0.875rem;
}
.ndb-comments-section .logged-in-as a,
.ndb-comments-section .comment-reply-link,
.ndb-comments-section .must-log-in a {
  color: #15803d !important;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.ndb-comments-section .logged-in-as a:hover,
.ndb-comments-section .comment-reply-link:hover,
.ndb-comments-section .must-log-in a:hover {
  color: #166534 !important;
}
.ndb-comments-section .must-log-in {
  color: #404040 !important;
  font-size: 0.875rem;
}
.ndb-comments-section input[type="text"],
.ndb-comments-section input[type="email"],
.ndb-comments-section textarea {
  display: block !important;
  width: 100% !important;
  background-color: #fff !important;
  border: 1px solid #d1d5db !important;
  border-radius: 0.5rem !important;
  padding: 0.625rem 1rem !important;
  color: #171717 !important;
  font-size: 0.9375rem !important;
  line-height: 1.5 !important;
  box-sizing: border-box !important;
  outline: none !important;
  transition:
    border-color 0.15s ease,
    box-shadow 0.15s ease;
}
.ndb-comments-section input[type="text"]:focus,
.ndb-comments-section input[type="email"]:focus,
.ndb-comments-section textarea:focus {
  border-color: #16a34a !important;
  box-shadow: 0 0 0 3px rgba(22, 163, 74, 0.15) !important;
}
.ndb-comments-section textarea {
  min-height: 130px !important;
  resize: vertical !important;
}
.ndb-comments-section input::placeholder,
.ndb-comments-section textarea::placeholder {
  color: #9ca3af !important;
  opacity: 1 !important;
}
.ndb-comments-section h3#reply-title,
.ndb-comments-section #reply-title {
  color: #0a0a0a !important;
}
.ndb-comments-section .comment-form-author,
.ndb-comments-section .comment-form-email,
.ndb-comments-section .comment-form-comment {
  color: #404040 !important;
  margin-top: 0.875rem !important;
}
.ndb-comments-section .comment-form-author p,
.ndb-comments-section .comment-form-email p,
.ndb-comments-section .comment-form-comment p {
  margin: 0 !important;
}
/* Submit button */
.ndb-comments-section .ndb-comment-form .submit,
.ndb-comments-section .ndb-comment-submit,
.ndb-comments-section input[type="submit"] {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin-top: 1.25rem !important;
  padding: 0.7rem 2rem !important;
  background-color: #16a34a !important;
  color: #fff !important;
  font-size: 0.9375rem !important;
  font-weight: 700 !important;
  border: none !important;
  border-radius: 0.625rem !important;
  cursor: pointer !important;
  transition: background-color 0.15s ease !important;
}
.ndb-comments-section .ndb-comment-form .submit:hover,
.ndb-comments-section .ndb-comment-submit:hover,
.ndb-comments-section input[type="submit"]:hover {
  background-color: #15803d !important;
}
.ndb-comment-form-title {
  font-size: 1.0625rem !important;
  font-weight: 700 !important;
  color: #0a0a0a !important;
  margin-bottom: 0.25rem !important;
}
.ndb-comment-form-note {
  font-size: 0.8125rem !important;
  color: #6b7280 !important;
  margin-top: 0.25rem !important;
  margin-bottom: 0 !important;
}
.ndb-comment-form .comment-form-author,
.ndb-comment-form .comment-form-email,
.ndb-comment-form .comment-form-comment {
  margin-top: 0.875rem !important;
  margin-bottom: 0 !important;
}
.ndb-comment-form .comment-form-author p,
.ndb-comment-form .comment-form-email p,
.ndb-comment-form .comment-form-comment p {
  margin: 0 !important;
}
.ndb-casino-single .comment-list .children {
  border-left-color: #e5e7eb !important;
}

/* -- FAQ accordion (light skin) -------------------------- */
.ndb-casino-single__faq-band .ndb-faq-section--light {
  width: 100%;
}
.ndb-faq-section--light .ndb-faq-summary::-webkit-details-marker {
  display: none;
}
.ndb-faq-section--light .ndb-faq-summary {
  list-style: none;
}

.ndb-faq-section--light header h2 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #0a0a0a !important;
  text-align: center;
  letter-spacing: -0.02em;
}
@media (min-width: 48rem) {
  .ndb-faq-section--light header h2 {
    font-size: 1.875rem;
  }
}
.ndb-faq-section--light header p {
  color: #6b7280 !important;
  text-align: center;
  font-size: 0.9375rem;
  margin-top: 0.4rem;
}
.ndb-faq-section--light .ndb-faq-items {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  max-width: 48rem;
  margin-inline: auto;
}
.ndb-faq-section--light .ndb-faq-item {
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 0.75rem;
  overflow: hidden;
  transition: box-shadow 0.15s ease;
}
.ndb-faq-section--light .ndb-faq-item[open] {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
}
.ndb-faq-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.25rem;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
}
.ndb-faq-summary:hover {
  background-color: #f9fafb;
}
.ndb-faq-summary .ndb-faq-q {
  font-size: 0.9375rem;
  font-weight: 600;
  color: #0a0a0a !important;
  line-height: 1.4;
}
.ndb-faq-chevron {
  width: 1.1rem;
  height: 1.1rem;
  flex-shrink: 0;
  color: #9ca3af;
  transition: transform 0.2s ease;
}
.ndb-faq-item[open] .ndb-faq-chevron {
  transform: rotate(180deg);
}
.ndb-faq-answer {
  padding: 0 1.25rem 1rem;
  border-top: 1px solid #f3f4f6;
  color: #404040 !important;
  font-size: 0.9rem;
  line-height: 1.7;
}
.ndb-faq-answer p,
.ndb-faq-answer li,
.ndb-faq-answer td {
  color: #404040 !important;
}
.ndb-faq-answer a {
  color: #15803d !important;
  text-decoration: underline;
}
.ndb-faq-section--light .ndb-faq-contact {
  text-align: center;
  margin-top: 2rem;
  font-size: 0.875rem;
  color: #6b7280 !important;
}
.ndb-faq-section--light .ndb-faq-contact a {
  color: #15803d !important;
  font-weight: 500;
  text-decoration: none;
}
.ndb-faq-section--light .ndb-faq-contact a:hover {
  text-decoration: underline;
}

/* =========================================================
   Sticky bonus bar
   ========================================================= */
/* Glow on pseudo-element: animates opacity only — GPU composited, no repaint, no scroll jitter */
@keyframes ndb-sticky-glow {
  0%,
  100% {
    opacity: 0.3;
  }
  50% {
    opacity: 1;
  }
}
@keyframes ndb-sticky-cta-pulse {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(224, 92, 0, 0.7);
  }
  60% {
    box-shadow: 0 0 0 7px rgba(224, 92, 0, 0);
  }
}
.ndb-sticky-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  background-color: #0d1118;
  border-top: 2px solid #e05c00;
  box-shadow: 0 -4px 28px rgba(0, 0, 0, 0.5);
  /* Promote to own GPU layer so scroll never triggers a repaint here */
  will-change: transform;
  transform: translateY(0) translateZ(0);
  backface-visibility: hidden;
  transition:
    transform 0.3s cubic-bezier(0.4, 0, 0.2, 1),
    opacity 0.3s ease;
  opacity: 1;
}
/* Breathing glow sits on its own composited layer above the bar */
.ndb-sticky-bar::before {
  content: "";
  position: absolute;
  inset: -8px 0 auto 0;
  height: 10px;
  background: linear-gradient(to bottom, rgba(255, 110, 0, 0.65), transparent);
  pointer-events: none;
  animation: ndb-sticky-glow 2.6s ease-in-out infinite;
  will-change: opacity;
}
.ndb-sticky-bar--hidden {
  transform: translateY(110%);
  opacity: 0;
  pointer-events: none;
}

/* Close button — top-right corner on all sizes */
.ndb-sticky-bar__close {
  position: absolute;
  top: 0.6rem;
  right: 0.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.75rem;
  height: 1.75rem;
  background: rgba(255, 255, 255, 0.08);
  border: none;
  border-radius: 0.375rem;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.65);
  padding: 0;
  transition:
    background-color 0.15s ease,
    color 0.15s ease;
}
.ndb-sticky-bar__close:hover {
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
}
.ndb-sticky-bar__close svg {
  width: 14px;
  height: 14px;
  pointer-events: none;
}

/* Inner layout — mobile: stacked column */
.ndb-sticky-bar__inner {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  max-width: 73.75rem;
  margin-inline: auto;
  padding: 1rem 1rem 1rem 1rem;
  padding-right: 2.5rem; /* room for close btn */
}

/* Desktop: single row */
@media (min-width: 48rem) {
  .ndb-sticky-bar__inner {
    flex-direction: row;
    align-items: center;
    gap: 1.5rem;
    padding: 0.75rem 3rem 0.75rem 1.5rem;
  }
}

.ndb-sticky-bar__text {
  flex: 1;
  min-width: 0;
}

.ndb-sticky-bar__headline {
  font-size: 0.9375rem;
  font-weight: 700;
  color: #fff;
  margin: 0 0 0.3rem;
  line-height: 1.35;
}

.ndb-sticky-bar__sub {
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.7);
  margin: 0 0 0.25rem;
}

.ndb-sticky-bar__legal {
  font-size: 0.7rem;
  color: rgba(255, 255, 255, 0.4);
  margin: 0;
  line-height: 1.4;
}
.ndb-sticky-bar__legal a {
  color: rgba(255, 255, 255, 0.55);
  text-decoration: underline;
}

/* CTA — full width on mobile, auto on desktop */
.ndb-sticky-bar__cta-wrap {
  flex-shrink: 0;
  width: 100%;
}
@media (min-width: 48rem) {
  .ndb-sticky-bar__cta-wrap {
    width: auto;
  }
}

.ndb-sticky-bar__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  width: 100%;
  padding: 0.7rem 1.5rem;
  background-color: #e05c00;
  color: #fff;
  font-size: 0.9375rem;
  font-weight: 700;
  border-radius: 0.5rem;
  text-decoration: none;
  white-space: nowrap;
  transition: background-color 0.15s ease;
  animation: ndb-sticky-cta-pulse 2.6s ease-out infinite;
}
@media (min-width: 48rem) {
  .ndb-sticky-bar__cta {
    width: auto;
    padding: 0.6rem 1.25rem;
    font-size: 0.875rem;
  }
}
.ndb-sticky-bar__cta:hover {
  background-color: #c75200;
  color: #fff;
  text-decoration: none;
}
.ndb-sticky-bar__cta svg {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
}
.ndb-sticky-bar__tnc {
  margin: 0.3rem 0 0;
  text-align: center;
  font-size: 0.65rem;
  color: rgba(255, 255, 255, 0.45);
  line-height: 1.3;
}

/* ============================================================
   SEO / Compliance additions
   ============================================================ */

/* #3 — Review methodology note below rating bars */
.ndb-hero-methodology-note {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.55) !important;
  margin: 0.25rem 0 0;
}
.ndb-hero-methodology-note svg {
  flex-shrink: 0;
  opacity: 0.7;
}
.ndb-hero-methodology-link {
  color: rgba(255, 255, 255, 0.75) !important;
  text-decoration: underline;
  text-decoration-style: dotted;
}
.ndb-hero-methodology-link:hover {
  color: #fff !important;
}

/* #6 — T&C microcopy default (when no tncText is set) */
.ndb-featured-bonus-tnc-default {
  margin: 0.35rem 0 0;
  text-align: center;
  font-size: 0.7rem;
  color: rgba(255, 255, 255, 0.5) !important;
  line-height: 1.4;
}

/* #9 — Responsible gambling bar at bottom of hero */
.ndb-hero-rg-bar {
  width: 100%;
  background: rgba(0, 0, 0, 0.25);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 0.45rem 1rem;
  text-align: center;
}
.ndb-hero-rg-bar__inner {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.6) !important;
  flex-wrap: wrap;
  justify-content: center;
}
.ndb-hero-rg-bar__link {
  color: rgba(255, 255, 255, 0.8) !important;
  text-decoration: underline;
  text-decoration-style: dotted;
}
.ndb-hero-rg-bar__link:hover {
  color: #fff !important;
}

/* #8 — GDPR notice in comment form */
.ndb-comment-gdpr {
  font-size: 0.75rem !important;
  color: #6b7280 !important;
  margin: 0 0 0.75rem !important;
  line-height: 1.5;
}
.ndb-comment-gdpr__link {
  color: #4b6cb7 !important;
  text-decoration: underline;
}
.ndb-comment-gdpr__link:hover {
  color: #3a5499 !important;
}

/* --------------------------------------------------------------------------
 * Casino review methodology page (page-casino-review-methodology.php)
 * Scope hook: class on <main> (body is already printed in get_header()).
 * Global .ndb-tailwind-page .site-content uses #0d1117 !important — we must
 * override or body’s legacy color:#fff + dark headline tokens = unreadable mix.
 * -------------------------------------------------------------------------- */
/* ── Shared rule: any light-content <main> ──────────────────────────────────
 * Add the page-specific class here whenever a new template uses a white body.
 * Zeroing padding/margin prevents the dark site-content bg showing as a gap
 * above hero sections. Use :has(main…) not :has(> main…): many templates output
 * <style>, JSON-LD, or absolutely positioned nodes before <main>, so main is not
 * a direct child of #content.
 * ─────────────────────────────────────────────────────────────────────────── */
#content.site-content:has(main.ndb-methodology-page),
#content.site-content:has(main.ndb-news-page),
#content.site-content:has(main.ndb-pm-page),
#content.site-content:has(.about-us-page),
#content.site-content:has(.um-profile-body),
#content.site-content:has(.profile-container),
#content.site-content:has(.ndb-profile-wrap) {
  background-color: #f7f7fa !important;
  padding: 0 !important;
  margin-top: 0 !important;
}

/* Author profile: break out of all parent width constraints */
.ndb-news-single-content:has(.ndb-profile-wrap),
.ndb-site-container:has(.ndb-profile-wrap),
.ndb-page-default__inner:has(.ndb-profile-wrap),
.entry-content:has(.ndb-profile-wrap),
article:has(.ndb-profile-wrap),
.um:has(.ndb-profile-wrap),
.um-profile-body:has(.ndb-profile-wrap) {
  max-width: 100% !important;
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
main.ndb-methodology-page,
main.ndb-news-page,
main.ndb-pm-page {
  background-color: var(--content-bg, #fff) !important;
  color: var(--content-text, #1c1e2b);
  margin: 0 !important;
  /*
   * dist/main.css @layer base: `main:has(> section) { padding-top: calc(var(--spacing) * 6); }`
   * matches any <main> that has a direct <section> anywhere (e.g. free-slots: hero <header>
   * then <section class="tf-section">). Padding applies to <main> itself → white band above hero.
   */
  padding-top: 0 !important;
}

/* Beat assets/css/style.css body,button,… { color: #fff } for this page */
main.ndb-methodology-page.ndb-methodology {
  color: var(--content-text, #1c1e2b);
  padding-bottom: 3rem;
}

/* Legacy theme: global `a { color: #fff }` — fix prose links on white (hero + CTA buttons excluded). */
main.ndb-methodology-page .ndb-methodology-toc a,
main.ndb-methodology-page .ndb-methodology-body a:not(.ndb-methodology-btn),
main.ndb-methodology-page .ndb-methodology-wpcontent a {
  color: var(--content-anchor, var(--accent, #f49e00));
}
main.ndb-methodology-page .ndb-methodology-toc a:hover,
main.ndb-methodology-page .ndb-methodology-toc a:focus,
main.ndb-methodology-page .ndb-methodology-body a:not(.ndb-methodology-btn):hover,
main.ndb-methodology-page .ndb-methodology-body a:not(.ndb-methodology-btn):focus,
main.ndb-methodology-page .ndb-methodology-wpcontent a:hover,
main.ndb-methodology-page .ndb-methodology-wpcontent a:focus {
  color: var(--title-accent, #f49e00);
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* Site content width — 1180px centered, consistent 1rem padding at all breakpoints */
/* .ndb-news-container kept as alias for backward-compat while page cache expires */
.ndb-site-container,
.ndb-news-container {
  width: 100%;
  max-width: 73.75rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  box-sizing: border-box;
}

/*
 * Legacy page templates: Search & Filter Pro used position:absolute; right:0 on the
 * last <li> (submit) without position:relative on <ul>, so the button stuck to the
 * viewport. Scoped to known forms + .searchandfilter class.
 */
#search-filter-form-247557 > ul,
#search-filter-form-247562 > ul,
.searchandfilter > ul,
form.searchandfilter > ul {
  position: relative !important;
  flex-wrap: wrap !important;
  align-items: flex-end !important;
}
#search-filter-form-247557 > ul li:last-child,
#search-filter-form-247562 > ul li:last-child,
.searchandfilter > ul li:last-child,
form.searchandfilter > ul li:last-child {
  position: static !important;
  right: auto !important;
  margin-left: auto;
}
@media (max-width: 768px) {
  #search-filter-form-247557 > ul li:last-child,
  #search-filter-form-247562 > ul li:last-child,
  .searchandfilter > ul li:last-child,
  form.searchandfilter > ul li:last-child {
    margin-left: 0 !important;
  }
}

/* Search & Filter results + “popular offers” grids (free-slots / free-spins templates) */
.ndb-sf-results {
  margin-top: 0.25rem;
}
.ndb-sf-section-title {
  margin: 0 0 1.25rem;
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1.3;
  color: var(--hero-text-color, #fff);
}
.ndb-sf-pagination {
  margin-top: 2.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.35rem;
}
.ndb-sf-pagination .wp-pagenavi {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.35rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.ndb-sf-pagination .wp-pagenavi a,
.ndb-sf-pagination .wp-pagenavi span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.35rem;
  padding: 0.4rem 0.65rem;
  border-radius: 0.5rem;
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
  border: 1px solid var(--card-border, rgba(255, 255, 255, 0.14));
  color: var(--card-text, #f8fafc);
  background: var(--card-bg, #1a2234);
  transition:
    border-color 0.15s ease,
    color 0.15s ease,
    background 0.15s ease;
}
.ndb-sf-pagination .wp-pagenavi span.current {
  border-color: var(--accent, #f49e00);
  color: var(--accent-text, #2d1a00);
  background: var(--accent, #f49e00);
}
.ndb-sf-pagination .wp-pagenavi a:hover,
.ndb-sf-pagination .wp-pagenavi a:focus-visible {
  border-color: var(--accent, #f49e00);
  color: var(--accent, #f49e00);
  outline: none;
}
.ndb-sf-pagination .wp-pagenavi span.extend {
  border: none;
  background: transparent;
  color: var(--card-text-secondary, rgba(248, 250, 252, 0.65));
}
.ndb-sf-no-results {
  margin-top: 1rem;
  padding: 2rem 1.5rem;
  border-radius: 1rem;
  text-align: center;
  border: 1px solid var(--card-border, rgba(255, 255, 255, 0.12));
  background: var(--card-bg, #1a2234);
  color: var(--card-text, #f8fafc);
}
.ndb-sf-no-results__title {
  margin: 0 0 0.5rem;
  font-size: 1.125rem;
  font-weight: 800;
}
.ndb-sf-no-results__text {
  margin: 0;
  font-size: 0.9375rem;
  color: var(--card-text-secondary, rgba(248, 250, 252, 0.8));
  line-height: 1.5;
}
.ndb-sf-no-results__link {
  color: var(--accent, #f49e00);
  font-weight: 700;
  text-decoration: none;
}
.ndb-sf-no-results__link:hover,
.ndb-sf-no-results__link:focus-visible {
  text-decoration: underline;
  outline: none;
}

/* Free-slots / free-spins: editorial guide panels (card + accent header) */
.ndb-bonus-guide-panel {
  box-shadow:
    0 20px 50px -18px rgba(0, 0, 0, 0.55),
    inset 0 1px 0 0 rgba(255, 255, 255, 0.06);
}
.ndb-bonus-guide-prose p {
  margin: 0;
}

/* Free-slots template: editorial stack + feature trio + “why casinos” reason cards */
.ndb-free-slots-editorial-stack {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 768px) {
  .ndb-free-slots-editorial-stack {
    gap: 2.5rem;
  }
}

.ndb-freepage-feature-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 1rem;
  padding: 1.5rem 1.25rem;
  border-radius: 1rem;
  border: 2px solid var(--card-border, rgba(255, 255, 255, 0.12));
  background: var(--card-bg, #1a2234);
  box-shadow:
    0 18px 42px -16px rgba(0, 0, 0, 0.5),
    inset 0 1px 0 0 rgba(255, 255, 255, 0.05);
}
.ndb-freepage-feature-card__icon {
  width: 4rem;
  height: 4rem;
  object-fit: contain;
  flex-shrink: 0;
}
.ndb-freepage-feature-card__title {
  margin: 0;
  font-size: 1.0625rem;
  font-weight: 800;
  line-height: 1.35;
  color: var(--card-text, #f8fafc);
}
.ndb-freepage-feature-card__text {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.65;
  color: var(--card-text-secondary, rgba(248, 250, 252, 0.88));
}

.ndb-bonus-reasons-block {
  box-shadow:
    0 20px 50px -18px rgba(0, 0, 0, 0.55),
    inset 0 1px 0 0 rgba(255, 255, 255, 0.06);
}
.ndb-bonus-reason-card {
  margin: 0;
  padding: 1.1rem 1.15rem 1.15rem;
  border-radius: 0.75rem;
  border: 1px solid var(--card-border, rgba(255, 255, 255, 0.1));
  border-left: 4px solid var(--accent, #f49e00);
  background: rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.04);
}
.ndb-bonus-reason-card__title {
  margin: 0 0 0.5rem;
  font-size: 0.8125rem;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--accent, #f49e00);
}
.ndb-bonus-reason-card__text {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.6;
  color: var(--card-text-secondary, rgba(248, 250, 252, 0.9));
}

/* Bootstrap .row direct under #page .ndb-site-container: negative margins cancel container padding */
#page .ndb-site-container > .row {
  margin-left: 0;
  margin-right: 0;
}
#page .ndb-site-container > .row > [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}

/* Hero */
.ndb-methodology-hero {
  background-color: var(--hero-bg, #1e1b4b);
  color: var(--hero-text-color, #fff);
  padding: 1.75rem 0 2.5rem;
  margin-bottom: 0;
}
@media (min-width: 640px) {
  .ndb-methodology-hero {
    padding: 2.25rem 0 3rem;
  }
}
.ndb-methodology-hero__inner {
  position: relative;
}
.ndb-methodology-breadcrumb {
  margin-bottom: 1rem;
}
.ndb-methodology-breadcrumb__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.5rem;
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.65);
}
.ndb-methodology-breadcrumb__list li {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.ndb-methodology-breadcrumb__list li:not(:last-child)::after {
  content: "/";
  opacity: 0.45;
  margin-left: 0.5rem;
  pointer-events: none;
}
.ndb-methodology-breadcrumb__list a {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: underline;
  text-decoration-style: dotted;
  text-underline-offset: 3px;
}
.ndb-methodology-breadcrumb__list a:hover {
  color: #fff;
}
.ndb-methodology-breadcrumb__list li[aria-current="page"] {
  color: rgba(255, 255, 255, 0.95);
  font-weight: 600;
}
.ndb-methodology-hero__kicker {
  margin: 0 0 0.5rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
}
.ndb-methodology-hero__title {
  margin: 0 0 0.75rem;
  font-family: var(--font-heading, "Asap", sans-serif);
  font-size: clamp(1.65rem, 4vw, 2.35rem);
  font-weight: 800;
  line-height: 1.15;
  color: #fff;
  letter-spacing: -0.02em;
}
.ndb-methodology-hero__lead {
  margin: 0 0 1rem;
  max-width: 42rem;
  font-size: 1.0625rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.88);
}
.ndb-methodology-hero__meta {
  margin: 0;
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.55);
}

/* Layout: TOC + body */
.ndb-methodology-layout {
  display: grid;
  gap: 2rem;
  padding-top: 2rem;
}
@media (min-width: 1024px) {
  .ndb-methodology-layout {
    grid-template-columns: 14rem minmax(0, 1fr);
    align-items: start;
    gap: 2.5rem;
    padding-top: 2.5rem;
  }
}

.ndb-methodology-toc {
  position: sticky;
  top: 5rem;
  padding: 1rem 1.125rem;
  border-radius: 12px;
  background: var(--content-bg-secondary, #f1f5f9);
  border: 1px solid var(--content-border, #eee);
}
.ndb-methodology-toc__title {
  margin: 0 0 0.75rem;
  font-size: 0.6875rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: var(--content-text-secondary, #494949);
}
.ndb-methodology-toc__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}
.ndb-methodology-toc__list a {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--content-text, #1c1e2b);
  text-decoration: none;
  line-height: 1.35;
}
.ndb-methodology-toc__list a:hover {
  color: var(--content-anchor, var(--accent, #f49e00));
  text-decoration: underline;
  text-underline-offset: 3px;
}

.ndb-methodology-body {
  min-width: 0;
}

.ndb-methodology-section {
  margin-bottom: 2.5rem;
  scroll-margin-top: 5.5rem;
}
.ndb-methodology-h2 {
  margin: 0 0 1rem;
  font-family: var(--font-heading, "Asap", sans-serif);
  font-size: clamp(1.35rem, 2.5vw, 1.65rem);
  font-weight: 800;
  line-height: 1.25;
  color: var(--content-title, #131313);
  letter-spacing: -0.02em;
}
.ndb-methodology-h3 {
  margin: 0 0 0.35rem;
  font-size: 1.0625rem;
  font-weight: 700;
  color: var(--content-title, #131313);
}
.ndb-methodology-prose {
  margin: 0 0 1rem;
  font-size: 1rem;
  line-height: 1.65;
  color: var(--content-text, #1c1e2b);
  max-width: 48rem;
}
.ndb-methodology-prose:last-child {
  margin-bottom: 0;
}

.ndb-methodology-list {
  margin: 0;
  padding-left: 1.25rem;
  max-width: 48rem;
  color: var(--content-text, #1c1e2b);
  line-height: 1.65;
}
.ndb-methodology-list li {
  margin-bottom: 0.5rem;
}
.ndb-methodology-list li:last-child {
  margin-bottom: 0;
}

/* Pillar cards — echo casino hero rating card language */
.ndb-methodology-pillars {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
  margin-top: 1.25rem;
}
@media (min-width: 640px) {
  .ndb-methodology-pillars {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
  }
}
.ndb-methodology-card {
  background: var(--card-bg-secondary, #ecf0ff);
  border: 1px solid var(--content-border, #eee);
  border-radius: 12px;
  padding: 1rem 1.125rem;
  box-sizing: border-box;
}
.ndb-methodology-card__head {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}
.ndb-methodology-card__icon {
  flex-shrink: 0;
  color: #ef4444;
  display: flex;
}
.ndb-methodology-card__title {
  margin: 0;
  font-size: 1rem;
  font-weight: 800;
  color: var(--content-title, #131313);
}
.ndb-methodology-card__text {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.55;
  color: var(--content-text-secondary, #494949);
}

/* Process steps */
.ndb-methodology-steps {
  list-style: none;
  margin: 1rem 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
  max-width: 48rem;
}
.ndb-methodology-steps > li {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 1rem;
  padding: 1.15rem 0;
  border-bottom: 1px solid var(--content-border, #eee);
}
.ndb-methodology-steps > li:first-child {
  padding-top: 0;
}
.ndb-methodology-steps > li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.ndb-methodology-steps__n {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9375rem;
  font-weight: 800;
  background: var(--hero-bg, #1e1b4b);
  color: #fff;
  flex-shrink: 0;
}
.ndb-methodology-steps p {
  margin: 0.35rem 0 0;
  font-size: 0.9375rem;
  line-height: 1.6;
  color: var(--content-text-secondary, #494949);
}

.ndb-methodology-callout {
  border-radius: 12px;
  padding: 1.25rem 1.35rem;
  max-width: 48rem;
}
.ndb-methodology-callout--accent {
  background: linear-gradient(135deg, rgba(30, 27, 75, 0.06) 0%, rgba(108, 99, 255, 0.08) 100%);
  border: 1px solid rgba(30, 27, 75, 0.12);
}
.ndb-methodology-callout--rg {
  background: rgba(22, 163, 74, 0.08);
  border: 1px solid rgba(22, 163, 74, 0.22);
}
.ndb-methodology-callout .ndb-methodology-h2 {
  margin-bottom: 0.75rem;
}

/* FAQ */
.ndb-methodology-faq {
  max-width: 48rem;
  margin-top: 1rem;
  border: 1px solid var(--content-border, #eee);
  border-radius: 12px;
  overflow: hidden;
  background: var(--card-bg, #fff);
}
.ndb-methodology-faq__item {
  border-bottom: 1px solid var(--content-border, #eee);
}
.ndb-methodology-faq__item:last-child {
  border-bottom: none;
}
.ndb-methodology-faq__q {
  cursor: pointer;
  list-style: none;
  font-weight: 700;
  font-size: 0.9375rem;
  line-height: 1.45;
  padding: 1rem 1.125rem;
  padding-right: 2.5rem;
  position: relative;
  color: var(--content-title, #131313);
}
.ndb-methodology-faq__q::-webkit-details-marker {
  display: none;
}
.ndb-methodology-faq__q::after {
  content: "";
  position: absolute;
  right: 1.125rem;
  top: 50%;
  width: 0.5rem;
  height: 0.5rem;
  border-right: 2px solid var(--content-text-secondary, #494949);
  border-bottom: 2px solid var(--content-text-secondary, #494949);
  transform: translateY(-65%) rotate(45deg);
  transition: transform 0.2s ease;
}
.ndb-methodology-faq__item[open] .ndb-methodology-faq__q::after {
  transform: translateY(-35%) rotate(-135deg);
}
.ndb-methodology-faq__q:hover {
  background: var(--content-bg-secondary, #f1f5f9);
}
.ndb-methodology-faq__a {
  padding: 0 1.125rem 1rem;
}
.ndb-methodology-faq__a p {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.6;
  color: var(--content-text-secondary, #494949);
}

/* CTA band */
.ndb-methodology-cta {
  margin-top: 2rem;
  padding: 1.75rem 1.5rem;
  border-radius: 14px;
  background: var(--hero-bg-secondary, #22253c);
  color: #fff;
  text-align: center;
}
.ndb-methodology-cta__title {
  margin: 0 0 0.5rem;
  font-size: 1.25rem;
  font-weight: 800;
  font-family: var(--font-heading, "Asap", sans-serif);
}
.ndb-methodology-cta__text {
  margin: 0 0 1.25rem;
  font-size: 0.9375rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.82);
  max-width: 32rem;
  margin-left: auto;
  margin-right: auto;
}
.ndb-methodology-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  justify-content: center;
}
.ndb-methodology-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.65rem 1.25rem;
  border-radius: 10px;
  font-size: 0.875rem;
  font-weight: 700;
  text-decoration: none;
  transition:
    opacity 0.15s ease,
    transform 0.15s ease;
}
.ndb-methodology-btn:hover {
  opacity: 0.92;
  transform: translateY(-1px);
}
.ndb-methodology-btn--primary {
  background: var(--accent, #f49e00);
  color: var(--accent-text, #2d1a00);
}
.ndb-methodology-btn--secondary {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.25);
}

.ndb-methodology-wpcontent .ndb-methodology-entry-content {
  font-size: 1rem;
  line-height: 1.65;
  color: var(--content-text, #1c1e2b);
  max-width: 48rem;
}
.ndb-methodology-wpcontent .ndb-methodology-entry-content > *:first-child {
  margin-top: 0;
}

.ndb-methodology-edit {
  margin-top: 2rem;
  font-size: 0.875rem;
}
.ndb-methodology-edit a {
  color: var(--content-anchor, var(--accent, #f49e00));
}

/* --------------------------------------------------------------------------
 * News hub + single (newspage-template.php, category.php, archive.php, single.php)
 * -------------------------------------------------------------------------- */
main.ndb-news-page {
  padding-bottom: 3rem;
}

main.ndb-news-page .ndb-news-single-content a,
main.ndb-news-page .ndb-news-single-terms a,
main.ndb-news-page .ndb-news-comments-wrap a {
  color: var(--content-anchor, var(--accent, #f49e00));
}
main.ndb-news-page .ndb-news-single-content a:hover,
main.ndb-news-page .ndb-news-single-terms a:hover,
main.ndb-news-page .ndb-news-comments-wrap a:focus {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.ndb-news-hero {
  background-color: var(--hero-bg, #1e1b4b);
  color: var(--hero-text-color, #fff);
  padding: 1.75rem 0 2.25rem;
  margin-top: 0;
  margin-bottom: 0;
}
@media (min-width: 640px) {
  .ndb-news-hero {
    padding: 2rem 0 2.75rem;
  }
}
.ndb-news-breadcrumb {
  margin-bottom: 0.85rem;
}
.ndb-news-breadcrumb__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.5rem;
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.65);
}
.ndb-news-breadcrumb__list li {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.ndb-news-breadcrumb__list li:not(:last-child)::after {
  content: "/";
  opacity: 0.45;
  margin-left: 0.5rem;
}
.ndb-news-breadcrumb__list a {
  color: rgba(255, 255, 255, 0.88);
  text-decoration: underline;
  text-decoration-style: dotted;
  text-underline-offset: 3px;
}
.ndb-news-breadcrumb__list a:hover {
  color: #fff;
}
.ndb-news-breadcrumb__list li[aria-current="page"] {
  color: rgba(255, 255, 255, 0.95);
  font-weight: 600;
}
.ndb-news-breadcrumb--single .ndb-news-breadcrumb__list li[aria-current="page"] {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-width: 100%;
}
.ndb-news-hero__kicker {
  margin: 0 0 0.4rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
}
.ndb-news-hero__title {
  margin: 0 0 0.65rem;
  font-family: var(--font-heading, "Asap", sans-serif);
  font-size: clamp(1.6rem, 4vw, 2.25rem);
  font-weight: 800;
  line-height: 1.15;
  color: #fff;
  letter-spacing: -0.02em;
}
.ndb-news-hero__lead {
  margin: 0;
  max-width: 42rem;
  font-size: 1rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.88);
}
.ndb-news-hero__lead--desc {
  margin-top: 0.75rem;
}
.ndb-news-hero__lead--desc p {
  margin: 0 0 0.5rem;
}
.ndb-news-hero__lead--desc p:last-child {
  margin-bottom: 0;
}
.ndb-news-hero__back {
  display: inline-block;
  margin-top: 0.65rem;
  margin-left: 0.35rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.95);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.ndb-news-hero__back:hover {
  color: #fff;
}

.ndb-news-hub__layout {
  display: grid;
  gap: 2rem;
  padding-top: 2rem;
}
@media (min-width: 1024px) {
  .ndb-news-hub__layout {
    grid-template-columns: minmax(0, 1fr) 17.5rem;
    align-items: start;
    gap: 2.5rem;
    padding-top: 2.5rem;
  }
}
.ndb-news-hub__sidebar {
  font-size: 0.875rem;
  color: var(--content-text, #1c1e2b);
}
.ndb-news-hub__sidebar .widget {
  margin-bottom: 1.5rem;
  padding: 1rem;
  background: var(--content-bg-secondary, #f1f5f9);
  border-radius: 12px;
  border: 1px solid var(--content-border, #eee);
}
.ndb-news-hub__sidebar .widget-title {
  margin: 0 0 0.75rem;
  font-size: 0.875rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--content-title, #131313);
}
.ndb-news-hub__sidebar a {
  color: var(--content-anchor, var(--accent, #f49e00));
}

/* Latest Offers (sidebar) on light hub cards: meta contrast + title as body text, accent on hover */
.ndb-news-hub__sidebar .widget-related-posts .title-widget {
  color: var(--content-title, #131313);
  margin-bottom: 1rem;
}
.ndb-news-hub__sidebar .widget-related-posts .related-posts-item.main {
  padding: 1rem 0;
  border-bottom: 1px solid var(--border, #e8eaf0);
}
.ndb-news-hub__sidebar .widget-related-posts .related-posts-item.main:first-of-type {
  padding-top: 0;
}
.ndb-news-hub__sidebar .widget-related-posts .related-posts-item.main:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}
.ndb-news-hub__sidebar .widget-related-posts .related-posts-item .item {
  color: var(--content-text-secondary, #64748b);
  opacity: 1;
}
.ndb-news-hub__sidebar .widget-related-posts .related-posts-item .item.active {
  color: var(--content-text, #1c1e2b);
  font-weight: 700;
}
.ndb-news-hub__sidebar .widget-related-posts .related-posts-item.main h5 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  overflow: hidden;
  margin-top: 0.35rem;
  margin-bottom: 0;
}
.ndb-news-hub__sidebar .widget-related-posts .related-posts-item.main h5 a {
  color: var(--content-title, #131313);
  text-decoration: none;
}
.ndb-news-hub__sidebar .widget-related-posts .related-posts-item.main h5 a:hover {
  color: var(--content-anchor, var(--accent, #f49e00));
  text-decoration: underline;
  text-underline-offset: 2px;
}
.ndb-news-hub__sidebar .widget-related-posts .related-posts-item.main .card-media {
  margin-bottom: 0.65rem;
  border-radius: 6px;
  overflow: hidden;
}
.ndb-news-hub__sidebar .widget-related-posts .related-posts-item.main .card-media img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.25s ease;
}
.ndb-news-hub__sidebar .widget-related-posts .related-posts-item.main:hover .card-media img {
  transform: scale(1.03);
}

.ndb-news-section {
  margin-bottom: 2.75rem;
}
.ndb-news-section__head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.5rem 1rem;
  margin-bottom: 1.1rem;
  padding-bottom: 0.65rem;
  border-bottom: 2px solid var(--accent, #f49e00);
}
.ndb-news-section__title {
  margin: 0;
  font-family: var(--font-heading, "Asap", sans-serif);
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--content-title, #131313);
}
.ndb-news-section__link {
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--content-anchor, var(--accent, #f49e00));
  text-decoration: none;
}
.ndb-news-section__link:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.ndb-news-featured {
  display: grid;
  gap: 1rem;
  align-items: stretch;
}
@media (min-width: 900px) {
  .ndb-news-featured {
    grid-template-columns: 1.25fr 1fr;
    grid-template-rows: auto auto;
    align-items: stretch;
  }
  .ndb-news-featured .ndb-news-card--featured-main {
    grid-row: 1 / span 2;
  }
  .ndb-news-featured .ndb-news-card--featured-side {
    min-height: 0;
  }
}

.ndb-news-grid {
  display: grid;
  gap: 1.25rem;
}
.ndb-news-grid--4 {
  grid-template-columns: 1fr;
}
@media (min-width: 640px) {
  .ndb-news-grid--4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 900px) {
  .ndb-news-grid--4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.ndb-news-grid--list {
  grid-template-columns: 1fr;
}
.ndb-news-grid--4,
.ndb-news-grid--list {
  align-items: stretch;
}
@media (min-width: 640px) {
  .ndb-news-grid--list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Slots demos hub — full width (no sidebar), 3 / 4 / 6 column grid */
.ndb-slots-hub__wrap {
  padding-top: 2rem;
  padding-bottom: 2.5rem;
}
@media (min-width: 1024px) {
  .ndb-slots-hub__wrap {
    padding-top: 2.5rem;
  }
}
.ndb-slots-hub__grid {
  display: grid;
  gap: 0.65rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media (min-width: 768px) {
  .ndb-slots-hub__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.75rem;
  }
}
@media (min-width: 1024px) {
  .ndb-slots-hub__grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 0.85rem;
  }
}

/* Provider hub tiles — same shell as game cards; logo contained on art area */
.ndb-slots-card--provider .ndb-slots-card__badge-link--static {
  pointer-events: none;
  cursor: default;
}
.ndb-slots-card--provider .ndb-slots-card__badge-link--static:hover {
  color: rgba(255, 255, 255, 0.92);
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(0, 0, 0, 0.55);
}
.ndb-slots-card--provider .ndb-slots-card__img {
  object-fit: contain;
  object-position: center;
  padding: 0.65rem 0.75rem;
  width: 100%;
  height: 100%;
  max-height: 100%;
  box-sizing: border-box;
}

/* Game tile: art + dark footer bar (casino lobby style) */
.ndb-slots-card.ndb-slots-card--game {
  display: flex;
  flex-direction: column;
  min-height: 0;
  border-radius: 14px;
  overflow: hidden;
  background: #12151f;
  border: none;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}
.ndb-slots-card.ndb-slots-card--game:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.14);
}
.ndb-slots-card__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 0;
  text-decoration: none;
  color: inherit;
}
.ndb-slots-card__media {
  aspect-ratio: 3 / 4;
  background: linear-gradient(160deg, #2d1f4a 0%, #1a1d2e 55%, #12151f 100%);
  overflow: hidden;
  flex-shrink: 0;
  position: relative;
}
.ndb-slots-card__imgLink {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: inherit;
}
.ndb-slots-card__badge {
  position: absolute;
  top: 0.45rem;
  left: 0.45rem;
  z-index: 2;
}
.ndb-slots-card__badge-link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.22rem 0.5rem;
  border-radius: 999px;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.92);
  background: rgba(0, 0, 0, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(6px);
  text-decoration: none;
  max-width: 100%;
}
.ndb-slots-card__badge-link:hover {
  color: #fff;
  border-color: rgba(253, 230, 138, 0.55);
  background: rgba(0, 0, 0, 0.68);
}
.ndb-slots-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}
.ndb-slots-card.ndb-slots-card--game:hover .ndb-slots-card__img {
  transform: scale(1.06);
}
.ndb-slots-card__media--empty {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.65rem;
  text-align: center;
}
.ndb-slots-card__placeholder {
  font-size: 0.7rem;
  font-weight: 700;
  line-height: 1.3;
  color: rgba(255, 255, 255, 0.45);
}
.ndb-slots-card__footer {
  flex-shrink: 0;
  background: linear-gradient(180deg, #252a3a 0%, #12151f 100%);
  padding: 0.4rem 0.45rem 0.5rem;
  min-height: 2.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  color: inherit;
}
.ndb-slots-card__title {
  margin: 0;
  font-size: clamp(0.65rem, 1.05vw, 0.75rem);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.01em;
  color: #fff;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-width: 100%;
}
.ndb-slots-card.ndb-slots-card--game:hover .ndb-slots-card__title {
  color: #fde68a;
}

/* Slots demo single — reference-style light panel */
.ndb-slots-ref {
  margin: 1rem 0 1.5rem;
}
.ndb-slots-ref__card {
  border-radius: 18px;
  border: 1px solid var(--content-border, #e5e7eb);
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  box-shadow: 0 10px 34px rgba(15, 23, 42, 0.08);
  overflow: hidden;
}
.ndb-slots-ref__ratingRow {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.65rem 1rem;
  padding: 0.85rem 1rem;
  border-bottom: 1px solid var(--content-border, #e5e7eb);
  background: #fff;
}
.ndb-slots-ref__stars {
  display: inline-flex;
  gap: 0.12rem;
  line-height: 1;
}
.ndb-slots-ref__star {
  font-size: 1.15rem;
  color: #e5e7eb;
}
.ndb-slots-ref__star.is-full {
  color: #f59e0b;
}
.ndb-slots-ref__star.is-half {
  color: #f59e0b;
  opacity: 0.55;
}
.ndb-slots-ref__star.is-empty {
  color: #e5e7eb;
}
.ndb-slots-ref__ratingText {
  margin: 0;
  font-size: 0.875rem;
  color: #334155;
  font-weight: 600;
}
.ndb-slots-ref__body {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  padding: 1rem;
}
@media (min-width: 768px) {
  .ndb-slots-ref__body {
    grid-template-columns: 11rem 1fr;
    align-items: start;
  }
}
.ndb-slots-ref__thumb img {
  width: 100%;
  height: auto;
  border-radius: 14px;
  border: 1px solid var(--content-border, #e5e7eb);
  display: block;
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.08);
}
.ndb-slots-ref__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}
.ndb-slots-ref__item {
  display: grid;
  grid-template-columns: 1.5rem minmax(5rem, 8rem) 1fr;
  gap: 0.45rem 0.65rem;
  align-items: baseline;
  padding: 0.55rem 0.65rem;
  border-radius: 12px;
  background: #fff;
  border: 1px solid #eef2f7;
}
.ndb-slots-ref__ico {
  font-size: 1rem;
  line-height: 1;
}
.ndb-slots-ref__lbl {
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #64748b;
}
.ndb-slots-ref__val {
  font-size: 0.9rem;
  font-weight: 800;
  color: #0f172a;
  text-align: right;
  word-break: break-word;
}
.ndb-slots-ref__accent {
  color: #ea580c;
  text-decoration: none;
  font-weight: 900;
}
.ndb-slots-ref__accent:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.ndb-slots-ref__tech {
  padding: 0.85rem 1rem;
  border-top: 1px solid var(--content-border, #e5e7eb);
  background: #f8fafc;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}
.ndb-slots-ref__techLbl {
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #64748b;
}
.ndb-slots-ref__techLink {
  font-size: 0.8rem;
  font-weight: 700;
  color: #ea580c;
  word-break: break-all;
  text-decoration: none;
}
.ndb-slots-ref__techLink:hover {
  text-decoration: underline;
}

/* Single slot demo: game + iframe left, summary card right (Slots Launch slotsl-single-game.php hooks) */
.sl-single-game-container > .ndb-slots-single__grid {
  flex: 1 1 100%;
  width: 100%;
  max-width: 100%;
}
.ndb-slots-single__grid {
  display: grid;
  gap: 1.25rem;
  width: 100%;
  align-items: start;
}
.ndb-slots-single__primary {
  min-width: 0;
  width: 100%;
}
.ndb-slots-single__primary .sl-container {
  width: 100% !important;
  max-width: none;
}
.ndb-slots-single__sidebar {
  min-width: 0;
  width: 100%;
}
@media (min-width: 1024px) {
  .ndb-slots-single__grid {
    grid-template-columns: minmax(0, 1fr) minmax(260px, 320px);
    gap: 1.5rem;
  }
  .ndb-slots-single__sidebar {
    position: sticky;
    top: 1rem;
  }
}
/* Compact sidebar card (reference: summary + stats stack) */
.ndb-slots-ref--sidebar {
  margin: 0;
}
.ndb-slots-ref--sidebar .ndb-slots-ref__ratingRow {
  flex-direction: column;
  align-items: flex-start;
}
.ndb-slots-ref--sidebar .ndb-slots-ref__body {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  padding: 0.85rem 1rem;
}
.ndb-slots-ref--sidebar .ndb-slots-ref__thumb {
  width: 100%;
  max-width: 100%;
}
.ndb-slots-ref--sidebar .ndb-slots-ref__thumb img {
  max-height: 150px;
  width: 100%;
  object-fit: cover;
}
.ndb-slots-ref--sidebar .ndb-slots-ref__item {
  display: grid;
  grid-template-columns: 1.25rem 1fr;
  grid-template-rows: auto auto;
  gap: 0.1rem 0.5rem;
  align-items: start;
}
.ndb-slots-ref--sidebar .ndb-slots-ref__ico {
  grid-row: 1 / span 2;
  padding-top: 0.2rem;
}
.ndb-slots-ref--sidebar .ndb-slots-ref__lbl {
  grid-column: 2;
  grid-row: 1;
}
.ndb-slots-ref--sidebar .ndb-slots-ref__val {
  grid-column: 2;
  grid-row: 2;
  text-align: left;
  font-size: 0.85rem;
}

/* single-slotsl.php — CPT template: full content width (news single uses 48rem cap) */
main.ndb-slotsl-single-page {
  background: #fff;
}
/* Outer shell: .ndb-site-container.ndb-slotsl-single-shell (single-slotsl.php) */
.ndb-slotsl-single-shell > .ndb-slotsl-single-body {
  padding-top: 1.5rem;
  padding-bottom: 2.5rem;
  background: #fff;
}
main.ndb-slotsl-single-page .ndb-slotsl-single-shell .entry-content {
  margin-left: 0;
  margin-right: 0;
}
.ndb-slotsl-single-content {
  width: 100%;
  max-width: none !important;
  margin: 0;
}
.ndb-slotsl-single-content .sl-single-game-container {
  margin-top: 0 !important;
  max-width: 100% !important;
}
.ndb-slotsl-single-hero .ndb-slotsl-single-meta .ndb-news-single-meta__name {
  color: var(--accent, #f49e00);
  font-weight: 800;
}
.ndb-slotsl-single-hero .ndb-slotsl-single-meta .ndb-news-single-meta__name:hover {
  color: #fff;
}

/* Slot single: reviews use same horizontal band as game (not narrow centered news column) */
.ndb-news-comments-wrap.ndb-slotsl-single-comments {
  max-width: none;
  width: 100%;
}
main.ndb-slotsl-single-page .ndb-slotsl-single-comments .tf-blog-detail > .ndb-site-container {
  max-width: 100%;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}
main.ndb-slotsl-single-page .ndb-slotsl-single-comments .tf-blog-detail .inner-content {
  margin-right: 0 !important;
  margin-left: 0 !important;
  max-width: none !important;
  width: 100%;
}

.ndb-news-card {
  display: flex;
  flex-direction: column;
  min-height: 0;
  height: 100%;
  background: var(--card-bg, #fff);
  border: 1px solid var(--content-border, #eee);
  border-radius: 12px;
  overflow: hidden;
  box-sizing: border-box;
  transition:
    box-shadow 0.2s ease,
    transform 0.2s ease;
}
.ndb-news-card:hover {
  box-shadow: 0 8px 24px rgba(30, 27, 75, 0.08);
  transform: translateY(-2px);
}
.ndb-news-card__media {
  display: block;
  aspect-ratio: 16 / 9;
  background: var(--content-bg-secondary, #f1f5f9);
  overflow: hidden;
}
.ndb-news-card__media--empty {
  min-height: 8rem;
  background: linear-gradient(135deg, var(--hero-bg-secondary, #22253c) 0%, var(--hero-bg, #1e1b4b) 100%);
}
.ndb-news-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.ndb-news-card__body {
  padding: 1rem 1.1rem 1.15rem;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-height: 0;
  gap: 0.4rem;
}
.ndb-news-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.65rem;
  font-size: 0.75rem;
  color: var(--content-text-secondary, #494949);
}
.ndb-news-card__cat {
  font-weight: 700;
  color: #ef4444;
}
.ndb-news-card__title {
  margin: 0;
  font-size: 1.0625rem;
  font-weight: 800;
  line-height: 1.3;
  font-family: var(--font-heading, "Asap", sans-serif);
}
.ndb-news-card__title a {
  color: var(--content-title, #131313);
  text-decoration: none;
}
.ndb-news-card__title a:hover {
  color: var(--content-anchor, var(--accent, #f49e00));
}
.ndb-news-card__excerpt {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.55;
  color: var(--content-text-secondary, #494949);
  flex: 1 1 auto;
  min-height: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  overflow: hidden;
}
/* Featured hero card: allow a bit more preview text */
.ndb-news-card--featured-main .ndb-news-card__excerpt {
  -webkit-line-clamp: 6;
  line-clamp: 6;
}
.ndb-news-card__footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  margin-top: auto;
  flex-shrink: 0;
  padding-top: 0.65rem;
  border-top: 1px solid var(--content-border, #eee);
  font-size: 0.8125rem;
}
.ndb-news-card__author-label {
  display: block;
  font-size: 0.6875rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--content-text-secondary, #494949);
}
.ndb-news-card__author-name {
  font-weight: 700;
  color: var(--content-title, #131313);
  text-decoration: none;
}
.ndb-news-card__author-name:hover {
  color: var(--accent, #f49e00);
}
.ndb-news-card__read {
  font-weight: 700;
  color: var(--accent, #f49e00);
  text-decoration: none;
  white-space: nowrap;
}
.ndb-news-card__read:hover {
  text-decoration: underline;
}

.ndb-news-pagination {
  margin-top: 2rem;
}
.ndb-news-pagination .page-numbers,
.ndb-news-pagination .nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.ndb-news-pagination a.page-numbers,
.ndb-news-pagination span.page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.5rem;
  padding: 0.45rem 0.65rem;
  border-radius: 8px;
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
  border: 1px solid var(--content-border, #eee);
  color: var(--content-text, #1c1e2b);
  background: var(--card-bg, #fff);
}
.ndb-news-pagination a.page-numbers:hover {
  border-color: var(--accent, #f49e00);
  color: var(--accent, #f49e00);
}
.ndb-news-pagination span.page-numbers.current {
  background: var(--hero-bg, #1e1b4b);
  color: #fff;
  border-color: var(--hero-bg, #1e1b4b);
}
.ndb-news-pagination span.page-numbers.dots {
  border: none;
  background: transparent;
}

.ndb-news-empty {
  margin: 2rem 0;
  text-align: center;
  color: var(--content-text-secondary, #494949);
}

/* Search page */
.ndb-search-no-results {
  padding: 3rem 0;
  text-align: center;
}
.ndb-search-no-results__msg {
  font-size: 1.0625rem;
  color: var(--content-text-secondary, #64748b);
  max-width: 36rem;
  margin: 0 auto;
}

/* Single post */
.ndb-news-single-hero {
  background-color: var(--hero-bg, #1e1b4b);
  color: #fff;
  padding: 1.5rem 0 2rem;
}
.ndb-news-single-hero__kicker {
  margin: 0 0 0.5rem;
  font-size: 0.8125rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.65);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.ndb-news-single-hero__title {
  margin: 0 0 1rem;
  font-family: var(--font-heading, "Asap", sans-serif);
  font-size: clamp(1.5rem, 4vw, 2.1rem);
  font-weight: 800;
  line-height: 1.2;
  color: #fff;
  letter-spacing: -0.02em;
}
.ndb-news-single-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem 1.5rem;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.75);
}
.ndb-news-single-meta__author {
  display: flex;
  align-items: center;
  gap: 0.65rem;
}
.ndb-news-single-meta__avatar {
  width: 48px;
  height: 48px;
  border-radius: 9999px;
  object-fit: cover;
}
.ndb-news-single-meta__label {
  display: block;
  font-size: 0.6875rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  opacity: 0.85;
}
.ndb-news-single-meta__name {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}
.ndb-news-single-meta__name:hover {
  text-decoration: underline;
}
.ndb-news-single-body {
  padding-top: 1.75rem;
}
.ndb-news-single-featured {
  margin: 0 0 1.75rem;
  border-radius: 12px;
  overflow: hidden;
  background: var(--content-bg-secondary, #f1f5f9);
}
.ndb-news-single-featured__img {
  width: 100%;
  height: auto;
  display: block;
  vertical-align: middle;
}
.ndb-news-single-content {
  max-width: 48rem;
  font-size: 1.0625rem;
  line-height: 1.7;
  color: var(--content-text, #1c1e2b);
}
.ndb-news-single-content > *:first-child {
  margin-top: 0;
}
.ndb-news-single-content h2,
.ndb-news-single-content h3,
.ndb-news-single-content h4 {
  font-family: var(--font-heading, "Asap", sans-serif);
  color: var(--content-title, #131313);
  margin-top: 1.75em;
  margin-bottom: 0.65em;
}
.ndb-news-page-links {
  margin: 2rem 0;
  font-size: 0.875rem;
}
.ndb-news-single-terms {
  max-width: 48rem;
  margin-top: 2.5rem;
  padding-top: 1.25rem;
  border-top: 1px solid var(--content-border, #eee);
  font-size: 0.875rem;
}
.ndb-news-single-terms__label {
  font-weight: 700;
  margin-right: 0.5rem;
  color: var(--content-title, #131313);
}
.ndb-news-single-terms__list {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.75rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.ndb-news-comments-wrap {
  margin-top: 2.5rem;
  padding-top: 2rem;
  border-top: 1px solid var(--content-border, #eee);
  max-width: 48rem;
}

.ndb-news-post-nav {
  margin-top: 2rem;
  padding-bottom: 1rem;
}
.ndb-news-post-nav__grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}
@media (min-width: 640px) {
  .ndb-news-post-nav__grid {
    grid-template-columns: 1fr 1fr;
  }
}
.ndb-news-post-nav__card {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  padding: 1rem 1.15rem;
  border-radius: 12px;
  border: 1px solid var(--content-border, #eee);
  background: var(--content-bg-secondary, #f1f5f9);
  text-decoration: none;
  color: inherit;
  transition:
    border-color 0.15s ease,
    background 0.15s ease;
}
.ndb-news-post-nav__card:hover {
  border-color: var(--accent, #f49e00);
  background: var(--card-bg, #fff);
}
.ndb-news-post-nav__card--next {
  text-align: right;
}
@media (min-width: 640px) {
  .ndb-news-post-nav__card--next {
    text-align: right;
  }
}
.ndb-news-post-nav__dir {
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--accent, #f49e00);
}
.ndb-news-post-nav__title {
  font-size: 1rem;
  font-weight: 700;
  color: var(--content-title, #131313);
  line-height: 1.35;
}
.ndb-news-post-nav__placeholder {
  display: none;
}
@media (min-width: 640px) {
  .ndb-news-post-nav__placeholder {
    display: block;
  }
}

/* ─── News hub: article count badge ─────────────────────────────────────────── */
.ndb-news-count-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin: 0.85rem 0 0;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.8);
}
.ndb-news-count-badge span {
  display: inline-block;
  padding: 0.2rem 0.6rem;
  border-radius: 99px;
  background: var(--accent, #f49e00);
  color: #131313;
  font-weight: 800;
  font-size: 0.8rem;
  letter-spacing: 0.03em;
}

/* ─── Accessibility: visually hidden but screen-reader accessible ────────────── */
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* ─── News hub: hero search bar ──────────────────────────────────────────────── */
.ndb-news-hero__search {
  display: flex;
  align-items: center;
  gap: 0;
  margin-top: 1.25rem;
  max-width: 30rem;
  border-radius: 8px;
  overflow: hidden;
  border: 2px solid rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.1);
  transition:
    border-color 0.15s ease,
    background 0.15s ease;
}
.ndb-news-hero__search:focus-within {
  border-color: var(--accent, #f49e00);
  background: rgba(255, 255, 255, 0.15);
}
.ndb-news-hero__search-input {
  flex: 1;
  padding: 0.6rem 0.9rem;
  background: transparent;
  border: none;
  color: #fff;
  font-size: 0.9375rem;
  outline: none;
  min-width: 0;
}
.ndb-news-hero__search-input::placeholder {
  color: rgba(255, 255, 255, 0.55);
}
.ndb-news-hero__search-btn {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.6rem 0.85rem;
  background: transparent;
  border: none;
  color: rgba(255, 255, 255, 0.75);
  cursor: pointer;
  transition: color 0.15s ease;
}
.ndb-news-hero__search-btn:hover {
  color: var(--accent, #f49e00);
}

/* ─── News hub: category tabs nav ───────────────────────────────────────────── */
.ndb-news-tabs {
  background: var(--content-bg-secondary, #f1f5f9);
  border-bottom: 1px solid var(--content-border, #e2e8f0);
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.ndb-news-tabs::-webkit-scrollbar {
  display: none;
}
.ndb-news-tabs__inner {
  display: flex;
  gap: 0;
  align-items: stretch;
  flex-wrap: nowrap;
}
.ndb-news-tabs__item {
  display: block;
  white-space: nowrap;
  padding: 0.7rem 1.1rem;
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--content-text, #1c1e2b);
  text-decoration: none;
  border-bottom: 3px solid transparent;
  transition:
    color 0.15s ease,
    border-color 0.15s ease;
}
.ndb-news-tabs__item:hover,
.ndb-news-tabs__item--active {
  color: var(--accent, #f49e00);
  border-bottom-color: var(--accent, #f49e00);
}

/* ─── News card: read time pill ──────────────────────────────────────────────── */
.ndb-news-card__readtime {
  display: inline-flex;
  align-items: center;
  gap: 0.2rem;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--content-text-secondary, #64748b);
  background: var(--content-bg-secondary, #f1f5f9);
  padding: 0.15rem 0.5rem;
  border-radius: 99px;
  line-height: 1.5;
}

/* ─── Sidebar: most popular widget ──────────────────────────────────────────── */
.ndb-news-popular {
  margin-bottom: 1.5rem;
}
.ndb-news-popular__title {
  margin: 0 0 0.75rem;
}
.ndb-news-popular__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}
.ndb-news-popular__item {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
}
.ndb-news-popular__rank {
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--accent, #f49e00);
  color: #131313;
  font-size: 0.7rem;
  font-weight: 800;
  margin-top: 0.1rem;
}
.ndb-news-popular__meta {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}
.ndb-news-popular__cat {
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #ef4444;
}
.ndb-news-popular__link {
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--content-title, #131313);
  text-decoration: none;
  line-height: 1.4;
}
.ndb-news-popular__link:hover {
  color: var(--content-anchor, var(--accent, #f49e00));
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* ─── Sidebar: newsletter CTA ────────────────────────────────────────────────── */
.ndb-news-newsletter {
  margin-bottom: 1.5rem;
  text-align: center;
}
.ndb-news-newsletter p {
  margin: 0 0 0.85rem;
  font-size: 0.8125rem;
  color: var(--content-text, #1c1e2b);
}
.ndb-news-hub__sidebar .ndb-news-newsletter__cta {
  display: inline-block;
  padding: 0.55rem 1.2rem;
  background: var(--accent, #f49e00);
  color: #131313;
  font-size: 0.875rem;
  font-weight: 800;
  border-radius: 6px;
  text-decoration: none;
  transition: opacity 0.15s ease;
}
.ndb-news-hub__sidebar .ndb-news-newsletter__cta:hover {
  color: #131313;
  opacity: 0.88;
}

/* ─── FAQ section ────────────────────────────────────────────────────────────── */
.ndb-news-faq__list {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.ndb-news-faq__item {
  border: 1px solid var(--content-border, #e2e8f0);
  border-radius: 8px;
  overflow: hidden;
}
.ndb-news-faq__question {
  margin: 0;
}
.ndb-news-faq__toggle {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.9rem 1.1rem;
  background: var(--content-bg-secondary, #f8fafc);
  border: none;
  cursor: pointer;
  font-family: var(--font-heading, "Asap", sans-serif);
  font-size: 0.9375rem;
  font-weight: 700;
  color: var(--content-title, #131313);
  text-align: left;
  transition: background 0.15s ease;
}
.ndb-news-faq__toggle:hover {
  background: #f1f5f9;
}
.ndb-news-faq__toggle[aria-expanded="true"] {
  background: #fff;
  border-bottom: 1px solid var(--content-border, #e2e8f0);
}
.ndb-news-faq__icon {
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  position: relative;
}
.ndb-news-faq__icon::before,
.ndb-news-faq__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: var(--accent, #f49e00);
  border-radius: 2px;
}
.ndb-news-faq__icon::before {
  width: 12px;
  height: 2px;
  transform: translate(-50%, -50%);
}
.ndb-news-faq__icon::after {
  width: 2px;
  height: 12px;
  transform: translate(-50%, -50%);
  transition:
    transform 0.2s ease,
    opacity 0.2s ease;
}
.ndb-news-faq__toggle[aria-expanded="true"] .ndb-news-faq__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
  opacity: 0;
}
.ndb-news-faq__answer {
  margin: 0;
  padding: 0.9rem 1.1rem;
  background: #fff;
  font-size: 0.9375rem;
  color: var(--content-text, #1c1e2b);
  line-height: 1.65;
}
.ndb-news-faq__answer p {
  margin: 0;
}
.ndb-news-faq__answer[hidden] {
  display: none;
}

/* ─── Editorial trust strip ──────────────────────────────────────────────────── */
.ndb-news-trust {
  border-top: 3px solid var(--accent, #f49e00);
  padding-top: 1.5rem;
}
.ndb-news-trust__body {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
@media (min-width: 640px) {
  .ndb-news-trust__body {
    flex-direction: row;
    align-items: baseline;
    gap: 1.5rem;
  }
}
.ndb-news-trust__copy {
  margin: 0;
  flex: 1;
  font-size: 0.9375rem;
  color: var(--content-text, #1c1e2b);
  line-height: 1.6;
}
.ndb-news-trust__link {
  flex-shrink: 0;
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--content-anchor, var(--accent, #f49e00));
  text-decoration: none;
}
.ndb-news-trust__link:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* ═══════════════════════════════════════════════════════════════════════════
   PAYMENT METHODS — single-cpt_payment_methods.php
   ═══════════════════════════════════════════════════════════════════════════ */

main.ndb-pm-page {
  padding-bottom: 3rem;
}

/* ─── Hero ───────────────────────────────────────────────────────────────── */
.ndb-pm-hero {
  background-color: var(--hero-bg, #1e1b4b) !important;
  color: #fff;
  padding: 1.75rem 0 0;
  /* pull hero edge-to-edge within the white main wrapper */
  margin-left: calc(-1 * var(--site-padding, 0px));
  margin-right: calc(-1 * var(--site-padding, 0px));
}
@media (min-width: 640px) {
  .ndb-pm-hero {
    padding: 2rem 0 0;
  }
}
.ndb-pm-hero__top {
  display: flex;
  align-items: flex-start;
  gap: 1.25rem;
  margin-bottom: 1.5rem;
}
.ndb-pm-hero__logo-wrap {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
}
.ndb-pm-hero__logo {
  width: 80px;
  height: 80px;
  object-fit: contain;
}
.ndb-pm-hero__text {
  flex: 1;
  min-width: 0;
}
.ndb-pm-hero__kicker {
  margin: 0 0 0.35rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--accent, #f49e00);
}
.ndb-pm-hero__title {
  margin: 0 0 0.6rem;
  font-family: var(--font-heading, "Asap", sans-serif);
  font-size: clamp(1.5rem, 4vw, 2.1rem);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: #fff;
}
.ndb-pm-hero__lead {
  margin: 0 0 1rem;
  font-size: 0.9375rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.82);
  max-width: 44rem;
}
.ndb-pm-hero__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.45rem 1rem;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 6px;
  font-size: 0.8125rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  transition:
    background 0.2s ease,
    color 0.2s ease;
}
.ndb-pm-hero__cta:hover {
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
}

/* ─── Quick Stats Strip ──────────────────────────────────────────────────── */
.ndb-pm-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  background: rgba(0, 0, 0, 0.25);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  margin-left: -1rem;
  margin-right: -1rem;
}
.ndb-pm-stats__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
  padding: 0.85rem 1rem;
  flex: 1 1 100px;
  min-width: 100px;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  text-align: center;
}
.ndb-pm-stats__item:last-child {
  border-right: none;
}
.ndb-pm-stats__icon {
  color: var(--accent, #f49e00);
  line-height: 1;
}
.ndb-pm-stats__label {
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  white-space: nowrap;
}
.ndb-pm-stats__value {
  font-size: 0.875rem;
  font-weight: 700;
  color: #fff;
}

/* ─── Body layout (main + sidebar) ──────────────────────────────────────── */
.ndb-pm-body {
  display: grid;
  gap: 2rem;
  padding-top: 2rem;
  padding-bottom: 3rem;
  align-items: start;
  background-color: var(--content-bg, #fff);
  color: var(--content-text, #1c1e2b);
}
@media (min-width: 1024px) {
  .ndb-pm-body {
    grid-template-columns: minmax(0, 1fr) 18rem;
    gap: 2.5rem;
    padding-top: 2.5rem;
  }
}

/* ─── Byline ─────────────────────────────────────────────────────────────── */
.ndb-pm-byline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.4rem 0.75rem;
  font-size: 0.8125rem;
  color: #64748b;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #e2e8f0;
}
.ndb-pm-byline__sep {
  color: #cbd5e1;
}
.ndb-pm-byline__author {
  color: var(--content-anchor, var(--accent, #f49e00));
  font-weight: 600;
  text-decoration: none;
}
.ndb-pm-byline__author:hover {
  text-decoration: underline;
}

/* ─── Table of Contents ──────────────────────────────────────────────────── */
.ndb-pm-toc {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-left: 3px solid var(--accent, #f49e00);
  border-radius: 8px;
  padding: 0;
  margin-bottom: 2rem;
  overflow: hidden;
}
.ndb-pm-toc__toggle {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  width: 100%;
  background: none;
  border: none;
  padding: 0.85rem 1rem;
  font-size: 0.875rem;
  font-weight: 700;
  color: #1e293b;
  cursor: pointer;
  text-align: left;
}
.ndb-pm-toc__toggle:hover {
  background: #f1f5f9;
}
.ndb-pm-toc__chevron {
  margin-left: auto;
  transition: transform 0.25s ease;
}
.ndb-pm-toc__toggle[aria-expanded="false"] .ndb-pm-toc__chevron {
  transform: rotate(180deg);
}
.ndb-pm-toc__list {
  list-style: none;
  margin: 0;
  padding: 0 1rem 0.85rem;
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  counter-reset: toc-counter;
}
.ndb-pm-toc__list[hidden] {
  display: none;
}
.ndb-pm-toc__list li {
  counter-increment: toc-counter;
}
.ndb-pm-toc__list a {
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
  padding: 0.3rem 0.5rem;
  border-radius: 4px;
  font-size: 0.875rem;
  color: #334155;
  text-decoration: none;
  transition:
    background 0.15s ease,
    color 0.15s ease;
}
.ndb-pm-toc__list a::before {
  content: counter(toc-counter) ".";
  flex-shrink: 0;
  min-width: 1.5rem;
  font-variant-numeric: tabular-nums;
  font-weight: 700;
  color: var(--accent, #f49e00);
  font-size: 0.8125rem;
}
.ndb-pm-toc__list a:hover {
  background: #e9f0f8;
  color: #1e293b;
}

/* ─── Rich content (editor output) ──────────────────────────────────────── */
.ndb-pm-content {
  font-size: 1rem;
  line-height: 1.75;
  color: #1e293b;
}
.ndb-pm-content h2 {
  margin: 2rem 0 0.75rem;
  font-family: var(--font-heading, "Asap", sans-serif);
  font-size: clamp(1.2rem, 2.5vw, 1.5rem);
  font-weight: 800;
  color: #0f172a;
  border-bottom: 2px solid var(--accent, #f49e00);
  padding-bottom: 0.4rem;
}
.ndb-pm-content h3 {
  margin: 1.5rem 0 0.5rem;
  font-family: var(--font-heading, "Asap", sans-serif);
  font-size: 1.0625rem;
  font-weight: 700;
  color: #1e293b;
}
.ndb-pm-content p {
  margin: 0 0 1rem;
}
.ndb-pm-content ul,
.ndb-pm-content ol {
  margin: 0 0 1rem 1.25rem;
  padding: 0;
}
.ndb-pm-content li {
  margin-bottom: 0.35rem;
}
.ndb-pm-content a {
  color: var(--content-anchor, var(--accent, #f49e00));
  text-underline-offset: 3px;
}
.ndb-pm-content a:hover {
  text-decoration: underline;
}
.ndb-pm-content strong {
  font-weight: 700;
  color: #0f172a;
}
/* Pros/cons two-col table pattern */
.ndb-pm-content table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9375rem;
  margin-bottom: 1.25rem;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  overflow: hidden;
}
.ndb-pm-content th {
  background: #1e1b4b;
  color: #fff;
  padding: 0.6rem 0.9rem;
  font-weight: 700;
  text-align: left;
}
.ndb-pm-content td {
  padding: 0.55rem 0.9rem;
  border-top: 1px solid #e2e8f0;
  vertical-align: top;
}
.ndb-pm-content tr:nth-child(even) td {
  background: #f8fafc;
}
/* Step list styling (ol inside the content) */
.ndb-pm-content ol.ndb-steps {
  list-style: none;
  margin-left: 0;
  counter-reset: step-counter;
}
.ndb-pm-content ol.ndb-steps li {
  counter-increment: step-counter;
  padding: 0.75rem 0.75rem 0.75rem 3rem;
  margin-bottom: 0.5rem;
  background: #f8fafc;
  border-radius: 8px;
  border-left: 3px solid var(--accent, #f49e00);
  position: relative;
}
.ndb-pm-content ol.ndb-steps li::before {
  content: counter(step-counter);
  position: absolute;
  left: 0.75rem;
  top: 0.75rem;
  width: 1.5rem;
  height: 1.5rem;
  background: var(--accent, #f49e00);
  color: #fff;
  font-weight: 800;
  font-size: 0.75rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ─── Supporting Casinos list ────────────────────────────────────────────── */
.ndb-pm-casinos {
  margin-top: 2.5rem;
  padding-top: 2rem;
  border-top: 2px solid var(--accent, #f49e00);
}
.ndb-pm-casinos__head {
  margin-bottom: 1.25rem;
}
.ndb-pm-casinos__title {
  margin: 0 0 0.35rem;
  font-family: var(--font-heading, "Asap", sans-serif);
  font-size: clamp(1.125rem, 2.5vw, 1.4rem);
  font-weight: 800;
  color: #0f172a;
}
.ndb-pm-casinos__sub {
  margin: 0;
  font-size: 0.9375rem;
  color: #64748b;
}
.ndb-pm-casinos__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.ndb-pm-casinos__item {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.9rem 0;
  border-bottom: 1px solid #f1f5f9;
}
.ndb-pm-casinos__item:last-child {
  border-bottom: none;
}
.ndb-pm-casinos__logo-wrap {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ndb-pm-casinos__logo {
  width: 60px;
  height: 60px;
  object-fit: contain;
}
.ndb-pm-casinos__logo-placeholder {
  font-size: 1.5rem;
  line-height: 1;
}
.ndb-pm-casinos__info {
  flex: 1;
  min-width: 0;
}
.ndb-pm-casinos__name {
  display: block;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #0f172a;
  text-decoration: none;
  margin-bottom: 0.25rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ndb-pm-casinos__name:hover {
  color: var(--content-anchor, var(--accent, #f49e00));
  text-decoration: underline;
}
.ndb-pm-casinos__stars {
  display: flex;
  align-items: center;
  gap: 0.15rem;
  font-size: 0.875rem;
  margin-bottom: 0.2rem;
}
.ndb-pm-casinos__star {
  color: #cbd5e1;
}
.ndb-pm-casinos__star--full,
.ndb-pm-casinos__star--half {
  color: var(--accent, #f49e00);
}
.ndb-pm-casinos__rating-num {
  font-size: 0.75rem;
  font-weight: 700;
  color: #64748b;
  margin-left: 0.25rem;
}
.ndb-pm-casinos__bonus {
  margin: 0;
  font-size: 0.8125rem;
  color: #475569;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ndb-pm-casinos__actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.35rem;
  flex-shrink: 0;
}
.ndb-pm-casinos__play-btn {
  display: inline-block;
  padding: 0.5rem 1.1rem;
  background: var(--accent, #f49e00);
  color: #1c1e2b;
  border-radius: 6px;
  font-size: 0.8125rem;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
  transition:
    background 0.2s ease,
    transform 0.15s ease;
}
.ndb-pm-casinos__play-btn:hover {
  background: #e08f00;
  transform: translateY(-1px);
}
.ndb-pm-casinos__review-link {
  font-size: 0.75rem;
  color: #64748b;
  text-decoration: none;
}
.ndb-pm-casinos__review-link:hover {
  color: var(--content-anchor, var(--accent, #f49e00));
  text-decoration: underline;
}

/* ─── Related methods (inline grid, bottom of main) ─────────────────────── */
.ndb-pm-related {
  margin-top: 3rem;
  padding-top: 1.75rem;
  border-top: 1px solid #e2e8f0;
}
.ndb-pm-related__title {
  font-family: var(--font-heading, "Asap", sans-serif);
  font-size: 1.1875rem;
  font-weight: 800;
  color: #0f172a;
  margin: 0 0 1rem;
}
.ndb-pm-related__grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: 0.75rem;
}
.ndb-pm-related__item {
  display: contents;
}
.ndb-pm-related__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  padding: 1rem 0.75rem;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  text-align: center;
  text-decoration: none;
  color: #1e293b;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease;
}
.ndb-pm-related__link:hover {
  border-color: var(--accent, #f49e00);
  box-shadow: 0 2px 8px rgba(244, 158, 0, 0.15);
  background: #fffbf0;
}
.ndb-pm-related__logo {
  width: 40px;
  height: 40px;
  object-fit: contain;
  border-radius: 6px;
}
.ndb-pm-related__logo-placeholder {
  font-size: 1.5rem;
  line-height: 1;
}
.ndb-pm-related__name {
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.3;
}
.ndb-pm-related__badge {
  font-size: 0.6875rem;
  color: #64748b;
}

/* ─── Quick Facts sidebar card ───────────────────────────────────────────── */
.ndb-pm-facts {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.06);
  margin-bottom: 1.25rem;
}
.ndb-pm-facts__heading {
  margin: 0;
  padding: 0.9rem 1rem;
  background: #1e1b4b;
  color: #fff;
  font-family: var(--font-heading, "Asap", sans-serif);
  font-size: 0.9375rem;
  font-weight: 800;
  letter-spacing: -0.01em;
}
.ndb-pm-facts__logo-wrap {
  display: flex;
  justify-content: center;
  padding: 1.25rem 1rem 0.5rem;
}
.ndb-pm-facts__logo {
  width: 64px;
  height: 64px;
  object-fit: contain;
  border-radius: 8px;
}
.ndb-pm-facts__list {
  margin: 0;
  padding: 0 0 0.25rem;
}
.ndb-pm-facts__row {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.6rem 1rem;
  border-top: 1px solid #f1f5f9;
  font-size: 0.875rem;
}
.ndb-pm-facts__row:first-child {
  border-top: none;
}
.ndb-pm-facts__row dt {
  flex: 1;
  color: #64748b;
  font-weight: 500;
}
.ndb-pm-facts__row dd {
  margin: 0;
  font-weight: 700;
  color: #0f172a;
  text-align: right;
  max-width: 55%;
}
.ndb-pm-facts__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  margin: 0.75rem 1rem 1rem;
  padding: 0.5rem 1rem;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #334155;
  text-decoration: none;
  transition:
    border-color 0.2s ease,
    background 0.2s ease;
}
.ndb-pm-facts__cta:hover {
  border-color: var(--accent, #f49e00);
  background: #fffbf0;
}

/* ─── Find Bonuses CTA card ──────────────────────────────────────────────── */
.ndb-pm-cta-card {
  background: linear-gradient(135deg, #1e1b4b 0%, #312e81 100%);
  border-radius: 12px;
  padding: 1.25rem 1rem;
  margin-bottom: 1.25rem;
  text-align: center;
}
.ndb-pm-cta-card__msg {
  margin: 0 0 0.85rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.85);
}
.ndb-pm-cta-card__btn {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.6rem 1.25rem;
  background: var(--accent, #f49e00);
  color: #1c1e2b;
  border-radius: 6px;
  font-size: 0.875rem;
  font-weight: 800;
  text-decoration: none;
  transition:
    background 0.2s ease,
    transform 0.15s ease;
}
.ndb-pm-cta-card__btn:hover {
  background: #e08f00;
  transform: translateY(-1px);
}

/* ─── Sidebar Other Methods list ─────────────────────────────────────────── */
.ndb-pm-sidebar-methods {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.06);
}
.ndb-pm-sidebar-methods__heading {
  margin: 0;
  padding: 0.85rem 1rem;
  font-family: var(--font-heading, "Asap", sans-serif);
  font-size: 0.875rem;
  font-weight: 800;
  color: #0f172a;
  border-bottom: 1px solid #e2e8f0;
  background: #f8fafc;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.ndb-pm-sidebar-methods__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.ndb-pm-sidebar-methods__item {
  border-bottom: 1px solid #f1f5f9;
}
.ndb-pm-sidebar-methods__item:last-child {
  border-bottom: none;
}
.ndb-pm-sidebar-methods__link {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.6rem 1rem;
  font-size: 0.875rem;
  color: #334155;
  text-decoration: none;
  transition: background 0.15s ease;
}
.ndb-pm-sidebar-methods__link:hover {
  background: #f8fafc;
  color: #0f172a;
}
.ndb-pm-sidebar-methods__logo {
  width: 28px;
  height: 28px;
  object-fit: contain;
  border-radius: 4px;
  flex-shrink: 0;
}
.ndb-pm-sidebar-methods__logo-placeholder {
  font-size: 1.1rem;
  line-height: 1;
  flex-shrink: 0;
}
.ndb-pm-sidebar-methods__all {
  display: block;
  padding: 0.7rem 1rem;
  background: #f8fafc;
  border-top: 1px solid #e2e8f0;
  font-size: 0.8125rem;
  font-weight: 700;
  color: var(--content-anchor, var(--accent, #f49e00));
  text-decoration: none;
  text-align: center;
}
.ndb-pm-sidebar-methods__all:hover {
  text-decoration: underline;
}

/* ─── Sticky sidebar on desktop ──────────────────────────────────────────── */
@media (min-width: 1024px) {
  .ndb-pm-body__sidebar {
    position: sticky;
    top: 1.5rem;
  }
}

/* ─── ToC: JS behaviour (hide on small screens by default) ───────────────── */
@media (max-width: 639px) {
  .ndb-pm-toc__list {
    display: none;
  }
  .ndb-pm-toc__toggle[aria-expanded="false"] .ndb-pm-toc__chevron {
    transform: rotate(180deg);
  }
  .ndb-pm-toc__toggle[aria-expanded="true"] .ndb-pm-toc__chevron {
    transform: rotate(0deg);
  }
}

/* ==========================================================
 * Icon utility classes (Iconify/CSS icons).
 * These are static and must NOT be placed in dist/main.css
 * as Tailwind rebuilds will wipe them.
 * ========================================================== */
/* 77 icon utility classes extracted from dist/main.css */
.icon-\[ic--baseline-telegram\] {
  width: 1em;
  height: 1em;
  -webkit-mask-image: var(--svg);
  -webkit-mask-image: var(--svg);
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10s10-4.48 10-10S17.52 2 12 2m4.64 6.8c-.15 1.58-.8 5.42-1.13 7.19c-.14.75-.42 1-.68 1.03c-.58.05-1.02-.38-1.58-.75c-.88-.58-1.38-.94-2.23-1.5c-.99-.65-.35-1.01.22-1.59c.15-.15 2.71-2.48 2.76-2.69a.2.2 0 0 0-.05-.18c-.06-.05-.14-.03-.21-.02c-.09.02-1.49.95-4.22 2.79c-.4.27-.76.41-1.08.4c-.36-.01-1.04-.2-1.55-.37c-.63-.2-1.12-.31-1.08-.66c.02-.18.27-.36.74-.55c2.92-1.27 4.86-2.11 5.83-2.51c2.78-1.16 3.35-1.36 3.73-1.36c.08 0 .27.02.39.12c.1.08.13.19.14.27c-.01.06.01.24 0 .38'/%3E%3C/svg%3E");
  background-color: currentColor;
  display: inline-block;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.icon-\[ic--outline-tiktok\] {
  width: 1em;
  height: 1em;
  -webkit-mask-image: var(--svg);
  -webkit-mask-image: var(--svg);
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M16.6 5.82s.51.5 0 0A4.278 4.278 0 0 1 15.54 3h-3.09v12.4a2.592 2.592 0 0 1-2.59 2.5c-1.42 0-2.6-1.16-2.6-2.6c0-1.72 1.66-3.01 3.37-2.48V9.66c-3.45-.46-6.47 2.22-6.47 5.64c0 3.33 2.76 5.7 5.69 5.7c3.14 0 5.69-2.55 5.69-5.7V9.01a7.35 7.35 0 0 0 4.3 1.38V7.3s-1.88.09-3.24-1.48'/%3E%3C/svg%3E");
  background-color: currentColor;
  display: inline-block;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.icon-\[material-symbols--account-balance-wallet-outline\] {
  width: 1em;
  height: 1em;
  -webkit-mask-image: var(--svg);
  -webkit-mask-image: var(--svg);
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M5 19V5zm0 2q-.825 0-1.412-.587T3 19V5q0-.825.588-1.412T5 3h14q.825 0 1.413.588T21 5v2.5h-2V5H5v14h14v-2.5h2V19q0 .825-.587 1.413T19 21zm8-4q-.825 0-1.412-.587T11 15V9q0-.825.588-1.412T13 7h7q.825 0 1.413.588T22 9v6q0 .825-.587 1.413T20 17zm7-2V9h-7v6zm-4-1.5q.625 0 1.063-.437T17.5 12t-.437-1.062T16 10.5t-1.062.438T14.5 12t.438 1.063T16 13.5'/%3E%3C/svg%3E");
  background-color: currentColor;
  display: inline-block;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.icon-\[material-symbols--add\] {
  width: 1em;
  height: 1em;
  -webkit-mask-image: var(--svg);
  -webkit-mask-image: var(--svg);
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M11 13H5v-2h6V5h2v6h6v2h-6v6h-2z'/%3E%3C/svg%3E");
  background-color: currentColor;
  display: inline-block;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.icon-\[material-symbols--alternate-email\] {
  width: 1em;
  height: 1em;
  -webkit-mask-image: var(--svg);
  -webkit-mask-image: var(--svg);
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M12 22q-2.075 0-3.9-.788t-3.175-2.137T2.788 15.9T2 12t.788-3.9t2.137-3.175T8.1 2.788T12 2t3.9.788t3.175 2.137T21.213 8.1T22 12v1.45q0 1.475-1.012 2.513T18.5 17q-.875 0-1.65-.375t-1.3-1.075q-.725.725-1.638 1.088T12 17q-2.075 0-3.537-1.463T7 12t1.463-3.537T12 7t3.538 1.463T17 12v1.45q0 .65.425 1.1T18.5 15t1.075-.45t.425-1.1V12q0-3.35-2.325-5.675T12 4T6.325 6.325T4 12t2.325 5.675T12 20h5v2zm0-7q1.25 0 2.125-.875T15 12t-.875-2.125T12 9t-2.125.875T9 12t.875 2.125T12 15'/%3E%3C/svg%3E");
  background-color: currentColor;
  display: inline-block;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.icon-\[material-symbols--arrow-downward\] {
  width: 1em;
  height: 1em;
  -webkit-mask-image: var(--svg);
  -webkit-mask-image: var(--svg);
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M11 4v12.175l-5.6-5.6L4 12l8 8l8-8l-1.4-1.425l-5.6 5.6V4z'/%3E%3C/svg%3E");
  background-color: currentColor;
  display: inline-block;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.icon-\[material-symbols--arrow-forward-ios\] {
  width: 1em;
  height: 1em;
  -webkit-mask-image: var(--svg);
  -webkit-mask-image: var(--svg);
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M8.025 22L6.25 20.225L14.475 12L6.25 3.775L8.025 2l10 10z'/%3E%3C/svg%3E");
  background-color: currentColor;
  display: inline-block;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.icon-\[material-symbols--arrow-outward\] {
  width: 1em;
  height: 1em;
  -webkit-mask-image: var(--svg);
  -webkit-mask-image: var(--svg);
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M6.4 18L5 16.6L14.6 7H6V5h12v12h-2V8.4z'/%3E%3C/svg%3E");
  background-color: currentColor;
  display: inline-block;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.icon-\[material-symbols--arrow-right-alt-rounded\] {
  width: 1em;
  height: 1em;
  -webkit-mask-image: var(--svg);
  -webkit-mask-image: var(--svg);
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M16.15 13H5q-.425 0-.712-.288T4 12t.288-.712T5 11h11.15L13.3 8.15q-.3-.3-.288-.7t.288-.7q.3-.3.713-.312t.712.287L19.3 11.3q.15.15.213.325t.062.375t-.062.375t-.213.325l-4.575 4.575q-.3.3-.712.288t-.713-.313q-.275-.3-.288-.7t.288-.7z'/%3E%3C/svg%3E");
  background-color: currentColor;
  display: inline-block;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.icon-\[material-symbols--arrow-right-rounded\] {
  width: 1em;
  height: 1em;
  -webkit-mask-image: var(--svg);
  -webkit-mask-image: var(--svg);
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M10.5 16.3q-.2 0-.35-.137T10 15.8V8.2q0-.225.15-.362t.35-.138q.05 0 .35.15l3.625 3.625q.125.125.175.25t.05.275t-.05.275t-.175.25L10.85 16.15q-.075.075-.162.113t-.188.037'/%3E%3C/svg%3E");
  background-color: currentColor;
  display: inline-block;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.icon-\[material-symbols--arrow-upward\] {
  width: 1em;
  height: 1em;
  -webkit-mask-image: var(--svg);
  -webkit-mask-image: var(--svg);
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M11 20V7.825l-5.6 5.6L4 12l8-8l8 8l-1.4 1.425l-5.6-5.6V20z'/%3E%3C/svg%3E");
  background-color: currentColor;
  display: inline-block;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.icon-\[material-symbols--badge-outline\] {
  width: 1em;
  height: 1em;
  -webkit-mask-image: var(--svg);
  -webkit-mask-image: var(--svg);
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M4 22q-.825 0-1.412-.587T2 20V9q0-.825.588-1.412T4 7h5V4q0-.825.588-1.412T11 2h2q.825 0 1.413.588T15 4v3h5q.825 0 1.413.588T22 9v11q0 .825-.587 1.413T20 22zm0-2h16V9h-5q0 .825-.587 1.413T13 11h-2q-.825 0-1.412-.587T9 9H4zm2-2h6v-.45q0-.425-.238-.788T11.1 16.2q-.5-.225-1.012-.337T9 15.75t-1.088.113T6.9 16.2q-.425.2-.663.563T6 17.55zm8-1.5h4V15h-4zM9 15q.625 0 1.063-.437T10.5 13.5t-.437-1.062T9 12t-1.062.438T7.5 13.5t.438 1.063T9 15m5-1.5h4V12h-4zM11 9h2V4h-2zm1 5.5'/%3E%3C/svg%3E");
  background-color: currentColor;
  display: inline-block;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.icon-\[material-symbols--block\] {
  width: 1em;
  height: 1em;
  -webkit-mask-image: var(--svg);
  -webkit-mask-image: var(--svg);
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M12 22q-2.075 0-3.9-.788t-3.175-2.137T2.788 15.9T2 12t.788-3.9t2.137-3.175T8.1 2.788T12 2t3.9.788t3.175 2.137T21.213 8.1T22 12t-.788 3.9t-2.137 3.175t-3.175 2.138T12 22m0-2q1.35 0 2.6-.437t2.3-1.263L5.7 7.1q-.825 1.05-1.263 2.3T4 12q0 3.35 2.325 5.675T12 20m6.3-3.1q.825-1.05 1.263-2.3T20 12q0-3.35-2.325-5.675T12 4q-1.35 0-2.6.437T7.1 5.7z'/%3E%3C/svg%3E");
  background-color: currentColor;
  display: inline-block;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.icon-\[material-symbols--business-center-outline\] {
  width: 1em;
  height: 1em;
  -webkit-mask-image: var(--svg);
  -webkit-mask-image: var(--svg);
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M4 21q-.825 0-1.412-.587T2 19V8q0-.825.588-1.412T4 6h4V4q0-.825.588-1.412T10 2h4q.825 0 1.413.588T16 4v2h4q.825 0 1.413.588T22 8v11q0 .825-.587 1.413T20 21zm6-15h4V4h-4zm10 9h-5v2H9v-2H4v4h16zm-9 0h2v-2h-2zm-7-2h5v-2h6v2h5V8H4zm8 1'/%3E%3C/svg%3E");
  background-color: currentColor;
  display: inline-block;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.icon-\[material-symbols--calendar-month-outline\] {
  width: 1em;
  height: 1em;
  -webkit-mask-image: var(--svg);
  -webkit-mask-image: var(--svg);
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M5 22q-.825 0-1.412-.587T3 20V6q0-.825.588-1.412T5 4h1V2h2v2h8V2h2v2h1q.825 0 1.413.588T21 6v14q0 .825-.587 1.413T19 22zm0-2h14V10H5zM5 8h14V6H5zm0 0V6zm7 6q-.425 0-.712-.288T11 13t.288-.712T12 12t.713.288T13 13t-.288.713T12 14m-4 0q-.425 0-.712-.288T7 13t.288-.712T8 12t.713.288T9 13t-.288.713T8 14m8 0q-.425 0-.712-.288T15 13t.288-.712T16 12t.713.288T17 13t-.288.713T16 14m-4 4q-.425 0-.712-.288T11 17t.288-.712T12 16t.713.288T13 17t-.288.713T12 18m-4 0q-.425 0-.712-.288T7 17t.288-.712T8 16t.713.288T9 17t-.288.713T8 18m8 0q-.425 0-.712-.288T15 17t.288-.712T16 16t.713.288T17 17t-.288.713T16 18'/%3E%3C/svg%3E");
  background-color: currentColor;
  display: inline-block;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.icon-\[material-symbols--calendar-month-rounded\] {
  width: 1em;
  height: 1em;
  -webkit-mask-image: var(--svg);
  -webkit-mask-image: var(--svg);
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M5 22q-.825 0-1.412-.587T3 20V6q0-.825.588-1.412T5 4h1V3q0-.425.288-.712T7 2t.713.288T8 3v1h8V3q0-.425.288-.712T17 2t.713.288T18 3v1h1q.825 0 1.413.588T21 6v14q0 .825-.587 1.413T19 22zm0-2h14V10H5zm7-6q-.425 0-.712-.288T11 13t.288-.712T12 12t.713.288T13 13t-.288.713T12 14m-4 0q-.425 0-.712-.288T7 13t.288-.712T8 12t.713.288T9 13t-.288.713T8 14m8 0q-.425 0-.712-.288T15 13t.288-.712T16 12t.713.288T17 13t-.288.713T16 14m-4 4q-.425 0-.712-.288T11 17t.288-.712T12 16t.713.288T13 17t-.288.713T12 18m-4 0q-.425 0-.712-.288T7 17t.288-.712T8 16t.713.288T9 17t-.288.713T8 18m8 0q-.425 0-.712-.288T15 17t.288-.712T16 16t.713.288T17 17t-.288.713T16 18'/%3E%3C/svg%3E");
  background-color: currentColor;
  display: inline-block;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.icon-\[material-symbols--calendar-month\] {
  width: 1em;
  height: 1em;
  -webkit-mask-image: var(--svg);
  -webkit-mask-image: var(--svg);
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M12 14q-.425 0-.712-.288T11 13t.288-.712T12 12t.713.288T13 13t-.288.713T12 14m-4 0q-.425 0-.712-.288T7 13t.288-.712T8 12t.713.288T9 13t-.288.713T8 14m8 0q-.425 0-.712-.288T15 13t.288-.712T16 12t.713.288T17 13t-.288.713T16 14m-4 4q-.425 0-.712-.288T11 17t.288-.712T12 16t.713.288T13 17t-.288.713T12 18m-4 0q-.425 0-.712-.288T7 17t.288-.712T8 16t.713.288T9 17t-.288.713T8 18m8 0q-.425 0-.712-.288T15 17t.288-.712T16 16t.713.288T17 17t-.288.713T16 18M5 22q-.825 0-1.412-.587T3 20V6q0-.825.588-1.412T5 4h1V2h2v2h8V2h2v2h1q.825 0 1.413.588T21 6v14q0 .825-.587 1.413T19 22zm0-2h14V10H5z'/%3E%3C/svg%3E");
  background-color: currentColor;
  display: inline-block;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.icon-\[material-symbols--calendar-today\] {
  width: 1em;
  height: 1em;
  -webkit-mask-image: var(--svg);
  -webkit-mask-image: var(--svg);
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M5 22q-.825 0-1.412-.587T3 20V6q0-.825.588-1.412T5 4h1V2h2v2h8V2h2v2h1q.825 0 1.413.588T21 6v14q0 .825-.587 1.413T19 22zm0-2h14V10H5z'/%3E%3C/svg%3E");
  background-color: currentColor;
  display: inline-block;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.icon-\[material-symbols--cancel-outline\] {
  width: 1em;
  height: 1em;
  -webkit-mask-image: var(--svg);
  -webkit-mask-image: var(--svg);
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='m8.4 17l3.6-3.6l3.6 3.6l1.4-1.4l-3.6-3.6L17 8.4L15.6 7L12 10.6L8.4 7L7 8.4l3.6 3.6L7 15.6zm3.6 5q-2.075 0-3.9-.788t-3.175-2.137T2.788 15.9T2 12t.788-3.9t2.137-3.175T8.1 2.788T12 2t3.9.788t3.175 2.137T21.213 8.1T22 12t-.788 3.9t-2.137 3.175t-3.175 2.138T12 22m0-2q3.35 0 5.675-2.325T20 12t-2.325-5.675T12 4T6.325 6.325T4 12t2.325 5.675T12 20m0-8'/%3E%3C/svg%3E");
  background-color: currentColor;
  display: inline-block;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.icon-\[material-symbols--cancel\] {
  width: 1em;
  height: 1em;
  -webkit-mask-image: var(--svg);
  -webkit-mask-image: var(--svg);
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='m8.4 17l3.6-3.6l3.6 3.6l1.4-1.4l-3.6-3.6L17 8.4L15.6 7L12 10.6L8.4 7L7 8.4l3.6 3.6L7 15.6zm3.6 5q-2.075 0-3.9-.788t-3.175-2.137T2.788 15.9T2 12t.788-3.9t2.137-3.175T8.1 2.788T12 2t3.9.788t3.175 2.137T21.213 8.1T22 12t-.788 3.9t-2.137 3.175t-3.175 2.138T12 22'/%3E%3C/svg%3E");
  background-color: currentColor;
  display: inline-block;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.icon-\[material-symbols--casino-outline\] {
  width: 1em;
  height: 1em;
  -webkit-mask-image: var(--svg);
  -webkit-mask-image: var(--svg);
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M7.5 18q.625 0 1.063-.437T9 16.5t-.437-1.062T7.5 15t-1.062.438T6 16.5t.438 1.063T7.5 18m0-9q.625 0 1.063-.437T9 7.5t-.437-1.062T7.5 6t-1.062.438T6 7.5t.438 1.063T7.5 9m4.5 4.5q.625 0 1.063-.437T13.5 12t-.437-1.062T12 10.5t-1.062.438T10.5 12t.438 1.063T12 13.5m4.5 4.5q.625 0 1.063-.437T18 16.5t-.437-1.062T16.5 15t-1.062.438T15 16.5t.438 1.063T16.5 18m0-9q.625 0 1.063-.437T18 7.5t-.437-1.062T16.5 6t-1.062.438T15 7.5t.438 1.063T16.5 9M5 21q-.825 0-1.412-.587T3 19V5q0-.825.588-1.412T5 3h14q.825 0 1.413.588T21 5v14q0 .825-.587 1.413T19 21zm0-2h14V5H5zM5 5v14z'/%3E%3C/svg%3E");
  background-color: currentColor;
  display: inline-block;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.icon-\[material-symbols--casino\] {
  width: 1em;
  height: 1em;
  -webkit-mask-image: var(--svg);
  -webkit-mask-image: var(--svg);
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M7.5 18q.625 0 1.063-.437T9 16.5t-.437-1.062T7.5 15t-1.062.438T6 16.5t.438 1.063T7.5 18m0-9q.625 0 1.063-.437T9 7.5t-.437-1.062T7.5 6t-1.062.438T6 7.5t.438 1.063T7.5 9m4.5 4.5q.625 0 1.063-.437T13.5 12t-.437-1.062T12 10.5t-1.062.438T10.5 12t.438 1.063T12 13.5m4.5 4.5q.625 0 1.063-.437T18 16.5t-.437-1.062T16.5 15t-1.062.438T15 16.5t.438 1.063T16.5 18m0-9q.625 0 1.063-.437T18 7.5t-.437-1.062T16.5 6t-1.062.438T15 7.5t.438 1.063T16.5 9M5 21q-.825 0-1.412-.587T3 19V5q0-.825.588-1.412T5 3h14q.825 0 1.413.588T21 5v14q0 .825-.587 1.413T19 21z'/%3E%3C/svg%3E");
  background-color: currentColor;
  display: inline-block;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.icon-\[material-symbols--chat-outline\] {
  width: 1em;
  height: 1em;
  -webkit-mask-image: var(--svg);
  -webkit-mask-image: var(--svg);
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M6 14h8v-2H6zm0-3h12V9H6zm0-3h12V6H6zM2 22V4q0-.825.588-1.412T4 2h16q.825 0 1.413.588T22 4v12q0 .825-.587 1.413T20 18H6zm3.15-6H20V4H4v13.125zM4 16V4z'/%3E%3C/svg%3E");
  background-color: currentColor;
  display: inline-block;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.icon-\[material-symbols--check-circle-outline-rounded\] {
  width: 1em;
  height: 1em;
  -webkit-mask-image: var(--svg);
  -webkit-mask-image: var(--svg);
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='m10.6 13.8l-2.15-2.15q-.275-.275-.7-.275t-.7.275t-.275.7t.275.7L9.9 15.9q.3.3.7.3t.7-.3l5.65-5.65q.275-.275.275-.7t-.275-.7t-.7-.275t-.7.275zM12 22q-2.075 0-3.9-.788t-3.175-2.137T2.788 15.9T2 12t.788-3.9t2.137-3.175T8.1 2.788T12 2t3.9.788t3.175 2.137T21.213 8.1T22 12t-.788 3.9t-2.137 3.175t-3.175 2.138T12 22m0-2q3.35 0 5.675-2.325T20 12t-2.325-5.675T12 4T6.325 6.325T4 12t2.325 5.675T12 20m0-8'/%3E%3C/svg%3E");
  background-color: currentColor;
  display: inline-block;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.icon-\[material-symbols--check-circle-outline\] {
  width: 1em;
  height: 1em;
  -webkit-mask-image: var(--svg);
  -webkit-mask-image: var(--svg);
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='m10.6 16.6l7.05-7.05l-1.4-1.4l-5.65 5.65l-2.85-2.85l-1.4 1.4zM12 22q-2.075 0-3.9-.788t-3.175-2.137T2.788 15.9T2 12t.788-3.9t2.137-3.175T8.1 2.788T12 2t3.9.788t3.175 2.137T21.213 8.1T22 12t-.788 3.9t-2.137 3.175t-3.175 2.138T12 22m0-2q3.35 0 5.675-2.325T20 12t-2.325-5.675T12 4T6.325 6.325T4 12t2.325 5.675T12 20m0-8'/%3E%3C/svg%3E");
  background-color: currentColor;
  display: inline-block;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.icon-\[material-symbols--check-circle\] {
  width: 1em;
  height: 1em;
  -webkit-mask-image: var(--svg);
  -webkit-mask-image: var(--svg);
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='m10.6 16.6l7.05-7.05l-1.4-1.4l-5.65 5.65l-2.85-2.85l-1.4 1.4zM12 22q-2.075 0-3.9-.788t-3.175-2.137T2.788 15.9T2 12t.788-3.9t2.137-3.175T8.1 2.788T12 2t3.9.788t3.175 2.137T21.213 8.1T22 12t-.788 3.9t-2.137 3.175t-3.175 2.138T12 22'/%3E%3C/svg%3E");
  background-color: currentColor;
  display: inline-block;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.icon-\[material-symbols--check\] {
  width: 1em;
  height: 1em;
  -webkit-mask-image: var(--svg);
  -webkit-mask-image: var(--svg);
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='m9.55 18l-5.7-5.7l1.425-1.425L9.55 15.15l9.175-9.175L20.15 7.4z'/%3E%3C/svg%3E");
  background-color: currentColor;
  display: inline-block;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.icon-\[material-symbols--close\] {
  width: 1em;
  height: 1em;
  -webkit-mask-image: var(--svg);
  -webkit-mask-image: var(--svg);
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M6.4 19L5 17.6l5.6-5.6L5 6.4L6.4 5l5.6 5.6L17.6 5L19 6.4L13.4 12l5.6 5.6l-1.4 1.4l-5.6-5.6z'/%3E%3C/svg%3E");
  background-color: currentColor;
  display: inline-block;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.icon-\[material-symbols--content-copy-outline\] {
  width: 1em;
  height: 1em;
  -webkit-mask-image: var(--svg);
  -webkit-mask-image: var(--svg);
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M9 18q-.825 0-1.412-.587T7 16V4q0-.825.588-1.412T9 2h9q.825 0 1.413.588T20 4v12q0 .825-.587 1.413T18 18zm0-2h9V4H9zm-4 6q-.825 0-1.412-.587T3 20V6h2v14h11v2zm4-6V4z'/%3E%3C/svg%3E");
  background-color: currentColor;
  display: inline-block;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.icon-\[material-symbols--credit-card-outline\] {
  width: 1em;
  height: 1em;
  -webkit-mask-image: var(--svg);
  -webkit-mask-image: var(--svg);
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M22 6v12q0 .825-.587 1.413T20 20H4q-.825 0-1.412-.587T2 18V6q0-.825.588-1.412T4 4h16q.825 0 1.413.588T22 6M4 8h16V6H4zm0 4v6h16v-6zm0 6V6z'/%3E%3C/svg%3E");
  background-color: currentColor;
  display: inline-block;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.icon-\[material-symbols--credit-card\] {
  width: 1em;
  height: 1em;
  -webkit-mask-image: var(--svg);
  -webkit-mask-image: var(--svg);
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M4 20q-.825 0-1.412-.587T2 18V6q0-.825.588-1.412T4 4h16q.825 0 1.413.588T22 6v12q0 .825-.587 1.413T20 20zm0-8h16V8H4z'/%3E%3C/svg%3E");
  background-color: currentColor;
  display: inline-block;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.icon-\[material-symbols--currency-bitcoin\] {
  width: 1em;
  height: 1em;
  -webkit-mask-image: var(--svg);
  -webkit-mask-image: var(--svg);
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M9 21v-2H6v-2h2V7H6V5h3V3h2v2h2V3h2v2.125q1.3.35 2.15 1.413T18 9q0 .725-.25 1.388t-.7 1.187q.875.525 1.413 1.425T19 15q0 1.65-1.175 2.825T15 19v2h-2v-2h-2v2zm1-10h4q.825 0 1.413-.587T16 9t-.587-1.412T14 7h-4zm0 6h5q.825 0 1.413-.587T17 15t-.587-1.412T15 13h-5z'/%3E%3C/svg%3E");
  background-color: currentColor;
  display: inline-block;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.icon-\[material-symbols--currency-exchange\] {
  width: 1em;
  height: 1em;
  -webkit-mask-image: var(--svg);
  -webkit-mask-image: var(--svg);
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M12 23q-2.8 0-5.15-1.275T3 18.325V21H1v-6h6v2H4.525q1.2 1.8 3.163 2.9T12 21q1.875 0 3.513-.712t2.85-1.925t1.925-2.85T21 12h2q0 2.275-.862 4.275t-2.363 3.5t-3.5 2.363T12 23m-.9-4v-1.3q-1.175-.275-1.912-1.012T8.1 14.75l1.65-.65q.3 1.025.938 1.538t1.462.512t1.413-.387t.587-1.213q0-.725-.612-1.175T11.35 12.35q-1.475-.525-2.162-1.25T8.5 9.2q0-1.025.713-1.862T11.15 6.25V5h1.75v1.25q.9.075 1.638.725T15.55 8.5l-1.6.65q-.2-.575-.65-.962T12.05 7.8q-.875 0-1.338.375T10.25 9.2t.575 1.025t2.075.875q1.8.65 2.4 1.525t.6 1.925q0 .725-.25 1.275t-.663.938t-.962.625t-1.175.362V19zM1 12q0-2.275.863-4.275t2.362-3.5t3.5-2.362T12 1q2.8 0 5.15 1.275t3.85 3.4V3h2v6h-6V7h2.475q-1.2-1.8-3.162-2.9T12 3q-1.875 0-3.512.713t-2.85 1.924t-1.925 2.85T3 12z'/%3E%3C/svg%3E");
  background-color: currentColor;
  display: inline-block;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.icon-\[material-symbols--date-range\] {
  width: 1em;
  height: 1em;
  -webkit-mask-image: var(--svg);
  -webkit-mask-image: var(--svg);
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M8 14q-.425 0-.712-.288T7 13t.288-.712T8 12t.713.288T9 13t-.288.713T8 14m4 0q-.425 0-.712-.288T11 13t.288-.712T12 12t.713.288T13 13t-.288.713T12 14m4 0q-.425 0-.712-.288T15 13t.288-.712T16 12t.713.288T17 13t-.288.713T16 14M5 22q-.825 0-1.412-.587T3 20V6q0-.825.588-1.412T5 4h1V2h2v2h8V2h2v2h1q.825 0 1.413.588T21 6v14q0 .825-.587 1.413T19 22zm0-2h14V10H5z'/%3E%3C/svg%3E");
  background-color: currentColor;
  display: inline-block;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.icon-\[material-symbols--fiber-new-rounded\] {
  width: 1em;
  height: 1em;
  -webkit-mask-image: var(--svg);
  -webkit-mask-image: var(--svg);
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M3 20q-.825 0-1.412-.587T1 18V6q0-.825.588-1.412T3 4h18q.825 0 1.413.588T23 6v12q0 .825-.587 1.413T21 20zm1.75-8.5l2.375 3.25q.075.125.2.188T7.6 15h.3q.25 0 .425-.175T8.5 14.4V9.625q0-.275-.175-.45T7.875 9t-.45.175t-.175.45V12.5L4.925 9.25q-.1-.125-.225-.187T4.425 9h-.3q-.275 0-.45.175t-.175.45v4.75q0 .275.175.45t.45.175t.45-.175t.175-.45zM10 15h2.875q.275 0 .45-.175t.175-.45t-.175-.45t-.45-.175H11v-1.1h1.875q.275 0 .45-.175t.175-.45t-.175-.45t-.45-.175H11v-1.15h1.875q.275 0 .45-.175t.175-.45t-.175-.45t-.45-.175H10q-.2 0-.35.15t-.15.35v5q0 .2.15.35T10 15m5.5 0h4q.425 0 .713-.288T20.5 14V9.625q0-.275-.175-.45T19.875 9t-.45.175t-.175.45V13.5h-1.1v-2.875q0-.275-.175-.45t-.45-.175t-.45.175t-.175.45V13.5h-1.15V9.625q0-.275-.175-.45T15.125 9t-.45.175t-.175.45V14q0 .425.288.713T15.5 15'/%3E%3C/svg%3E");
  background-color: currentColor;
  display: inline-block;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.icon-\[material-symbols--filter-list\] {
  width: 1em;
  height: 1em;
  -webkit-mask-image: var(--svg);
  -webkit-mask-image: var(--svg);
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M10 18v-2h4v2zm-4-5v-2h12v2zM3 8V6h18v2z'/%3E%3C/svg%3E");
  background-color: currentColor;
  display: inline-block;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.icon-\[material-symbols--format-quote\] {
  width: 1em;
  height: 1em;
  -webkit-mask-image: var(--svg);
  -webkit-mask-image: var(--svg);
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M5.7 18L8 14q-1.65 0-2.825-1.175T4 10t1.175-2.825T8 6t2.825 1.175T12 10q0 .575-.137 1.063T11.45 12L8 18zm9 0l2.3-4q-1.65 0-2.825-1.175T13 10t1.175-2.825T17 6t2.825 1.175T21 10q0 .575-.137 1.063T20.45 12L17 18z'/%3E%3C/svg%3E");
  background-color: currentColor;
  display: inline-block;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.icon-\[material-symbols--fullscreen\] {
  width: 1em;
  height: 1em;
  -webkit-mask-image: var(--svg);
  -webkit-mask-image: var(--svg);
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M3 21v-5h2v3h3v2zm13 0v-2h3v-3h2v5zM3 8V3h5v2H5v3zm16 0V5h-3V3h5v5z'/%3E%3C/svg%3E");
  background-color: currentColor;
  display: inline-block;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.icon-\[material-symbols--globe\] {
  width: 1em;
  height: 1em;
  -webkit-mask-image: var(--svg);
  -webkit-mask-image: var(--svg);
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M12 22q-2.075 0-3.9-.788t-3.175-2.137T2.788 15.9T2 12t.788-3.9t2.137-3.175T8.1 2.788T12 2t3.9.788t3.175 2.137T21.213 8.1T22 12t-.788 3.9t-2.137 3.175t-3.175 2.138T12 22m0-2q3.35 0 5.675-2.325T20 12q0-.175-.012-.363t-.013-.312q-.125.725-.675 1.2T18 13h-2q-.825 0-1.412-.587T14 11v-1h-4V8q0-.825.588-1.412T12 6h1q0-.575.313-1.012t.762-.713q-.5-.125-1.012-.2T12 4Q8.65 4 6.325 6.325T4 12h5q1.65 0 2.825 1.175T13 16v1h-3v2.75q.5.125.988.188T12 20'/%3E%3C/svg%3E");
  background-color: currentColor;
  display: inline-block;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.icon-\[material-symbols--info-outline-rounded\] {
  width: 1em;
  height: 1em;
  -webkit-mask-image: var(--svg);
  -webkit-mask-image: var(--svg);
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M12 17q.425 0 .713-.288T13 16v-4q0-.425-.288-.712T12 11t-.712.288T11 12v4q0 .425.288.713T12 17m0-8q.425 0 .713-.288T13 8t-.288-.712T12 7t-.712.288T11 8t.288.713T12 9m0 13q-2.075 0-3.9-.788t-3.175-2.137T2.788 15.9T2 12t.788-3.9t2.137-3.175T8.1 2.788T12 2t3.9.788t3.175 2.137T21.213 8.1T22 12t-.788 3.9t-2.137 3.175t-3.175 2.138T12 22m0-2q3.35 0 5.675-2.325T20 12t-2.325-5.675T12 4T6.325 6.325T4 12t2.325 5.675T12 20m0-8'/%3E%3C/svg%3E");
  background-color: currentColor;
  display: inline-block;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.icon-\[material-symbols--info-outline\] {
  width: 1em;
  height: 1em;
  -webkit-mask-image: var(--svg);
  -webkit-mask-image: var(--svg);
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M11 17h2v-6h-2zm1-8q.425 0 .713-.288T13 8t-.288-.712T12 7t-.712.288T11 8t.288.713T12 9m0 13q-2.075 0-3.9-.788t-3.175-2.137T2.788 15.9T2 12t.788-3.9t2.137-3.175T8.1 2.788T12 2t3.9.788t3.175 2.137T21.213 8.1T22 12t-.788 3.9t-2.137 3.175t-3.175 2.138T12 22m0-2q3.35 0 5.675-2.325T20 12t-2.325-5.675T12 4T6.325 6.325T4 12t2.325 5.675T12 20m0-8'/%3E%3C/svg%3E");
  background-color: currentColor;
  display: inline-block;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.icon-\[material-symbols--keyboard-arrow-down\] {
  width: 1em;
  height: 1em;
  -webkit-mask-image: var(--svg);
  -webkit-mask-image: var(--svg);
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='m12 15.4l-6-6L7.4 8l4.6 4.6L16.6 8L18 9.4z'/%3E%3C/svg%3E");
  background-color: currentColor;
  display: inline-block;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.icon-\[material-symbols--menu\] {
  width: 1em;
  height: 1em;
  -webkit-mask-image: var(--svg);
  -webkit-mask-image: var(--svg);
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M3 18v-2h18v2zm0-5v-2h18v2zm0-5V6h18v2z'/%3E%3C/svg%3E");
  background-color: currentColor;
  display: inline-block;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.icon-\[material-symbols--other-houses\] {
  width: 1em;
  height: 1em;
  -webkit-mask-image: var(--svg);
  -webkit-mask-image: var(--svg);
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M4 21v-9.375L2.2 13L1 11.4L12 3l11 8.4l-1.2 1.575l-1.8-1.35V21zm4-6q-.425 0-.712-.288T7 14t.288-.712T8 13t.713.288T9 14t-.288.713T8 15m4 0q-.425 0-.712-.288T11 14t.288-.712T12 13t.713.288T13 14t-.288.713T12 15m4 0q-.425 0-.712-.288T15 14t.288-.712T16 13t.713.288T17 14t-.288.713T16 15'/%3E%3C/svg%3E");
  background-color: currentColor;
  display: inline-block;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.icon-\[material-symbols--palette-outline\] {
  width: 1em;
  height: 1em;
  -webkit-mask-image: var(--svg);
  -webkit-mask-image: var(--svg);
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M12 22q-2.05 0-3.875-.788t-3.187-2.15t-2.15-3.187T2 12q0-2.075.813-3.9t2.2-3.175T8.25 2.788T12.2 2q2 0 3.775.688t3.113 1.9t2.125 2.875T22 11.05q0 2.875-1.75 4.413T16 17h-1.85q-.225 0-.312.125t-.088.275q0 .3.375.863t.375 1.287q0 1.25-.687 1.85T12 22m-5.5-9q.65 0 1.075-.425T8 11.5t-.425-1.075T6.5 10t-1.075.425T5 11.5t.425 1.075T6.5 13m3-4q.65 0 1.075-.425T11 7.5t-.425-1.075T9.5 6t-1.075.425T8 7.5t.425 1.075T9.5 9m5 0q.65 0 1.075-.425T16 7.5t-.425-1.075T14.5 6t-1.075.425T13 7.5t.425 1.075T14.5 9m3 4q.65 0 1.075-.425T19 11.5t-.425-1.075T17.5 10t-1.075.425T16 11.5t.425 1.075T17.5 13M12 20q.225 0 .363-.125t.137-.325q0-.35-.375-.825T11.75 17.3q0-1.05.725-1.675T14.25 15H16q1.65 0 2.825-.962T20 11.05q0-3.025-2.312-5.038T12.2 4Q8.8 4 6.4 6.325T4 12q0 3.325 2.338 5.663T12 20'/%3E%3C/svg%3E");
  background-color: currentColor;
  display: inline-block;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.icon-\[material-symbols--payments-outline\] {
  width: 1em;
  height: 1em;
  -webkit-mask-image: var(--svg);
  -webkit-mask-image: var(--svg);
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M14 13q-1.25 0-2.125-.875T11 10t.875-2.125T14 7t2.125.875T17 10t-.875 2.125T14 13m-7 3q-.825 0-1.412-.587T5 14V6q0-.825.588-1.412T7 4h14q.825 0 1.413.588T23 6v8q0 .825-.587 1.413T21 16zm2-2h10q0-.825.588-1.412T21 12V8q-.825 0-1.412-.587T19 6H9q0 .825-.587 1.413T7 8v4q.825 0 1.413.588T9 14m11 6H3q-.825 0-1.412-.587T1 18V7h2v11h17zM7 14V6z'/%3E%3C/svg%3E");
  background-color: currentColor;
  display: inline-block;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.icon-\[material-symbols--percent\] {
  width: 1em;
  height: 1em;
  -webkit-mask-image: var(--svg);
  -webkit-mask-image: var(--svg);
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M7.5 11q-1.45 0-2.475-1.025T4 7.5t1.025-2.475T7.5 4t2.475 1.025T11 7.5T9.975 9.975T7.5 11m0-2q.625 0 1.063-.437T9 7.5t-.437-1.062T7.5 6t-1.062.438T6 7.5t.438 1.063T7.5 9m9 11q-1.45 0-2.475-1.025T13 16.5t1.025-2.475T16.5 13t2.475 1.025T20 16.5t-1.025 2.475T16.5 20m0-2q.625 0 1.063-.437T18 16.5t-.437-1.062T16.5 15t-1.062.438T15 16.5t.438 1.063T16.5 18M5.4 20L4 18.6L18.6 4L20 5.4z'/%3E%3C/svg%3E");
  background-color: currentColor;
  display: inline-block;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.icon-\[material-symbols--play-arrow-rounded\] {
  width: 1em;
  height: 1em;
  -webkit-mask-image: var(--svg);
  -webkit-mask-image: var(--svg);
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M8 17.175V6.825q0-.425.3-.713t.7-.287q.125 0 .263.037t.262.113l8.15 5.175q.225.15.338.375t.112.475t-.112.475t-.338.375l-8.15 5.175q-.125.075-.262.113T9 18.175q-.4 0-.7-.288t-.3-.712'/%3E%3C/svg%3E");
  background-color: currentColor;
  display: inline-block;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.icon-\[material-symbols--play-circle-outline\] {
  width: 1em;
  height: 1em;
  -webkit-mask-image: var(--svg);
  -webkit-mask-image: var(--svg);
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='m9.5 16.5l7-4.5l-7-4.5zM12 22q-2.075 0-3.9-.788t-3.175-2.137T2.788 15.9T2 12t.788-3.9t2.137-3.175T8.1 2.788T12 2t3.9.788t3.175 2.137T21.213 8.1T22 12t-.788 3.9t-2.137 3.175t-3.175 2.138T12 22m0-2q3.35 0 5.675-2.325T20 12t-2.325-5.675T12 4T6.325 6.325T4 12t2.325 5.675T12 20m0-8'/%3E%3C/svg%3E");
  background-color: currentColor;
  display: inline-block;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.icon-\[material-symbols--public\] {
  width: 1em;
  height: 1em;
  -webkit-mask-image: var(--svg);
  -webkit-mask-image: var(--svg);
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M12 22q-2.075 0-3.9-.788t-3.175-2.137T2.788 15.9T2 12t.788-3.9t2.137-3.175T8.1 2.788T12 2t3.9.788t3.175 2.137T21.213 8.1T22 12t-.788 3.9t-2.137 3.175t-3.175 2.138T12 22m-1-2.05V18q-.825 0-1.412-.587T9 16v-1l-4.8-4.8q-.075.45-.137.9T4 12q0 3.025 1.988 5.3T11 19.95m6.9-2.55q.5-.55.9-1.187t.662-1.325t.4-1.413T20 12q0-2.45-1.363-4.475T15 4.6V5q0 .825-.587 1.413T13 7h-2v2q0 .425-.288.713T10 10H8v2h6q.425 0 .713.288T15 13v3h1q.65 0 1.175.388T17.9 17.4'/%3E%3C/svg%3E");
  background-color: currentColor;
  display: inline-block;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.icon-\[material-symbols--redeem\] {
  width: 1em;
  height: 1em;
  -webkit-mask-image: var(--svg);
  -webkit-mask-image: var(--svg);
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M4 17v2h16v-2zM4 6h2.2q-.125-.225-.162-.475T6 5q0-1.25.875-2.125T9 2q.75 0 1.388.388t1.112.962L12 4l.5-.65q.45-.6 1.1-.975T15 2q1.25 0 2.125.875T18 5q0 .275-.038.525T17.8 6H20q.825 0 1.412.588T22 8v11q0 .825-.587 1.413T20 21H4q-.825 0-1.412-.587T2 19V8q0-.825.588-1.412T4 6m0 8h16V8h-5.1l2.1 2.85L15.4 12L12 7.4L8.6 12L7 10.85L9.05 8H4zm5-8q.425 0 .713-.288T10 5t-.288-.712T9 4t-.712.288T8 5t.288.713T9 6m6 0q.425 0 .713-.288T16 5t-.288-.712T15 4t-.712.288T14 5t.288.713T15 6'/%3E%3C/svg%3E");
  background-color: currentColor;
  display: inline-block;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.icon-\[material-symbols--remove\] {
  width: 1em;
  height: 1em;
  -webkit-mask-image: var(--svg);
  -webkit-mask-image: var(--svg);
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M5 13v-2h14v2z'/%3E%3C/svg%3E");
  background-color: currentColor;
  display: inline-block;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.icon-\[material-symbols--schedule-rounded\] {
  width: 1em;
  height: 1em;
  -webkit-mask-image: var(--svg);
  -webkit-mask-image: var(--svg);
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M13 11.6V8q0-.425-.288-.712T12 7t-.712.288T11 8v3.975q0 .2.075.388t.225.337l3.3 3.3q.275.275.7.275T16 16t.275-.7t-.275-.7zM12 22q-2.075 0-3.9-.788t-3.175-2.137T2.788 15.9T2 12t.788-3.9t2.137-3.175T8.1 2.788T12 2t3.9.788t3.175 2.137T21.213 8.1T22 12t-.788 3.9t-2.137 3.175t-3.175 2.138T12 22'/%3E%3C/svg%3E");
  background-color: currentColor;
  display: inline-block;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.icon-\[material-symbols--schedule\] {
  width: 1em;
  height: 1em;
  -webkit-mask-image: var(--svg);
  -webkit-mask-image: var(--svg);
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='m15.3 16.7l1.4-1.4l-3.7-3.7V7h-2v5.4zM12 22q-2.075 0-3.9-.788t-3.175-2.137T2.788 15.9T2 12t.788-3.9t2.137-3.175T8.1 2.788T12 2t3.9.788t3.175 2.137T21.213 8.1T22 12t-.788 3.9t-2.137 3.175t-3.175 2.138T12 22'/%3E%3C/svg%3E");
  background-color: currentColor;
  display: inline-block;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.icon-\[material-symbols--search-off\] {
  width: 1em;
  height: 1em;
  -webkit-mask-image: var(--svg);
  -webkit-mask-image: var(--svg);
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M7 22q-2.075 0-3.537-1.463T2 17t1.463-3.537T7 12t3.538 1.463T12 17t-1.463 3.538T7 22m13.6-1l-6.4-6.4q-.3-.325-.637-.662T12.9 13.3q.95-.6 1.525-1.6T15 9.5q0-1.875-1.312-3.187T10.5 5T7.313 6.313T6 9.5q0 .15.013.288t.037.287q-.45.05-.987.2t-.963.35q-.05-.275-.075-.55T4 9.5q0-2.725 1.888-4.612T10.5 3t4.613 1.888T17 9.5q0 1.075-.337 2.038t-.938 1.762L22 19.6zM5.225 19.475L7 17.7l1.75 1.775l.725-.7L7.7 17l1.775-1.775l-.7-.7L7 16.3l-1.775-1.775l-.7.7L6.3 17l-1.775 1.775z'/%3E%3C/svg%3E");
  background-color: currentColor;
  display: inline-block;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.icon-\[material-symbols--search\] {
  width: 1em;
  height: 1em;
  -webkit-mask-image: var(--svg);
  -webkit-mask-image: var(--svg);
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='m19.6 21l-6.3-6.3q-.75.6-1.725.95T9.5 16q-2.725 0-4.612-1.888T3 9.5t1.888-4.612T9.5 3t4.613 1.888T16 9.5q0 1.1-.35 2.075T14.7 13.3l6.3 6.3zM9.5 14q1.875 0 3.188-1.312T14 9.5t-1.312-3.187T9.5 5T6.313 6.313T5 9.5t1.313 3.188T9.5 14'/%3E%3C/svg%3E");
  background-color: currentColor;
  display: inline-block;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.icon-\[material-symbols--sort\] {
  width: 1em;
  height: 1em;
  -webkit-mask-image: var(--svg);
  -webkit-mask-image: var(--svg);
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M3 18v-2h6v2zm0-5v-2h12v2zm0-5V6h18v2z'/%3E%3C/svg%3E");
  background-color: currentColor;
  display: inline-block;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.icon-\[material-symbols--sports-esports-outline\] {
  width: 1em;
  height: 1em;
  -webkit-mask-image: var(--svg);
  -webkit-mask-image: var(--svg);
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M4.55 19q-1.275 0-1.975-.888T2.05 15.95l1.05-7.5q.225-1.5 1.338-2.475T7.05 5h9.9q1.5 0 2.613.975T20.9 8.45l1.05 7.5q.175 1.275-.525 2.163T19.45 19q-.525 0-.975-.187t-.825-.563L15.4 16H8.6l-2.25 2.25q-.375.375-.825.563T4.55 19m.4-2.15L7.8 14h8.4l2.85 2.85q.05.05.4.15q.275 0 .438-.162T20 16.4l-1.1-7.7q-.1-.725-.65-1.212T16.95 7h-9.9q-.75 0-1.3.488T5.1 8.7L4 16.4q-.05.275.113.438T4.55 17q.05 0 .4-.15M17 13q.425 0 .713-.287T18 12t-.288-.712T17 11t-.712.288T16 12t.288.713T17 13m-2-3q.425 0 .713-.288T16 9t-.288-.712T15 8t-.712.288T14 9t.288.713T15 10m-7.25 3h1.5v-1.75H11v-1.5H9.25V8h-1.5v1.75H6v1.5h1.75zM12 12'/%3E%3C/svg%3E");
  background-color: currentColor;
  display: inline-block;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.icon-\[material-symbols--star-outline\] {
  width: 1em;
  height: 1em;
  -webkit-mask-image: var(--svg);
  -webkit-mask-image: var(--svg);
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='m8.85 16.825l3.15-1.9l3.15 1.925l-.825-3.6l2.775-2.4l-3.65-.325l-1.45-3.4l-1.45 3.375l-3.65.325l2.775 2.425zM5.825 21l1.625-7.025L2 9.25l7.2-.625L12 2l2.8 6.625l7.2.625l-5.45 4.725L18.175 21L12 17.275zM12 12.25'/%3E%3C/svg%3E");
  background-color: currentColor;
  display: inline-block;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.icon-\[material-symbols--star\] {
  width: 1em;
  height: 1em;
  -webkit-mask-image: var(--svg);
  -webkit-mask-image: var(--svg);
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='m5.825 21l1.625-7.025L2 9.25l7.2-.625L12 2l2.8 6.625l7.2.625l-5.45 4.725L18.175 21L12 17.275z'/%3E%3C/svg%3E");
  background-color: currentColor;
  display: inline-block;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.icon-\[material-symbols--sync-outline\] {
  width: 1em;
  height: 1em;
  -webkit-mask-image: var(--svg);
  -webkit-mask-image: var(--svg);
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M4 20v-2h2.75l-.4-.35q-1.3-1.15-1.825-2.625T4 12.05q0-2.775 1.662-4.938T10 4.25v2.1Q8.2 7 7.1 8.563T6 12.05q0 1.125.425 2.188T7.75 16.2l.25.25V14h2v6zm10-.25v-2.1q1.8-.65 2.9-2.212T18 11.95q0-1.125-.425-2.187T16.25 7.8L16 7.55V10h-2V4h6v2h-2.75l.4.35q1.225 1.225 1.788 2.663T20 11.95q0 2.775-1.662 4.938T14 19.75'/%3E%3C/svg%3E");
  background-color: currentColor;
  display: inline-block;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.icon-\[material-symbols--trending-up-rounded\] {
  width: 1em;
  height: 1em;
  -webkit-mask-image: var(--svg);
  -webkit-mask-image: var(--svg);
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M2.7 17.625q-.3-.3-.288-.712t.288-.688l5.275-5.35Q8.55 10.3 9.4 10.3t1.425.575l2.575 2.6l5.2-5.15H17q-.425 0-.712-.288T16 7.326t.288-.712t.712-.288h4q.425 0 .713.288t.287.712v4q0 .425-.288.713t-.712.287t-.712-.287t-.288-.713v-1.6L14.825 14.9q-.575.575-1.425.575t-1.425-.575L9.4 12.325l-5.3 5.3q-.275.275-.7.275t-.7-.275'/%3E%3C/svg%3E");
  background-color: currentColor;
  display: inline-block;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.icon-\[material-symbols--trophy-outline\] {
  width: 1em;
  height: 1em;
  -webkit-mask-image: var(--svg);
  -webkit-mask-image: var(--svg);
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M7 21v-2h4v-3.1q-1.225-.275-2.187-1.037T7.4 12.95q-1.875-.225-3.137-1.637T3 8V7q0-.825.588-1.412T5 5h2V3h10v2h2q.825 0 1.413.588T21 7v1q0 1.9-1.263 3.313T16.6 12.95q-.45 1.15-1.412 1.913T13 15.9V19h4v2zm0-10.2V7H5v1q0 .95.55 1.713T7 10.8m5 3.2q1.25 0 2.125-.875T15 11V5H9v6q0 1.25.875 2.125T12 14m5-3.2q.9-.325 1.45-1.088T19 8V7h-2zm-5-1.3'/%3E%3C/svg%3E");
  background-color: currentColor;
  display: inline-block;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.icon-\[material-symbols--verified-outline\] {
  width: 1em;
  height: 1em;
  -webkit-mask-image: var(--svg);
  -webkit-mask-image: var(--svg);
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='m8.6 22.5l-1.9-3.2l-3.6-.8l.35-3.7L1 12l2.45-2.8l-.35-3.7l3.6-.8l1.9-3.2L12 2.95l3.4-1.45l1.9 3.2l3.6.8l-.35 3.7L23 12l-2.45 2.8l.35 3.7l-3.6.8l-1.9 3.2l-3.4-1.45zm.85-2.55l2.55-1.1l2.6 1.1l1.4-2.4l2.75-.65l-.25-2.8l1.85-2.1l-1.85-2.15l.25-2.8l-2.75-.6l-1.45-2.4L12 5.15l-2.6-1.1L8 6.45l-2.75.6l.25 2.8L3.65 12l1.85 2.1l-.25 2.85l2.75.6zm1.5-4.4L16.6 9.9l-1.4-1.45l-4.25 4.25l-2.15-2.1L7.4 12z'/%3E%3C/svg%3E");
  background-color: currentColor;
  display: inline-block;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.icon-\[material-symbols--verified-user\] {
  width: 1em;
  height: 1em;
  -webkit-mask-image: var(--svg);
  -webkit-mask-image: var(--svg);
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M10.95 15.55L16.6 9.9l-1.425-1.425L10.95 12.7l-2.1-2.1l-1.425 1.425zM12 22q-3.475-.875-5.737-3.988T4 11.1V5l8-3l8 3v6.1q0 3.8-2.262 6.913T12 22'/%3E%3C/svg%3E");
  background-color: currentColor;
  display: inline-block;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.icon-\[material-symbols--warning-outline-rounded\] {
  width: 1em;
  height: 1em;
  -webkit-mask-image: var(--svg);
  -webkit-mask-image: var(--svg);
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M2.725 21q-.275 0-.5-.137t-.35-.363t-.137-.488t.137-.512l9.25-16q.15-.25.388-.375T12 3t.488.125t.387.375l9.25 16q.15.25.138.513t-.138.487t-.35.363t-.5.137zm1.725-2h15.1L12 6zM12 18q.425 0 .713-.288T13 17t-.288-.712T12 16t-.712.288T11 17t.288.713T12 18m0-3q.425 0 .713-.288T13 14v-3q0-.425-.288-.712T12 10t-.712.288T11 11v3q0 .425.288.713T12 15m0-2.5'/%3E%3C/svg%3E");
  background-color: currentColor;
  display: inline-block;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.icon-\[material-symbols--workspace-premium-outline\] {
  width: 1em;
  height: 1em;
  -webkit-mask-image: var(--svg);
  -webkit-mask-image: var(--svg);
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='m9.675 13.7l.875-2.85L8.25 9h2.85l.9-2.8l.9 2.8h2.85l-2.325 1.85l.875 2.85l-2.3-1.775zM6 23v-7.725q-.95-1.05-1.475-2.4T4 10q0-3.35 2.325-5.675T12 2t5.675 2.325T20 10q0 1.525-.525 2.875T18 15.275V23l-6-2zm6-7q2.5 0 4.25-1.75T18 10t-1.75-4.25T12 4T7.75 5.75T6 10t1.75 4.25T12 16m-4 4.025L12 19l4 1.025v-3.1q-.875.5-1.888.788T12 18t-2.113-.288T8 16.926zm4-1.55'/%3E%3C/svg%3E");
  background-color: currentColor;
  display: inline-block;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.icon-\[mdi--close\] {
  width: 1em;
  height: 1em;
  -webkit-mask-image: var(--svg);
  -webkit-mask-image: var(--svg);
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M19 6.41L17.59 5L12 10.59L6.41 5L5 6.41L10.59 12L5 17.59L6.41 19L12 13.41L17.59 19L19 17.59L13.41 12z'/%3E%3C/svg%3E");
  background-color: currentColor;
  display: inline-block;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.icon-\[mdi--facebook\] {
  width: 1em;
  height: 1em;
  -webkit-mask-image: var(--svg);
  -webkit-mask-image: var(--svg);
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M12 2.04c-5.5 0-10 4.49-10 10.02c0 5 3.66 9.15 8.44 9.9v-7H7.9v-2.9h2.54V9.85c0-2.51 1.49-3.89 3.78-3.89c1.09 0 2.23.19 2.23.19v2.47h-1.26c-1.24 0-1.63.77-1.63 1.56v1.88h2.78l-.45 2.9h-2.33v7a10 10 0 0 0 8.44-9.9c0-5.53-4.5-10.02-10-10.02'/%3E%3C/svg%3E");
  background-color: currentColor;
  display: inline-block;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.icon-\[mdi--instagram\] {
  width: 1em;
  height: 1em;
  -webkit-mask-image: var(--svg);
  -webkit-mask-image: var(--svg);
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M7.8 2h8.4C19.4 2 22 4.6 22 7.8v8.4a5.8 5.8 0 0 1-5.8 5.8H7.8C4.6 22 2 19.4 2 16.2V7.8A5.8 5.8 0 0 1 7.8 2m-.2 2A3.6 3.6 0 0 0 4 7.6v8.8C4 18.39 5.61 20 7.6 20h8.8a3.6 3.6 0 0 0 3.6-3.6V7.6C20 5.61 18.39 4 16.4 4zm9.65 1.5a1.25 1.25 0 0 1 1.25 1.25A1.25 1.25 0 0 1 17.25 8A1.25 1.25 0 0 1 16 6.75a1.25 1.25 0 0 1 1.25-1.25M12 7a5 5 0 0 1 5 5a5 5 0 0 1-5 5a5 5 0 0 1-5-5a5 5 0 0 1 5-5m0 2a3 3 0 0 0-3 3a3 3 0 0 0 3 3a3 3 0 0 0 3-3a3 3 0 0 0-3-3'/%3E%3C/svg%3E");
  background-color: currentColor;
  display: inline-block;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.icon-\[mdi--linkedin\] {
  width: 1em;
  height: 1em;
  -webkit-mask-image: var(--svg);
  -webkit-mask-image: var(--svg);
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M19 3a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2zm-.5 15.5v-5.3a3.26 3.26 0 0 0-3.26-3.26c-.85 0-1.84.52-2.32 1.3v-1.11h-2.79v8.37h2.79v-4.93c0-.77.62-1.4 1.39-1.4a1.4 1.4 0 0 1 1.4 1.4v4.93zM6.88 8.56a1.68 1.68 0 0 0 1.68-1.68c0-.93-.75-1.69-1.68-1.69a1.69 1.69 0 0 0-1.69 1.69c0 .93.76 1.68 1.69 1.68m1.39 9.94v-8.37H5.5v8.37z'/%3E%3C/svg%3E");
  background-color: currentColor;
  display: inline-block;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.icon-\[mdi--magnify\] {
  width: 1em;
  height: 1em;
  -webkit-mask-image: var(--svg);
  -webkit-mask-image: var(--svg);
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M9.5 3A6.5 6.5 0 0 1 16 9.5c0 1.61-.59 3.09-1.56 4.23l.27.27h.79l5 5l-1.5 1.5l-5-5v-.79l-.27-.27A6.52 6.52 0 0 1 9.5 16A6.5 6.5 0 0 1 3 9.5A6.5 6.5 0 0 1 9.5 3m0 2C7 5 5 7 5 9.5S7 14 9.5 14S14 12 14 9.5S12 5 9.5 5'/%3E%3C/svg%3E");
  background-color: currentColor;
  display: inline-block;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.icon-\[mdi--pinterest\] {
  width: 1em;
  height: 1em;
  -webkit-mask-image: var(--svg);
  -webkit-mask-image: var(--svg);
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M9.04 21.54c.96.29 1.93.46 2.96.46a10 10 0 0 0 10-10A10 10 0 0 0 12 2A10 10 0 0 0 2 12c0 4.25 2.67 7.9 6.44 9.34c-.09-.78-.18-2.07 0-2.96l1.15-4.94s-.29-.58-.29-1.5c0-1.38.86-2.41 1.84-2.41c.86 0 1.26.63 1.26 1.44c0 .86-.57 2.09-.86 3.27c-.17.98.52 1.84 1.52 1.84c1.78 0 3.16-1.9 3.16-4.58c0-2.4-1.72-4.04-4.19-4.04c-2.82 0-4.48 2.1-4.48 4.31c0 .86.28 1.73.74 2.3c.09.06.09.14.06.29l-.29 1.09c0 .17-.11.23-.28.11c-1.28-.56-2.02-2.38-2.02-3.85c0-3.16 2.24-6.03 6.56-6.03c3.44 0 6.12 2.47 6.12 5.75c0 3.44-2.13 6.2-5.18 6.2c-.97 0-1.92-.52-2.26-1.13l-.67 2.37c-.23.86-.86 2.01-1.29 2.7z'/%3E%3C/svg%3E");
  background-color: currentColor;
  display: inline-block;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.icon-\[mdi--vimeo\] {
  width: 1em;
  height: 1em;
  -webkit-mask-image: var(--svg);
  -webkit-mask-image: var(--svg);
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M22 7.42c-.09 1.95-1.45 4.62-4.08 8.02C15.2 19 12.9 20.75 11 20.75c-1.15 0-2.14-1.08-2.95-3.25c-.55-1.96-1.05-3.94-1.61-5.92c-.6-2.16-1.24-3.24-1.94-3.24c-.14 0-.66.32-1.56.95L2 8.07c1-.87 1.96-1.74 2.92-2.61c1.32-1.14 2.31-1.74 2.96-1.8c1.56-.16 2.52.92 2.88 3.2c.39 2.47.66 4 .81 4.6c.43 2.04.93 3.04 1.48 3.04c.42 0 1.05-.64 1.89-1.97q1.26-1.98 1.35-3.03q.18-1.71-1.35-1.71c-.48 0-.97.11-1.48.33c.98-3.23 2.86-4.8 5.63-4.71c2.06.06 3.03 1.4 2.91 4.01'/%3E%3C/svg%3E");
  background-color: currentColor;
  display: inline-block;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.icon-\[mdi--youtube\] {
  width: 1em;
  height: 1em;
  -webkit-mask-image: var(--svg);
  -webkit-mask-image: var(--svg);
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='m10 15l5.19-3L10 9zm11.56-7.83c.13.47.22 1.1.28 1.9c.07.8.1 1.49.1 2.09L22 12c0 2.19-.16 3.8-.44 4.83c-.25.9-.83 1.48-1.73 1.73c-.47.13-1.33.22-2.65.28c-1.3.07-2.49.1-3.59.1L12 19c-4.19 0-6.8-.16-7.83-.44c-.9-.25-1.48-.83-1.73-1.73c-.13-.47-.22-1.1-.28-1.9c-.07-.8-.1-1.49-.1-2.09L2 12c0-2.19.16-3.8.44-4.83c.25-.9.83-1.48 1.73-1.73c.47-.13 1.33-.22 2.65-.28c1.3-.07 2.49-.1 3.59-.1L12 5c4.19 0 6.8.16 7.83.44c.9.25 1.48.83 1.73 1.73'/%3E%3C/svg%3E");
  background-color: currentColor;
  display: inline-block;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.icon-\[ri--twitter-x-fill\] {
  width: 1em;
  height: 1em;
  -webkit-mask-image: var(--svg);
  -webkit-mask-image: var(--svg);
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M18.205 2.25h3.308l-7.227 8.26l8.502 11.24H16.13l-5.214-6.817L4.95 21.75H1.64l7.73-8.835L1.215 2.25H8.04l4.713 6.231zm-1.161 17.52h1.833L7.045 4.126H5.078z'/%3E%3C/svg%3E");
  background-color: currentColor;
  display: inline-block;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.icon-\[tabler--discount-check-filled\] {
  width: 1em;
  height: 1em;
  -webkit-mask-image: var(--svg);
  -webkit-mask-image: var(--svg);
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cg fill='none' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M0 0h24v24H0z'/%3E%3Cpath fill='black' d='M12.01 2.011a3.2 3.2 0 0 1 2.113.797l.154.145l.698.698a1.2 1.2 0 0 0 .71.341L15.82 4h1a3.2 3.2 0 0 1 3.195 3.018l.005.182v1c0 .27.092.533.258.743l.09.1l.697.698a3.2 3.2 0 0 1 .147 4.382l-.145.154l-.698.698a1.2 1.2 0 0 0-.341.71l-.008.135v1a3.2 3.2 0 0 1-3.018 3.195l-.182.005h-1a1.2 1.2 0 0 0-.743.258l-.1.09l-.698.697a3.2 3.2 0 0 1-4.382.147l-.154-.145l-.698-.698a1.2 1.2 0 0 0-.71-.341L8.2 20.02h-1a3.2 3.2 0 0 1-3.195-3.018L4 16.82v-1a1.2 1.2 0 0 0-.258-.743l-.09-.1l-.697-.698a3.2 3.2 0 0 1-.147-4.382l.145-.154l.698-.698a1.2 1.2 0 0 0 .341-.71L4 8.2v-1l.005-.182a3.2 3.2 0 0 1 3.013-3.013L7.2 4h1a1.2 1.2 0 0 0 .743-.258l.1-.09l.698-.697a3.2 3.2 0 0 1 2.269-.944m3.697 7.282a1 1 0 0 0-1.414 0L11 12.585l-1.293-1.292l-.094-.083a1 1 0 0 0-1.32 1.497l2 2l.094.083a1 1 0 0 0 1.32-.083l4-4l.083-.094a1 1 0 0 0-.083-1.32'/%3E%3C/g%3E%3C/svg%3E");
  background-color: currentColor;
  display: inline-block;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

/* ==========================================================
 * Component classes from @layer components.
 * These were compiled by Tailwind but are wiped on every
 * rebuild. Kept here permanently so rebuilds stay safe.
 * ========================================================== */
@layer components {
  .text-input-with-button {
    position: relative;
  }
  .text-input-with-button input {
    padding-right: 5rem;
  }
  .text-input-with-button button {
    margin: 0.25rem 0;
    position: absolute;
    top: 50%;
    right: 0.5rem;
    transform: translateY(-50%);
  }
  @media (min-width: 1024px) {
    .nav-item {
      max-width: calc(var(--spacing) * 60);
      align-items: center;
      display: flex;
      position: relative;
    }
    .nav-item a {
      color: var(--navigation-text);
    }
    .nav-item a:hover {
      opacity: 0.8;
      transition-property: opacity;
      transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
      transition-duration: var(--tw-duration, var(--default-transition-duration));
    }
    .submenu:before {
      content: "";
      z-index: 2;
      height: 10px;
      position: absolute;
      bottom: 100%;
      left: 0;
      right: 0;
    }
    .submenu {
      background-color: var(--navigation-submenu-bg);
      --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, #0000001a), 0 1px 2px -1px var(--tw-shadow-color, #0000001a);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
    .submenu a {
      --tw-font-weight: var(--font-weight-semibold);
      font-weight: var(--font-weight-semibold);
      color: var(--navigation-submenu-text);
    }
    .submenu span {
      color: var(--navigation-submenu-text);
    }
    .mega-menu {
      gap: calc(var(--spacing) * 6);
      flex-direction: column;
      width: max-content;
      min-width: 600px;
      max-width: calc(100vw - 2rem);
      display: flex;
      left: 50%;
      transform: translate(-50%);
    }
    .mega-menu:before {
      content: "";
      z-index: 2;
      height: 10px;
      position: absolute;
      bottom: 100%;
      left: 0;
      right: 0;
    }
    .mega-menu:after {
      content: "";
      background: var(--navigation-submenu-bg);
      border-left: 1px solid var(--navigation-submenu-text) / 10;
      border-top: 1px solid var(--navigation-submenu-text) / 10;
      z-index: 3;
      width: 12px;
      height: 12px;
      position: absolute;
      top: -6px;
      left: 50%;
      transform: translate(-50%) rotate(45deg);
    }
    .mega-menu a:hover span {
      opacity: 0.8;
      transition-property: opacity;
      transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
      transition-duration: var(--tw-duration, var(--default-transition-duration));
    }
    .mega-menu .menu-column {
      flex-direction: column;
      gap: 0.5rem;
      display: flex;
    }
    .mega-menu .menu-column-items {
      grid-template-columns: repeat(4, 1fr);
      gap: 0.5rem;
      display: grid;
    }
    .mega-menu .menu-column-title {
      margin-bottom: calc(var(--spacing) * 1);
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 1px;
      border-bottom-color: var(--navigation-submenu-text);
    }
    @supports (color: color-mix(in lab, red, red)) {
      .mega-menu .menu-column-title {
        border-bottom-color: color-mix(in oklab, var(--navigation-submenu-text) 3%, transparent);
      }
    }
    .mega-menu .menu-column-title {
      padding-bottom: calc(var(--spacing) * 2);
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
      --tw-font-weight: var(--font-weight-bold);
      font-weight: var(--font-weight-bold);
      --tw-tracking: var(--tracking-wide);
      letter-spacing: var(--tracking-wide);
      color: var(--navigation-submenu-text);
      text-transform: uppercase;
      opacity: 0.7;
    }
  }
  .card-primary {
    background: var(--card-bg);
    border: 2px solid var(--card-border);
    color: var(--card-text);
    border-radius: 10px;
  }
  .toplist {
    counter-reset: css-counter;
  }
  .card-toplist {
    background: var(--toplist-bg);
    color: var(--toplist-text);
    border: 1px solid var(--toplist-border);
    border-radius: 16px;
  }
  .card-toplist .counter {
    counter-increment: css-counter 1;
  }
  .card-toplist .counter:before {
    content: counter(css-counter);
  }
  .bonus-text span {
    color: var(--accent);
  }
}

/* ============================================================
   .format — rich-text content styling (casino reviews, pages)
   Extracted from dist/main.css (commit 9d6943d) to survive
   Tailwind rebuilds. Used by single-sites_cpt.php review body.
   ============================================================ */
.format {
  --tw-leading: var(--leading-relaxed);
  line-height: var(--leading-relaxed);
}
.format h2 {
  font-size: var(--text-xl);
  line-height: var(--tw-leading, var(--text-xl--line-height));
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  color: var(--content-title);
}
@media (min-width: 48rem) {
  .format h2 {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
}
.format h3 {
  font-size: var(--text-lg);
  line-height: var(--tw-leading, var(--text-lg--line-height));
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
  color: var(--content-title);
}
@media (min-width: 48rem) {
  .format h3 {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
}
.format h4 {
  font-size: var(--text-base);
  line-height: var(--tw-leading, var(--text-base--line-height));
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
  color: var(--content-title);
}
@media (min-width: 48rem) {
  .format h4 {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
}
.format h5 {
  font-size: var(--text-base);
  line-height: var(--tw-leading, var(--text-base--line-height));
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
  color: var(--content-title);
}
.format p {
  margin-block: calc(var(--spacing) * 2);
  font-size: var(--text-base);
  line-height: calc(var(--spacing) * 8);
  color: var(--content-text);
}
.format a {
  color: var(--content-anchor);
}
.format p:has(+ h2),
.format p:has(+ h3),
.format p:has(+ h4),
.format p:has(+ h5),
.format p:has(+ h6) {
  margin-bottom: calc(var(--spacing) * 6);
}
.format ul {
  margin-bottom: calc(var(--spacing) * 6);
  margin-left: calc(var(--spacing) * 6);
  list-style-type: disc;
}
:where(.format ul > :not(:last-child)) {
  --tw-space-y-reverse: 0;
  margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
  margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
}
.format ul {
  color: var(--content-text);
}
@media (min-width: 48rem) {
  :where(.format ul > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 6) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-y-reverse)));
  }
}
.format ul li::marker {
  color: var(--accent);
}
.format ol {
  margin-bottom: calc(var(--spacing) * 6);
  list-style-type: decimal;
}
:where(.format ol > :not(:last-child)) {
  --tw-space-y-reverse: 0;
  margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
  margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
}
.format ol {
  color: var(--content-text);
}
@media (min-width: 48rem) {
  :where(.format ol > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 6) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-y-reverse)));
  }
}
.format ol li {
  list-style: none;
}
.format ol li:before {
  background-color: var(--accent);
  content: counter(index, decimal);
  counter-increment: index;
  color: var(--accent-text);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  margin-right: 8px;
  padding: 4px;
  display: inline-flex;
}
.format li {
  padding-left: calc(var(--spacing) * 2);
  font-size: var(--text-base);
  line-height: var(--tw-leading, var(--text-base--line-height));
}
.format li:first-child {
  counter-reset: index;
}
.format em {
  color: var(--content-text);
  font-style: italic;
}
.format strong {
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
  color: var(--content-text);
}
.format blockquote {
  margin-block: calc(var(--spacing) * 6);
  border-left-style: var(--tw-border-style);
  border-left-width: 4px;
  border-color: var(--color-gray-300);
  padding-left: calc(var(--spacing) * 4);
  color: var(--content-text);
  font-style: italic;
}
.format pre {
  margin-bottom: calc(var(--spacing) * 6);
  border-radius: var(--radius-lg);
  background-color: var(--color-gray-100);
  padding: calc(var(--spacing) * 4);
  overflow-x: auto;
}
.format code {
  border-radius: var(--radius-sm);
  background-color: var(--color-gray-100);
  padding-inline: calc(var(--spacing) * 1);
  padding-block: calc(var(--spacing) * 0.5);
  font-family: var(--font-mono);
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
}
.format table {
  margin-top: calc(var(--spacing) * 2);
  margin-bottom: calc(var(--spacing) * 6);
  border-collapse: collapse;
  border-radius: var(--radius-lg);
  --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, #0000001a), 0 1px 2px -1px var(--tw-shadow-color, #0000001a);
  width: 100%;
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  overflow: hidden;
}
@media (max-width: 767px) {
  .format table {
    display: block;
    overflow-x: auto;
  }
}
.format thead {
  background-color: var(--thead-bg);
  color: var(--thead-text);
}
.format th {
  padding: calc(var(--spacing) * 3);
  text-align: left;
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
}
.format tbody tr {
  transition-property:
    color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
}
.format tbody tr:nth-child(odd) {
  background-color: var(--table-bg-odd);
}
.format tbody tr:nth-child(2n) {
  background-color: var(--table-bg-even);
}
.format td {
  padding: calc(var(--spacing) * 3);
  color: var(--table-text);
}
.format hr {
  margin-block: calc(var(--spacing) * 8);
  border-top-style: var(--tw-border-style);
  border-top-width: 1px;
  border-color: var(--table-border);
}
.format > :first-child {
  margin-top: calc(var(--spacing) * 0);
}
.format > :last-child {
  margin-bottom: calc(var(--spacing) * 0);
}
.format ul + ul,
.format ul + ol,
.format ol + ol,
.format ol + ul {
  margin-top: calc(var(--spacing) * 4);
}
.format .wp-caption-text {
  margin-top: calc(var(--spacing) * 2);
  text-align: center;
  font-family: var(--font-mono);
  font-size: var(--text-xs);
  line-height: var(--tw-leading, var(--text-xs--line-height));
  --tw-tracking: var(--tracking-wide);
  letter-spacing: var(--tracking-wide);
}
.format-hero {
  --tw-leading: var(--leading-loose);
  line-height: var(--leading-loose);
}

/* --------------------------------------------------------------------------
 * PUM newsletter popup — structural classes from old theme's shortcodes.css +
 * Bootstrap grid that were loaded via @import in the old assets/css/style.css.
 * That file is no longer enqueued; these rules keep the popup HTML working.
 * -------------------------------------------------------------------------- */

/* shortcodes.css — .themesflat-container (line 45) */
.themesflat-container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
  width: 1200px;
  max-width: 100%;
}

/* shortcodes.css — .tf-section (line 83), overridden inline to padding-bottom:0 in popup */
.tf-section {
  padding-bottom: 60px;
}

/* shortcodes.css — .action__body (line 2362) */
.action__body {
  padding: 50px 40px;
  margin-left: 5px;
  margin-right: 5px;
  background: #d4345a;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
}

/* shortcodes.css — .action__body h2 (line 2372) + .action__body > .flex (line 2383) */
.action__body h2 {
  font-weight: 800;
  position: relative;
  z-index: 10;
}
.action__body > .flex {
  position: relative;
  z-index: 10;
}

/* Bootstrap grid basics — popup uses .row > .col-md-12 */
.pum-overlay .row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.pum-overlay [class*="col-"] {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  box-sizing: border-box;
}

/* --------------------------------------------------------------------------
 * Newsletter popup — verbatim from nodepositbonuses_old_theme/assets/css/style.css
 * (lines 2951–3068). + .pum-theme-floating-bar alias on close rules.
 * + max-width:none override for Tailwind preflight img { max-width: 100% }.
 * PUM plugin provides its own layout/theme CSS; root style.css was never loaded.
 * -------------------------------------------------------------------------- */

/* newsletter popup */

.pum_sub_form {
  display: flex;
  align-items: center;
}

.newsletter-input-areo-popup {
  display: flex;
  flex-direction: column;
}

.sub_form_email_div {
  width: 550px !important;
}

.popup-title {
  color: white !important;
  font-size: 20px !important;
  width: 70%;
  max-width: 70% !important;
  line-height: 1.4 !important;
  margin-bottom: 0 !important;
}

.popup-desc {
  font-size: 12px;
  font-weight: 200;
  color: white;
  margin-top: 10px;
  margin-bottom: 10px;
}

.popup-desc-footer a {
  font-weight: 600;
}

.popup-desc-footer {
  font-size: 11px;
  font-weight: 200;
  color: #efefef;
}

.sub_form_button {
  margin: 0 !important;
  margin-left: 15px !important;
  padding: 0px 50px !important;
  background-color: #fec00a;
  color: #411f7d;
  width: 250px !important;
  height: 50px;
  border-radius: 14px;
}

.pum_sub_form.default input[type="text"],
.pum_sub_form.default input[type="email"] {
  margin: 0;
  height: 50px;
  border-radius: 14px;
  background-color: #ffffff !important;
  color: #000000 !important;
  padding-left: 25px !important;
}

.pum_sub_form.default input[type="text"]::placeholder,
.pum_sub_form.default input[type="email"]::placeholder {
  color: #999999;
}

.pum-theme-188176 .pum-content + .pum-close,
.pum-theme-floating-bar .pum-content + .pum-close,
.pum-theme-floating-bar-2 .pum-content + .pum-close {
  right: 81px !important;
  top: 12px !important;
  border: 1px solid white !important;
}

.newsletter-image {
  width: 300px;
  height: auto;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(10%, -50%);
}

.app-section {
  background: linear-gradient(316deg, #411f7d 40%, #9f03b4) !important;
}

/* Tailwind preflight: img { max-width: 100% } + PUM: .pum-responsive img { max-width: 100% } */
.pum-theme-188176 .pum-container .newsletter-image img,
.pum-theme-floating-bar .pum-container .newsletter-image img,
.pum-theme-floating-bar-2 .pum-container .newsletter-image img,
.pum-theme-188176 .pum-container img.newsletter-image,
.pum-theme-floating-bar .pum-container img.newsletter-image,
.pum-theme-floating-bar-2 .pum-container img.newsletter-image {
  max-width: none !important;
}

@media only screen and (max-width: 768px) {
  .pum-theme-188176 .pum-content + .pum-close,
  .pum-theme-floating-bar .pum-content + .pum-close,
  .pum-theme-floating-bar-2 .pum-content + .pum-close {
    top: 12px !important;
    right: 17px !important;
  }

  .popup-title {
    width: 100% !important;
    max-width: 100% !important;
  }

  .sub_form_email_div {
    width: 100% !important;
  }

  .pum_sub_form.default input[type="text"],
  .pum_sub_form.default input[type="email"] {
    border-radius: 14px;
  }

  .pum_sub_form {
    flex-direction: column;
  }

  .sub_form_button {
    margin-left: 0 !important;
    margin-top: 10px !important;
    width: 100% !important;
    height: 50px;
    font-size: 20px;
    font-weight: 700;
    border-radius: 14px;
  }

  .newsletter-popup-wrapper {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .newsletter-image {
    display: none;
  }
}

/* ==========================================================================
   Search Results: Grouped Cards (light background)
   ========================================================================== */

.ndb-search-group {
  margin-bottom: 2.5rem;
}

.ndb-search-group__heading {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.1rem;
  font-weight: 700;
  color: #1e293b;
  margin: 0 0 1rem;
  padding-bottom: 0.75rem;
  border-bottom: 2px solid #e2e8f0;
}

.ndb-search-group__heading svg {
  color: #6366f1;
}

.ndb-search-group__list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

/* ---------- Casino Search Card ---------- */

.ndb-search-casino {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  padding: 1.25rem;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 1rem;
  transition:
    border-color 0.2s,
    box-shadow 0.2s;
}

.ndb-search-casino:hover {
  border-color: #6366f1;
  box-shadow: 0 4px 24px rgba(99, 102, 241, 0.1);
}

.ndb-search-casino__left {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.ndb-search-casino__logo {
  width: 80px;
  height: 80px;
  border-radius: 0.75rem;
  object-fit: cover;
  background: #f1f5f9;
  border: 1px solid #e2e8f0;
}

.ndb-search-casino__logo-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 0.75rem;
  background: #f1f5f9;
  color: #94a3b8;
}

.ndb-search-casino__rating {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.75rem;
}

.ndb-search-casino__stars {
  display: flex;
  gap: 1px;
}

.ndb-search-casino__star--filled {
  color: #f59e0b;
}

.ndb-search-casino__star--empty {
  color: #d1d5db;
}

.ndb-search-casino__rating-num {
  color: #64748b;
  font-weight: 600;
}

.ndb-search-casino__body {
  flex: 1;
  min-width: 0;
}

.ndb-search-casino__badge {
  display: inline-block;
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 0.2rem 0.6rem;
  border-radius: 4px;
  background: #eef2ff;
  color: #4f46e5;
  margin-bottom: 0.35rem;
}

.ndb-search-casino__title {
  font-size: 1.15rem;
  font-weight: 700;
  margin: 0 0 0.4rem;
  line-height: 1.3;
}

.ndb-search-casino__title a {
  color: #1e293b;
  text-decoration: none;
}

.ndb-search-casino__title a:hover {
  color: #4f46e5;
}

.ndb-search-casino__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 0.5rem;
}

.ndb-search-casino__meta-item {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  font-size: 0.78rem;
  color: #64748b;
}

.ndb-search-casino__meta-item svg {
  color: #94a3b8;
}

.ndb-search-casino__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}

.ndb-search-casino__tag {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.7rem;
  font-weight: 600;
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
  background: #f1f5f9;
  color: #64748b;
}

.ndb-search-casino__tag--green {
  background: #ecfdf5;
  color: #059669;
}

.ndb-search-casino__actions {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.ndb-search-casino__btn-review,
.ndb-search-casino__btn-visit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  padding: 0.55rem 1.2rem;
  border-radius: 0.5rem;
  font-size: 0.82rem;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.2s;
}

.ndb-search-casino__btn-review {
  background: #f8fafc;
  color: #475569;
  border: 1px solid #e2e8f0;
}

.ndb-search-casino__btn-review:hover {
  background: #f1f5f9;
  color: #1e293b;
  border-color: #cbd5e1;
}

.ndb-search-casino__btn-visit {
  background: linear-gradient(135deg, #f59e0b, #d97706);
  color: #fff;
  border: none;
}

.ndb-search-casino__btn-visit:hover {
  background: linear-gradient(135deg, #fbbf24, #f59e0b);
  box-shadow: 0 2px 10px rgba(245, 158, 11, 0.25);
  color: #fff;
}

/* ---------- Offer Search Card ---------- */

.ndb-search-offer {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  padding: 1rem 1.25rem;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 0.85rem;
  transition:
    border-color 0.2s,
    box-shadow 0.2s;
}

.ndb-search-offer:hover {
  border-color: #6366f1;
  box-shadow: 0 4px 20px rgba(99, 102, 241, 0.08);
}

.ndb-search-offer--inactive {
  opacity: 0.6;
}

.ndb-search-offer__left {
  flex-shrink: 0;
}

.ndb-search-offer__thumb {
  width: 64px;
  height: 64px;
  border-radius: 0.6rem;
  object-fit: cover;
  background: #f1f5f9;
  border: 1px solid #e2e8f0;
}

.ndb-search-offer__thumb-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 0.6rem;
  background: #f1f5f9;
  color: #94a3b8;
}

.ndb-search-offer__body {
  flex: 1;
  min-width: 0;
}

.ndb-search-offer__badges {
  display: flex;
  gap: 0.35rem;
  margin-bottom: 0.3rem;
}

.ndb-search-offer__badge {
  display: inline-block;
  font-size: 0.62rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 0.15rem 0.5rem;
  border-radius: 4px;
}

.ndb-search-offer__badge--ndb {
  background: #fef3c7;
  color: #b45309;
}

.ndb-search-offer__badge--spins {
  background: #dbeafe;
  color: #1d4ed8;
}

.ndb-search-offer__badge--inactive {
  background: #fef2f2;
  color: #dc2626;
}

.ndb-search-offer__title {
  font-size: 1rem;
  font-weight: 700;
  margin: 0 0 0.3rem;
  line-height: 1.3;
}

.ndb-search-offer__title a {
  color: #1e293b;
  text-decoration: none;
}

.ndb-search-offer__title a:hover {
  color: #4f46e5;
}

.ndb-search-offer__details {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
}

.ndb-search-offer__amount {
  font-size: 0.85rem;
  font-weight: 700;
  color: #059669;
}

.ndb-search-offer__code {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.78rem;
  font-weight: 600;
  color: #b45309;
  background: #fef3c7;
  padding: 0.2rem 0.55rem;
  border-radius: 4px;
  font-family: monospace;
  border: 1px dashed #d97706;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
}

.ndb-search-offer__code:hover {
  background: #fde68a;
  border-color: #b45309;
}

.ndb-search-offer__code-copy {
  opacity: 0.5;
  transition: opacity 0.2s;
}

.ndb-search-offer__code:hover .ndb-search-offer__code-copy {
  opacity: 1;
}

.ndb-search-offer__code--copied {
  background: #ecfdf5;
  border-color: #059669;
  color: #059669;
}

.ndb-search-offer__code--copied .ndb-search-offer__code-text::after {
  content: " Copied!";
  font-family: inherit;
}

.ndb-search-offer__code--copied .ndb-search-offer__code-copy {
  display: none;
}

.ndb-search-offer__casino-link {
  font-size: 0.78rem;
  color: #6366f1;
  text-decoration: none;
}

.ndb-search-offer__casino-link:hover {
  color: #4338ca;
  text-decoration: underline;
}

.ndb-search-offer__actions {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.ndb-search-offer__btn-details,
.ndb-search-offer__btn-claim {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.3rem;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  font-size: 0.8rem;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.2s;
}

.ndb-search-offer__btn-details {
  background: #f8fafc;
  color: #475569;
  border: 1px solid #e2e8f0;
}

.ndb-search-offer__btn-details:hover {
  background: #f1f5f9;
  color: #1e293b;
  border-color: #cbd5e1;
}

.ndb-search-offer__btn-claim {
  background: linear-gradient(135deg, #22c55e, #16a34a);
  color: #fff;
  border: none;
}

.ndb-search-offer__btn-claim:hover {
  background: linear-gradient(135deg, #4ade80, #22c55e);
  box-shadow: 0 2px 10px rgba(34, 197, 94, 0.25);
  color: #fff;
}

/* ---------- Mobile: Search Cards ---------- */

@media (max-width: 640px) {
  .ndb-search-casino {
    flex-direction: column;
    text-align: center;
  }

  .ndb-search-casino__meta {
    justify-content: center;
  }

  .ndb-search-casino__tags {
    justify-content: center;
  }

  .ndb-search-casino__actions {
    flex-direction: row;
    width: 100%;
  }

  .ndb-search-casino__btn-review,
  .ndb-search-casino__btn-visit {
    flex: 1;
  }

  .ndb-search-offer {
    flex-wrap: wrap;
  }

  .ndb-search-offer__actions {
    flex-direction: row;
    width: 100%;
  }

  .ndb-search-offer__btn-details,
  .ndb-search-offer__btn-claim {
    flex: 1;
  }
}

/* ==========================================================================
   Casino Card: Info Button + Modal
   ========================================================================== */

.ndb-toplist-mobile-offer-tag {
  display: block;
  font-size: 0.72rem;
  font-weight: 600;
  color: #065f46;
  background: #ecfdf5;
  padding: 0.4rem 0.65rem;
  border-radius: 6px;
  border: 1px solid #a7f3d0;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.3;
}

.ndb-casino-card__offer-tag {
  display: block;
  font-size: 0.68rem;
  font-weight: 600;
  color: #065f46;
  background: #ecfdf5;
  padding: 0.35rem 0.6rem;
  border-radius: 6px;
  border: 1px solid #a7f3d0;
  line-height: 1.3;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ndb-casino-info-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  border-radius: 0.5rem;
  border: 1px solid var(--card-border, #e2e8f0);
  background: var(--card-bg-secondary, #f8fafc);
  color: var(--card-text-secondary, #64748b);
  cursor: pointer;
  transition: all 0.2s;
}

.ndb-casino-info-btn:hover {
  background: #eef2ff;
  color: #4f46e5;
  border-color: #c7d2fe;
}

/* Modal overlay */
.ndb-casino-modal {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.ndb-casino-modal[hidden] {
  display: none !important;
}

.ndb-casino-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(4px);
  animation: ndbModalFadeIn 0.2s ease;
}

.ndb-casino-modal__panel {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 480px;
  max-height: 85vh;
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 1.25rem 1.25rem 0 0;
  box-shadow: 0 -8px 40px rgba(0, 0, 0, 0.15);
  animation: ndbModalSlideUp 0.25s ease;
}

@media (min-width: 641px) {
  .ndb-casino-modal {
    align-items: center;
  }
  .ndb-casino-modal__panel {
    border-radius: 1.25rem;
    max-height: 80vh;
  }
}

.ndb-casino-modal__header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 1.25rem;
  border-bottom: 1px solid #e2e8f0;
  flex-shrink: 0;
}

.ndb-casino-modal__logo {
  width: 40px;
  height: 40px;
  border-radius: 0.5rem;
  object-fit: contain;
  background: #f1f5f9;
}

.ndb-casino-modal__title {
  flex: 1;
  font-size: 1.05rem;
  font-weight: 700;
  color: #1e293b;
}

.ndb-casino-modal__close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  border: none;
  background: transparent;
  color: #94a3b8;
  cursor: pointer;
  transition: all 0.15s;
}

.ndb-casino-modal__close:hover {
  background: #f1f5f9;
  color: #1e293b;
}

.ndb-casino-modal__body {
  flex: 1;
  overflow-y: auto;
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.ndb-casino-modal__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem;
}

.ndb-casino-modal__stat {
  padding: 0.6rem 0.75rem;
  background: #f8fafc;
  border: 1px solid #f1f5f9;
  border-radius: 0.5rem;
}

.ndb-casino-modal__stat-label {
  display: block;
  font-size: 0.65rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #94a3b8;
  margin-bottom: 0.15rem;
}

.ndb-casino-modal__stat-value {
  display: block;
  font-size: 0.85rem;
  font-weight: 700;
  color: #1e293b;
}

.ndb-casino-modal__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}

.ndb-casino-modal__tag {
  display: inline-flex;
  align-items: center;
  font-size: 0.72rem;
  font-weight: 600;
  padding: 0.25rem 0.6rem;
  border-radius: 999px;
  background: #f1f5f9;
  color: #64748b;
}

.ndb-casino-modal__tag--green {
  background: #ecfdf5;
  color: #059669;
}

.ndb-casino-modal__section-title {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #64748b;
  margin: 0 0 0.5rem;
}

.ndb-casino-modal__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.ndb-casino-modal__list-item {
  font-size: 0.82rem;
  color: #334155;
  padding-left: 1.25rem;
  position: relative;
}

.ndb-casino-modal__list-item::before {
  position: absolute;
  left: 0;
  font-weight: 700;
  font-size: 0.8rem;
}

.ndb-casino-modal__list-item--pro::before {
  content: "✓";
  color: #22c55e;
}

.ndb-casino-modal__list-item--con::before {
  content: "✗";
  color: #ef4444;
}

.ndb-casino-modal__payments {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
}

.ndb-casino-modal__payment {
  font-size: 0.72rem;
  font-weight: 600;
  padding: 0.25rem 0.6rem;
  border-radius: 0.35rem;
  background: #f1f5f9;
  color: #475569;
  border: 1px solid #e2e8f0;
}

.ndb-casino-modal__footer {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  padding: 1rem 1.25rem;
  border-top: 1px solid #e2e8f0;
  flex-shrink: 0;
}

.ndb-casino-modal__btn-review,
.ndb-casino-modal__btn-play {
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.65rem 1rem;
  border-radius: 0.6rem;
  font-size: 0.85rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s;
}

.ndb-casino-modal__btn-review {
  background: #f8fafc;
  color: #475569;
  border: 1px solid #e2e8f0;
}

.ndb-casino-modal__btn-review:hover {
  background: #f1f5f9;
  color: #1e293b;
}

.ndb-casino-modal__btn-play {
  background: linear-gradient(135deg, #f59e0b, #d97706);
  color: #fff;
  border: none;
}

.ndb-casino-modal__btn-play:hover {
  background: linear-gradient(135deg, #fbbf24, #f59e0b);
  box-shadow: 0 2px 12px rgba(245, 158, 11, 0.3);
}

.ndb-casino-modal__disclaimer {
  width: 100%;
  text-align: center;
  font-size: 0.62rem;
  color: #94a3b8;
  margin: 0.25rem 0 0;
}

.ndb-casino-modal__disclaimer a {
  color: #94a3b8;
  text-decoration: underline;
}

.ndb-casino-modal__disclaimer a:hover {
  color: #64748b;
}

@keyframes ndbModalFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes ndbModalSlideUp {
  from {
    transform: translateY(100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@media (min-width: 641px) {
  @keyframes ndbModalSlideUp {
    from {
      transform: scale(0.95);
      opacity: 0;
    }
    to {
      transform: scale(1);
      opacity: 1;
    }
  }
}

/* ==========================================================================
   Contact Page — Full-width, no sidebar, enterprise feel
   ========================================================================== */

.ndb-contact-page {
  padding: 3rem 0 4rem;
  background: #fff;
}

.ndb-contact-page .ndb-site-container {
  max-width: 720px;
}

/* ---- Channel links row ---- */
.ndb-contact-channels {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-bottom: 3rem;
  border: 1px solid #e2e8f0;
  border-radius: 0.75rem;
  overflow: hidden;
  background: #fff;
}

.ndb-contact-channel {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.1rem 1.5rem;
  text-decoration: none;
  color: #1e293b;
  transition: background 0.15s;
  border-bottom: 1px solid #f1f5f9;
}

.ndb-contact-channel:last-child {
  border-bottom: none;
}

.ndb-contact-channel:hover {
  background: #f8fafc;
}

.ndb-contact-channel__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: #eef2ff;
  color: #6366f1;
  flex-shrink: 0;
}

.ndb-contact-channel__icon--fb {
  background: #e8f0fe;
  color: #1877f2;
}

.ndb-contact-channel__icon--x {
  background: #f1f5f9;
  color: #0f172a;
}

.ndb-contact-channel__text {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  flex: 1;
  min-width: 0;
}

.ndb-contact-channel__text strong {
  font-size: 0.9rem;
  font-weight: 600;
  color: #0f172a;
}

.ndb-contact-channel__text span {
  font-size: 0.82rem;
  color: #64748b;
}

.ndb-contact-channel__arrow {
  color: #cbd5e1;
  flex-shrink: 0;
  transition:
    transform 0.15s,
    color 0.15s;
}

.ndb-contact-channel:hover .ndb-contact-channel__arrow {
  color: #6366f1;
  transform: translateX(3px);
}

/* ---- Form wrapper ---- */
.ndb-contact-form-wrap {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 0.75rem;
  padding: 2.5rem 2rem;
  margin-bottom: 2.5rem;
}

.ndb-contact-form-header {
  margin-bottom: 2rem;
}

.ndb-contact-form-header__title {
  font-size: 1.35rem;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 0.4rem;
}

.ndb-contact-form-header__sub {
  font-size: 0.9rem;
  color: #64748b;
  margin: 0;
  line-height: 1.5;
}

.ndb-contact-form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-bottom: 1rem;
}

@media (max-width: 540px) {
  .ndb-contact-form__row {
    grid-template-columns: 1fr;
  }
}

.ndb-contact-form__field {
  margin-bottom: 1rem;
}

.ndb-contact-form__label {
  display: block;
  font-size: 0.82rem;
  font-weight: 600;
  color: #334155;
  margin-bottom: 0.4rem;
}

.ndb-contact-form__input,
.ndb-contact-form__textarea {
  width: 100%;
  padding: 0.7rem 0.9rem;
  font-size: 0.9rem;
  color: #1e293b;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 0.5rem;
  transition:
    border-color 0.2s,
    box-shadow 0.2s;
  font-family: inherit;
}

.ndb-contact-form__input:focus,
.ndb-contact-form__textarea:focus {
  outline: none;
  border-color: #6366f1;
  box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.1);
  background: #fff;
}

.ndb-contact-form__textarea {
  resize: vertical;
  min-height: 140px;
}

.ndb-contact-form__submit {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.8rem 2rem;
  font-size: 0.92rem;
  font-weight: 600;
  color: #fff;
  background: #4f46e5;
  border: none;
  border-radius: 0.5rem;
  cursor: pointer;
  transition:
    background 0.2s,
    box-shadow 0.2s;
  margin-top: 0.5rem;
}

.ndb-contact-form__submit:hover {
  background: #4338ca;
  box-shadow: 0 4px 14px rgba(79, 70, 229, 0.25);
}

.ndb-contact-form__submit:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}

.ndb-contact-form__status {
  margin-top: 1rem;
  padding: 0.75rem 1rem;
  border-radius: 0.5rem;
  font-size: 0.85rem;
  font-weight: 500;
}

.ndb-contact-form__status--ok {
  background: #ecfdf5;
  color: #059669;
  border: 1px solid #a7f3d0;
}

.ndb-contact-form__status--err {
  background: #fef2f2;
  color: #dc2626;
  border: 1px solid #fecaca;
}

/* ---- Trust badges ---- */
.ndb-contact-trust {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.5rem 2.5rem;
  margin-bottom: 2rem;
}

.ndb-contact-trust__item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.82rem;
  font-weight: 500;
  color: #64748b;
}

.ndb-contact-trust__item svg {
  color: #6366f1;
  flex-shrink: 0;
}

/* ---- Bottom disclaimer ---- */
.ndb-contact-bottom {
  text-align: center;
  padding: 1.5rem 0 0;
  border-top: 1px solid #e2e8f0;
}

.ndb-contact-bottom p {
  font-size: 0.78rem;
  color: #94a3b8;
  margin: 0;
}

.ndb-contact-bottom a {
  color: #6366f1;
  text-decoration: underline;
}

/* ---- Extra content (WP editor) ---- */
.ndb-contact-extra {
  margin-top: 2.5rem;
  font-size: 0.9rem;
  color: #475569;
  line-height: 1.65;
}

/* ---- Responsive polish ---- */
@media (max-width: 640px) {
  .ndb-contact-form-wrap {
    padding: 1.5rem 1.25rem;
  }

  .ndb-contact-channel {
    padding: 1rem 1.15rem;
  }
}
