@media print {
    header, footer, nav, .no-print, button, .sample-q, #reset-btn {
        display: none !important;
    }
    body { background: white !important; }
    main { padding: 0 !important; }
    .print-area { box-shadow: none !important; border: none !important; }
    a[href]::after { content: none !important; }
    .item-check { -webkit-print-color-adjust: exact; print-color-adjust: exact; }
}