@import url('https://fonts.googleapis.com/css2?family=Amiri&family=Scheherazade+New:wght@400;700&display=swap');

.rad {
    /* 1. رضي الله عنه يحتاج لخط خاص &#xFD41; */
    font-family: "Traditional Arabic", "Scheherazade New", serif !important;
    color: #0B610B !important;
    font-size: .7em !important;
    /* 4. ضبط المحاذاة: أحياناً يكون مرتفعاً قليلاً عن السطر */
    vertical-align: -0.1em !important;
}

ؓ, .r {
    font-family: "Amiri", "Scheherazade New", "Traditional Arabic", serif !important;
    color: #0B610B !important;
    
    /* 1. تكبير الحجم لأن الرمز مصمم ليكون صغيراً */
    font-size: 1.6em !important;
    
    /* 2. ضبط المحاذاة لإنزاله للأسفل ليوازي النص */
    vertical-align: -0.75em !important;
    
    /* 3. ضبط المسافة لكي لا يلتصق بالكلمات */
    margin-right: 12px !important;
    margin-left: 0px !important;
    
    /* 4. منع الرمز من التأثير على ارتفاع السطر وتباعد الفقرات */
    line-height: 0 !important;
    display: inline-block !important;   /* ضروري مع line-height:0 */
}

ﷺ, .salla {
    font-family: 'Traditional Arabic', "Scheherazade New", "Amiri", serif !important;
    color: #0B610B !important;
    font-size: .9em !important;
    vertical-align: middle !important;
}

h2 {
    text-align: center;
    font-family: "Monotype Koufi", "Traditional Arabic", "Scheherazade New", serif;
    font-size: 22pt;
    color: #0000FF;
    direction: rtl;
}

body {
    lang: ar;   
    direction: rtl;
    text-align: justify;
    font-family: "DecoType Naskh", "Scheherazade New", "Amiri", serif;
    font-size: 20px;        
    margin-top: 6pt;
    margin-bottom: 6pt;
    margin-right:20pt;
    margin-left: 20pt;
    line-height: 1.9;     
}

/* للشاشات الصغيرة (الجوالات) */
@media (max-width: 768px) {
    body {
        font-size: 18px;     /* أكبر قليلًا للجوال */
        margin-top: 12px;
        margin-bottom: 12px;
    }
}

img { max-width: 100%; height: auto; }