/* === تحسين توزيع النصوص في الصفحة الرئيسية للموقع === */
.pkp_page_index .pkp_structure_main,
.pkp_page_index .pkp_structure_content,
.pkp_page_index p,
.pkp_page_index .site-description,
.pkp_page_index .index-journal-description {
    text-align: justify !important;
    text-justify: inter-word !important;
    word-break: break-word; /* يمنع خروج الروابط أو الكلمات الطويلة عن الإطار */
}