/* o97df86 */
/* ===== bespoke fix 2026-06-17 (onlinecasinoohneoasismitpaypal.com) ===== */
/* (1) stray "§" before each feature pill: ::before content was an icon-font codepoint
   that fell back to U+00A7. The pill already carries a real "✓" in its <b>, so drop it. */
.tldr-pill-s3541b::before{content:none!important}
/* (2) italic logo wordmark clipped at right edge: -webkit-background-clip:text clips the
   paint box to the glyph metrics, and the italic font's right-side overhang gets cut off.
   Pad the clip box past the overhang and keep it on one line. */
.logo-text-s3541b{padding-right:.22em;white-space:nowrap;overflow:visible}
/* lightmode */
:root{
  --primary:#16c05e;
  --primary-dark:#108943;
  --primary-600:#108943;
  --accent:#2bf3a0;
  --gold:#16c05e;
  --gold-bright:#3ef48b;
  --gold-ink:#0e7a3c;
  --emerald:#a241aa;
  --success:#a241aa;
  --danger:#39c6af;
  --bg:#ebefed;
  --bg-soft:#dfe7e2;
  --bg-panel:#d9e2dd;
  --card-bg:#f9fbfa;
  --card-bg-hi:#ffffff;
  --fg:#395545;
  --fg-muted:#5c7064;
  --fg-dim:#7b8e83;
  --muted:#5c7064;
  --border:rgba(0,0,0,.12);
  --border-soft:rgba(0,0,0,.06);
  --border-strong:rgba(0,0,0,.22);
  --primary-tint:rgba(0,0,0,.05);
  --card-shadow:0 1px 0 rgba(255,255,255,.03),0 18px 40px -20px rgba(0,0,0,.55);
  --card-shadow-hover:0 26px 50px -24px rgba(0,0,0,.7);
}
/* /lightmode */
/* Burger + mobile-nav readability fix — onlinecasinoohneoasismitpaypal.com
   Palette: green accent site (#3fe987 primary, #8bf8b9 bright, fg #91a99b)
   Burger bars: #8bf8b9 (gold-bright mint — stands out on dark rgba(10,13,11) header)
   Menu links:  #d4f5e7 (light mint-ivory — clearly readable on rgba(8,10,9,.98) overlay)
   Hover:       #8bf8b9 (bright mint accent on hover)
*/
header.nav-s3541b .burger-btn-s3541b{color:#8bf8b9!important}
header.nav-s3541b .burger-btn-s3541b span{background:#8bf8b9!important}
.mobile-nav-s3541b a{color:#d4f5e7!important;opacity:1!important}
.mobile-nav-s3541b a:hover{color:#8bf8b9!important}
.mobile-nav-close-s3541b{color:#d4f5e7!important;opacity:.9!important}

main>section:first-child h1{text-align:center!important}
[class*="burger-btn-"] span{background:#fff!important}
header.nav-s3541b .logo-text-s3541b{background-image:none;color:var(--fg);-webkit-text-fill-color:var(--fg)}
/* contrast-fix-overlay */
:root{
  --accent:#116a45;  /* was #2bf3a0, contrast 1.25:1 */
  --gold:#0c7538;  /* was #16c05e, contrast 2.07:1 */
  --gold-bright:#1a6a3d;  /* was #3ef48b, contrast 1.25:1 */
  --primary:#0c7538;  /* was #16c05e, contrast 2.07:1 */
}
/* /contrast-fix-overlay */

/* h1fit-batch08-20260721 */ @media (max-width:999px){main h1{font-size:15px!important;line-height:1.3!important}} /* end-h1fit-batch08-20260721 */
