/* ========================================
   Nutrirora - Print Styles
   ======================================== */

@media print {
    .site-header,
    .site-footer,
    .gdpr-banner,
    .mobile-menu-toggle,
    .header-search,
    .newsletter-section,
    .related-posts,
    .social-share,
    .comment-form,
    .comment-navigation,
    .pagination,
    .mobile-overlay {
        display: none !important;
    }

    .site-main {
        padding-top: 0;
    }

    body {
        font-size: 12pt;
        line-height: 1.5;
        color: #000;
        background: #fff;
    }

    a {
        color: #000;
        text-decoration: underline;
    }

    a[href]::after {
        content: " (" attr(href) ")";
        font-size: 10pt;
        word-break: break-all;
    }

    img {
        max-width: 100% !important;
        page-break-inside: avoid;
    }

    h1, h2, h3 {
        page-break-after: avoid;
    }

    p, li {
        orphans: 3;
        widows: 3;
    }

    .entry-content {
        max-width: 100%;
    }

    .single-article,
    .page-article {
        max-width: 100%;
        margin: 0;
    }
}
