.cookiescript_injected,
#cookiescript_injected,
#cookiescript_badge,
.cookiescript-popup,
.cookiescript-widget {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

.cookie-consent-banner {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 2147483000;
  background: #fff;
  color: #222;
  border: 1px solid rgba(0, 0, 0, 0.12);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.16);
  border-radius: 12px;
  padding: 16px;
  max-width: 860px;
  margin: 0 auto;
}

.cookie-consent-banner h2 {
  margin: 0 0 8px;
  font-size: 1rem;
  line-height: 1.3;
}

.cookie-consent-banner p {
  margin: 0 0 12px;
  font-size: 0.92rem;
  line-height: 1.5;
}

.cookie-consent-banner a {
  color: #6a4125;
  text-decoration: underline;
}

.cookie-consent-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.cookie-consent-btn {
  border: 1px solid #6a4125;
  background: #fff;
  color: #6a4125;
  padding: 9px 12px;
  border-radius: 8px;
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  cursor: pointer;
}

.cookie-consent-btn.primary {
  background: #6a4125;
  color: #fff;
}

.cookie-consent-details {
  margin-top: 12px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding-top: 12px;
}

.cookie-consent-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}

.cookie-consent-option:last-child {
  margin-bottom: 0;
}

.cookie-consent-option label {
  font-size: 0.9rem;
  line-height: 1.4;
}

.cookie-consent-manage {
  position: fixed;
  left: 16px;
  bottom: 16px;
  z-index: 2147482999;
  border: 1px solid #6a4125;
  background: #fff;
  color: #6a4125;
  border-radius: 999px;
  padding: 9px 12px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  cursor: pointer;
}

body.nav-open .cookie-consent-manage {
  display: none !important;
}

@media (max-width: 767px) {
  .cookie-consent-banner {
    left: 10px;
    right: 10px;
    bottom: 10px;
    padding: 14px;
  }
}
