@media print {
    nav,
    header nav,
    .no-print,
    button[onclick],
    form[id="completeForm"] {
        display: none !important;
    }

    body {
        background: white !important;
        font-size: 11pt;
        color: #000;
    }

    .worksheet-header {
        page-break-inside: avoid;
    }

    .problems-grid > div {
        break-inside: avoid;
    }

    a {
        text-decoration: none;
        color: inherit;
    }

    @page {
        size: letter;
        margin: 0.75in;
    }
}
