/* o1d3160 */
/* fix0617: hero CTA "Vedi i migliori bonus" label contrast.
   Rendered button is .btn-s8ea11 inside .hero-s8ea11/.lead-cta-s8ea11; overlay (L653)
   paints a yellow-green gradient fill while the text color resolves to pale gold #dcab4b
   (var(--primary)) → pale-on-yellow. Force dark ink for strong contrast vs the yellow fill.
   Scoped to the hero CTA so other buttons (nav/ghost) are untouched. */
.hero-s8ea11 .lead-cta-s8ea11 .btn-s8ea11,
.lead-cta-s8ea11 .btn-s8ea11,
.hero-s8ea11 .act-primary-s8ea11,
.lead-cta-s8ea11 .act-primary-s8ea11,
a.act-primary-s8ea11{
  color:#1a1408!important;
  -webkit-text-fill-color:#1a1408!important;
  text-shadow:none!important;
}
.hero-s8ea11 .lead-cta-s8ea11 .btn-s8ea11:hover,
.lead-cta-s8ea11 .btn-s8ea11:hover,
.hero-s8ea11 .act-primary-s8ea11:hover,
.lead-cta-s8ea11 .act-primary-s8ea11:hover,
a.act-primary-s8ea11:hover{
  color:#140f04!important;
  -webkit-text-fill-color:#140f04!important;
}
.lead-cta-s8ea11 .btn-s8ea11 svg,
.lead-cta-s8ea11 .btn-s8ea11 svg *,
.act-primary-s8ea11 svg,
.act-primary-s8ea11 svg *{
  color:#1a1408!important;
  fill:#1a1408!important;
  stroke:#1a1408!important;
}
main>section:first-child h1{text-align:center!important}
[class*="burger-btn-"] span{background:#fff!important}
