*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;font-size:16px;background:#005aad}
body{font-family:'Oswald',sans-serif;font-weight:300;background:#005aad;color:#e8f4ff;line-height:1.6;min-height:100vh;overflow-x:hidden}
img{max-width:100%;height:auto;display:block}
a{color:#f5cd4b;text-decoration:none;transition:color .2s}
a:hover{color:#ffe980}
h1,h2,h3,h4,h5,h6{font-family:'Oswald',sans-serif;font-weight:600;line-height:1.2;color:#e8f4ff}
p{margin-bottom:1rem;line-height:1.6}
ul,ol{padding-left:1.4rem;margin-bottom:1rem}
li{margin-bottom:.35rem;line-height:1.5}
strong{font-weight:600;color:#fff}
table{width:100%;border-collapse:collapse;margin:1rem 0}
th{background:#023f6b;color:#f5cd4b;padding:.7rem 1rem;text-align:left;font-weight:600;font-size:.9rem}
td{padding:.65rem 1rem;border-bottom:1px solid rgba(255,255,255,.12);color:#cfe5ff}
tr:hover td{background:rgba(255,255,255,.04)}
.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}
.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto;white-space:normal}

.container{max-width:1200px;margin:0 auto;padding:0 1.25rem}
.site-wrapper{flex-direction:column;min-height:100vh}
.box{background:#023f6b;border-radius:12px;padding:1.25rem 1.5rem}

.btn{display:inline-flex;align-items:center;gap:.45rem;border:none;border-radius:8px;cursor:pointer;font-family:'Oswald',sans-serif;font-weight:500;letter-spacing:.04em;text-decoration:none;transition:transform .15s,box-shadow .15s,filter .15s;white-space:nowrap}
.btn:hover{transform:translateY(-1px);filter:brightness(1.08)}
.btn:active{transform:translateY(0)}
.btn--green{background:#02aa06;color:#fff;box-shadow:0 3px 12px rgba(2,170,6,.35)}
.btn--green:hover{color:#fff;background:#03c507}
.btn--yellow{background:#f5cd4b;color:#023f6b;box-shadow:0 3px 12px rgba(245,205,75,.35)}
.btn--yellow:hover{color:#023f6b;background:#ffe040}
.btn--sm{padding:.4rem .9rem;font-size:.82rem}
.btn--md{padding:.55rem 1.2rem;font-size:.9rem}
.btn--lg{padding:.7rem 1.5rem;font-size:1rem}
.btn--xl{padding:.9rem 2rem;font-size:1.1rem}
.btn--dl{background:#023f6b;color:#e8f4ff;border:1px solid rgba(255,255,255,.2);padding:.55rem 1.1rem;font-size:.88rem;border-radius:10px;flex-direction:row;gap:.6rem}
.btn--dl span{display:flex;flex-direction:column;gap:0}
.btn--dl span em{font-style:normal;font-size:.7rem;opacity:.7;font-weight:300}
.btn--dl:hover{background:#034e84;color:#fff}

.hdr-box{margin:1rem 0;border-radius:14px;padding:0;overflow:hidden}
.hdr-inner{background:#023f6b;border-radius:14px}
.hdr-top-row{display:flex;align-items:center;justify-content:space-between;padding:.45rem 1.25rem;gap:.75rem;flex-wrap:wrap}
.hdr-jackpot-ticker{display:flex;align-items:center;gap:.4rem;font-size:.82rem;color:#e8f4ff}
.jk-label{display:flex;align-items:center;gap:.3rem;opacity:.8}
.jk-amount{font-weight:600;color:#f5cd4b;font-size:.92rem;letter-spacing:.03em;animation:jk-pulse 2s ease-in-out infinite}
@keyframes jk-pulse{0%,100%{opacity:1}50%{opacity:.7}}
.hdr-cta-always{display:flex;align-items:center;gap:.5rem}
.hdr-main-row{display:flex;align-items:center;justify-content:space-between;padding-top:.9rem;padding-bottom:.9rem;gap:1rem;flex-wrap:wrap}
.hdr-logo img{height:36px;width:auto}
.nav-list{list-style:none;padding:0;margin:0;display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap}
.nav-link{display:flex;align-items:center;gap:.35rem;font-size:.9rem;font-weight:400;color:#cfe5ff;transition:color .2s}
.nav-link:hover{color:#f5cd4b}
.burger-btn{display:none;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:38px;height:38px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);border-radius:8px;cursor:pointer;padding:0}
.burger-line{display:block;width:18px;height:2px;background:#e8f4ff;border-radius:2px;transition:transform .25s,opacity .25s}
.burger-btn.is-open .burger-line:nth-child(1){transform:translateY(7px) rotate(45deg)}
.burger-btn.is-open .burger-line:nth-child(2){opacity:0}
.burger-btn.is-open .burger-line:nth-child(3){transform:translateY(-7px) rotate(-45deg)}

.hero-block{margin:0 0 1.5rem}
.hero-content{position:relative;border-radius:16px;overflow:hidden;min-height:320px;display:flex;align-items:flex-end}
.hero-banner-wrap{position:absolute;inset:0;z-index:0}
.hero-banner{width:100%;height:100%;object-fit:cover}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(to right,rgba(2,63,107,.88) 40%,rgba(2,63,107,.4) 100%)}
.hero-text-wrap{position:relative;z-index:1;padding:2.5rem 2rem;max-width:620px}
.hero-badges{display:flex;gap:.6rem;flex-wrap:wrap;margin-bottom:1rem}
.hero-badge{background:rgba(245,205,75,.2);border:1px solid rgba(245,205,75,.5);color:#f5cd4b;padding:.2rem .65rem;border-radius:20px;font-size:.75rem;font-weight:500}
.hero-headline{font-size:2.4rem;font-weight:700;color:#fff;margin-bottom:.75rem;text-shadow:0 2px 8px rgba(0,0,0,.4);text-wrap:balance}
.hero-sub{font-size:1rem;color:#cfe5ff;margin-bottom:1.5rem;line-height:1.6}
.hero-cta-row{display:flex;gap:.8rem;flex-wrap:wrap}
.hero-tiles-row{display:flex;gap:.75rem;flex-wrap:wrap;margin-top:.75rem}
.hero-tile{background:#023f6b;border-radius:12px;padding:.8rem 1.1rem;flex:1;min-width:90px;text-align:center;border:1px solid rgba(245,205,75,.2);transition:transform .2s,box-shadow .2s}
.hero-tile:hover{transform:translateY(-3px);box-shadow:0 6px 20px rgba(0,0,0,.3)}
.tile-val{display:block;font-size:1.4rem;font-weight:700;color:#f5cd4b;line-height:1.1}
.tile-lbl{display:block;font-size:.72rem;color:#9abfd4;text-transform:uppercase;letter-spacing:.06em;margin-top:.2rem}

.block-card{background:#023f6b;border-radius:14px;padding:2rem;margin-bottom:1.5rem;border:1px solid rgba(255,255,255,.07)}
.block-title{font-size:1.5rem;font-weight:700;color:#f5cd4b;margin-bottom:1.25rem;display:flex;align-items:center;gap:.6rem;padding-bottom:.75rem;border-bottom:1px solid rgba(255,255,255,.1)}
.block-intro{color:#cfe5ff;margin-bottom:1.5rem;font-size:.97rem;line-height:1.6}

.toc-list{list-style:none;padding:0;columns:2;gap:1.5rem}
.toc-link{display:flex;align-items:center;gap:.5rem;padding:.55rem .7rem;border-radius:8px;color:#cfe5ff;font-size:.93rem;transition:background .2s,color .2s;margin-bottom:.3rem}
.toc-link:hover{background:rgba(245,205,75,.1);color:#f5cd4b}

.game-info-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:.6rem}
.gi-item{background:rgba(0,90,173,.5);border:1px solid rgba(255,255,255,.1);border-radius:10px;padding:.7rem 1rem;display:flex;flex-direction:column;gap:.15rem}
.gi-label{font-size:.72rem;text-transform:uppercase;letter-spacing:.06em;color:#9abfd4;font-weight:500}
.gi-val{font-size:.95rem;color:#fff;font-weight:500}

.adv-tiles{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1rem}
.adv-tile{background:rgba(0,90,173,.5);border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:1.25rem;transition:transform .2s,box-shadow .2s}
.adv-tile:hover{transform:translateY(-3px);box-shadow:0 8px 24px rgba(0,0,0,.3)}
.adv-icon{margin-bottom:.75rem}
.adv-tile h3{font-size:1rem;font-weight:600;color:#f5cd4b;margin-bottom:.5rem}
.adv-tile p{font-size:.87rem;color:#cfe5ff;margin-bottom:0;line-height:1.55}

.mobile-inner{display:flex;gap:2rem;align-items:flex-start;flex-wrap:wrap}
.mobile-phone-frame{flex-shrink:0;width:200px}
.phone-shell{background:#0a0a0a;border-radius:32px;padding:12px;box-shadow:0 0 0 2px #333,0 0 0 4px #111,0 12px 40px rgba(0,0,0,.6);position:relative}
.phone-notch{width:60px;height:12px;background:#0a0a0a;border-radius:0 0 10px 10px;margin:0 auto 6px;position:relative;z-index:2}
.phone-screen{border-radius:18px;overflow:hidden;background:#000;aspect-ratio:9/16}
.phone-screen img{width:100%;height:100%;object-fit:cover}
.phone-home-bar{width:50px;height:4px;background:#333;border-radius:4px;margin:8px auto 0}
.mobile-info{flex:1;min-width:280px}
.app-table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;margin-bottom:1.25rem}
.app-table{min-width:320px}
.dl-buttons{display:flex;gap:.75rem;flex-wrap:wrap}

.screenshots-slider{position:relative;overflow:hidden;border-radius:12px;background:rgba(0,0,0,.3)}
.ss-track{display:flex;transition:transform .4s cubic-bezier(.25,.46,.45,.94)}
.ss-item{flex:0 0 100%;position:relative}
.ss-item img{width:100%;height:360px;object-fit:cover;display:block}
.ss-caption{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,rgba(0,0,0,.7));padding:.75rem 1rem;font-size:.85rem;color:#fff;font-weight:400}
.ss-controls{display:flex;align-items:center;justify-content:center;gap:1rem;padding:.9rem}
.ss-btn{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);color:#fff;border-radius:50%;width:38px;height:38px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s}
.ss-btn:hover{background:rgba(245,205,75,.3)}
.ss-dots{display:flex;gap:.5rem;align-items:center}
.ss-dot{width:8px;height:8px;border-radius:50%;background:rgba(255,255,255,.3);border:none;cursor:pointer;transition:background .2s,transform .2s;padding:0}
.ss-dot.is-active{background:#f5cd4b;transform:scale(1.3)}

.demo-frame-wrap{border-radius:12px;overflow:hidden;background:#000;aspect-ratio:16/9;width:100%}
.demo-iframe{width:100%;height:100%;border:none;display:block;min-height:420px}
.demo-cta-bar{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.25rem 0 0;flex-wrap:wrap}
.demo-cta-text{color:#cfe5ff;font-size:.95rem;margin:0}

.fs-features{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1rem;margin-bottom:2rem}
.fs-feature-card{background:rgba(0,90,173,.5);border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:1.25rem;display:flex;flex-direction:column;gap:.6rem}
.fs-icon{flex-shrink:0}
.fs-feature-card h3{font-size:1rem;font-weight:600;color:#f5cd4b;margin:0}
.fs-feature-card p{font-size:.87rem;color:#cfe5ff;margin:0;line-height:1.55}
.bonus-offer-box{background:linear-gradient(135deg,#014f87 0%,#023f6b 100%);border:2px solid #f5cd4b;border-radius:14px;padding:2rem;text-align:center}
.bonus-offer-box h3{font-size:1.4rem;color:#f5cd4b;margin-bottom:.75rem}
.bonus-offer-box p{color:#cfe5ff;margin-bottom:1.25rem}
.bonus-offer-box strong{color:#fff}
.bonus-terms{font-size:.75rem;color:#8aafcc;margin:1rem 0 0}

.review-author-bar{display:flex;align-items:flex-start;gap:1rem;padding:1rem;background:rgba(0,90,173,.4);border-radius:10px;margin-bottom:1.5rem;flex-wrap:wrap}
.author-avatar{width:52px;height:52px;border-radius:50%;background:#f5cd4b;color:#023f6b;font-size:1.1rem;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.author-meta{flex:1;display:flex;flex-direction:column;gap:.2rem}
.author-name{font-weight:600;color:#f5cd4b;font-size:.95rem}
.author-name a{color:#f5cd4b}
.author-title{font-size:.82rem;color:#9abfd4}
.author-bio-short{font-size:.8rem;color:#8aafcc;line-height:1.4}
.review-rating{display:flex;flex-direction:column;align-items:flex-end;gap:.15rem}
.star-display{color:#f5cd4b;font-size:1.2rem;letter-spacing:.05em}
.rating-val{font-size:.82rem;color:#9abfd4}

.prose-block h2{font-size:1.2rem;color:#f5cd4b;margin:1.5rem 0 .6rem;border-bottom:1px solid rgba(255,255,255,.1);padding-bottom:.4rem}
.prose-block h3{font-size:1rem;color:#e8f4ff;margin:1.2rem 0 .5rem}
.prose-block p{color:#cfe5ff;line-height:1.65;font-size:.95rem}
.prose-block ul,.prose-block ol{padding-left:1.4rem;margin-bottom:1rem}
.prose-block li{color:#cfe5ff;line-height:1.55;font-size:.93rem;margin-bottom:.4rem}
.prose-block table{width:100%;margin:1rem 0}
.prose-block th{background:#012d4f;color:#f5cd4b}
.prose-block td{border-bottom:1px solid rgba(255,255,255,.1)}
.prose-block a{color:#f5cd4b}
.prose-block strong{color:#fff}
.prose-block blockquote{border-left:3px solid #f5cd4b;padding:.5rem 1rem;background:rgba(0,0,0,.2);border-radius:0 8px 8px 0;margin:1rem 0;font-style:italic;color:#cfe5ff}

.faq-list{display:flex;flex-direction:column;gap:.5rem}
.faq-item{border:1px solid rgba(255,255,255,.1);border-radius:10px;overflow:hidden;background:rgba(0,90,173,.3)}
.faq-question{width:100%;background:transparent;border:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.9rem 1.1rem;color:#e8f4ff;font-family:'Oswald',sans-serif;font-size:.97rem;font-weight:500;text-align:left;transition:background .2s}
.faq-question:hover{background:rgba(245,205,75,.08)}
.faq-question[aria-expanded="true"]{color:#f5cd4b;background:rgba(245,205,75,.06)}
.faq-question[aria-expanded="true"] .faq-arrow{transform:rotate(180deg)}
.faq-arrow{flex-shrink:0;transition:transform .25s;color:#f5cd4b}
.faq-answer{padding:0 1.1rem 1rem;display:block}
.faq-answer[hidden]{display:none}
.faq-answer p{color:#cfe5ff;font-size:.92rem;margin-bottom:0;line-height:1.6}

.ftr-section{margin-top:auto}
.ftr-wrap{background:#023f6b;border-top:2px solid rgba(245,205,75,.3);margin-top:2rem;padding:2.5rem 0 1rem}
.ftr-inner{display:flex;flex-direction:column;gap:2rem}
.ftr-top{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;gap:2rem;flex-wrap:wrap}
.ftr-logo {display: block;width: fit-content;}
.ftr-logo img{height:36px;width:auto;margin-bottom:.75rem}
.ftr-tagline{font-size:.82rem;color:#9abfd4;margin-bottom:.6rem}
.ftr-country{display:flex;align-items:center;gap:.4rem;font-size:.8rem;color:#9abfd4;margin-bottom:.5rem}
.ftr-age-badge{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;background:#d32f2f;color:#fff;font-weight:700;font-size:.8rem;flex-shrink:0}
.ftr-col-title{font-size:.75rem;text-transform:uppercase;letter-spacing:.08em;color:#9abfd4;font-weight:600;margin-bottom:.65rem}
.ftr-nav-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.35rem}
.ftr-nav-list a{font-size:.85rem;color:#cfe5ff;transition:color .2s}
.ftr-nav-list a:hover{color:#f5cd4b}
.ftr-email{display:flex;align-items:center;gap:.4rem;font-size:.85rem;color:#cfe5ff;margin-bottom:1rem;transition:color .2s}
.ftr-email:hover{color:#f5cd4b}
.ftr-social-links{display:flex;gap:.6rem;flex-wrap:wrap}
.ftr-social-link{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:8px;background:rgba(255,255,255,.1);color:#cfe5ff;transition:background .2s,color .2s}
.ftr-social-link:hover{background:#f5cd4b;color:#023f6b}
.ftr-section-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.08em;color:#9abfd4;font-weight:600;margin-bottom:.65rem}
.ftr-logos-row{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}
.ftr-provider-logo img{height:32px;width:auto;opacity:.8;transition:opacity .2s;filter:brightness(0) invert(1)}
.ftr-provider-logo:hover img{opacity:1}
.ftr-pay-badge{display:inline-flex;align-items:center;justify-content:center;height:28px;border-radius:6px;overflow:hidden}
.ftr-pay-text{background:rgba(255,255,255,.1);padding:0 .6rem;font-size:.75rem;color:#cfe5ff;font-weight:500}
.trust-chip{display:inline-flex;align-items:center;padding:.25rem .6rem;border-radius:6px;font-size:.73rem;font-weight:600;letter-spacing:.02em;border:1px solid transparent}
.trust-gh{background:rgba(2,170,6,.15);border-color:rgba(2,170,6,.4);color:#4df052}
.trust-bga{background:rgba(245,205,75,.12);border-color:rgba(245,205,75,.35);color:#f5cd4b}
.trust-gc{background:rgba(2,170,6,.12);border-color:rgba(2,170,6,.3);color:#7ce87f}
.trust-ag{background:rgba(245,205,75,.1);border-color:rgba(245,205,75,.25);color:#ffe97a}
.trust-dmca{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.2);color:#cfe5ff}
.trust-18{background:#d32f2f;border-color:transparent;color:#fff;padding:.25rem .5rem;border-radius:50%;width:30px;height:30px;display:inline-flex;align-items:center;justify-content:center;font-size:.7rem}
.trust-mga{background:rgba(100,180,255,.1);border-color:rgba(100,180,255,.3);color:#90c8ff}
.ftr-legal{border-top:1px solid rgba(255,255,255,.1);padding-top:1.25rem}
.ftr-legal-text{font-size:.77rem;color:#8aafcc;line-height:1.6;margin-bottom:.5rem}
.ftr-legal-text a{color:#9abfd4}
.ftr-legal-text a:hover{color:#f5cd4b}
.ftr-copyright{font-size:.77rem;color:#6a9ab8;text-align:center}

.bonus-widget{position:fixed;bottom:0;left:0;right:0;z-index:9999;background:#023f6b;border-top:2px solid #f5cd4b;padding:.6rem 1rem;transform:translateY(100%);transition:transform .4s cubic-bezier(.25,.46,.45,.94);box-shadow:0 -4px 20px rgba(0,0,0,.4)}
.bonus-widget.is-visible{transform:translateY(0)}
.bonus-widget-inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}
.bonus-widget-text{display:flex;align-items:center;gap:.5rem;color:#e8f4ff;font-size:.9rem;font-weight:500}
.bonus-widget-btn{background:#02aa06;color:#fff;padding:.45rem 1.1rem;border-radius:8px;font-family:'Oswald',sans-serif;font-weight:600;font-size:.9rem;text-decoration:none;transition:filter .15s;white-space:nowrap}
.bonus-widget-btn:hover{color:#fff;filter:brightness(1.1)}
.bonus-widget-close{background:transparent;border:none;color:#9abfd4;cursor:pointer;font-size:1.3rem;line-height:1;padding:0 .25rem;transition:color .2s}
.bonus-widget-close:hover{color:#fff}

.info-page-container{padding-top:1.5rem;padding-bottom:2rem}
.info-content-box{padding:2rem}
.info-breadcrumbs{display:flex;align-items:center;gap:.4rem;font-size:.82rem;color:#9abfd4;margin-bottom:1.25rem;flex-wrap:wrap}
.info-breadcrumbs a{color:#9abfd4;transition:color .2s}
.info-breadcrumbs a:hover{color:#f5cd4b}
.info-breadcrumbs svg{opacity:.5}
.info-content-body h2{font-size:1.15rem;color:#f5cd4b;margin:1.5rem 0 .6rem;border-bottom:1px solid rgba(255,255,255,.1);padding-bottom:.4rem}
.info-content-body p{color:#cfe5ff;font-size:.93rem;line-height:1.65;margin-bottom:.9rem}
.info-content-body ul,.info-content-body ol{padding-left:1.4rem;margin-bottom:.9rem}
.info-content-body li{color:#cfe5ff;font-size:.91rem;line-height:1.55;margin-bottom:.35rem}
.info-content-body a{color:#f5cd4b}
.info-content-body a:hover{color:#ffe980}
.info-content-body table{width:100%;margin:1rem 0;overflow-x:auto;display:block}
.info-content-body th{background:#012d4f;color:#f5cd4b;padding:.6rem .8rem;text-align:left}
.info-content-body td{padding:.55rem .8rem;border-bottom:1px solid rgba(255,255,255,.1);color:#cfe5ff}
.info-content-body strong{color:#fff}

.page-h1{font-size:1.8rem;font-weight:700;color:#fff;margin-bottom:1.25rem;text-wrap:balance}
.page-content-inner{padding:1rem 0}


@media(max-width:900px){
    .ftr-top{grid-template-columns:1fr 1fr}
    .toc-list{columns:1}
    .nav-link svg {display: none;}
}

@media(max-width:768px){
    .hdr-main-row{flex-wrap:nowrap;position:relative}
    .burger-btn{display:flex}
    .main-nav{position:absolute;top:100%;left:0;right:0;background:#023f6b;border-radius:0 0 14px 14px;overflow:hidden;max-height:0;transition:max-height .3s cubic-bezier(.25,.46,.45,.94),opacity .2s;opacity:0;z-index:100;box-shadow:0 8px 20px rgba(0,0,0,.4)}
    .main-nav.is-open{max-height:400px;opacity:1}
    .nav-list{flex-direction:column;gap:0;padding:.5rem 0}
    .nav-link{padding:.7rem 1.25rem;border-radius:0;width:100%}
    .nav-link:hover{background:rgba(245,205,75,.08)}
    .hero-headline{font-size:1.7rem}
    .hero-text-wrap{padding:1.5rem 1.25rem}
    .hero-tiles-row{gap:.5rem}
    .hero-tile{min-width:70px;padding:.6rem .75rem}
    .tile-val{font-size:1.1rem}
    .mobile-inner{flex-direction:column;align-items:center}
    .ss-item img{height:220px}
    .demo-iframe{min-height:300px}
    .demo-cta-bar{flex-direction:column;align-items:flex-start}
    .ftr-top{grid-template-columns:1fr}
    .review-author-bar{flex-direction:column}
    .review-rating{align-items:flex-start}
    .hdr-top-row{justify-content:center}
    .hdr-jackpot-ticker{display:none}
    .bonus-widget-text span{font-size:.82rem}
}

@media(max-width:480px){
    .container{padding:0 .75rem}
    .block-card{padding:1.25rem 1rem}
    .hero-content{min-height:240px}
    .hero-headline{font-size:1.4rem}
    .hero-tile{padding:.5rem .6rem}
    .tile-val{font-size:1rem}
    .game-info-grid{grid-template-columns:1fr 1fr}
    .adv-tiles{grid-template-columns:1fr}
    .fs-features{grid-template-columns:1fr}
    .hdr-cta-always .btn--sm{padding:.35rem .7rem;font-size:.75rem}
    .dl-buttons{flex-direction:column}
    .hdr-logo img {height: 30px;}
}
@media(max-width:420px){
.hdr-cta-always .btn--yellow{display: none;}
.mobile-info {width: 200px;}
.btn--dl {max-width: 250px;}
.btn {white-space: wrap;}
}
.wp-content-placeholder{display:none!important}
.wpcf7-spinner{display:none!important}
.elementor-section-placeholder{display:none}
[data-elementor-type="wp-post"]{display:block}
.entry-content .wp-block-group{margin-bottom:1rem}
.yoast-seo-status{display:none}
