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

    .mg-container,
    .wp-activate-container,
    .section-inner:not(.menu-wrapper),
    .alignwide,
    .entry-content > .alignwide {
        width: 100% !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,
    .print-header a:after,
    .breadcrumbs a:after,
    .wp-block-tag-cloud a:after,
    .post-tags a:after,
    .swiper-slide a:after,
    .wp-block-button__link:after,
    .button:after,
    #site-footer a:after {
        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;
    }
}
