.cnc-consent-banner {
  position: fixed;
  inset: auto 16px 16px 16px;
  z-index: 10000;
  margin: 0 auto;
  max-width: 760px;
  border: 1px solid rgba(148, 163, 184, 0.4);
  border-radius: 14px;
  background: #0f172a;
  color: #f8fafc;
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.35);
}

.cnc-consent-banner[hidden],
.cnc-consent-settings[hidden] {
  display: none !important;
}

.cnc-consent-content {
  padding: 18px;
}

.cnc-consent-content h2 {
  margin: 0 0 8px;
  font-size: 18px;
  line-height: 1.3;
  color: #f8fafc;
}

.cnc-consent-content p {
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 1.55;
  color: #cbd5e1;
}

.cnc-consent-privacy {
  display: inline-block;
  margin-bottom: 14px;
  color: #bfdbfe;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.cnc-consent-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.cnc-consent-actions button,
.cnc-consent-settings {
  border-radius: 9px;
  min-height: 40px;
  padding: 9px 14px;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

.cnc-consent-reject {
  border: 1px solid #64748b;
  background: transparent;
  color: #f8fafc;
}

.cnc-consent-accept {
  border: 1px solid #2563eb;
  background: #2563eb;
  color: #ffffff;
}

.cnc-consent-settings {
  position: fixed;
  left: 14px;
  bottom: 14px;
  z-index: 9999;
  border: 1px solid #cbd5e1;
  background: #ffffff;
  color: #0f172a;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.18);
  font-size: 13px;
}

@media (max-width: 600px) {
  .cnc-consent-banner {
    inset: auto 10px 10px 10px;
  }

  .cnc-consent-actions {
    flex-direction: column-reverse;
  }

  .cnc-consent-actions button {
    width: 100%;
  }
}
