/* Cookie Consent — баннер снизу, адаптивный */
#cookie-consent-banner.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  box-shadow: 0 -4px 20px rgba(0,0,0,0.1);
}

@media (max-width: 768px) {
  #cookie-consent-banner .cookie-banner-inner {
    flex-direction: column;
    gap: 1rem;
  }
  #cookie-consent-banner .cookie-banner-buttons {
    flex-direction: column;
    width: 100%;
  }
  #cookie-consent-banner .cookie-banner-buttons button {
    width: 100%;
  }
}
