<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media print {
    /* Get rid of frames emulation, which breaks printing */
    .with-toc {
        display: block;
        height: unset;
    }
    .with-toc &gt; * {
        grid-area: unset;
    }
    .with-toc &gt; header {
        display: none;
    }
    #toc {
        display: none;
    }

    /* Improve layout on paper*/
    h1, h2, h3, h4, h5, h6, summary {
        break-after: avoid-page;
    }
    main &gt; section &gt; section {
        break-before: page;
    }
    p {
        orphans: 3;
        widows: 3;
    }
}</pre></body></html>