/* o6609d9 */
/* =========================================================================
   BESPOKE FIX 2026-06-17 — CTA/accent recolor
   The trailing overlay :root re-tinted --primary/--gold/--accent to a
   cold blue (#5aa6cd / #395bc6 / #8ae5d0), so every variable-driven accent
   (hero CTA "Vedi i migliori bonus" link, .kicker, .keytake "IN BREVE" tag,
   bold <strong>, outline button) rendered blue against this site's warm
   espresso/caramel palette. Restore the warm caramel tokens (this skin's own
   espresso theme values) so all accents read warm + readable.
   ========================================================================= */
:root{
  --primary:#d8a24a;        /* caramel — was #5aa6cd */
  --primary-dark:#a9762e;
  --primary-600:#c08a35;
  --primary-tint:rgba(216,162,74,.14);
  --accent:#c47b46;         /* toasted amber — was #8ae5d0 */
  --gold:#d8a24a;           /* was #5aa6cd */
  --gold-bright:#f0c878;    /* honey — was #9bcee9 */
  --gold-ink:#a9762e;       /* was #3586b0 */
  --danger:#cf6a4f;         /* warm terracotta — was #395bc6 */
}
/* outline CTA (.act-key tied to --primary by style): keep caramel ink, add warm hover fill for a readable, on-palette label */
.act-key-sd8ae9{border-color:#d8a24a;color:#f0c878}
.act-key-sd8ae9:hover{background:rgba(216,162,74,.12);border-color:#f0c878;color:#fff6e6}
/* hero "Vedi i migliori bonus" text link + small accents → caramel */
a,.btn-link{color:#d8a24a}
a:hover,.btn-link:hover{color:#f0c878}
main>section:first-child h1{text-align:center!important}
[class*="burger-btn-"] span{background:#fff!important}

/* logo-contrast-fix */
header [class*="logo-text-"]{color:rgba(236,230,216,.96)!important}
header [class*="logo-text-"]::first-letter{color:var(--gold-bright)!important}


/* h1fit-mobile-20260721 : H1 minimize wrap on mobile, 10-15px floor policy (accept 2 lines, never <10px) */
@media(max-width:999px){main h1{font-size:15px!important}}
/* end-h1fit-mobile-20260721 */
