/* ══════════════════════════════════════════════════════════════
   BADIL0 Print Styles — v4.0
   ✅ T9 Fix: print styles لمواقع الأخبار (مطلوبة للطباعة)
   ══════════════════════════════════════════════════════════════ */

@media print {
    /* إخفاء عناصر الـ UI */
    .site-header,
    .site-footer,
    #side-menu,
    #search-overlay,
    #news-ticker,
    .mobile-bottom-nav,
    #scroll-top,
    .widget-area,
    .ads-area,
    .bfm-ads,
    [class*="ad-"],
    .entry-author-social-links,
    .post-share-buttons,
    .entry-share,
    .bfm-related-posts,
    .comments-area,
    .archive-pagination,
    .bfm-trending-posts,
    #wpadminbar,
    .builder-front { display: none !important; }

    /* طباعة المحتوى */
    body {
        font-size: 12pt;
        color: #000 !important;
        background: #fff !important;
        font-family: 'Tajawal', Arial, sans-serif;
        direction: rtl;
    }

    .container,
    .primary-content,
    .primary-content-inner {
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 !important;
        margin: 0 !important;
        display: block !important;
    }

    .primary-content-inner-2 {
        width: 100% !important;
    }

    /* العنوان */
    .entry-title {
        font-size: 22pt;
        font-weight: bold;
        margin-bottom: 8pt;
        color: #000;
    }

    /* الصورة البارزة */
    .entry-image img {
        max-width: 100%;
        max-height: 300pt;
        object-fit: contain;
    }

    /* المحتوى */
    .entry-content {
        font-size: 12pt;
        line-height: 1.8;
        max-width: 100% !important;
    }

    /* الروابط */
    a::after {
        content: " (" attr(href) ")";
        font-size: 9pt;
        color: #555;
        word-break: break-all;
    }
    a[href^="#"]::after,
    a[href^="javascript"]::after {
        content: "";
    }

    /* منع قطع العناوين والصور */
    h1, h2, h3, h4 { page-break-after: avoid; }
    img, figure { page-break-inside: avoid; }
    .entry-author { page-break-inside: avoid; }

    /* معلومات المقال */
    .post-meta {
        font-size: 10pt;
        color: #555;
        margin-bottom: 12pt;
    }

    /* التاريخ في الأعلى */
    body::before {
        content: "طُبع من: " attr(data-site-url) " — " attr(data-print-date);
        display: block;
        font-size: 9pt;
        color: #888;
        border-bottom: 1px solid #ccc;
        padding-bottom: 4pt;
        margin-bottom: 12pt;
    }
}
