/* =========================================
   YUNIO NEWS — مساحة رأي
   TEST VERSION
========================================= */


/* نص المقال */

#the-post .entry-content p {
    font-size: 20px !important;
    line-height: 2.05 !important;
    font-weight: 700 !important;
    color: #242424;
    margin-bottom: 30px !important;
}


/* أول فقرة */

#the-post .entry-content > p:first-of-type {
    background: #f4f4f3;
    border-right: 5px solid #c9151d;

    padding: 24px 28px 24px 20px;

    font-size: 22px !important;
    line-height: 2 !important;
    font-weight: 800 !important;

    margin-bottom: 38px !important;
}


/* H2 */

#the-post .entry-content h2 {
    color: #c9151d !important;

    font-size: 29px !important;
    font-weight: 900 !important;

    line-height: 1.6 !important;

    border-right: 5px solid #c9151d;

    padding-right: 16px;

    margin: 50px 0 25px !important;
}


/* H3 */

#the-post .entry-content h3 {
    color: #c9151d !important;

    font-size: 25px !important;
    font-weight: 900 !important;

    line-height: 1.6 !important;

    border-right: 4px solid #c9151d;

    padding-right: 14px;

    margin: 42px 0 22px !important;
}


/* H4 */

#the-post .entry-content h4 {
    color: #c9151d !important;

    font-size: 21px !important;
    font-weight: 900 !important;

    line-height: 1.7 !important;

    border-right: 3px solid #c9151d;

    padding-right: 12px;

    margin: 35px 0 20px !important;
}


/* الاقتباس */

#the-post .entry-content blockquote {
    background: #151515 !important;

    color: #fff !important;

    border-right: 6px solid #c9151d !important;
    border-left: 0 !important;

    padding: 32px 38px !important;

    margin: 50px 0 !important;

    border-radius: 5px;
}


#the-post .entry-content blockquote p {
    color: #fff !important;

    font-size: 22px !important;

    line-height: 1.9 !important;

    font-weight: 800 !important;

    margin: 0 !important;
}


/* الكلمات المهمة */

#the-post .entry-content strong,
#the-post .entry-content b {
    color: #b50f17 !important;
    font-weight: 900 !important;
}


/* الصور داخل المقال */

#the-post .entry-content img {
    border-radius: 5px;
}


/* الموبايل */

@media (max-width: 767px) {

    #the-post .entry-content p {
        font-size: 18px !important;
        line-height: 2 !important;
    }

    #the-post .entry-content > p:first-of-type {
        font-size: 19px !important;
        line-height: 1.95 !important;
        padding: 20px;
    }

    #the-post .entry-content h2 {
        font-size: 24px !important;
    }

    #the-post .entry-content h3 {
        font-size: 21px !important;
    }

    #the-post .entry-content h4 {
        font-size: 19px !important;
    }

    #the-post .entry-content blockquote {
        padding: 25px 22px !important;
    }

    #the-post .entry-content blockquote p {
        font-size: 19px !important;
    }
}
