/* =========================================================
   AIFPU-JCE JOURNAL SUMMARY
   FULL TEXT JUSTIFICATION
   ========================================================= */

/* Hide the automatic "About the Journal" heading */
.pkp_page_index .homepage_about h2 {
    display: none !important;
}

/* Justify ALL text in the Journal Summary */
.pkp_page_index .homepage_about,
.pkp_page_index .homepage_about p {
    text-align: justify !important;
    text-justify: inter-word !important;
    line-height: 1.7 !important;
}

/* Justify bold text as part of paragraphs */
.pkp_page_index .homepage_about strong {
    text-align: inherit !important;
}

/* Keep the Journal title/headings left aligned */
.pkp_page_index .homepage_about h1,
.pkp_page_index .homepage_about h2,
.pkp_page_index .homepage_about h3,
.pkp_page_index .homepage_about h4 {
    text-align: left !important;
}

/* Make the main title professional */
.pkp_page_index .homepage_about h1 {
    color: #421010 !important;
    font-weight: 700 !important;
}

/* =========================================================
   AIFPU-JCE — ABOUT THE JOURNAL
   JUSTIFIED BODY TEXT
   ========================================================= */

/* Main About page content */
.pkp_page_about .content,
.pkp_page_about .content p {
    text-align: justify !important;
    text-justify: inter-word !important;
    line-height: 1.7 !important;
}

/* Justify paragraphs containing bold text */
.pkp_page_about .content strong {
    font-weight: 700 !important;
}

/* Keep page title and section headings LEFT aligned */
.pkp_page_about .content h1,
.pkp_page_about .content h2,
.pkp_page_about .content h3,
.pkp_page_about .content h4,
.pkp_page_about .content h5 {
    text-align: left !important;
}

/* Scope list — keep bullets left aligned */
.pkp_page_about .content ul,
.pkp_page_about .content ol {
    text-align: left !important;
    line-height: 1.7 !important;
}

/* Space between paragraphs */
.pkp_page_about .content p {
    margin-bottom: 1.2em !important;
}