@media print {
  .quote-rendered .letterhead-logo {
    display: grid !important;
    width: 92px !important;
    height: 74px !important;
    place-items: center !important;
    overflow: visible !important;
  }

  .quote-rendered .letterhead-logo img {
    display: block !important;
    width: auto !important;
    height: auto !important;
    max-width: 92px !important;
    max-height: 74px !important;
    visibility: visible !important;
    opacity: 1 !important;
    object-fit: contain !important;
    print-color-adjust: exact;
    -webkit-print-color-adjust: exact;
  }

  .quote-rendered .section-heading,
  .quote-rendered .section-heading.orange,
  .quote-rendered .quote-highlights-section .section-heading {
    position: relative !important;
    display: block !important;
    box-sizing: border-box !important;
    width: 100% !important;
    margin: 0 0 12px !important;
    border: 0 !important;
    border-bottom: 1px solid #dbe4eb !important;
    border-bottom-color: color-mix(in srgb, var(--quote-primary) 25%, #dbe4eb) !important;
    padding: 0 0 8px !important;
    color: var(--quote-primary) !important;
    font-family: Georgia, "Times New Roman", serif !important;
    font-size: 19px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    letter-spacing: .025em !important;
    text-transform: uppercase !important;
  }

  .quote-rendered .section-heading::after,
  .quote-rendered .quote-highlights-section .section-heading::after {
    content: "" !important;
    position: absolute !important;
    right: auto !important;
    bottom: -2px !important;
    left: 0 !important;
    display: block !important;
    width: 72px !important;
    height: 2px !important;
    margin: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: var(--quote-accent) !important;
  }
}
