/* ==========================================================================
   Print Styles
   ========================================================================== */

@media print {
    *,
    *::before,
    *::after {
        background: #fff !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    body {
        font-size: 12pt;
        line-height: 1.5;
    }

    .site-header,
    .site-footer,
    .mobile-menu,
    .whatsapp-float,
    .share-buttons,
    .gallery-filter,
    .lightbox,
    .btn,
    .breadcrumbs,
    .sidebar,
    .pagination,
    .post-navigation,
    .related-posts,
    .cta-section {
        display: none !important;
    }

    .container {
        max-width: 100%;
        padding: 0;
    }

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

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

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

    a {
        text-decoration: underline;
    }

    a[href^="http"]::after {
        content: " (" attr(href) ")";
        font-size: 0.85em;
        color: #555;
    }

    .entry-content a[href^="#"]::after,
    .entry-content a[href^="javascript"]::after {
        content: "";
    }

    table {
        border-collapse: collapse;
    }

    table, th, td {
        border: 1px solid #ccc;
    }

    th, td {
        padding: 6px 10px;
    }
}
