/* o2e6562 */
/* === fix0617b: legibility patch (this site only) === */
/* (1) BLUF/"In breve" box: body <p> inherited dark --fg ink on the navy card
       (base rule .keytake p{color:var(--fg)}). Force light parchment text. */
.keytake-se0e43, .keytake-se0e43 p {
  color: #ecdfca !important;
}
.keytake-se0e43 p strong {
  color: #f1d9b6 !important;
}
/* (2) Hero CTA "Vedi i migliori bonus": label is an <a class=act-se0e43>
       inside the copper .banner-prompt bar; the base a{color:var(--primary)}
       (navy) made it illegible on copper. Force dark ink for contrast. */
.banner-prompt-se0e43 .act-se0e43,
.banner-prompt-se0e43 a.act-se0e43 {
  color: #1a1407 !important;
  text-shadow: 0 1px 0 rgba(255,240,215,0.4);
}
/* /fix0617b */
main>section:first-child h1{text-align:center!important}
[class*="burger-btn-"] span{background:#fff!important}
header.nav-se0e43 .logo-text-se0e43{background-image:none;color:var(--fg);-webkit-text-fill-color:var(--fg)}

/* h1fit-mobile-20260721 : H1 one line on mobile */
@media(max-width:999px){main h1{white-space:normal!important;font-size:14px!important}}
/* end-h1fit-mobile-20260721 */
