.cnc-consent-settings {
  position: fixed;
  left: 16px;
  bottom: 16px;
  z-index: 9998;
  border: 1px solid #cfd7e5;
  border-radius: 999px;
  background: #ffffff;
  color: #172033;
  padding: 9px 13px;
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  box-shadow: 0 8px 24px rgba(23, 32, 51, 0.12);
  cursor: pointer;
}
.cnc-consent-banner {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 9999;
  max-width: 760px;
  margin: 0 auto;
  border: 1px solid #cfd7e5;
  border-radius: 16px;
  background: #ffffff;
  color: #172033;
  box-shadow: 0 18px 48px rgba(23, 32, 51, 0.20);
}
.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.25;
}
.cnc-consent-content p {
  margin: 0 0 10px;
  color: #5e6b7f;
  font-size: 14px;
}
.cnc-consent-privacy {
  display: inline-block;
  margin-bottom: 14px;
  color: #155eef;
  font-weight: 700;
}
.cnc-consent-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.cnc-consent-actions button {
  min-height: 40px;
  border-radius: 10px;
  padding: 9px 14px;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}
.cnc-consent-reject {
  border: 1px solid #cfd7e5;
  background: #ffffff;
  color: #172033;
}
.cnc-consent-accept {
  border: 1px solid #155eef;
  background: #155eef;
  color: #ffffff;
}
@media (max-width: 640px) {
  .cnc-consent-banner {
    left: 10px;
    right: 10px;
    bottom: 10px;
  }
  .cnc-consent-settings {
    left: 10px;
    bottom: 10px;
  }
}
