/* 1. ضبط المحاذاة في صفحة تفاصيل البحث (المقالات) */
.obj_article_details .abstract, 
.obj_article_details .author_bios, 
.obj_article_details .references {
    text-align: justify !important;
}

/* 2. ضبط المحاذاة في صفحات (عن المجلة) والصفحات الثابتة (Static) */
/* نستهدف الفقرات والـ Divs داخل المحتوى الرئيسي */
.page_about .description,
.page_about .section p,
.page_static .content p,
.pkp_structure_main p,
.pkp_structure_main .content {
    text-align: justify !important;
    text-justify: inter-word; /* لتحسين شكل التباعد بين الكلمات */
}

/* 3. ضمان تطبيق الضبط على النصوص باللغة العربية والإنجليزية */
body {
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}