.product-listing .gallery-title{
  margin: 0 0 14px;
  font-size: 1.35rem;
  line-height: 1.25;
  color: var(--wp--custom--text);
}

.dot-indicator {
  width: 10px; height: 10px; border-radius: 999px; border: 0;
  background: color-mix(in srgb, var(--wp--custom--secondary-text) 55%, transparent);
  cursor: pointer; padding: 0;
}

.logos-section .logos-intro{max-width:72ch;line-height:1.55;color:var(--wp--custom--text);font-size:.95rem}

.e-menu .wp-block-accordion.is-menu-open > .wp-block-accordion__content {
  display: grid;
}

.entry-content { color: var(--wp--custom--secondary-text); line-height: 1.65; }

.wp-block-header .sub-menu {
  max-width: calc(100vw - 24px);
}

.faq-container .faq-row.is-expanded .faq-answer{ display: block; }

.sidebar-primary li:has(> ul) > a::after {
  content: none;
}

.wp-block-header .sub-menu .sub-menu::before {
  content: "";
  position: absolute;
  left: -12px;
  top: 0;
  bottom: 0;
  width: 12px;
}

.author-card .author-image-wrap img{width:100%;height:100%;object-fit:cover}

.wp-block-post-navigation-link[data-ui5rf3j1] { right: 0.4rem; }

.steps-layout .steps-indicator{color:var(--wp--custom--brand)}

.review-summary-section .cons-column{border-top:3px solid var(--wp--custom--highlight-2)}

[data-uis2n2un]:hover,
 [data-uis2n2un]:focus-visible,
 [data-uis2n2un][aria-current="page"] { border-bottom-color: var(--wp--custom--brand); }

[data-uiuur1fa="vuz1ulbd"]:has([data-uiytyjze="vse8vruq"]) .sidebar-drawer {
  box-shadow: -4px 0 28px color-mix(in srgb, var(--wp--custom--text) 9%, transparent);
}

.wp-block-header .elementor-block > .block-946:first-child {
  font-weight: 700;
  font-size: 1.05rem;
  letter-spacing: -0.02em;
  color: var(--wp--custom--text);
  text-decoration: none;
  white-space: nowrap;
  flex-shrink: 0;
}

.wp-block-header .sub-menu .sub-menu {
  top: -8px;
  left: calc(100% - 8px);
  min-width: 200px;
}

.product-listing {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); gap: 9px;
}

.author-card .author-heading{margin:0 0 4px;color:var(--wp--custom--flip-fg)}

.wp-block-post-navigation-link[data-uirsaq3j] { left: 0.4rem; }

.article-media-section .article-media-visual{aspect-ratio:4 / 3;overflow:hidden}

.aside-sidebar .aside-link-item.active-block > .block-946 {
  border-color: var(--wp--custom--brand);
  color: var(--wp--custom--brand); font-weight: 700;
}

.stats-section{
  display: grid; grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 9px; box-sizing: border-box; min-width: 0;
}

.hero-call-to-action, .wp-block-button__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  background: var(--wp--custom--brand);
  color: var(--wp--custom--key-fg, #fff) !important;
  padding: 12px 22px;
  border-radius: var(--wp--custom--radius, 8px);
  text-decoration: none;
}

.sidebar-primary li:has(> ul).is-menu-open > .sidebar-sub-menu-toggle::before {
  transform: rotate(90deg);
}

.features-layout .features-block p{ margin: 0; color: var(--wp--custom--secondary-text); }

.e-menu .wp-block-accordion > .menu-item-title::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid currentColor;
  opacity: 0.55;
  transition: transform .2s ease;
  flex-shrink: 0;
}

.wp-block-group .wp-block-post-title{
  margin: 0; color: var(--wp--custom--text); overflow-wrap: anywhere; line-height: 1.15;
}

h1, h2, h3, h4,
[class*="title"], [class*="Title"], [class*="headline"], [class*="Headline"] {
  font-family: var(--wp--custom--heading-family);
}

.e-menu .menu-item.active-block > .menu-link {
  color: var(--wp--custom--brand);
  font-weight: 600;
}

.aside-sidebar .block-685 {
  padding: 8px 4px; font-size: 0.72rem; font-weight: 800;
  text-transform: uppercase; color: var(--wp--custom--secondary-text);
}

.__gone__ .sub-menu .block-685:hover,
.__gone__ .sub-menu .block-946:hover {
  color: var(--wp--custom--brand);
}

h1 { font-size: calc(2.25rem * var(--wp--custom--h-scale, 1)); }

.author-card .author-image-wrap{width:120px;height:120px;border-radius:50%;overflow:hidden;background:color-mix(in srgb,var(--wp--custom--flip-fg) 12%,transparent);display:grid;place-items:center;flex-shrink:0}

.has-cta-banner-root .e-cta-banner-title{ margin: 0; color: var(--wp--custom--key-fg); padding-right: 12px; min-width: 0; }

.wp-block-gallery:not(.is-scrollable) [data-uin34hw7] {
  justify-content: center;
}

.review-summary-section .review-summary-title{
  margin: 0 0 14px;
  font-size: 1.35rem;
  line-height: 1.25;
  color: var(--wp--custom--text);
}

.features-layout .features-header{
  margin: 0 0 14px;
  font-size: 1.35rem;
  line-height: 1.25;
  color: var(--wp--custom--text);
}

:root {
  --wp--custom--heading-family: 'Manrope', system-ui, sans-serif;
  --wp--custom--body-family: 'Inter', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --wp--custom--radius: 7px;
  --wp--custom--btn-transform: none;
  --wp--custom--btn-tone: brightness(1.06);
  --wp--custom--btn-shadow: 0 0 0 3px color-mix(in srgb, var(--wp--custom--brand) 35%, transparent);
  --wp--custom--body-scale: 0.92;
  --wp--custom--h-scale: 1.1;
  --wp--custom--zoom: 0.9;
}

.logos-section .logos-title{
  margin: 0 0 14px;
  font-size: 1.35rem;
  line-height: 1.25;
  color: var(--wp--custom--text);
}

.benefits-container .benefits-header{
  margin: 0 0 14px;
  font-size: 1.35rem;
  line-height: 1.25;
  color: var(--wp--custom--text);
}

h3 { font-size: calc(1.35rem * var(--wp--custom--h-scale, 1)); }

 [data-uis2n2un] {
  position: relative;
  text-decoration: none;
  transition: color .18s ease, background-color .18s ease, box-shadow .18s ease,
    text-shadow .18s ease, border-color .18s ease;
}

.faq-mini-section .faq-mini-question{cursor:pointer;padding:10px 12px;font-size:.88rem;color:var(--wp--custom--text);list-style:none;font-weight:600}

.wp-block-cover,
.wp-block-group {
  min-width: 0;
  width: 100%;
  box-sizing: border-box;
  overflow-wrap: normal;
}

.toc-container .e-toc-item a:hover { background: color-mix(in srgb, var(--wp--custom--flip-fg) 12%, transparent); }

.wp-block-header,
.wp-block-header .elementor-block,
.wp-block-header .elementor-block > .wp-block-navigation__inner-container,
.wp-block-header .block-741 {
  overflow: visible;
}

.wp-block-header .sub-menu::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -14px;
  height: 14px;
}

.faq-mini-section .faq-mini-question::-webkit-details-marker{display:none}

.aside-sidebar .aside-submenu { list-style: none; padding: 0; margin: 0; border: 0; gap: 6px; }

.benefits-container .benefits-entry p{ margin: 0; color: var(--wp--custom--secondary-text); }

.toc-container {
  padding: clamp(14px, calc(14px + 0.0159 * (100vw - 360px)), 21px); background: var(--wp--custom--flip-bg); color: var(--wp--custom--flip-fg);
  border-radius: 7px; border-bottom: 3px solid var(--wp--custom--highlight-2);
}

.features-layout .features-block:first-child{
  background: var(--wp--custom--key-soft); border-color: var(--wp--custom--brand);
}

.sidebar-primary a.is-front-page,
.sidebar-primary > aside > a:first-of-type {
  display: block;
  margin-bottom: 12px;
}

.wp-block-header .elementor-block > .wp-block-navigation__inner-container {
  flex-wrap: wrap;
  min-width: 0;
}

.breadcrumb-container [aria-current="page"]{color:var(--wp--custom--brand);font-weight:700}

.payout-section .payout-details{display:block;margin:0 0 8px;font-size:1.1rem;font-weight:800;color:var(--wp--custom--brand)}

.wp-block-header .elementor-block > .wp-block-navigation__inner-container {
  display: flex;
  gap: 4px 8px;
  list-style: none;
  margin: 0;
  padding: 0;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
}

.stats-section .stats-block span{ color: var(--wp--custom--secondary-text); font-size: 0.85rem; }

.author-card .author-content{min-width:0}

.testi-section .testi-header{
  margin: 0 0 14px;
  font-size: 1.35rem;
  line-height: 1.25;
  color: var(--wp--custom--text);
}

[data-uil56vw1] { scroll-snap-align: start; }

.menu-toggle-trigger[aria-expanded="true"]::after {
  content: "✕";
}

.logos-section{display:flex;flex-direction:column;gap:9px;min-width:0}

.layout-split-container .layout-split-left,
.layout-split-container .layout-split-right{
  min-width: 0; box-sizing: border-box; position: relative;
  padding: calc(clamp(14px, calc(14px + 0.0159 * (100vw - 360px)), 21px) + 18px) calc(clamp(14px, calc(14px + 0.0159 * (100vw - 360px)), 21px) + 10px) clamp(14px, calc(14px + 0.0159 * (100vw - 360px)), 21px);
  background: var(--wp--custom--base); border: 1px solid var(--wp--custom--border);
  color: var(--wp--custom--secondary-text);
  clip-path: polygon(0 0, calc(100% - 16px) 0, 100% 16px, 100% 100%, 0 100%);
  counter-increment: col;
}

@font-face {
  font-family: 'Inter';
  src: url('/assets/fonts/inter-latin-700-normal.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: optional;
}

.benefits-container .benefits-entry{
  padding: clamp(14px, calc(14px + 0.0159 * (100vw - 360px)), 21px) calc(clamp(14px, calc(14px + 0.0159 * (100vw - 360px)), 21px) + 8px);
  border: 1px dashed var(--wp--custom--edge-2);
  background: color-mix(in srgb, var(--wp--custom--sheet) 90%, var(--wp--custom--key-soft));
  clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 14px, 100% 100%, 0 100%);
  box-sizing: border-box; min-width: 0;
}

.wp-block-group .hero-primary-btn{
  position: relative; z-index: 1; display: inline-block;
  background: var(--wp--custom--key-fg); color: var(--wp--custom--highlight-2);
  padding: calc(14px + 6px) calc(25px + 18px);
  border-radius: 7px;
  text-decoration: none; font-weight: 800; font-size: 1.1rem;
  box-shadow: 0 12px 30px color-mix(in srgb, var(--wp--custom--flip-bg) 30%, transparent);
}

.article-media-section{
  display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 0; overflow: hidden; box-sizing: border-box; min-width: 0;
}

.payout-section .payout-label{margin:0 0 6px;color:var(--wp--custom--text)}

.features-layout .features-subheading{ margin: 0 0 8px; color: var(--wp--custom--text); }

html {
  background: var(--wp--custom--base, #f7f6f8);
  scroll-behavior: smooth;
  
  scroll-padding-top: var(--wp--custom--nav-h, 80px);
}

.testi-section:has(> :last-child:nth-child(2)) { grid-template-columns: repeat(auto-fit, minmax(max(220px, calc((100% - 1 * 9px) / 2)), 1fr)); }

.wp-block-header .elementor-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: min(100%, 1008px);
  margin: 0 auto;
}

[data-uis2n2un]:not(:has(~ ul))::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: -4px; height: 1px;
  background: var(--wp--custom--brand); transform: scaleX(0); transform-origin: left; transition: transform .22s ease;
}

.menu-toggle-close {
  border: 0;
  background: transparent;
  color: var(--wp--custom--text);
  font-size: 1.75rem;
  line-height: 1;
  cursor: pointer;
  margin-bottom: 12px;
}

.wp-block-gallery {
  position: relative; width: 100%; max-width: 100%; min-width: 0; box-sizing: border-box;
}

.footer-block .footer-extra-links a {
  display: inline-flex; align-items: center;
  padding: 4px 10px; border-radius: 999px;
  background: transparent;
  color: var(--wp--custom--secondary-text); text-decoration: none; font-size: 0.8rem; font-weight: 500;
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--wp--custom--border) 55%, transparent);
}

.sidebar-primary li.active-block > .sidebar-sub-menu-toggle,
.sidebar-primary li:has(.active-block) > .sidebar-sub-menu-toggle,
.sidebar-primary .sidebar-sub-menu-toggle {
  background: transparent !important;
  box-shadow: none !important;
  color: var(--wp--custom--secondary-text);
}

.article-media-section .article-media-text div{
  color: color-mix(in srgb, var(--wp--custom--flip-fg) 80%, transparent); line-height: 1.65;
}

.benefits-container:has(> :last-child:nth-child(6)) { grid-template-columns: repeat(auto-fit, minmax(max(200px, calc((100% - 2 * 9px) / 3)), 1fr)); }

.timeline-container .timeline-label{grid-column:2;grid-row:1;margin:0 0 4px;color:var(--wp--custom--text);min-width:0}

.timeline-container .timeline-point{grid-column:1;grid-row:1;font-family:var(--wp--custom--tt-font,ui-monospace,monospace);font-size:.85rem;color:var(--wp--custom--brand);font-weight:700;white-space:nowrap}

[data-uiuur1fa="v65bhucm"]:has([data-uiytyjze="vse8vruq"]) .primary-nav {
  border-bottom: 0 !important;
  background: var(--wp--custom--sheet);
  box-shadow: 0 4px 22px color-mix(in srgb, var(--wp--custom--text) 8%, transparent);
}

.faq-container .faq-question{
  width: 100%; text-align: left; cursor: pointer;
  background: var(--wp--custom--flip-bg); color: var(--wp--custom--flip-fg);
  border: 0; padding: clamp(14px, calc(14px + 0.0159 * (100vw - 360px)), 21px) calc(clamp(14px, calc(14px + 0.0159 * (100vw - 360px)), 21px) + 8px);
  font-weight: 700; box-sizing: border-box;
}

[data-uiuur1fa="vatkzati"] .main-article > .section-sequence {
  margin-top: calc(-0.55 * 29px);
}

.wp-block-header .sub-menu .block-946,
.wp-block-header .sub-menu .block-685 {
  width: 100%;
  justify-content: space-between;
}

.wp-block-post-navigation-link,
 .slider-loader-progress { display: none !important; }

.article-body{color:var(--wp--custom--text);line-height:1.6}

.wp-block-group{
  display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 0; width: 100%; min-width: 0; box-sizing: border-box; overflow: hidden;
  border-radius: 7px;
}

.elementor-widget {
  
  min-height: 280px;
}

.ribbon-bar{
  display: grid; gap: 10px; justify-items: center; text-align: center;
  padding: 18px 30px;
  background: var(--wp--custom--key-soft); border-top: 3px solid var(--wp--custom--brand);
  box-sizing: border-box; min-width: 0;
}

.review-summary-section .pros-list-item,.review-summary-section .cons-list-item{margin:0 0 12px;padding:0 0 10px;border-bottom:1px dashed var(--wp--custom--border)}

.faq-mini-section .faq-mini-item:last-child{border-bottom:0}

.review-summary-section .pros-list-item:last-child,.review-summary-section .cons-list-item:last-child{border-bottom:0;margin-bottom:0;padding-bottom:0}

.__gone__ .wp-block-navigation__inner-container,
.__gone__ ul:first-child {
  margin-left: auto;
}

.wp-block-group .hero-poster{
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
}

.payout-section .payout-row{padding:clamp(14px, calc(14px + 0.0159 * (100vw - 360px)), 21px);border-top:3px solid var(--wp--custom--brand);background:var(--wp--custom--base);box-sizing:border-box;min-width:0}

.toc-container .toc-list-nav { margin: 0; padding: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px 16px; }

[data-ui12p9kh="vtlbj0ep"].wp-site-blocks.is-menu-open,
body.nav-open [data-ui12p9kh="vtlbj0ep"].wp-site-blocks {
  pointer-events: auto;
}

.__gone__ .cards-layout:has(> :last-child:nth-child(9)) { grid-template-columns: repeat(auto-fit, minmax(max(190px, calc((100% - 2 * 9px) / 3)), 1fr)); }

.product-listing .product-item {
  margin: 0; background: linear-gradient(145deg, var(--wp--custom--key-soft), var(--wp--custom--brand));
  border-radius: 7px; overflow: hidden; border: 1px solid var(--wp--custom--border);
  min-height: 140px; display: grid; align-content: end;
}

.__gone__ .cards-layout:has(> :last-child:nth-child(5)) { grid-template-columns: repeat(auto-fit, minmax(max(190px, calc((100% - 2 * 9px) / 3)), 1fr)); }

[data-ui12p9kh="vtlbj0ep"].wp-site-blocks {
  position: fixed;
  inset: 0;
  
  z-index: 58;
  pointer-events: none;
  background: transparent;
}

.testi-section:has(> :last-child:nth-child(5)) { grid-template-columns: repeat(auto-fit, minmax(max(220px, calc((100% - 2 * 9px) / 3)), 1fr)); }

.aside-sidebar .block-946:hover {
  border-color: color-mix(in srgb, var(--wp--custom--brand) 40%, var(--wp--custom--border));
}

.layout-split-container .layout-split-title{
  margin: 0 0 14px;
  font-size: 1.35rem;
  line-height: 1.25;
  color: var(--wp--custom--text);
}

.testi-section:has(> :last-child:nth-child(9)) { grid-template-columns: repeat(auto-fit, minmax(max(220px, calc((100% - 2 * 9px) / 3)), 1fr)); }

.faq-mini-section .faq-mini-answer p{margin:0}

[data-ui12p9kh="vtlbj0ep"].wp-site-blocks.is-menu-open .off-canvas-drawer,
body.nav-open [data-ui12p9kh="vtlbj0ep"] .off-canvas-drawer {
  opacity: 1;
  visibility: visible;
}

.wp-block-text-columns { padding: 28px 0 8px; }

.action-section > p{ margin: 0; color: var(--wp--custom--secondary-text); max-width: 34rem; }

.sidebar-primary li:has(> ul):not(.active-block):has(.active-block) > a,
.sidebar-primary li:has(> ul):not(.active-block):has(.active-block) > span {
  color: var(--wp--custom--text);
  font-weight: 600;
  background: transparent;
  box-shadow: none;
}

.has-cta-banner-root{
  display: grid; grid-template-columns: minmax(0, 0.85fr) minmax(0, 1fr) auto;
  gap: 22px; align-items: center;
  padding: 18px 30px;
  background: var(--wp--custom--brand); color: var(--wp--custom--key-fg);
  clip-path: polygon(0 0, calc(100% - 28px) 0, 100% 50%, calc(100% - 28px) 100%, 0 100%);
  box-sizing: border-box; min-width: 0;
}

@font-face {
  font-family: 'Manrope';
  src: url('/assets/fonts/manrope-latin-400-normal.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

a[class*="btn"],
a[class*="-cta-"],
button,
[class*="Btn"],
[class*="-btn-"] {
  transition: transform 0.18s ease, filter 0.18s ease, box-shadow 0.18s ease;
}

.stats-section .stats-subheading{
  display: block; font-size: 1.7rem; color: var(--wp--custom--primary-hard); font-weight: 800;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}

.logos-section .logos-intro a{color:var(--wp--custom--brand)}

.footer-block .wp-block-block a {
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border-radius: var(--wp--custom--radius, 10px);
  background: color-mix(in srgb, var(--wp--custom--base) 80%, var(--wp--custom--sheet));
  color: var(--wp--custom--text);
  text-decoration: none;
  font-size: 0.88rem;
  font-weight: 600;
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--wp--custom--border) 75%, transparent);
}

.action-section .action-heading{ margin: 0; color: var(--wp--custom--text); }

.menu-toggle-trigger::after {
  content: "☰";
  font-size: 1.25rem;
  line-height: 1;
}

.faq-mini-section .faq-mini-answer{padding:0 12px 10px;font-size:.84rem;color:var(--wp--custom--secondary-text)}

.product-listing .product-item{aspect-ratio:4 / 3;overflow:hidden}

.__gone__ .card-heading{
  margin: 0 0 8px; color: var(--wp--custom--text);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}

.action-section{
  padding: 18px 30px;
  background: var(--wp--custom--key-soft); text-align: center;
  display: grid; gap: 12px; justify-items: center;
  border-radius: 7px; box-sizing: border-box; min-width: 0;
}

.review-summary-section .review-summary-label{margin:0 0 12px;color:var(--wp--custom--text);font-size:.85rem;letter-spacing:.04em;text-transform:uppercase}

.action-section .action-button{
  display: inline-block; background: transparent; color: var(--wp--custom--primary-hard);
  border: 2px solid var(--wp--custom--primary-hard); padding: 14px 25px;
  border-radius: 7px; text-decoration: none; font-weight: 700;
}

.layout-split-container .layout-split-left p,
.layout-split-container .layout-split-right p{ margin: 0 0 0.85em; }

.faq-mini-section .faq-mini-label{margin:0;padding:10px 12px;background:var(--wp--custom--sheet);border-bottom:1px solid var(--wp--custom--border);font-size:.78rem;color:var(--wp--custom--text);text-transform:uppercase}

.__gone__ .card-thumb{ display: block; width: 100%; height: 100%; object-fit: cover; }

.payout-section{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;min-width:0}

.game-category-grid .game-category-thumb img{width:100%;height:100%;object-fit:cover;display:block}

.entry-content a:hover { text-decoration: underline; }

.wp-block-post-navigation-link {
  position: absolute; top: 50%; transform: translateY(-50%); z-index: 2;
  width: 2.4rem; height: 2.4rem; border: 0; cursor: pointer;
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 1.35rem; line-height: 1;
  color: var(--wp--custom--key-fg); background: var(--wp--custom--brand);
  transition: opacity .15s ease;
}

.sidebar-primary .sidebar-sub-menu-toggle:focus-visible {
  box-shadow: inset 0 0 0 2px var(--wp--custom--brand, currentColor);
}

.has-text-align-center {
  color: var(--wp--custom--text);
  margin: 0 0 12px;
  font-size: 1.35rem;
  letter-spacing: -0.02em;
}

.aside-sidebar > .block-946,
.aside-sidebar .block-946.is-front-page { display: block; margin-bottom: 16px; }

.elementor-widget{min-height:280px}

.wp-block-post-title,
.wp-block-group h1 {
  max-width: 100%;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
  line-height: 1.2;
}

.timeline-container{display:grid;gap:9px;min-width:0}

.review-summary-section p{margin:0;color:var(--wp--custom--secondary-text)}

.sidebar-primary .sidebar-sub-menu-toggle::before {
  content: '›';
  font-size: 1.15rem;
  line-height: 1;
  transition: transform 0.2s ease;
  transform: rotate(0deg);
}

.layout-split-container .layout-split-left p:last-child,
.layout-split-container .layout-split-right p:last-child{ margin-bottom: 0; }

[data-uis2n2un]:not(:has(~ ul)):hover::after,
 [data-uis2n2un]:not(:has(~ ul)):focus-visible::after,
 [data-uis2n2un]:not(:has(~ ul))[aria-current="page"]::after { transform: scaleX(1); }

.benefits-container:has(> :last-child:nth-child(3)) { grid-template-columns: repeat(auto-fit, minmax(max(200px, calc((100% - 2 * 9px) / 3)), 1fr)); }

.game-category-grid .game-category-thumb{aspect-ratio:16/10;overflow:hidden;margin:0 0 12px;background:var(--wp--custom--key-soft);border-radius:calc(7px - 2px)}

.author-card .author-image-wrap{aspect-ratio:1 / 1;overflow:hidden}

 .menu-toggle-trigger {
  position: fixed;
  top: auto;
  left: auto;
  right: max(12px, env(safe-area-inset-right, 0px));
  bottom: max(16px, env(safe-area-inset-bottom, 0px));
  border-radius: 999px;
  width: 52px;
  height: 52px;
  padding: 0;
  box-shadow: 0 8px 24px color-mix(in srgb, var(--wp--custom--text) 18%, transparent);
}

.__gone__ .card-visual{ aspect-ratio: 16/10; overflow: hidden; margin: 0 0 10px; background: var(--wp--custom--key-soft); max-width: 100%; min-width: 0; }

.__gone__ .cards-layout:has(> :last-child:nth-child(6)) { grid-template-columns: repeat(auto-fit, minmax(max(190px, calc((100% - 2 * 9px) / 3)), 1fr)); }

.stats-section .stats-block{
  padding: clamp(14px, calc(14px + 0.0159 * (100vw - 360px)), 21px) calc(clamp(14px, calc(14px + 0.0159 * (100vw - 360px)), 21px) + 8px);
  border: 1px dashed var(--wp--custom--edge-2); background: var(--wp--custom--sheet);
  clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 12px, 100% 100%, 0 100%);
  box-sizing: border-box; min-width: 0;
}

.testi-section .testi-card{
  margin: 0; padding: clamp(14px, calc(14px + 0.0159 * (100vw - 360px)), 21px) calc(clamp(14px, calc(14px + 0.0159 * (100vw - 360px)), 21px) + 8px);
  background: var(--wp--custom--sheet); border: 1px solid var(--wp--custom--edge-2);
  box-shadow: 10px 10px 0 var(--wp--custom--key-soft); box-sizing: border-box; min-width: 0;
}

.wp-block-header .block-946,
.wp-block-header .block-685 {
  color: var(--wp--custom--text);
  text-decoration: none;
  font-size: 0.92rem;
  font-weight: 500;
  background: transparent;
  border: 0;
  cursor: pointer;
  padding: 8px 10px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
  font-family: inherit;
}

.layout-split-container{
  display: grid; grid-template-columns: 1fr 1fr; gap: 9px;
  counter-reset: col; box-sizing: border-box; min-width: 0;
}

h2 { font-size: calc(1.75rem * var(--wp--custom--h-scale, 1)); }

.process-section p{margin:0;color:var(--wp--custom--secondary-text)}

.e-menu .wp-block-button .menu-link {
  margin-top: 12px;
  justify-content: center;
  background: var(--wp--custom--brand);
  color: var(--wp--custom--key-fg, #fff) !important;
  border-radius: var(--wp--custom--radius, 8px);
  padding: 12px 16px;
  font-weight: 700;
  box-shadow: none;
  transform: none;
  filter: none;
}

.layout-split-container .layout-split-left::before,
.layout-split-container .layout-split-right::before{
  content: counter(col, decimal-leading-zero);
  position: absolute; top: 8px; left: calc(clamp(14px, calc(14px + 0.0159 * (100vw - 360px)), 21px) + 10px);
  font-size: 0.8rem; font-weight: 800; color: var(--wp--custom--brand);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}

[data-uin34hw7] {
  scroll-snap-type: x mandatory; scrollbar-width: none;
  
  margin-bottom: 2.5rem;
}

.aside-sidebar .aside-sidebar { padding: 6px 4px; }

.benefits-container .benefits-subheading{
  margin: 0 0 8px; color: var(--wp--custom--primary-hard);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.95rem; letter-spacing: 0.02em;
}

.sidebar-primary .sidebar-sub-menu-toggle:hover,
.sidebar-primary .sidebar-sub-menu-toggle:focus-visible {
  color: var(--wp--custom--text, inherit);
  outline: none;
}

.footer-block .wp-block-block a:hover {
  background: color-mix(in srgb, var(--wp--custom--brand) 12%, var(--wp--custom--sheet));
  color: var(--wp--custom--brand);
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--wp--custom--brand) 35%, transparent);
}

.steps-layout .accordion-body{margin-top:10px;color:var(--wp--custom--secondary-text);font-family:var(--wp--custom--body-family,sans-serif);font-size:.92rem}

.has-cta-banner-root .banner-cta-link{
  background: transparent; color: var(--wp--custom--key-fg);
  border: 2px solid var(--wp--custom--key-fg); padding: 14px 25px;
  text-decoration: none; font-weight: 700; border-radius: 7px;
}

.benefits-container{
  display: grid; grid-template-columns: repeat(auto-fit, minmax(max(200px, calc((100% - 3 * 9px) / 4)), 1fr));
  gap: 9px; box-sizing: border-box; min-width: 0;
}

.slider-pagination {
  display: flex; gap: 8px; justify-content: center;
  margin-top: 0.35rem; margin-bottom: 0; min-height: 1.5rem; align-items: center;
}

.review-summary-section .pros-column{border-top:3px solid var(--wp--custom--brand)}

.footer-block .footer-top-section {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 18px 20px;
  border-radius: calc(var(--wp--custom--radius, 12px) + 4px);
  background: var(--wp--custom--sheet);
  box-shadow:
    0 10px 30px color-mix(in srgb, var(--wp--custom--text) 10%, transparent),
    0 1px 0 color-mix(in srgb, var(--wp--custom--border) 80%, transparent);
}

.__gone__ .cards-layout:has(> :last-child:nth-child(2)) { grid-template-columns: repeat(auto-fit, minmax(max(190px, calc((100% - 1 * 9px) / 2)), 1fr)); }

.hero-call-to-action:hover, .wp-block-button__link:hover { filter: brightness(1.06); }

[data-uirsaq3j].has-full-width-content, [data-ui5rf3j1].has-full-width-content { opacity: 0; pointer-events: none; }

.timeline-container p{grid-column:1 / -1;grid-row:2;margin:0;color:var(--wp--custom--secondary-text);line-height:1.55}

a { color: var(--wp--custom--url, var(--wp--custom--brand)); }

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

.elementor-widget { border-radius: 7px; padding: 1rem; background: color-mix(in srgb, var(--wp--custom--sheet) 60%, transparent); border: 1px solid color-mix(in srgb, var(--wp--custom--brand) 35%, transparent); backdrop-filter: blur(10px); }

[data-uin34hw7]::-webkit-scrollbar { display: none; }

.features-layout{
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 9px;
  box-sizing: border-box; min-width: 0;
}

.e-menu .wp-block-accordion__content .menu-link {
  font-weight: 500;
  font-size: 0.95rem;
  padding: 10px 8px;
  color: var(--wp--custom--secondary-text);
}

.faq-container{
  display: grid; gap: 21px; box-sizing: border-box; min-width: 0;
}

.e-menu .menu-link:hover,
.e-menu .menu-item-title:hover {
  color: var(--wp--custom--brand);
  background: color-mix(in srgb, var(--wp--custom--brand) 10%, transparent);
}

.article-media-section .article-media-text h2{ margin: 0 0 10px; color: var(--wp--custom--flip-fg); }

.game-category-grid .game-category-name{margin:0 0 6px;color:var(--wp--custom--text)}

.entry-content a { color: var(--wp--custom--brand); font-weight: 600; text-decoration: none; }

.logos-section .logos-brand{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:8px;min-height:0;padding:14px 12px;background:var(--wp--custom--sheet);border:1px solid var(--wp--custom--border);border-radius:7px;color:var(--wp--custom--secondary-text);font-size:.85rem;font-weight:600;box-sizing:border-box;text-align:center}

.wp-block-header .has-nav-cta > a {
  display: inline-flex;
  align-items: center;
  background: var(--wp--custom--brand);
  color: var(--wp--custom--key-fg) !important;
  padding: 14px 25px;
  border-radius: 7px;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9rem;
}

.__gone__ .card-copy{ margin: 0; color: var(--wp--custom--secondary-text); }

.testi-section .testi-quote{ margin: 0 0 12px; color: var(--wp--custom--secondary-text); }

.menu-toggle-trigger {
  display: none;
  position: fixed;
  top: 12px;
  right: 12px;
  z-index: 60;
  border: 0;
  background: var(--wp--custom--brand);
  color: var(--wp--custom--key-fg, #fff);
  padding: 11px 18px;
  border-radius: var(--wp--custom--radius, 6px);
  cursor: pointer;
  font-size: 0;
  line-height: 1;
  align-items: center;
  justify-content: center;
}

.logos-section .logos-brand img{width:56px;height:56px;max-width:100%;object-fit:cover;border-radius:8px;opacity:.92;filter:none}

.wp-block-header .is-style-dropdown > .block-685::after,
.wp-block-header .block-741:has(> .sub-menu) > .block-946::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid currentColor;
  opacity: 0.7;
}

.dot-indicator:hover,
.dot-indicator:focus-visible,
.dot-indicator.active-block {
  background: var(--wp--custom--brand);
}

.process-section .process-number{position:absolute;left:-23px;top:0;width:14px;height:14px;border-radius:50%;background:var(--wp--custom--brand);color:transparent;font-size:0}

.e-menu .wp-block-button .menu-link:hover {
  filter: brightness(1.06);
  background: var(--wp--custom--brand);
  color: var(--wp--custom--key-fg, #fff) !important;
  transform: none;
  box-shadow: none;
}

.e-menu .menu-item { list-style: none; margin: 0; }

.dot-indicator {
  width: 8px; height: 8px; border-radius: 999px; border: 0;
  background: color-mix(in srgb, var(--wp--custom--secondary-text) 45%, transparent);
  cursor: pointer; padding: 0;
}

.benefits-container:has(> :last-child:nth-child(2)) { grid-template-columns: repeat(auto-fit, minmax(max(200px, calc((100% - 1 * 9px) / 2)), 1fr)); }

.benefits-container:has(> :last-child:nth-child(5)) { grid-template-columns: repeat(auto-fit, minmax(max(200px, calc((100% - 2 * 9px) / 3)), 1fr)); }

.dot-indicator:hover,
 .dot-indicator:focus-visible,
 .dot-indicator.active-block {
  background: var(--wp--custom--brand);
}

[data-uiuur1fa="vatkzati"] .main-article > * {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
}

.sidebar-primary .sidebar-sub-menu-toggle {
  flex: 0 0 44px;
  width: 44px;
  min-height: 44px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--wp--custom--secondary-text);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  position: relative;
  z-index: 1;
}

.ribbon-bar .ribbon-action{
  background: var(--wp--custom--brand); color: var(--wp--custom--key-fg);
  padding: 14px 25px; text-decoration: none; font-weight: 700;
  border-radius: 7px;
}

.article-container{padding:18px 0}

a[class*="btn"]:hover,
a[class*="-cta-"]:hover,
button:hover,
[class*="Btn"]:hover,
[class*="-btn-"]:hover {
  transform: var(--wp--custom--btn-transform);
  filter: var(--wp--custom--btn-tone);
  box-shadow: var(--wp--custom--btn-shadow);
}

.steps-layout .steps-subheading{display:flex;gap:10px;align-items:center;cursor:pointer;color:var(--wp--custom--text);list-style:none;font-size:.9rem}

.author-card .author-subtitle{margin:0 0 10px;color:var(--wp--custom--highlight-2);font-size:.85rem}

.payout-section .payout-header{
  margin: 0 0 14px;
  font-size: 1.35rem;
  line-height: 1.25;
  color: var(--wp--custom--text);
}

.article-media-section .article-media-text{
  padding: 18px calc(30px + 8px);
  background: var(--wp--custom--surface-inv); color: var(--wp--custom--flip-fg);
  box-sizing: border-box; min-width: 0;
}

.__gone__ .cards-layout:has(> :last-child:nth-child(3)) { grid-template-columns: repeat(auto-fit, minmax(max(190px, calc((100% - 2 * 9px) / 3)), 1fr)); }

.game-category-grid .game-category-card{padding:clamp(14px, calc(14px + 0.0159 * (100vw - 360px)), 21px);background:var(--wp--custom--sheet);border:1px solid var(--wp--custom--border);border-radius:7px;min-width:0;box-sizing:border-box}

.e-menu .wp-block-accordion__content .menu-link:hover {
  color: var(--wp--custom--brand);
}

.wp-block-group .wp-block-buttons{
  position: relative; display: grid; place-items: center; text-align: center;
  min-height: 260px; min-width: 0; overflow: hidden; box-sizing: border-box;
  padding: 11px calc(30px + 16px);
  background: var(--wp--custom--highlight-2);
  clip-path: polygon(12% 0, 100% 0, 100% 100%, 0 100%);
  margin-left: -8%;
}

.__gone__ .cards-section-title{
  margin: 0 0 14px;
  font-size: 1.35rem;
  line-height: 1.25;
  color: var(--wp--custom--text);
}

.sidebar-primary li:has(> ul).is-menu-open > ul {
  display: grid;
}

.review-summary-section .review-summary-header{display:block;margin:0 0 4px;color:var(--wp--custom--text)}

.has-nav-cta a,
 .has-nav-cta {
  box-shadow: 0 4px 16px color-mix(in srgb, var(--wp--custom--brand) 32%, transparent);
}

.steps-layout .steps-block{border:2px dashed var(--wp--custom--edge-2);padding:12px calc(clamp(14px, calc(14px + 0.0159 * (100vw - 360px)), 21px) + 4px);box-sizing:border-box}

html {
  font-size: calc(100% * var(--wp--custom--zoom, 1) * var(--wp--custom--body-scale, 1));
}

.logos-section .logos-brand span{display:block;line-height:1.3;color:var(--wp--custom--secondary-text);word-break:break-word}

.wp-block-group .hero-paragraph{ margin: 0; color: var(--wp--custom--secondary-text); }

.testi-section{
  display: grid; grid-template-columns: repeat(auto-fit, minmax(max(220px, calc((100% - 3 * 9px) / 4)), 1fr));
  gap: 9px; padding-top: 8px; box-sizing: border-box; min-width: 0;
}

.wp-block-header .block-946:hover,
.wp-block-header .block-685:hover { color: var(--wp--custom--brand); }

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

.has-cta-banner-root .e-cta-banner-img{width:100%;height:100%;object-fit:cover;display:block}

.process-section .process-step{position:relative;padding:0 0 9px;min-width:0}

.features-layout .features-block{
  padding: clamp(14px, calc(14px + 0.0159 * (100vw - 360px)), 21px) calc(clamp(14px, calc(14px + 0.0159 * (100vw - 360px)), 21px) + 8px);
  background: var(--wp--custom--sheet); border: 1px solid var(--wp--custom--border);
  box-sizing: border-box; min-width: 0;
}

.wp-block-group .wp-block-cover__text{
  display: grid; gap: 23px; align-content: center;
  padding: 11px calc(30px + 12px);
  background: var(--wp--custom--sheet); color: var(--wp--custom--text);
  min-width: 0; box-sizing: border-box;
}

[data-ui12p9kh="vtlbj0ep"] .off-canvas-drawer {
  position: absolute;
  inset: 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
  background: var(--wp--custom--sheet);
  color: var(--wp--custom--text);
  padding: 11px 11px;
  opacity: 0;
  visibility: hidden;
  transform: none;
  transition: opacity .28s ease, visibility .28s ease;
  overflow-y: auto;
  box-sizing: border-box;
}

[data-uiuur1fa="vatkzati"] .sidebar-drawer { display: none; }

.breadcrumb-container .breadcrumb-divider{display:none}

.e-menu .wp-block-accordion__content {
  display: none;
  gap: 0;
  padding: 2px 0 8px 10px;
  margin: 0 0 4px 8px;
  border-left: 2px solid var(--wp--custom--border);
}

.wp-block-header .block-741 {
  list-style: none;
  position: relative;
}

@font-face {
  font-family: 'Inter';
  src: url('/assets/fonts/inter-latin-400-normal.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: optional;
}

.wp-block-header .sub-menu .block-946 {
  display: block;
  width: 100%;
  padding: 8px 14px;
  white-space: normal;
}

.benefits-container:has(> :last-child:nth-child(9)) { grid-template-columns: repeat(auto-fit, minmax(max(200px, calc((100% - 2 * 9px) / 3)), 1fr)); }

.game-category-grid p{margin:0;color:var(--wp--custom--secondary-text);font-size:.9rem;line-height:1.5}

.sidebar-primary li.active-block > a,
.sidebar-primary a.active-block[aria-current="page"] {
  color: var(--wp--custom--text);
  font-weight: 700;
}

*, *::before, *::after { box-sizing: border-box; }

.sidebar-primary li:has(> ul) > a,
.sidebar-primary li:has(> ul) > span {
  flex: 1 1 auto;
  min-width: 0;
}

.footer-block {
  margin-top: auto;
  padding: calc(22px * 0.85) 30px calc(22px * 1.2);
  
  background: transparent !important;
  box-shadow: none !important;
  border-top: 0 !important;
}

.testi-section .testi-card:nth-child(even){ transform: translateY(16px); }

.__gone__ .cards-layout{
  display: grid; grid-template-columns: repeat(auto-fit, minmax(max(190px, calc((100% - 3 * 9px) / 4)), 1fr));
  gap: 9px; box-sizing: border-box; min-width: 0;
}

.article-heading{color:var(--wp--custom--brand)}

.process-section .process-title{
  margin: 0 0 14px;
  font-size: 1.35rem;
  line-height: 1.25;
  color: var(--wp--custom--text);
}

.site-main,
.sidebar-column-rail,
.elementor-section,
.wp-block-header,
.footer-block {
  min-width: 0;
  max-width: 100%;
}

h4 { font-size: calc(1.15rem * var(--wp--custom--h-scale, 1)); }

.testi-section:has(> :last-child:nth-child(6)) { grid-template-columns: repeat(auto-fit, minmax(max(220px, calc((100% - 2 * 9px) / 3)), 1fr)); }

 [data-uin34hw7] {
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
  
  padding-block: 12px 28px;
  box-sizing: border-box;
}

.wp-block-group .hero-media-wrap{
  position: absolute; inset: 0; z-index: 0; opacity: .28;
  background: var(--wp--custom--masthead-bg, none) center/cover no-repeat;
}

.steps-layout{display:grid;gap:21px;font-family:var(--wp--custom--tt-font,ui-monospace,monospace);min-width:0}

.faq-container .faq-main-title{
  margin: 0 0 14px;
  font-size: 1.35rem;
  line-height: 1.25;
  color: var(--wp--custom--text);
}

[data-uiuur1fa="vatkzati"] .main-article {
  width: min(100%, 1008px);
  margin: 0 auto;
  padding: 18px 30px;
  flex: 1;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 29px;
  min-width: 0;
}

[data-uiuur1fa="vatkzati"].wp-layout-flow {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  gap: 0;
  background: var(--wp--custom--base);
  color: var(--wp--custom--text);
}

.game-category-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;min-width:0}

 .aside-sidebar .aside-link-item.active-block > .block-946,
 .aside-sidebar .block-946.active-block,
 .aside-sidebar .block-946:hover {
  background: color-mix(in srgb, var(--wp--custom--brand) 12%, var(--wp--custom--sheet)) !important;
  box-shadow: none !important;
  color: var(--wp--custom--text) !important;
  -webkit-text-fill-color: var(--wp--custom--text) !important;
  background-clip: border-box !important;
  -webkit-background-clip: border-box !important;
  font-weight: 600;
}

.review-summary-section{display:grid;grid-template-columns:1fr 1fr;gap:9px;min-width:0;box-sizing:border-box}

.wp-block-header,
.wp-block-header,
header {
  background: var(--wp--custom--sheet);
  border-bottom: 0 !important;
  box-shadow: 0 4px 24px color-mix(in srgb, var(--wp--custom--text) 10%, transparent);
}

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

.wp-block-gallery.is-dots-inset .slider-pagination {
  margin-top: -2.25rem;
}

:root {
  --wp--custom--brand: #d40000;
  --wp--custom--highlight-2: #1aa6a6;
  --wp--custom--primary-hard: #c5a020;
  --wp--custom--key-soft: #491c15;
  --wp--custom--base: #0b0f14;
  --wp--custom--border: #44483b;
  --wp--custom--edge-2: #5e6650;
  --wp--custom--flip-bg: #ffffff;
  --wp--custom--error: #b42318;
  --wp--custom--url: #ff4444;
  --wp--custom--jump-hover: #b78282;
  --wp--custom--secondary-text: #a0a596;
  --wp--custom--key-fg: #f9faf9;
  --wp--custom--flip-fg: #202418;
  --wp--custom--ok: #067647;
  --wp--custom--sheet: #22251c;
  --wp--custom--panel-hi: #2c3026;
  --wp--custom--surface-inv: #ffffff;
  --wp--custom--text: #eff0ee;
  --wp--custom--ink-inv: #202418;
}

.footer-block .footer-extra-links a:hover {
  color: var(--wp--custom--brand);
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--wp--custom--brand) 40%, transparent);
}

.wp-block-header .is-style-dropdown:hover > .sub-menu,
.wp-block-header .is-style-dropdown:focus-within > .sub-menu,
.wp-block-header .is-style-dropdown.is-menu-open > .sub-menu,
.wp-block-header .block-741:has(> .sub-menu):hover > .sub-menu,
.wp-block-header .block-741:has(> .sub-menu):focus-within > .sub-menu,
.wp-block-header .block-741.is-menu-open > .sub-menu {
  display: flex;
}

.breadcrumb-container{padding:8px 12px;background:var(--wp--custom--sheet);border:1px solid var(--wp--custom--border);border-radius:7px;min-width:0;box-sizing:border-box}

.testi-section .testi-attribution{ font-style: normal; color: var(--wp--custom--text); font-weight: 700; }

.article-media-section .article-media-visual img{
  display: block; width: 100%; height: 100%; min-height: 220px; object-fit: cover;
}

.product-listing .product-name {
  margin: 0; padding: 8px clamp(14px, calc(14px + 0.0159 * (100vw - 360px)), 21px); background: color-mix(in srgb, var(--wp--custom--flip-bg) 55%, transparent);
  color: var(--wp--custom--flip-fg); font-size: 0.85rem;
}

.stats-section .stats-header{
  margin: 0 0 14px;
  font-size: 1.35rem;
  line-height: 1.25;
  color: var(--wp--custom--text);
}

.wp-block-header .sub-menu .block-741 {
  position: relative;
}

.slider-pagination {
  display: flex; gap: 8px; justify-content: center;
  margin-bottom: 0; min-height: 1.5rem; align-items: center;
}

.game-category-grid .game-category-title{
  margin: 0 0 14px;
  font-size: 1.35rem;
  line-height: 1.25;
  color: var(--wp--custom--text);
}

.steps-layout .steps-subheading::-webkit-details-marker{display:none}

.process-section .process-subtitle{margin:0 0 4px;color:var(--wp--custom--text)}

.sidebar-primary li:has(> ul) {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.footer-block .e-block {
  margin: 0;
  padding-top: 4px;
  border-top: 1px dashed color-mix(in srgb, var(--wp--custom--border) 80%, transparent);
  color: var(--wp--custom--secondary-text);
  font-size: 0.82rem;
}

.author-card{display:grid;grid-template-columns:auto minmax(0,1fr);gap:9px;padding:clamp(14px, calc(14px + 0.0159 * (100vw - 360px)), 21px);background:var(--wp--custom--flip-bg);color:var(--wp--custom--flip-fg);border-radius:7px;min-width:0;box-sizing:border-box;align-items:start}

.timeline-container .timeline-event{display:grid;grid-template-columns:auto minmax(0,1fr);gap:10px 14px;padding:14px calc(clamp(14px, calc(14px + 0.0159 * (100vw - 360px)), 21px) + 4px);border:1px solid var(--wp--custom--border);border-radius:7px;background:var(--wp--custom--base);min-width:0;box-sizing:border-box}

.breadcrumb-container .breadcrumb-link a{color:var(--wp--custom--text);text-decoration:none;padding:2px 8px;border-radius:999px;background:var(--wp--custom--key-soft)}

.payout-section p{margin:0;color:var(--wp--custom--secondary-text);font-size:.88rem}

.footer-block .footer-content {
  width: min(100%, 1008px);
  margin: 0 auto;
}

.e-menu .wp-block-accordion > .menu-item-title {
  font-weight: 600;
}

 [data-uis2n2un] {
  padding-bottom: 4px;
  border-bottom: 1px solid color-mix(in srgb, var(--wp--custom--edge-2) 65%, transparent);
}

.e-menu .wp-block-accordion.is-menu-open > .menu-item-title::after {
  transform: rotate(180deg);
}

.chrome-brand-slot {
  line-height: 0;
}

.author-card .author-description{color:color-mix(in srgb,var(--wp--custom--flip-fg) 80%,transparent)}

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

html, body {
  font-family: var(--wp--custom--body-family);
}

[data-uirsaq3j], [data-ui5rf3j1] { transition: opacity .15s ease; }

.e-menu .menu-link,
.e-menu .menu-item-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
  padding: 12px 8px;
  margin: 0;
  color: var(--wp--custom--text);
  text-decoration: none;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.35;
  text-align: left;
  background: transparent;
  border: 0;
  cursor: pointer;
  font-family: inherit;
  box-sizing: border-box;
  appearance: none;
  -webkit-appearance: none;
  border-radius: var(--wp--custom--radius, 8px);
  text-transform: none;
  letter-spacing: normal;
}

.product-listing .product-item img { width: 100%; height: 100%; object-fit: cover; display: block; }

.toc-container .e-toc-item a {
  color: var(--wp--custom--flip-fg); text-decoration: none; font-size: 0.9rem;
  border: 1px solid color-mix(in srgb, var(--wp--custom--flip-fg) 35%, transparent);
  padding: 4px 10px; border-radius: 999px;
}

.faq-mini-section{display:grid;gap:0;background:var(--wp--custom--base);border:1px solid var(--wp--custom--edge-2);min-width:0}

.logos-section .logos-layout{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:9px;min-width:0;align-items:stretch}

.article-media-section .article-media-visual{
  min-height: 220px; background: var(--wp--custom--border); overflow: hidden;
  max-width: 100%; min-width: 0;
}

.faq-container .faq-row.is-expanded .faq-question{
  background: var(--wp--custom--brand); color: var(--wp--custom--key-fg);
}

.e-menu li:not(.wp-block-accordion) > .wp-block-accordion__content {
  display: grid;
}

.footer-block {
  background: var(--wp--custom--sheet);
  border-top: 0 !important;
  box-shadow: 0 -4px 24px color-mix(in srgb, var(--wp--custom--text) 8%, transparent);
}

[data-uiuur1fa]:has([data-uiytyjze="vse8vruq"]) .sidebar-drawer {
  background: var(--wp--custom--sheet);
  border: 0 !important;
  box-shadow: 4px 0 28px color-mix(in srgb, var(--wp--custom--text) 9%, transparent);
}

.faq-mini-section .faq-mini-item{border-bottom:1px solid var(--wp--custom--border)}

.aside-sidebar .aside-link-item .block-946 {
  display: block; padding: 12px 14px; text-decoration: none;
  font-size: 0.92rem; font-weight: 500; color: var(--wp--custom--text);
  background: var(--wp--custom--sheet);
  border-radius: var(--wp--custom--radius, 8px);
  box-shadow: 0 2px 10px color-mix(in srgb, var(--wp--custom--text) 8%, transparent);
  border: 1px solid var(--wp--custom--border);
}

html, body {
  margin: 0;
  padding: 0;
  min-height: 100%;
  max-width: 100%;
  overflow-x: clip;
  font-family: var(--wp--custom--body-family, system-ui, -apple-system, "Segoe UI", sans-serif);
  background: var(--wp--custom--base, #f7f6f8);
  color: var(--wp--custom--text, #261a2c);
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

.wp-block-gallery:not(.is-scrollable) .wp-block-post-navigation-link,
.wp-block-gallery:not(.is-scrollable) .slider-pagination,
.wp-block-gallery:not(.is-scrollable) .slider-loader-progress {
  display: none !important;
}

.aside-sidebar .aside-heading {
  font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.08em;
  color: var(--wp--custom--secondary-text); margin: 0 0 8px; font-weight: 700;
}

.wp-block-header {
  background: var(--wp--custom--sheet);
  border-bottom: 1px solid var(--wp--custom--border);
  padding: 12px 11px;
  position: relative;
  z-index: 40;
}

.faq-container .faq-answer{
  display: none; padding: clamp(14px, calc(14px + 0.0159 * (100vw - 360px)), 21px) calc(clamp(14px, calc(14px + 0.0159 * (100vw - 360px)), 21px) + 8px);
  color: var(--wp--custom--secondary-text); background: var(--wp--custom--sheet);
  border: 1px solid var(--wp--custom--border); border-top: 0; box-sizing: border-box;
}

.author-card .author-verified{font-size:2rem;font-weight:800;color:var(--wp--custom--highlight-2)}

.footer-block .footer-extra-links {
  display: flex; flex-wrap: wrap; gap: 6px; list-style: none; margin: 0; padding: 0;
}

.wp-layout-flow,
[data-uiuur1fa] {
  max-width: 100%;
  min-width: 0;
  overflow-x: clip;
}

.sidebar-primary li:has(> ul) > ul {
  flex: 1 1 100%;
  width: 100%;
  display: none;
  padding-left: 12px;
}

.wp-block-header .sub-menu {
  display: none;
  position: absolute;
  top: calc(100% - 2px);
  left: 0;
  min-width: 200px;
  margin: 0;
  padding: 8px 0;
  list-style: none;
  background: var(--wp--custom--panel-hi, var(--wp--custom--sheet));
  border: 1px solid var(--wp--custom--border);
  border-radius: min(7px, 20px);
  box-shadow: 0 12px 28px color-mix(in srgb, var(--wp--custom--flip-bg) 14%, transparent);
  z-index: 50;
  flex-direction: column;
  gap: 0;
}

.timeline-container .timeline-header{
  margin: 0 0 14px;
  font-size: 1.35rem;
  line-height: 1.25;
  color: var(--wp--custom--text);
}

.aside-sidebar .block-946 {
  border-radius: var(--wp--custom--radius, 8px);
  transition: background .15s ease, box-shadow .15s ease;
}

.breadcrumb-container .breadcrumb-link{display:inline-flex;align-items:center;gap:8px;font-size:.82rem;color:var(--wp--custom--secondary-text)}

.__gone__ .card-element{
  background: var(--wp--custom--sheet); padding: clamp(14px, calc(14px + 0.0159 * (100vw - 360px)), 21px) calc(clamp(14px, calc(14px + 0.0159 * (100vw - 360px)), 21px) + 8px);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 18px), calc(100% - 18px) 100%, 0 100%);
  border: 1px solid var(--wp--custom--border); box-sizing: border-box; min-width: 0;
}

.__gone__ .sub-menu .block-685,
.__gone__ .sub-menu .block-946 {
  color: var(--wp--custom--text);
}

@font-face {
  font-family: 'Manrope';
  src: url('/assets/fonts/manrope-latin-700-normal.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

.wp-block-header .is-style-dropdown,
.wp-block-header .block-741:has(> .sub-menu) {
  padding-bottom: 0;
}

.steps-layout .steps-header{
  margin: 0 0 14px;
  font-size: 1.35rem;
  line-height: 1.25;
  color: var(--wp--custom--text);
}

.review-summary-section .pros-column,.review-summary-section .cons-column{min-width:0;padding:clamp(14px, calc(14px + 0.0159 * (100vw - 360px)), 21px) calc(clamp(14px, calc(14px + 0.0159 * (100vw - 360px)), 21px) + 8px);box-sizing:border-box;border:1px solid var(--wp--custom--border);border-radius:7px;background:var(--wp--custom--sheet)}

.testi-section:has(> :last-child:nth-child(3)) { grid-template-columns: repeat(auto-fit, minmax(max(220px, calc((100% - 2 * 9px) / 3)), 1fr)); }

.has-cta-banner-root .cta-banner-media-block{aspect-ratio:4/3;overflow:hidden;border-radius:7px;min-width:0}

.ribbon-bar .ribbon-heading{ margin: 0; color: var(--wp--custom--text); }

.sidebar-primary li.active-block:has(> ul) > a {
  color: var(--wp--custom--text);
  font-weight: 700;
  background: color-mix(in srgb, var(--wp--custom--brand) 10%, var(--wp--custom--sheet));
  box-shadow: none;
}

.e-menu, .e-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0;
}

.process-section{display:grid;gap:0;border-left:3px solid var(--wp--custom--brand);padding-left:16px;min-width:0}

@media(max-width:600px){.timeline-container .timeline-event{grid-template-columns:1fr}}

@media (max-width: 900px) {
  .menu-toggle-trigger { display: inline-flex !important; }
  .wp-layout-flow {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    gap: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
  }
  
  .sidebar-column-rail,
  .sidebar-primary {
    display: none !important;
  }
  *:has(> .sidebar-primary) {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    gap: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
  }
  
  *:has(> .sidebar-primary) > * {
    grid-column: auto !important;
    grid-row: auto !important;
    min-width: 0;
    box-sizing: border-box;
  }
  .menu-toggle-trigger {
    width: auto !important;
    max-width: none !important;
  }
  .site-main {
    grid-column: auto !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
    align-items: stretch !important;
    box-sizing: border-box !important;
  }
  .elementor-section,
  .wp-block-header,
  .footer-block,
  .site-main > * {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
  }
  .wp-block-columns,
  .wp-block-media-text {
    grid-template-columns: 1fr !important;
  }
  .wp-block-cover,
  .wp-block-group {
    min-width: 0 !important;
    box-sizing: border-box !important;
  }
}

@media(max-width:700px){.author-card{grid-template-columns:1fr}.author-card .author-image-wrap{width:96px;height:96px}}

@media(max-width:720px){
  .has-cta-banner-root{grid-template-columns:1fr;clip-path:none}
}

@media(max-width:720px){.payout-section{grid-template-columns:repeat(2,minmax(0,1fr))}}

@media(max-width:800px){.review-summary-section{grid-template-columns:1fr}}

@media (min-width: 901px) {
  .menu-toggle-trigger,
  .wp-site-blocks { display: none !important; }
}

@media(max-width:480px){.payout-section{grid-template-columns:1fr}}

@media (max-width: 800px){
  .article-media-section{ grid-template-columns: 1fr; }
}

@media (max-width: 800px){
  .wp-block-group{ grid-template-columns: 1fr; }
  .wp-block-group .wp-block-buttons{
    clip-path: none; margin-left: 0; min-height: 200px;
  }
}

@media (min-width: 901px) {
  [data-ui12p9kh="vtlbj0ep"].wp-site-blocks { display: none !important; }
}

@media (max-width: 800px){
  .features-layout{ grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
  main#primary-content-area {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  main .action-section,
main .article-media-section,
main .aside-sidebar,
main .author-card,
main .benefits-container,
main .breadcrumb-container,
main .elementor-widget,
main .faq-container,
main .faq-mini-section,
main .features-layout,
main .footer-block,
main .game-category-grid,
main .has-cta-banner-root,
main .layout-split-container,
main .logos-section,
main .payout-section,
main .process-section,
main .product-listing,
main .review-summary-section,
main .ribbon-bar,
main .stats-section,
main .steps-layout,
main .testi-section,
main .timeline-container,
main .toc-container,
main .wp-block-group,
main .wp-block-header,
  main .action-section *,
main .article-media-section *,
main .aside-sidebar *,
main .author-card *,
main .benefits-container *,
main .breadcrumb-container *,
main .elementor-widget *,
main .faq-container *,
main .faq-mini-section *,
main .features-layout *,
main .footer-block *,
main .game-category-grid *,
main .has-cta-banner-root *,
main .layout-split-container *,
main .logos-section *,
main .payout-section *,
main .process-section *,
main .product-listing *,
main .review-summary-section *,
main .ribbon-bar *,
main .stats-section *,
main .steps-layout *,
main .testi-section *,
main .timeline-container *,
main .toc-container *,
main .wp-block-group *,
main .wp-block-header * {
    grid-template-columns: minmax(0, 1fr) !important;
    min-width: 0 !important;
    max-width: 100%;
  }
  main .action-section *,
main .article-media-section *,
main .aside-sidebar *,
main .author-card *,
main .benefits-container *,
main .breadcrumb-container *,
main .elementor-widget *,
main .faq-container *,
main .faq-mini-section *,
main .features-layout *,
main .footer-block *,
main .game-category-grid *,
main .has-cta-banner-root *,
main .layout-split-container *,
main .logos-section *,
main .payout-section *,
main .process-section *,
main .product-listing *,
main .review-summary-section *,
main .ribbon-bar *,
main .stats-section *,
main .steps-layout *,
main .testi-section *,
main .timeline-container *,
main .toc-container *,
main .wp-block-group *,
main .wp-block-header * {
    grid-column: auto !important;
    grid-row: auto !important;
  }
  
  main .action-section,
main .article-media-section,
main .aside-sidebar,
main .author-card,
main .benefits-container,
main .breadcrumb-container,
main .elementor-widget,
main .faq-container,
main .faq-mini-section,
main .features-layout,
main .footer-block,
main .game-category-grid,
main .has-cta-banner-root,
main .layout-split-container,
main .logos-section,
main .payout-section,
main .process-section,
main .product-listing,
main .review-summary-section,
main .ribbon-bar,
main .stats-section,
main .steps-layout,
main .testi-section,
main .timeline-container,
main .toc-container,
main .wp-block-group,
main .wp-block-header,
  main .action-section > *:not([data-uin34hw7]),
main .article-media-section > *:not([data-uin34hw7]),
main .aside-sidebar > *:not([data-uin34hw7]),
main .author-card > *:not([data-uin34hw7]),
main .benefits-container > *:not([data-uin34hw7]),
main .breadcrumb-container > *:not([data-uin34hw7]),
main .elementor-widget > *:not([data-uin34hw7]),
main .faq-container > *:not([data-uin34hw7]),
main .faq-mini-section > *:not([data-uin34hw7]),
main .features-layout > *:not([data-uin34hw7]),
main .footer-block > *:not([data-uin34hw7]),
main .game-category-grid > *:not([data-uin34hw7]),
main .has-cta-banner-root > *:not([data-uin34hw7]),
main .layout-split-container > *:not([data-uin34hw7]),
main .logos-section > *:not([data-uin34hw7]),
main .payout-section > *:not([data-uin34hw7]),
main .process-section > *:not([data-uin34hw7]),
main .product-listing > *:not([data-uin34hw7]),
main .review-summary-section > *:not([data-uin34hw7]),
main .ribbon-bar > *:not([data-uin34hw7]),
main .stats-section > *:not([data-uin34hw7]),
main .steps-layout > *:not([data-uin34hw7]),
main .testi-section > *:not([data-uin34hw7]),
main .timeline-container > *:not([data-uin34hw7]),
main .toc-container > *:not([data-uin34hw7]),
main .wp-block-group > *:not([data-uin34hw7]),
main .wp-block-header > *:not([data-uin34hw7]),
  main .action-section > * > *:not([data-uil56vw1]),
main .article-media-section > * > *:not([data-uil56vw1]),
main .aside-sidebar > * > *:not([data-uil56vw1]),
main .author-card > * > *:not([data-uil56vw1]),
main .benefits-container > * > *:not([data-uil56vw1]),
main .breadcrumb-container > * > *:not([data-uil56vw1]),
main .elementor-widget > * > *:not([data-uil56vw1]),
main .faq-container > * > *:not([data-uil56vw1]),
main .faq-mini-section > * > *:not([data-uil56vw1]),
main .features-layout > * > *:not([data-uil56vw1]),
main .footer-block > * > *:not([data-uil56vw1]),
main .game-category-grid > * > *:not([data-uil56vw1]),
main .has-cta-banner-root > * > *:not([data-uil56vw1]),
main .layout-split-container > * > *:not([data-uil56vw1]),
main .logos-section > * > *:not([data-uil56vw1]),
main .payout-section > * > *:not([data-uil56vw1]),
main .process-section > * > *:not([data-uil56vw1]),
main .product-listing > * > *:not([data-uil56vw1]),
main .review-summary-section > * > *:not([data-uil56vw1]),
main .ribbon-bar > * > *:not([data-uil56vw1]),
main .stats-section > * > *:not([data-uil56vw1]),
main .steps-layout > * > *:not([data-uil56vw1]),
main .testi-section > * > *:not([data-uil56vw1]),
main .timeline-container > * > *:not([data-uil56vw1]),
main .toc-container > * > *:not([data-uil56vw1]),
main .wp-block-group > * > *:not([data-uil56vw1]),
main .wp-block-header > * > *:not([data-uil56vw1]) {
    flex-direction: column !important;
  }
  main .action-section > *,
main .article-media-section > *,
main .aside-sidebar > *,
main .author-card > *,
main .benefits-container > *,
main .breadcrumb-container > *,
main .elementor-widget > *,
main .faq-container > *,
main .faq-mini-section > *,
main .features-layout > *,
main .footer-block > *,
main .game-category-grid > *,
main .has-cta-banner-root > *,
main .layout-split-container > *,
main .logos-section > *,
main .payout-section > *,
main .process-section > *,
main .product-listing > *,
main .review-summary-section > *,
main .ribbon-bar > *,
main .stats-section > *,
main .steps-layout > *,
main .testi-section > *,
main .timeline-container > *,
main .toc-container > *,
main .wp-block-group > *,
main .wp-block-header > * {
    width: 100%;
    max-width: 100%;
  }
  main .action-section > * > img,
main .article-media-section > * > img,
main .aside-sidebar > * > img,
main .author-card > * > img,
main .benefits-container > * > img,
main .breadcrumb-container > * > img,
main .elementor-widget > * > img,
main .faq-container > * > img,
main .faq-mini-section > * > img,
main .features-layout > * > img,
main .footer-block > * > img,
main .game-category-grid > * > img,
main .has-cta-banner-root > * > img,
main .layout-split-container > * > img,
main .logos-section > * > img,
main .payout-section > * > img,
main .process-section > * > img,
main .product-listing > * > img,
main .review-summary-section > * > img,
main .ribbon-bar > * > img,
main .stats-section > * > img,
main .steps-layout > * > img,
main .testi-section > * > img,
main .timeline-container > * > img,
main .toc-container > * > img,
main .wp-block-group > * > img,
main .wp-block-header > * > img,
  main .action-section > * > picture,
main .article-media-section > * > picture,
main .aside-sidebar > * > picture,
main .author-card > * > picture,
main .benefits-container > * > picture,
main .breadcrumb-container > * > picture,
main .elementor-widget > * > picture,
main .faq-container > * > picture,
main .faq-mini-section > * > picture,
main .features-layout > * > picture,
main .footer-block > * > picture,
main .game-category-grid > * > picture,
main .has-cta-banner-root > * > picture,
main .layout-split-container > * > picture,
main .logos-section > * > picture,
main .payout-section > * > picture,
main .process-section > * > picture,
main .product-listing > * > picture,
main .review-summary-section > * > picture,
main .ribbon-bar > * > picture,
main .stats-section > * > picture,
main .steps-layout > * > picture,
main .testi-section > * > picture,
main .timeline-container > * > picture,
main .toc-container > * > picture,
main .wp-block-group > * > picture,
main .wp-block-header > * > picture,
  main .action-section > * > figure,
main .article-media-section > * > figure,
main .aside-sidebar > * > figure,
main .author-card > * > figure,
main .benefits-container > * > figure,
main .breadcrumb-container > * > figure,
main .elementor-widget > * > figure,
main .faq-container > * > figure,
main .faq-mini-section > * > figure,
main .features-layout > * > figure,
main .footer-block > * > figure,
main .game-category-grid > * > figure,
main .has-cta-banner-root > * > figure,
main .layout-split-container > * > figure,
main .logos-section > * > figure,
main .payout-section > * > figure,
main .process-section > * > figure,
main .product-listing > * > figure,
main .review-summary-section > * > figure,
main .ribbon-bar > * > figure,
main .stats-section > * > figure,
main .steps-layout > * > figure,
main .testi-section > * > figure,
main .timeline-container > * > figure,
main .toc-container > * > figure,
main .wp-block-group > * > figure,
main .wp-block-header > * > figure,
  main .action-section > * > * > img,
main .article-media-section > * > * > img,
main .aside-sidebar > * > * > img,
main .author-card > * > * > img,
main .benefits-container > * > * > img,
main .breadcrumb-container > * > * > img,
main .elementor-widget > * > * > img,
main .faq-container > * > * > img,
main .faq-mini-section > * > * > img,
main .features-layout > * > * > img,
main .footer-block > * > * > img,
main .game-category-grid > * > * > img,
main .has-cta-banner-root > * > * > img,
main .layout-split-container > * > * > img,
main .logos-section > * > * > img,
main .payout-section > * > * > img,
main .process-section > * > * > img,
main .product-listing > * > * > img,
main .review-summary-section > * > * > img,
main .ribbon-bar > * > * > img,
main .stats-section > * > * > img,
main .steps-layout > * > * > img,
main .testi-section > * > * > img,
main .timeline-container > * > * > img,
main .toc-container > * > * > img,
main .wp-block-group > * > * > img,
main .wp-block-header > * > * > img {
    width: 100%;
    max-width: 100%;
    height: auto;
    object-fit: cover;
  }
  .wp-block-cover,
  .wp-block-group {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .wp-block-group > *,
  .wp-block-group [class*="copy"],
  .wp-block-group [class*="content"],
  .wp-block-group [class*="body"] {
    padding-left: 16px !important;
    padding-right: 16px !important;
    border-left-width: 0 !important;
  }
  .wp-block-post-title,
  .wp-block-group h1 {
    font-size: clamp(1.7rem, 8vw, 2.35rem) !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
    hyphens: none !important;
  }
}

@media (max-width: 800px){
  .layout-split-container{ grid-template-columns: 1fr; }
}

@media(max-width:640px){.game-category-grid{grid-template-columns:1fr}}

@media (max-width: 800px){
  .testi-section .testi-card:nth-child(even){ transform: none; }
}

@media (max-width: 900px) {
  .wp-block-header .elementor-block > .wp-block-navigation__inner-container { display: none; }
}

@media (max-width: 900px) {
  .wp-block-header .elementor-block > .wp-block-navigation__inner-container,
  [data-uiuur1fa] header > div > ul,
  header > div > ul {
    display: none !important;
  }
  
  [data-uiuur1fa] header .has-nav-cta,
  [data-uiuur1fa] header [class*="block-872"],
  [data-uiuur1fa] header [class*="-cta"],
  header .has-nav-cta,
  header [class*="block-872"],
  header [class*="-cta"] {
    display: none !important;
  }
  .wp-block-header .elementor-block,
  [data-uiuur1fa] header > div,
  header > div {
    padding-right: 56px;
  }
}

/* __va_widget_css_begin__ */

.elementor-widget,
.wp-block-section {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  
  min-height: 280px;
}

.e-wrapper {
  width: 100%;
}

.wp-block-content-box {
  background: var(--wp--custom--sheet);
  border: 1px solid var(--wp--custom--border);
  border-radius: 12px;
  overflow: hidden;
  color: var(--wp--custom--text);
}

.page-header-title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 18px 20px;
  background: color-mix(in srgb, var(--wp--custom--brand) 10%, var(--wp--custom--sheet));
  border-bottom: 1px solid var(--wp--custom--border);
}

.entry-title {
  margin: 0;
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--wp--custom--text);
}

.entry-subtitle {
  font-size: 0.8rem;
  color: var(--wp--custom--secondary-text);
}

.call-to-action-box {
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border-radius: 999px;
  background: var(--wp--custom--brand);
  color: var(--wp--custom--key-fg);
  font-size: 0.8rem;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
}

.call-to-action-box:hover {
  background: var(--wp--custom--highlight-2);
}

.wp-block-search__inside-wrapper {
  padding: 14px 20px 0;
}

.wp-block-search__input {
  width: 100%;
  box-sizing: border-box;
  padding: 10px 14px;
  border: 1px solid var(--wp--custom--border);
  border-radius: 8px;
  background: var(--wp--custom--base);
  color: var(--wp--custom--text);
  font-size: 0.85rem;
}

.wp-block-search__input:focus {
  outline: 2px solid color-mix(in srgb, var(--wp--custom--brand) 55%, transparent);
  border-color: var(--wp--custom--brand);
}

.no-results-found {
  padding: 16px 20px;
  text-align: center;
  color: var(--wp--custom--secondary-text);
  font-size: 0.85rem;
}

.sports-navigation-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 14px 20px 0;
}

.tab-trigger-btn {
  padding: 6px 14px;
  border: 1px solid var(--wp--custom--border);
  border-radius: 999px;
  background: var(--wp--custom--base);
  color: var(--wp--custom--text);
  font-size: 0.78rem;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
}

.tab-trigger-btn:hover {
  border-color: var(--wp--custom--brand);
}

.is-style-tab-active,
.tab-trigger-btn.is-style-tab-active {
  background: var(--wp--custom--brand);
  border-color: var(--wp--custom--brand);
  color: var(--wp--custom--key-fg);
}

.wp-block-post-content {
  padding: 14px 20px 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

[data-uilkwfjx="v555xqlc"] {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

@media (min-width: 640px) {
  [data-uilkwfjx="v555xqlc"] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 12px;
    row-gap: 10px;
    align-items: start;
  }
}

.wp-block-table-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px 12px;
  padding: 12px 14px;
  border: 1px solid var(--wp--custom--border);
  border-radius: 10px;
  background: var(--wp--custom--base);
}

.league-title-heading {
  flex: 0 0 100%;
  font-size: 0.72rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: var(--wp--custom--brand);
}

.post-date-time {
  font-size: 0.75rem;
  color: var(--wp--custom--secondary-text);
  order: 3;
}

.match-teams-wrapper {
  flex: 1 1 auto;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--wp--custom--text);
  order: 2;
}

.match-teams-wrapper span {
  color: inherit;
}

.odds-display-grid {
  display: flex;
  gap: 6px;
  order: 4;
  flex: 0 0 100%;
}

.odds-button-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  flex: 1;
  min-width: 56px;
  padding: 6px 8px;
  border: 1px solid var(--wp--custom--border);
  border-radius: 8px;
  background: var(--wp--custom--sheet);
  color: var(--wp--custom--text);
  text-decoration: none;
  font-size: 0.85rem;
}

.odds-button-link:hover {
  border-color: var(--wp--custom--brand);
  background: color-mix(in srgb, var(--wp--custom--brand) 12%, var(--wp--custom--sheet));
}

.odds-button-link .betting-outcome-odd {
  font-size: 0.68rem;
  font-weight: 600;
  color: var(--wp--custom--secondary-text);
  text-transform: uppercase;
}

.odds-button-link .betting-odds-value {
  font-weight: 700;
  color: var(--wp--custom--text);
}

.wp-block-search__results {
  display: flex;
  flex-direction: column;
  gap: 10px;
  
  padding: 16px 0 20px;
  margin: 0;
}

.wp-block-table-row[data-uilkwfjx="vqpgshq8"] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 12px;
  row-gap: 6px;
}

.wp-block-table-row[data-uilkwfjx="vqpgshq8"] > .league-title-heading {
  flex: 0 0 100%;
}

.wp-block-table-row[data-uilkwfjx="vqpgshq8"] > .match-teams-wrapper {
  flex: 1 1 auto;
  min-width: 140px;
  order: 1;
}

.wp-block-table-row[data-uilkwfjx="vqpgshq8"] > .post-date-time {
  flex: 0 0 auto;
  white-space: nowrap;
  order: 2;
}

.odds-button-link[data-uilkwfjx="vwc3woxq"] {
  order: 3;
  flex: 0 0 auto;
  flex-direction: row;
  width: auto;
  padding: 6px 12px;
  font-size: 0.78rem;
  font-weight: 600;
  background: var(--wp--custom--base);
  white-space: nowrap;
}

.wp-block-table-row[data-uilkwfjx="vqpgshq8"] > .odds-display-grid,
.wp-block-table-row[data-uilkwfjx="vqpgshq8"] > .sports-markets-grid,
.wp-block-table-row[data-uilkwfjx="vqpgshq8"] > [data-uilkwfjx="vn3tairy"] {
  flex: 0 0 100%;
  order: 4;
}

.sports-markets-grid {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-top: 8px;
  width: 100%;
}

.sports-market-card {
  border: 1px solid var(--wp--custom--border);
  border-radius: 8px;
  padding: 8px 10px;
  background: var(--wp--custom--sheet);
}

.market-heading {
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--wp--custom--secondary-text);
  margin-bottom: 6px;
}

.user-bet-selection {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  margin: 0 6px 6px 0;
  border: 1px solid var(--wp--custom--border);
  border-radius: 8px;
  background: var(--wp--custom--base);
  color: var(--wp--custom--text);
  text-decoration: none;
  font-size: 0.82rem;
}

.user-bet-selection:hover {
  border-color: var(--wp--custom--brand);
}

.selection-odd-price {
  font-weight: 700;
  color: var(--wp--custom--brand);
}

.elementor-widget [data-uilkwfjx="v555xqlc"] {
  display: flex;
  flex-direction: column;
}

.elementor-widget .wp-block-table-row:not([data-uilkwfjx]):first-child {
  background: color-mix(in srgb, var(--wp--custom--brand) 10%, var(--wp--custom--sheet));
  border-color: var(--wp--custom--brand);
  padding: 18px;
}

.elementor-widget .wp-block-table-row:not([data-uilkwfjx]):first-child .match-teams-wrapper {
  font-size: 1.15rem;
}

.elementor-widget .wp-block-table-row:not([data-uilkwfjx]):first-child .odds-button-link {
  font-size: 1rem;
  padding: 10px 14px;
}

.elementor-widget .wp-block-table-row:not([data-uilkwfjx]):not(:first-child) {
  padding: 8px 12px;
}

.elementor-widget .wp-block-table-row:not([data-uilkwfjx]):not(:first-child) .match-teams-wrapper {
  font-size: 0.85rem;
}

@media (min-width: 640px) {
  .elementor-widget .wp-block-content-box {
    display: grid;
    grid-template-columns: 1fr 240px;
    grid-template-rows: auto 1fr;
    align-items: start;
  }
  .elementor-widget .page-header-title {
    grid-column: 1 / -1;
    grid-row: 1;
  }
  .elementor-widget .wp-block-post-content {
    grid-column: 1;
    grid-row: 2;
    align-self: stretch;
  }
  .elementor-widget [data-uilkwfjx="vmdu14ic"] {
    grid-column: 2;
    grid-row: 2;
    align-self: stretch;
    display: flex;
    flex-direction: column;
    gap: 0;
    background: color-mix(in srgb, var(--wp--custom--brand) 4%, var(--wp--custom--sheet));
    border-left: 1px solid var(--wp--custom--border);
    border-radius: 0 0 var(--radius, 12px) 0;
  }
  
  .elementor-widget [data-uilkwfjx="vmdu14ic"]::before {
    content: "Navigation";
    display: block;
    padding: 10px 16px 8px;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--wp--custom--secondary-text);
    border-bottom: 1px solid var(--wp--custom--border);
    background: color-mix(in srgb, var(--wp--custom--brand) 6%, var(--wp--custom--sheet));
  }
  .elementor-widget [data-uilkwfjx="vmdu14ic"] .wp-block-search__inside-wrapper {
    padding: 12px 12px 0;
  }
  .elementor-widget .sports-navigation-menu {
    padding: 10px 12px 12px;
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
  }
  .elementor-widget .tab-trigger-btn {
    width: 100%;
    text-align: left;
    border-radius: var(--radius-sm, 6px);
  }
}

/* __va_widget_css_begin__ */
.elementor-widget,
.wp-block-section {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  
  min-height: 280px;
}

.e-wrapper {
  width: 100%;
}

.wp-block-content-box {
  background: var(--wp--custom--sheet);
  border: 1px solid var(--wp--custom--border);
  border-radius: 12px;
  overflow: hidden;
  color: var(--wp--custom--text);
}

.page-header-title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 18px 20px;
  background: color-mix(in srgb, var(--wp--custom--brand) 10%, var(--wp--custom--sheet));
  border-bottom: 1px solid var(--wp--custom--border);
}

.entry-title {
  margin: 0;
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--wp--custom--text);
}

.entry-subtitle {
  font-size: 0.8rem;
  color: var(--wp--custom--secondary-text);
}

.call-to-action-box {
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border-radius: 999px;
  background: var(--wp--custom--brand);
  color: var(--wp--custom--key-fg);
  font-size: 0.8rem;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
}

.call-to-action-box:hover {
  background: var(--wp--custom--highlight-2);
}

.wp-block-search__inside-wrapper {
  padding: 14px 20px 0;
}

.wp-block-search__input {
  width: 100%;
  box-sizing: border-box;
  padding: 10px 14px;
  border: 1px solid var(--wp--custom--border);
  border-radius: 8px;
  background: var(--wp--custom--base);
  color: var(--wp--custom--text);
  font-size: 0.85rem;
}

.wp-block-search__input:focus {
  outline: 2px solid color-mix(in srgb, var(--wp--custom--brand) 55%, transparent);
  border-color: var(--wp--custom--brand);
}

.no-results-found {
  padding: 16px 20px;
  text-align: center;
  color: var(--wp--custom--secondary-text);
  font-size: 0.85rem;
}

.sports-navigation-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 14px 20px 0;
}

.tab-trigger-btn {
  padding: 6px 14px;
  border: 1px solid var(--wp--custom--border);
  border-radius: 999px;
  background: var(--wp--custom--base);
  color: var(--wp--custom--text);
  font-size: 0.78rem;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
}

.tab-trigger-btn:hover {
  border-color: var(--wp--custom--brand);
}

.is-style-tab-active,
.tab-trigger-btn.is-style-tab-active {
  background: var(--wp--custom--brand);
  border-color: var(--wp--custom--brand);
  color: var(--wp--custom--key-fg);
}

.wp-block-post-content {
  padding: 14px 20px 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

[data-uilkwfjx="v555xqlc"] {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

@media (min-width: 640px) {
  [data-uilkwfjx="v555xqlc"] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 12px;
    row-gap: 10px;
    align-items: start;
  }
}

.wp-block-table-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px 12px;
  padding: 12px 14px;
  border: 1px solid var(--wp--custom--border);
  border-radius: 10px;
  background: var(--wp--custom--base);
}

.league-title-heading {
  flex: 0 0 100%;
  font-size: 0.72rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: var(--wp--custom--brand);
}

.post-date-time {
  font-size: 0.75rem;
  color: var(--wp--custom--secondary-text);
  order: 3;
}

.match-teams-wrapper {
  flex: 1 1 auto;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--wp--custom--text);
  order: 2;
}

.match-teams-wrapper span {
  color: inherit;
}

.odds-display-grid {
  display: flex;
  gap: 6px;
  order: 4;
  flex: 0 0 100%;
}

.odds-button-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  flex: 1;
  min-width: 56px;
  padding: 6px 8px;
  border: 1px solid var(--wp--custom--border);
  border-radius: 8px;
  background: var(--wp--custom--sheet);
  color: var(--wp--custom--text);
  text-decoration: none;
  font-size: 0.85rem;
}

.odds-button-link:hover {
  border-color: var(--wp--custom--brand);
  background: color-mix(in srgb, var(--wp--custom--brand) 12%, var(--wp--custom--sheet));
}

.odds-button-link .betting-outcome-odd {
  font-size: 0.68rem;
  font-weight: 600;
  color: var(--wp--custom--secondary-text);
  text-transform: uppercase;
}

.odds-button-link .betting-odds-value {
  font-weight: 700;
  color: var(--wp--custom--text);
}

.wp-block-search__results {
  display: flex;
  flex-direction: column;
  gap: 10px;
  
  padding: 16px 0 20px;
  margin: 0;
}

.wp-block-table-row[data-uilkwfjx="vqpgshq8"] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 12px;
  row-gap: 6px;
}

.wp-block-table-row[data-uilkwfjx="vqpgshq8"] > .league-title-heading {
  flex: 0 0 100%;
}

.wp-block-table-row[data-uilkwfjx="vqpgshq8"] > .match-teams-wrapper {
  flex: 1 1 auto;
  min-width: 140px;
  order: 1;
}

.wp-block-table-row[data-uilkwfjx="vqpgshq8"] > .post-date-time {
  flex: 0 0 auto;
  white-space: nowrap;
  order: 2;
}

.odds-button-link[data-uilkwfjx="vwc3woxq"] {
  order: 3;
  flex: 0 0 auto;
  flex-direction: row;
  width: auto;
  padding: 6px 12px;
  font-size: 0.78rem;
  font-weight: 600;
  background: var(--wp--custom--base);
  white-space: nowrap;
}

.wp-block-table-row[data-uilkwfjx="vqpgshq8"] > .odds-display-grid,
.wp-block-table-row[data-uilkwfjx="vqpgshq8"] > .sports-markets-grid,
.wp-block-table-row[data-uilkwfjx="vqpgshq8"] > [data-uilkwfjx="vn3tairy"] {
  flex: 0 0 100%;
  order: 4;
}

.sports-markets-grid {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-top: 8px;
  width: 100%;
}

.sports-market-card {
  border: 1px solid var(--wp--custom--border);
  border-radius: 8px;
  padding: 8px 10px;
  background: var(--wp--custom--sheet);
}

.market-heading {
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--wp--custom--secondary-text);
  margin-bottom: 6px;
}

.user-bet-selection {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  margin: 0 6px 6px 0;
  border: 1px solid var(--wp--custom--border);
  border-radius: 8px;
  background: var(--wp--custom--base);
  color: var(--wp--custom--text);
  text-decoration: none;
  font-size: 0.82rem;
}

.user-bet-selection:hover {
  border-color: var(--wp--custom--brand);
}

.selection-odd-price {
  font-weight: 700;
  color: var(--wp--custom--brand);
}

.elementor-widget [data-uilkwfjx="v555xqlc"] {
  display: flex;
  flex-direction: column;
}

.elementor-widget .wp-block-table-row:not([data-uilkwfjx]):first-child {
  background: color-mix(in srgb, var(--wp--custom--brand) 10%, var(--wp--custom--sheet));
  border-color: var(--wp--custom--brand);
  padding: 18px;
}

.elementor-widget .wp-block-table-row:not([data-uilkwfjx]):first-child .match-teams-wrapper {
  font-size: 1.15rem;
}

.elementor-widget .wp-block-table-row:not([data-uilkwfjx]):first-child .odds-button-link {
  font-size: 1rem;
  padding: 10px 14px;
}

.elementor-widget .wp-block-table-row:not([data-uilkwfjx]):not(:first-child) {
  padding: 8px 12px;
}

.elementor-widget .wp-block-table-row:not([data-uilkwfjx]):not(:first-child) .match-teams-wrapper {
  font-size: 0.85rem;
}

@media (min-width: 640px) {
  .elementor-widget .wp-block-content-box {
    display: grid;
    grid-template-columns: 1fr 240px;
    grid-template-rows: auto 1fr;
    align-items: start;
  }
  .elementor-widget .page-header-title {
    grid-column: 1 / -1;
    grid-row: 1;
  }
  .elementor-widget .wp-block-post-content {
    grid-column: 1;
    grid-row: 2;
    align-self: stretch;
  }
  .elementor-widget [data-uilkwfjx="vmdu14ic"] {
    grid-column: 2;
    grid-row: 2;
    align-self: stretch;
    display: flex;
    flex-direction: column;
    gap: 0;
    background: color-mix(in srgb, var(--wp--custom--brand) 4%, var(--wp--custom--sheet));
    border-left: 1px solid var(--wp--custom--border);
    border-radius: 0 0 var(--radius, 12px) 0;
  }
  
  .elementor-widget [data-uilkwfjx="vmdu14ic"]::before {
    content: "Navigation";
    display: block;
    padding: 10px 16px 8px;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--wp--custom--secondary-text);
    border-bottom: 1px solid var(--wp--custom--border);
    background: color-mix(in srgb, var(--wp--custom--brand) 6%, var(--wp--custom--sheet));
  }
  .elementor-widget [data-uilkwfjx="vmdu14ic"] .wp-block-search__inside-wrapper {
    padding: 12px 12px 0;
  }
  .elementor-widget .sports-navigation-menu {
    padding: 10px 12px 12px;
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
  }
  .elementor-widget .tab-trigger-btn {
    width: 100%;
    text-align: left;
    border-radius: var(--radius-sm, 6px);
  }
}
/* __va_widget_css_end__ */

/* __va_sidebar_active_contrast__ */
/* Appended at the end of the styles bundle AFTER harden/widget sync.
   Safety net: never paint nested links via an ancestor .active-block, and keep
   the chevron toggle free of active fills / washed-out on-accent text.
   Soft-fill readable text for elevated/floating skins lives in chrome_skins
   (`color: var(--wp--custom--text) !important`) so solid-accent variants (v2/v7)
   keep white-on-accent when those skins are not selected. */
.sidebar-primary li.active-block > ul a {
  background: transparent !important;
  box-shadow: none !important;
}
.sidebar-primary li.active-block > ul a:not([aria-current="page"]):not(.active-block) {
  color: var(--wp--custom--secondary-text) !important;
  font-weight: 500 !important;
}
.sidebar-primary li.active-block:has(> ul) > a {
  box-shadow: none !important;
}
.sidebar-primary li:has(> ul):not(.active-block):has(.active-block) > a,
.sidebar-primary li:has(> ul):not(.active-block):has(.active-block) > span {
  color: var(--wp--custom--text) !important;
  font-weight: 600;
  background: transparent !important;
  box-shadow: none !important;
}
.sidebar-primary .sidebar-sub-menu-toggle,
.sidebar-primary li.active-block > .sidebar-sub-menu-toggle,
.sidebar-primary li:has(.active-block) > .sidebar-sub-menu-toggle {
  background: transparent !important;
  box-shadow: none !important;
  color: var(--wp--custom--secondary-text) !important;
}

/* Hover/active: neutralize link-style gradient_text transparent fill.
   Soft-fill chrome skins replace the gradient bg with an opaque mix via
   !important; without resetting -webkit-text-fill-color the label vanishes.
   Use currentColor so solid-accent active (on-accent) and soft-fill
   (--wp--custom--text) both keep the fill matching the intended color. */
.sidebar-primary a:hover,
.sidebar-primary a:focus-visible,
.sidebar-primary li.active-block > a,
.sidebar-primary a.active-block,
.sidebar-primary a[aria-current="page"] {
  -webkit-text-fill-color: currentColor !important;
  background-clip: border-box !important;
  -webkit-background-clip: border-box !important;
}

