/* Cookie Consent — модальное окно, адаптивное */

#cookie-consent-banner.cookie-consent-hidden {
  display: none !important;
}

#cookie-consent-banner {
  box-shadow: 0 -4px 24px rgba(13, 13, 13, 0.12);
}

@media (max-width: 767px) {
  #cookie-consent-banner .cookie-consent-inner {
    flex-direction: column;
    gap: 1rem;
  }
  #cookie-consent-banner .cookie-consent-buttons {
    flex-direction: column;
  }
  #cookie-consent-banner .cookie-consent-buttons button {
    width: 100%;
  }
}
