.dc-hidden { display: none; }

.dc-overlay {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.60);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
}

.dc-modal {
  width: min(680px, 100%);
  background: #fff;
  border-radius: 12px;
  padding: 1.25rem 1.25rem;
  box-shadow: 0 10px 30px rgba(0,0,0,0.25);
}

.dc-title {
  margin: 0 0 0.75rem 0;
  font-size: 1.25rem;
  line-height: 1.3;
}

.dc-text {
  margin: 0 0 0.75rem 0;
  line-height: 1.5;
}

.dc-muted {
  opacity: 0.8;
  font-size: 0.95rem;
}

.dc-actions {
  display: flex;
  gap: 0.75rem;
  margin-top: 1rem;
  flex-wrap: wrap;
}

.dc-btn {
  display: inline-block;
  padding: 0.6rem 0.9rem;
  border-radius: 10px;
  text-decoration: none;
  border: 1px solid rgba(0,0,0,0.15);
  cursor: pointer;
  font: inherit;
}

.dc-btn-primary {
  background: #111;
  color: #fff;
  border-color: #111;
}

.dc-btn-secondary {
  background: #fff;
  color: #111;
}

html.dc-lock,
body.dc-lock {
  overflow: hidden !important;
}

#disclaimer-consent.dc-hidden {
  display: none !important;
}
