@media print {
    @page {
        margin: 10mm !important;
    }

    body,
    .entry-content {
        font-family: var(--body-family) !important;
    }

    .print-exact {
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
    }

    .no-print,
    .singular .featured-media::before {
        display: none !important;
    }

    .break-avoid {
        break-inside: avoid;
    }

    .entry-content > .alignwide {
        max-width: none !important;
        width: 100%;
    }

    .featured-media img {
        width: auto;
    }

    .singular .entry-header,
    .post-inner,
    .featured-media img,
    .entry-content > .alignwide:not(.wp-block-group.has-background),
    .entry-content > .alignfull:not(.wp-block-group.has-background) {
        padding: 0;
        margin-top: 1em;
        margin-bottom: 1em;
    }

    .singular .entry-header {
        margin: 2em 0;
    }
}
