@media print {
    body * { visibility: hidden; }
    .container, .container * { visibility: visible; }
    .d-print-none { display: none !important; }
    #print-header { display: block !important; }
    .card, .card-body, .card-header { box-shadow: none !important; border: none !important; }
    .container { margin: 0 !important; padding: 0 !important; width: 100vw !important; max-width: 100vw !important; }
    /* Hide the Action column in the quote items table */
    th:last-child, td:last-child { display: none !important; }
    /* Optionally, make the table font a bit smaller for print */
    table { font-size: 0.95em; }
}