/* Custom Document Generator — premium paywall wizard */

.cdoc-intro {
  background: linear-gradient(135deg, #fffbeb 0%, #fef3c7 100%);
  border: 1px solid #fcd34d;
  border-radius: 10px;
  padding: 0.85rem 1rem;
}

.cdoc-step-header h3 {
  font-size: 1.25rem;
  font-weight: 700;
}

.cdoc-party-block {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 1rem 1.15rem;
}

.cdoc-checkbox-panel {
  background: #f0f9ff;
  border: 1px dashed #93c5fd;
  border-radius: 10px;
  padding: 1rem 1.15rem;
}

.udoc-page-body .wizard-form-section textarea.form-control {
  min-height: 120px;
}

.udoc-page-body .wizard-form-section input[type="number"] {
  max-width: 220px;
}

/* Preview — custom documents */
.document-preview-frame.preview-custom-doc {
  font-family: 'Georgia', 'Times New Roman', serif;
  font-size: 15px;
  line-height: 1.65;
  color: #1a1a1a;
}

.document-preview-frame.preview-custom-doc h1 {
  font-size: 1.5rem;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 1.5rem;
  border-bottom: 2px solid #1e3a5f;
  padding-bottom: 0.75rem;
}

.document-preview-frame.preview-custom-doc h2 {
  font-size: 1.1rem;
  color: #1e3a5f;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
}

.document-preview-frame.preview-custom-doc p {
  margin-bottom: 0.85rem;
  text-align: justify;
}

.preview-custom-doc-banner {
  background: #ecfdf5;
  border: 1px solid #6ee7b7;
  border-radius: 8px;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  font-size: 0.9rem;
}
