/* ================================
   JUSTIFY TEKS RINGKASAN JURNAL (OJS 3.5 SEMUA TEMA)
   ================================ */

/* Target seluruh deskripsi di portal index */
body.pkp_page_index .description,
body.pkp_page_index .description p,
body.pkp_page_index .pkp_site_journal_summary .description,
body.pkp_page_index .cmp_journal_summary .description,
body.pkp_page_index .pkp_site_summary .description,
body.pkp_page_index .obj_journal_summary .description {
  text-align: justify !important;
  text-justify: inter-word !important;
  line-height: 1.7 !important;
  font-family: inherit !important;
  font-size: inherit !important;
  color: inherit !important;
  margin-bottom: 10px !important;
}

/* Tambahan agar antar jurnal tidak terlalu rapat */
body.pkp_page_index .pkp_site_journal_summary,
body.pkp_page_index .cmp_journal_summary,
body.pkp_page_index .obj_journal_summary {
  margin-bottom: 30px !important;
}

/* Responsif */
@media (max-width: 768px) {
  body.pkp_page_index .description {
    font-size: 0.95em !important;
    line-height: 1.8 !important;
  }
}