/* Export-only fidelity adjustments. The editable webpage is unchanged. */
.pdf-export-mode .quotation-document {
  color: #0b1730 !important;
  background: linear-gradient(180deg, #2475ed 0px, #4289f3 330px, #dceaff 570px, #edf5ff 100%) !important;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}
.pdf-export-mode .brand-banner { filter: none !important; opacity: 1 !important; }
.pdf-export-mode .quote-code {
  color: #fff !important;
  background: #2c68c4 !important;
  border-color: rgba(255,255,255,.42) !important;
}
.pdf-export-mode .information-card,
.pdf-export-mode .intro-panel,
.pdf-export-mode .quotation-document > .document-section:not(.information-grid):not(.intro-panel):not(.value-statement):not(.pricing-section),
.pdf-export-mode .value-statement,
.pdf-export-mode .pricing-section {
  background: #fff !important;
  opacity: 1 !important;
}
.pdf-export-mode th {
  padding: 10px 11px !important;
  font-size: 12.5px !important;
  line-height: 1.45 !important;
  background: #12213b !important;
}
.pdf-export-mode td {
  padding: 10px 11px !important;
  font-size: 12.5px !important;
  line-height: 1.65 !important;
  border-bottom-color: #dfe8f5 !important;
}
.pdf-export-mode tbody tr:nth-child(even) td { background: #edf3fc !important; }
.pdf-export-mode .deliverable-table th { font-size: 12px !important; }
.pdf-export-mode .deliverable-table td { font-size: 12px !important; line-height: 1.6 !important; }
.pdf-export-mode .notice-box { background: #eaf2ff !important; }
.pdf-export-mode .term-card { background: #f7faff !important; }
.pdf-export-mode .total-panel { background: #102449 !important; }