/* Cookie consent banner (public website only). Loaded from frontbase.html
   only when a GA4 measurement ID is configured. */

.cc-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040; /* above the fixed navbar (1030), below Bootstrap modals (1050+) */
  background: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.cc-banner[hidden] {
  display: none;
}

.cc-banner h2 {
  font-weight: 600;
}

@media (max-width: 575.98px) {
  .cc-banner .btn {
    width: 100%;
  }
}
