@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@300;400;500;600;700;800&display=swap');

*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;background:#330005}
body{font-family:'Kanit',sans-serif;background:#330005;color:#f5e8d0;line-height:1.6;font-size:16px;overflow-x:hidden}
a{color:#f0e9ea;text-decoration:none;transition:color .3s}
a:hover{color:black}
img{max-width:100%;height:auto;display:block}
ul{list-style:none}
button{cursor:pointer;border:none;font-family:'Kanit',sans-serif}

.wrapper{min-height:100vh;display:flex;flex-direction:column}
.container{width:100%;max-width:1200px;margin:0 auto;padding:0 16px}

.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 22px;border-radius:8px;font-family:'Kanit',sans-serif;font-weight:600;font-size:15px;transition:transform .2s,box-shadow .2s,opacity .2s;cursor:pointer;text-decoration:none;border:none;white-space:nowrap}
.btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(0,0,0,.4)}
.btn:active{transform:translateY(0)}
.btn--primary{background:#e19522;color:#1a0003}
.btn--secondary{background:#f0e9ea;color:#330005}
.btn--outline{background:transparent;color:#f0e9ea;border:2px solid #f0e9ea}
.btn--sm{padding:7px 16px;font-size:13px}
.btn--lg{padding:14px 32px;font-size:17px;border-radius:10px}

.site-header{background:#620a18;position:sticky;top:0;z-index:999;box-shadow:0 2px 16px rgba(0,0,0,.5)}
.header-inner{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 16px;max-width:1200px;margin:0 auto}
.header-logo img{height:44px;width:auto;object-fit:contain}
.header-logo a{display:flex;align-items:center}

.header-nav{display:flex;align-items:center;gap:4px}
.header-nav a{color:#f0e9ea;padding:6px 12px;border-radius:6px;font-size:14px;font-weight:500;display:flex;align-items:center;gap:6px;transition:background .2s,color .2s}
.header-nav a:hover{background:rgba(255,255,255,.1);color:#e19522}
.header-nav a svg{width:16px;height:16px;flex-shrink:0}

.header-cta{display:flex;align-items:center;gap:8px}
.header-ticker{background:rgba(0,0,0,.3);border:1px solid rgba(225,149,34,.4);border-radius:20px;padding:4px 12px;font-size:12px;color:#e19522;display:flex;align-items:center;gap:6px;white-space:nowrap}
.header-ticker span.ticker-label{color:#f0e9ea;opacity:.7}
.header-ticker span.ticker-val{font-weight:700;color:#e19522}

.burger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:6px}
.burger span{display:block;width:24px;height:2px;background:#f0e9ea;border-radius:2px;transition:transform .3s,opacity .3s}
.burger.active span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.burger.active span:nth-child(2){opacity:0}
.burger.active span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}

.mobile-menu{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:#620a18;z-index:1000;flex-direction:column;padding:24px 20px;overflow-y:auto}
.mobile-menu.active{display:flex}
.mobile-menu-close{align-self:flex-end;background:none;border:none;color:#f0e9ea;font-size:28px;cursor:pointer;margin-bottom:20px}
.mobile-menu nav{display:flex;flex-direction:column;gap:4px;margin-bottom:24px}
.mobile-menu nav a{color:#f0e9ea;padding:12px 16px;border-radius:8px;font-size:16px;display:flex;align-items:center;gap:10px;border-bottom:1px solid rgba(255,255,255,.1)}
.mobile-menu nav a:hover{background:rgba(255,255,255,.08)}
.mobile-menu nav a svg{width:20px;height:20px}
.mobile-menu-cta{display:flex;flex-direction:column;gap:10px}
.mobile-menu-cta .btn{width:100%;justify-content:center;font-size:16px}

.hero{position:relative;min-height:520px;display:flex;align-items:center;overflow:hidden;background:#1a0003}
.hero-bg{position:absolute;inset:0;background-image:url('/img/88-fortunes-hero.webp');background-size:cover;background-position:center top;z-index:0}
.hero-bg::after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(51,0,5,.92) 30%,rgba(51,0,5,.5) 70%,rgba(51,0,5,.2) 100%)}
.hero-content{position:relative;z-index:1;max-width:600px;padding:60px 0}
.hero-badge{display:inline-flex;align-items:center;gap:8px;background:rgba(225,149,34,.2);border:1px solid rgba(225,149,34,.5);color:#e19522;padding:6px 14px;border-radius:20px;font-size:13px;font-weight:600;margin-bottom:20px}
.hero h1{font-size:clamp(32px,5vw,56px);font-weight:800;line-height:1.15;color:#fff;margin-bottom:16px;text-shadow:0 2px 12px rgba(0,0,0,.7)}
.hero h1 span{color:#e19522}
.hero-sub{font-size:17px;color:#f0e9ea;opacity:.9;margin-bottom:28px;max-width:480px;line-height:1.6}
.hero-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap}
.hero-rating{display:flex;align-items:center;gap:8px;margin-top:20px}
.hero-rating-stars{display:flex;gap:3px}
.hero-rating-stars svg{width:18px;height:18px;fill:#e19522}
.hero-rating-text{font-size:14px;color:#f0e9ea;opacity:.8}
.hero-rating-score{font-size:18px;font-weight:700;color:#e19522}

.section{padding:64px 0}
.section-title{font-size:clamp(24px,3.5vw,36px);font-weight:700;color:#fff;margin-bottom:8px}
.section-sub{font-size:16px;color:#f0e9ea;opacity:.7;margin-bottom:40px}
.section-header{margin-bottom:40px}

.advantages-grid{display:flex;flex-wrap:wrap;gap:16px}
.adv-tile{flex:1 1 220px;background:#620a18;border-radius:12px;padding:24px 20px;display:flex;flex-direction:column;gap:10px;border:1px solid rgba(255,255,255,.08);transition:transform .25s,box-shadow .25s}
.adv-tile:hover{transform:translateY(-4px);box-shadow:0 10px 30px rgba(0,0,0,.4)}
.adv-icon{width:44px;height:44px;background:rgba(225,149,34,.15);border-radius:10px;display:flex;align-items:center;justify-content:center}
.adv-icon svg{width:24px;height:24px;fill:#e19522}
.adv-tile h3{font-size:16px;font-weight:600;color:#fff}
.adv-tile p{font-size:14px;color:#f0e9ea;opacity:.75;line-height:1.5}

.bonuses-grid{display:flex;gap:20px;flex-wrap:wrap}
.bonus-card{flex:1 1 280px;background:#620a18;border-radius:14px;padding:24px;border:1px solid rgba(225,149,34,.25);display:flex;flex-direction:column;gap:14px;transition:transform .25s,box-shadow .25s;position:relative;overflow:hidden}
.bonus-card::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#e19522,#f5c842)}
.bonus-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px rgba(0,0,0,.45)}
.bonus-card-badge{display:inline-block;background:rgba(225,149,34,.2);color:#e19522;font-size:11px;font-weight:700;padding:3px 10px;border-radius:20px;border:1px solid rgba(225,149,34,.4);text-transform:uppercase;letter-spacing:.5px}
.bonus-card-casino{font-size:13px;font-weight:600;color:#f0e9ea;opacity:.7}
.bonus-card-value{font-size:26px;font-weight:800;color:#e19522;line-height:1.2}
.bonus-card-desc{font-size:14px;color:#f0e9ea;opacity:.8;line-height:1.5}
.bonus-card-terms{font-size:11px;color:#f0e9ea;opacity:.45}
.bonus-card .btn{width:100%;justify-content:center;margin-top:auto}
.bonuses-slider-dots{display:none;justify-content:center;gap:8px;margin-top:16px}
.bonuses-slider-dot{width:8px;height:8px;border-radius:50%;background:rgba(255,255,255,.25);cursor:pointer;transition:background .2s}
.bonuses-slider-dot.active{background:#e19522}

.demo-block{background:#1a0003;border-radius:16px;padding:32px;border:1px solid rgba(225,149,34,.2);display:flex;flex-direction:column;gap:20px}
.demo-frame{position:relative;width:100%;padding-top:56.25%;border-radius:10px;overflow:hidden;background:#000}
.demo-frame iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none}
.demo-frame-placeholder{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#1a0003 0%,#620a18 100%);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;cursor:pointer}
.demo-frame-placeholder svg{width:64px;height:64px;fill:#e19522;opacity:.8}
.demo-frame-placeholder p{color:#f0e9ea;font-size:18px;font-weight:600}
.demo-actions{display:flex;gap:12px;flex-wrap:wrap}
.demo-actions .btn{flex:1;min-width:160px;justify-content:center}
.demo-info{display:flex;gap:20px;flex-wrap:wrap}
.demo-info-item{display:flex;flex-direction:column;gap:2px}
.demo-info-item span:first-child{font-size:11px;color:#f0e9ea;opacity:.5;text-transform:uppercase;letter-spacing:.5px}
.demo-info-item span:last-child{font-size:15px;font-weight:600;color:#e19522}

.similar-grid{display:flex;gap:16px;flex-wrap:wrap}
.sim-card{flex:1 1 200px;background:#620a18;border-radius:12px;overflow:hidden;border:1px solid rgba(255,255,255,.08);transition:transform .25s,box-shadow .25s;display:flex;flex-direction:column}
.sim-card:hover{transform:translateY(-4px);box-shadow:0 10px 28px rgba(0,0,0,.4)}
.sim-card-img{width:100%;height:130px;background:linear-gradient(135deg,#1a0003,#3d0810);display:flex;align-items:center;justify-content:center;font-size:13px;color:#f0e9ea;position:relative;overflow:hidden}
.sim-card-img img{width:100%;height:100%;object-fit:cover}
.sim-card-body{padding:14px;display:flex;flex-direction:column;gap:10px;flex:1}
.sim-card h4{font-size:14px;font-weight:700;color:#fff}
.sim-card p{font-size:12px;color:#f0e9ea;opacity:.7;line-height:1.4;flex:1}
.sim-card-btns{display:flex;gap:8px}
.sim-card-btns .btn{flex:1;font-size:12px;padding:7px 10px;justify-content:center}

.content-block{background:rgba(98,10,24,.3);border-radius:14px;padding:32px;border:1px solid rgba(255,255,255,.08)}
.content-block h2{font-size:24px;font-weight:700;color:#fff;margin-bottom:16px}
.review-content h2,.review-content h3,.review-content h4{color:#fff;margin:1.2em 0 .6em;font-weight:700}
.review-content p{color:#f0e9ea;opacity:.85;margin-bottom:1em;line-height:1.7}
.review-content a{color:#e19522;text-decoration:underline}
.review-content ul,.review-content ol{padding-left:24px;margin-bottom:1em}
.review-content ul li,.review-content ol li{color:#f0e9ea;opacity:.85;margin-bottom:.4em;line-height:1.6}
.review-content ul{list-style:disc}
.review-content ol{list-style:decimal}
.review-content table{width:100%;border-collapse:collapse;margin:1.2em 0;overflow-x:auto;display:block}
.review-content table th,.review-content table td{border:1px solid rgba(255,255,255,.2);padding:10px 14px;text-align:left;color:#f0e9ea;font-size:14px}
.review-content table th{background:rgba(98,10,24,.6);font-weight:700;color:#fff}
.review-content table tr:nth-child(even){background:rgba(255,255,255,.04)}
.review-content blockquote{border-left:3px solid #e19522;padding:12px 20px;background:rgba(225,149,34,.07);border-radius:0 8px 8px 0;margin:1.2em 0;font-style:italic;color:#f0e9ea}
.review-content strong,.review-content b{color:#fff;font-weight:700}

.author-block{display:flex;align-items:flex-start;gap:16px;background:rgba(98,10,24,.5);border-radius:12px;padding:20px;border:1px solid rgba(255,255,255,.1);margin-top:24px}
.author-avatar{min-width:56px;height:56px;border-radius:50%;background:linear-gradient(135deg,#620a18,#e19522);display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:700;color:#fff;flex-shrink:0}
.author-name{font-size:16px;font-weight:700;color:#fff}
.author-title{font-size:13px;color:#e19522;margin-bottom:6px}
.author-bio{font-size:13px;color:#f0e9ea;opacity:.75;line-height:1.5}
.author-link{display:inline-flex;align-items:center;gap:5px;font-size:13px;color:#e19522;margin-top:8px}

.faq-list{display:flex;flex-direction:column;gap:8px}
.faq-item{background:#620a18;border-radius:10px;border:1px solid rgba(255,255,255,.08);overflow:hidden}
.faq-question{width:100%;padding:16px 20px;display:flex;justify-content:space-between;align-items:center;gap:12px;background:none;border:none;color:#fff;font-family:'Kanit',sans-serif;font-size:15px;font-weight:600;cursor:pointer;text-align:left;transition:background .2s}
.faq-question:hover{background:rgba(255,255,255,.05)}
.faq-question.active{background:rgba(255,255,255,.05)}
.faq-icon{width:24px;height:24px;flex-shrink:0;border-radius:50%;background:rgba(225,149,34,.2);display:flex;align-items:center;justify-content:center;transition:transform .3s}
.faq-icon svg{width:14px;height:14px;fill:#e19522}
.faq-question.active .faq-icon{transform:rotate(45deg)}
.faq-answer{max-height:0;overflow:hidden;transition:max-height .35s ease}
.faq-answer.open{max-height:500px}
.faq-answer-inner{padding:0 20px 18px;font-size:14px;color:#f0e9ea;opacity:.85;line-height:1.7}
.faq-answer-inner a{color:#e19522;text-decoration:underline}

.reviews-grid{display:flex;flex-wrap:wrap;gap:16px;margin-bottom:40px}
.review-card{flex:1 1 300px;background:#620a18;border-radius:12px;padding:20px;border:1px solid rgba(255,255,255,.08);display:flex;flex-direction:column;gap:10px}
.review-card-top{display:flex;align-items:center;gap:12px}
.review-avatar{width:46px;height:46px;border-radius:50%;background:linear-gradient(135deg,#e19522,#c97a10);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:18px;color:#fff;flex-shrink:0}
.review-name{font-weight:700;font-size:15px;color:#fff}
.review-date{font-size:12px;color:#f0e9ea;opacity:.5}
.review-stars{display:flex;gap:3px}
.review-stars svg{width:15px;height:15px;fill:#e19522}
.review-text{font-size:14px;color:#f0e9ea;opacity:.8;line-height:1.6}

.review-form{background:rgba(98,10,24,.5);border-radius:14px;padding:32px;border:1px solid rgba(255,255,255,.1)}
.review-form h3{font-size:20px;font-weight:700;color:#fff;margin-bottom:20px}
.form-group{display:flex;flex-direction:column;gap:6px;margin-bottom:16px}
.form-group label{font-size:14px;font-weight:600;color:#f0e9ea;opacity:.85}
.form-group input,.form-group textarea{background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.15);border-radius:8px;padding:12px 16px;color:#fff;font-family:'Kanit',sans-serif;font-size:14px;outline:none;transition:border-color .2s}
.form-group input:focus,.form-group textarea:focus{border-color:#e19522}
.form-group input::placeholder,.form-group textarea::placeholder{color:rgba(255,255,255,.35)}
.form-group textarea{resize:vertical;min-height:100px}
.form-success{display:none;background:rgba(34,197,94,.15);border:1px solid rgba(34,197,94,.4);color:#86efac;border-radius:8px;padding:14px 20px;font-size:14px;text-align:center;margin-top:12px}
.form-success.show{display:block}
.form-rating-input{display:flex;gap:6px}
.form-rating-input label{cursor:pointer}
.form-rating-input svg{width:24px;height:24px;fill:rgba(255,255,255,.2);transition:fill .15s}
.form-rating-input label:hover svg,.form-rating-input label.active svg{fill:#e19522}

.site-footer{background:#620a18;padding:48px 0 24px;margin-top:auto}
.footer-top{display:flex;flex-wrap:wrap;gap:32px;margin-bottom:36px}
.footer-brand{flex:1 1 220px}
.footer-brand-link {display: block;width: fit-content;}
.footer-logo {height:44px;width:auto;margin-bottom:12px}
.footer-tagline{font-size:13px;color:#f0e9ea;opacity:.65;line-height:1.6;max-width:240px}
.footer-nav{flex:1 1 160px}
.footer-nav h4{font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.8px;color:#e19522;margin-bottom:12px}
.footer-nav ul{display:flex;flex-direction:column;gap:7px}
.footer-nav ul a{font-size:14px;color:#f0e9ea;opacity:.75;transition:opacity .2s,color .2s}
.footer-nav ul a:hover{opacity:1;color:#e19522}
.footer-right{flex:1 1 280px}

.footer-badges{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px}
.footer-badge{background:rgba(0,0,0,.25);border:1px solid rgba(255,255,255,.12);border-radius:8px;padding:6px 12px;font-size:12px;font-weight:600;color:#f0e9ea;display:flex;align-items:center;gap:6px}
.footer-badge svg{width:16px;height:16px;flex-shrink:0}
.footer-socials{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:16px}
.footer-social{width:36px;height:36px;border-radius:8px;background:rgba(0,0,0,.25);border:1px solid rgba(255,255,255,.12);display:flex;align-items:center;justify-content:center;transition:background .2s}
.footer-social:hover{background:rgba(225,149,34,.3)}
.footer-social svg{width:18px;height:18px;fill:#f0e9ea}

.footer-payments{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:20px}
.payment-badge{background:rgba(255,255,255,.1);border-radius:6px;padding:4px 10px;font-size:12px;font-weight:700;color:#f0e9ea}

.footer-divider{border:none;border-top:1px solid rgba(255,255,255,.1);margin:24px 0}
.footer-bottom{display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between;align-items:flex-start}
.footer-legal{font-size:12px;color:#f0e9ea;opacity:.5;line-height:1.7;max-width:680px}
.footer-legal a{color:#f0e9ea;opacity:.7;text-decoration:underline}
.footer-country{display:flex;align-items:center;gap:8px;font-size:13px;color:#f0e9ea;opacity:.7}
.footer-country-flag {height: 20px;width: auto;}
.footer-copyright{font-size:12px;color:#f0e9ea;opacity:.45}

.trust-badges{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:20px}
.trust-badge{background:rgba(0,0,0,.2);border:1px solid rgba(255,255,255,.1);border-radius:6px;padding:5px 10px;font-size:11px;font-weight:700;color:#f0e9ea;opacity:.8}
.trust-badge.age{background:rgba(225,149,34,.15);color:#e19522;border-color:rgba(225,149,34,.4)}

.sticky-widget{position:fixed;bottom:20px;right:20px;z-index:990;background:#620a18;border-radius:14px;padding:16px;border:1px solid rgba(225,149,34,.4);box-shadow:0 8px 32px rgba(0,0,0,.6);display:flex;flex-direction:column;gap:10px;width:190px;animation:fadeInUp .5s ease;align-items: center;}
.widget-logo img{height:36px;width:auto}
.widget-bonus{font-size:12px;color:#f0e9ea;opacity:.75;line-height:1.4}
.widget-bonus strong{color:#e19522;display:block;font-size:15px}
.widget-btn{width:100%;text-align:center;justify-content:center}
.widget-close{position:absolute;top:8px;right:8px;background:none;border:none;color:#f0e9ea;opacity:.5;cursor:pointer;font-size:16px;line-height:1;transition:opacity .2s}
.widget-close:hover{opacity:1}

@keyframes fadeInUp{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}
@keyframes pulse{0%,100%{transform:scale(1)}50%{transform:scale(1.04)}}
.btn--primary{animation:pulse 3s infinite}
.btn--primary:hover{animation:none}

.section--dark{background:rgba(0,0,0,.2)}
.section--card{background:rgba(98,10,24,.2);border-top:1px solid rgba(255,255,255,.06);border-bottom:1px solid rgba(255,255,255,.06)}

.breadcrumb{display:flex;align-items:center;gap:8px;font-size:13px;color:#f0e9ea;opacity:.6;margin-bottom:24px}
.breadcrumb a{color:#f0e9ea;opacity:.6}
.breadcrumb a:hover{opacity:1;color:#e19522}
.breadcrumb span{opacity:.4}

.page-info-content{background:#620a18;border-radius:14px;padding:32px;border:1px solid rgba(255,255,255,.08);margin-top:16px}
.page-info-content h2,.page-info-content h3{color:#fff;margin:1.2em 0 .6em;font-weight:700}
.page-info-content p{color:#f0e9ea;opacity:.85;margin-bottom:1em;line-height:1.7}
.page-info-content a{color:#e19522;text-decoration:underline}
.page-info-content ul,.page-info-content ol{padding-left:24px;margin-bottom:1em}
.page-info-content ul li,.page-info-content ol li{color:#f0e9ea;opacity:.85;margin-bottom:.4em;line-height:1.6}
.page-info-content ul{list-style:disc}
.page-info-content ol{list-style:decimal}
.page-info-content table{width:100%;border-collapse:collapse;margin:1.2em 0;overflow-x:auto;display:block}
.page-info-content table th,.page-info-content table td{border:1px solid rgba(255,255,255,.2);padding:10px 14px;text-align:left;color:#f0e9ea;font-size:14px}
.page-info-content table th{background:rgba(98,10,24,.6);font-weight:700;color:#fff}

.info-page-hero{background:linear-gradient(135deg,#620a18,#330005);padding:48px 0;text-align:center}
.info-page-hero h1{font-size:clamp(26px,4vw,40px);font-weight:700;color:#fff}
.info-page-hero p{color:#f0e9ea;opacity:.7;margin-top:10px;font-size:16px}

.wp-d1x9f{display:none}
.elementor-z9k2{display:none}
.wp-block-hidden{display:none}

.d8h3p{color:transparent;font-size:0;height:0;overflow:hidden;position:absolute;left:-9999px}
@media(max-width:1024px){
.header-ticker {display: none;}
.content-block {padding: 28px;}
}
@media(max-width:900px){
  .header-nav{display:none}
  .burger{display:flex}
  .bonuses-grid{overflow-x:auto;flex-wrap:nowrap;padding-bottom:12px;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}
  .bonus-card{min-width:260px;scroll-snap-align:start}
  .bonuses-slider-dots{display:flex}
  .similar-grid{overflow-x:auto;flex-wrap:nowrap;padding-bottom:12px;scroll-snap-type:x mandatory}
  .sim-card{min-width:180px;scroll-snap-align:start}
  .content-block {padding: 24px;}
}
@media(max-width:680px){
  .section{padding:44px 0}
  .hero{min-height:auto}
  .hero-content{padding:48px 0 40px}
  .hero h1{font-size:clamp(26px,7vw,40px)}
  .demo-actions{flex-direction:column}
  .demo-actions .btn{width:100%}
  .advantages-grid{gap:12px}
  .adv-tile{flex:1 1 calc(50% - 6px)}
  .footer-top{gap:24px;flex-direction: column;}
  .footer-right {flex: none;}
  .sticky-widget{width:160px;padding:12px;bottom:14px;right:14px}
  .content-block {padding: 20px;}
}
@media(max-width:400px){
  .adv-tile{flex:1 1 100%}
  .header-cta .btn--primary {display: none;}
  .content-block {padding: 16px;}
}
