/* ==========================================
   JUSTIFY ABSTRACT
   ========================================== */
section.item.abstract p {
    text-align: justify !important;
    text-justify: inter-word;
    line-height: 1.7;
    margin-bottom: 1.2rem;
}

/* ==========================================
   JUSTIFY REFERENCES
   ========================================== */
section.item.references div.value p {
    text-align: justify !important;
    text-justify: inter-word;
    line-height: 1.6;
    margin-bottom: 12px !important;
}

/* ==========================================
   JUSTIFY JOURNAL SUMMARY (Homepage About)
   ========================================== */
/* Untuk <p> utama di halaman Home > About the Journal */
.page_index_journal section.homepage_about p,
.page_index_journal section.homepage_about div,
.page_index_journal section.homepage_about span {
    text-align: justify !important;
    text-justify: inter-word;
    line-height: 1.7;
}
