#cookie-banner.cookie-banner {
  position: fixed;
  right: 1.5rem;
  bottom: 1.5rem;
  z-index: 1085;
  width: min(26rem, calc(100vw - 2rem));
  max-height: calc(100vh - 2rem);
  overflow-y: auto;
  border: 1px solid rgba(191, 166, 107, 0.28);
  border-radius: 1.25rem;
  background: rgba(255, 252, 246, 0.98);
  backdrop-filter: blur(14px);
  box-shadow: 0 1rem 2.5rem rgba(28, 23, 14, 0.18);
}

#cookie-banner.cookie-banner--hidden {
  display: none;
}

.cookie-customize-panel {
  display: none;
  margin-top: 1rem;
}

#cookie-banner .cookie-actions .btn {
  min-height: 2.5rem;
}

@media (max-width: 767.98px) {
  #cookie-banner.cookie-banner {
    right: 1rem;
    left: 1rem;
    bottom: 1rem;
    width: auto;
    max-height: min(32rem, calc(100vh - 2rem));
    padding: 1rem;
  }
}
