/* /assets/css/cookie-consent.css */
.cookie-banner {
    color: #fff;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  padding: 12px 0;
  background: rgba(15, 23, 42, 0.95);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(8px);
}

.cookie-hidden {
  display: none !important;
}
