
/* ===============================
   Custom CSS untuk OJS 3
   Justify untuk abstrak, keyword, referensi
   Judul & nama penulis rata tengah
   Tidak mengubah font bawaan OJS
   Dengan hanging indent untuk referensi
   =============================== */

/* Judul Artikel */
.page_article .article-details h1 {
    text-align: center !important;
}

/* Nama Penulis */
.page_article .author-string, 
.page_article .author-bio {
    text-align: center !important;
}

/* Keyword */
.page_article .keywords, 
.page_article .keywords strong {
    text-align: justify !important;
    display: block;
    line-height: 1.6;
}

/* Abstrak */
.page_article .item.abstract p {
    text-align: justify !important;
    line-height: 1.6;
}

/* Referensi */
.page_article .item.references,
.page_article .item.references p {
    text-align: justify !important;
    line-height: 1.6;
    margin-bottom: 8px;

    /* Hanging indent */
    text-indent: -20px;
    margin-left: 20px;
}
