/* Force Arabic content font size */
html[lang="ar"],
html[dir="rtl"] {
    font-size: 12pt;
    text-align: justify; 

}

/* Body text */
body {
    font-size: 12pt !important;
    text-align: justify !important;
}

/* Specific content areas (articles, abstracts, etc.) */
.pkp_structure_content,
.obj_article_details,
.item.abstract,
.page {
    font-size: 12pt !important;
    text-align: justify !important; 
}

/* Forms (submission, login, etc.) */
input, textarea, select {
    font-size: 12pt !important;
    text-align: justify !important;
}
