/*
 * ============================================================================
 * FILE: assets/css/print.css
 * TIME ZONE: GMT+0 (Burkina Faso)
 * CREATION DATE: 20-05-2026 15:55
 * MODIFICATION DATE: 20-05-2026 15:55
 * ============================================================================
 */

@media print {
    /* Hide non-essential elements */
    .site-header,
    .hamburger,
    .skip-link,
    .sidebar,
    .site-footer,
    .social-share,
    .related-articles,
    .newsletter-widget,
    .btn-primary,
    .btn-outline,
    .search-btn,
    #theme-toggle,
    .category-badge {
        display: none !important;
    }

    /* Reset layout */
    body {
        font-family: Georgia, 'Times New Roman', serif;
        font-size: 12pt;
        line-height: 1.6;
        color: #000;
        background: #fff;
        margin: 0;
        padding: 0;
    }

    .main-container {
        display: block;
        max-width: 100%;
        padding: 0;
        margin: 0;
    }

    .content-area {
        width: 100%;
    }

    /* Article content */
    h1 {
        font-size: 20pt;
        margin-bottom: 0.5cm;
    }

    h2 {
        font-size: 16pt;
        margin-top: 0.8cm;
    }

    h3 {
        font-size: 14pt;
    }

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

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

    /* Show URLs after links */
    a[href^="http"]::after {
        content: " (" attr(href) ")";
        font-size: 9pt;
        color: #555;
    }

    /* Page breaks */
    h1, h2, h3 {
        page-break-after: avoid;
    }

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

    /* Footer credit for print */
    body::after {
        content: "Source : Burkina Santé News 24 — bsn24.bf";
        display: block;
        margin-top: 2cm;
        font-size: 9pt;
        color: #888;
        text-align: center;
    }
}
