/* Cookie Consent - site8.com */

#cookie-consent-banner {
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.1);
}

@media (max-width: 767px) {
  #cookie-consent-banner {
    max-height: 90vh;
    overflow-y: auto;
  }
  
  #cookie-consent-banner .flex-col {
    gap: 12px;
  }
}
