/* Cookie Consent Modal */
#cookie-consent-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}

#cookie-consent-banner.hidden {
  display: none !important;
}
