/* Site theme for the vanilla-cookieconsent banner (cookie-consent round).
   Only overrides the library's CSS variables so the modals match the site's
   Bootstrap 5 look (primary blues from style.css); everything else stays
   library-default. */
#cc-main {
  --cc-font-family: inherit;
  --cc-modal-border-radius: 0.5rem;
  --cc-btn-border-radius: 0.375rem;
  --cc-primary-color: #212529;
  --cc-btn-primary-bg: #1565c0;
  --cc-btn-primary-border-color: #1565c0;
  --cc-btn-primary-hover-bg: #1976d2;
  --cc-btn-primary-hover-border-color: #1976d2;
  --cc-toggle-on-bg: #1565c0;
  --cc-footer-bg: #f8f9fa;
  z-index: 2000; /* above the sticky header (Bootstrap sticky-top is 1020) */
}
