/* Cookie Consent - MediaVerse */
#cookie-consent-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  box-shadow: 0 -4px 20px rgba(45, 45, 45, 0.15);
}

@media (max-width: 768px) {
  #cookie-consent-banner .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  #cookie-consent-banner .flex-col {
    gap: 1rem;
  }
  #cookie-consent-banner button {
    width: 100%;
  }
}
