/* o6166a4 */
/* ===== 2026-06-17 BESPOKE FIX (casinosenzadepositononaams.com) ===== */
/* (1) Logo wordmark was dim grey-tan (--fg overridden to #a6a28e by overlay)
       on the near-black header -> low contrast. Force a bright, legible header logo. */
header.nav-sb3247 .logo-text-sb3247,
.brand-sb3247 .logo-text-sb3247{
  color:#f3ecdc !important;
  font-weight:600 !important;
}
header.nav-sb3247 .logo-text-sb3247::after,
.brand-sb3247 .logo-text-sb3247::after{
  color:#f0d68f !important;   /* keep the "/ IT" tag in legible bright gold */
}
/* (2) Stray "77" glyph: the "IN BREVE" eyebrow had a decorative content:"//"
       rendered in JetBrains Mono, which reads as "77". Remove it. */
.bluf-label-sb3247::before{ content:none !important; }
/* /BESPOKE FIX */
main>section:first-child h1{text-align:center!important}
[class*="burger-btn-"] span{background:#fff!important}

/* 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 */

