@page { size: letter; margin: .45in; }
@media print {
  header, nav, .actions, .dashboard, button, input, select, textarea, output { display: none !important; }
  html, body { background: #fff !important; color: #101820 !important; font-size: 10pt; }
  #app { display: block; }
  .quote { max-width: none; margin: 0; padding: 0; box-shadow: none; break-inside: auto; }
  .quote-brand { print-color-adjust: exact; -webkit-print-color-adjust: exact; }
  .quote-title, .quote-meta, .terms { break-inside: avoid; }
  .quote h1, .quote h2, .quote-brand { break-after: avoid; }
  .quote table { width: 100%; break-inside: auto; }
  .quote tr { break-inside: avoid; }
  .quote tfoot { display: table-row-group; break-inside: avoid; }
  .quote img { max-width: 100%; max-height: 3.2in; object-fit: contain; break-inside: avoid; }
  .cards { display: block; }
  .cards article { break-inside: avoid; margin: .12in 0; }
}
