/* oc6d0f2 */
/* === bespoke CTA fix (casinostranieriaffidabili.com) ===
   root cause: .hero-cta-sd4666 bar used a 3-hue clash
   linear-gradient(accent #43ccdb cyan -> #fb7c1e orange -> primary #2da985),
   incoherent with the teal/emerald palette, and the label sat low-contrast
   over the bright cyan/orange. Replace with a coherent single-hue teal fill
   from this skin's own palette + a high-contrast mint label pill. */
.hero-cta-sd4666 {
  background: linear-gradient(135deg, #20795f 0%, #2da985 100%) !important;
  border: 1px solid rgba(255,255,255,0.30) !important;
  box-shadow: 0 16px 38px -16px rgba(32,121,95,0.55) !important;
}
.hero-cta-sd4666 .button-sd4666 {
  background: #54deb5 !important;
  background-image: none !important;
  color: #143d31 !important;            /* contrast 7.17 over mint (AAA) */
  border: 1px solid rgba(20,61,49,0.18) !important;
  box-shadow: 0 6px 16px -8px rgba(20,61,49,0.45) !important;
}
.hero-cta-sd4666 .button-sd4666:hover {
  background: #6ee9c5 !important;
  color: #0f2e25 !important;
  box-shadow: 0 10px 22px -10px rgba(20,61,49,0.55) !important;
}
/* === /bespoke CTA fix === */
main>section:first-child h1{text-align:center!important}
[class*="burger-btn-"] span{background:#fff!important}
header.nav-sd4666 .logo-text-sd4666{background-image:none;color:var(--fg);-webkit-text-fill-color:var(--fg)}

/* h1fit-mobile-20260721 : H1 one line on mobile <=999px (verified via Playwright 390x844) */
@media(max-width:999px){main h1{white-space:nowrap!important;font-size:11px!important}}
/* end-h1fit-mobile-20260721 */

