/* Cookie Consent Banner - wite10.com */
#cookie-consent-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 50;
  background: #FFFFFF;
  border-top: 1px solid #E8E8E8;
  box-shadow: 0 -4px 20px rgba(52, 52, 52, 0.1);
}

#cookie-consent-banner.hidden {
  display: none !important;
}

@media (max-width: 768px) {
  #cookie-consent-banner {
    padding-bottom: env(safe-area-inset-bottom, 0);
  }

  #cookie-consent-banner .cookie-buttons-mobile {
    flex-direction: column;
  }

  #cookie-consent-banner .cookie-btn {
    width: 100%;
  }
}

/* Mobile menu - выпадает снизу под шапкой */
[data-burger-menu] {
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
  max-height: calc(100vh - 80px);
  overflow-y: auto;
}
