/* ==========================================
   وضع الطباعة (تحميل كـ PDF)
========================================== */
body { 
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; 
    line-height: 1.8; 
    color: #000; 
    padding: 40px; 
    max-width: 800px;
    margin: auto;
}

.print-header { 
    text-align: center; 
    border-bottom: 2px solid #000; 
    padding-bottom: 15px; 
    margin-bottom: 30px; 
}

h1 { 
    font-size: 24px; 
    margin-bottom: 5px; 
}

h3 { 
    font-size: 18px; 
    margin-top: 30px; 
    color: #333; 
}

p { 
    font-size: 14px; 
    margin-bottom: 15px; 
    text-align: justify; 
}

.meta-data { 
    font-size: 12px; 
    color: #555; 
}

/* ==========================================
   إضافات طباعة وسائل الدفع (صفحة سياسة السحب)
========================================== */
.pm-item { 
    border: 1px solid #ddd; 
    padding: 15px; 
    margin-bottom: 15px; 
    border-radius: 8px; 
    background: #fafafa;
}
.pm-item strong { 
    display: block; 
    font-size: 16px; 
    margin-bottom: 5px; 
}