/* o087172 */
/* ===== 2026-06-17 bespoke fix: header wordmark legibility =====
   Light-page palette (--fg #664644) was painting the brand text dark-on-dark
   over the dark header bar (rgba(10,13,11,.72)) -> washed out/illegible.
   Scope an ivory color + gold first-letter accent to the header brand only. */
header.nav-s6549d .brand-s6549d,
header.nav-s6549d .logo-text-s6549d{
  color:#f3ecdc!important;
  text-shadow:0 1px 2px rgba(0,0,0,.45);
}
header.nav-s6549d .logo-text-s6549d::first-letter{color:var(--fg)!important}
header.nav-s6549d .brand-s6549d:hover,
header.nav-s6549d .brand-s6549d:hover .logo-text-s6549d{color:var(--fg)!important}
/* Burger readability fix — miglioricasinoonlinenonaams-it.com
   Palette: terracotta/wine (--gold-bright:#db6057, --primary:#a63930)
   Burger icon: #db6057 (gold-bright — warm coral-red, visible on dark header)
   Menu links: #f2e4d0 (warm ivory, harmonises with terracotta accent on dark overlay)
*/
header.nav-s6549d .burger-btn-s6549d{color:#db6057!important}
header.nav-s6549d .burger-btn-s6549d span{background:#db6057!important}
.mobile-nav-s6549d a{color:#f2e4d0!important;opacity:1!important}
.mobile-nav-s6549d a:hover{color:#db6057!important}

main>section:first-child h1{text-align:center!important}
[class*="burger-btn-"] span{background:#fff!important}
header.nav-s6549d .burger-btn-s6549d{color:rgb(237,179,175)!important}header.nav-s6549d .burger-btn-s6549d span{background:rgb(237,179,175)!important}
