/* Cookie Consent для wite12.com - адаптивный дизайн */

#cookie-consent-banner {
  box-shadow: 0 -4px 20px rgba(61, 61, 61, 0.15);
}

#cookie-consent-banner .cookie-settings-panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

#cookie-consent-banner .cookie-settings-panel.open {
  max-height: 200px;
}

@media (max-width: 768px) {
  #cookie-consent-banner {
    padding-bottom: env(safe-area-inset-bottom, 0);
  }
  
  #cookie-consent-banner .cookie-buttons {
    flex-direction: column;
  }
}
