#cookieBanner{font-size:.55rem;margin-bottom:0;position:fixed;bottom:0;left:0;right:0;background:rgba(30,30,47,0.9);color:#fff;padding:1rem;display:none;z-index:1000;text-align:center}
body.dark #cookieBanner{background:rgba(255,255,255,0.9);color:#000}
#cookieBanner.show{display:block}
#cookieBanner button{margin:0 .5rem;padding:.5rem 1rem;border:none;border-radius:4px;cursor:pointer}
#cookieBanner .accept-all{background:#D6B55D;color:#fff}
#cookieBanner .accept-necessary{background:#fff;color:#D6B55D;border:1px solid #D6B55D}
#cookieBanner .customize{background:#555;color:#fff}
#cookieBanner a{font-size:inherit;font-weight:200!important;text-decoration:none;color:#D6B55D}
#cookieBanner p{margin-bottom:1rem!important}
#cookieReminder p{margin-bottom:1rem!important}
#cookieModal{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,0.6);display:none;align-items:center;justify-content:center;z-index:1001}
#cookieModal.show{display:flex!important}
#cookieModal .modal-box{background:#fff;color:#000;padding:1rem;border-radius:4px;width:90%;max-width:320px;text-align:left}
body.dark #cookieModal .modal-box{background:#1e1e2f;color:#fff}
#cookieModal label{display:block;margin:.5rem 0;font-size:.75rem}
#cookieModal button{margin-top:1rem;padding:.5rem 1rem;border:none;border-radius:4px;cursor:pointer;background:#D6B55D;color:#fff}
#cookieReminder{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,0.6);display:none;align-items:center;justify-content:center;z-index:10002}
#cookieReminder.show{display:flex}
#cookieReminder .modal-box{background:#fff;color:#000;padding:1rem;border-radius:4px;width:90%;max-width:420px;text-align:center}
#cookieReminder h3{margin-top:0;text-align:center}
body.dark #cookieReminder .modal-box{background:#1e1e2f;color:#fff}
#cookieReminder button{margin:0 .5rem;padding:.5rem 1rem;border:none;border-radius:4px;cursor:pointer}
#cookieReminder .accept-all{background:#D6B55D;color:#fff}
#cookieReminder .accept-necessary{background:#fff;color:#D6B55D;border:1px solid #D6B55D}
#cookieReminder a{font-size:inherit;font-weight:200!important;text-decoration:none;color:#D6B55D}
#cookieReminder .settings{background:#555;color:#fff}
body.no-scroll{overflow:hidden}
/* Hover states for cookie banners */
#cookieBanner button:hover,
#cookieReminder button:hover{
  filter: brightness(0.92);
}
#cookieBanner .accept-all:hover,
#cookieReminder .accept-all:hover,
#cookieModal button:hover{
  background:#B89A4F;
}
#cookieBanner .accept-necessary:hover,
#cookieReminder .accept-necessary:hover{
  background:#D6B55D;
  color:#fff;
}
#cookieBanner .customize:hover,
#cookieReminder .settings:hover{
  background:#666;
}
