@media print {
    @page {
        margin: 1.5cm 1cm;
    }

    .site-header,
    .site-footer {
        display: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    pre,
    blockquote {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h1,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h3,
    h4,
    h5,
    h6 {
        page-break-after: avoid;
    }
}
