/* Mengatur alignment untuk Author, Author Biographies, References, dan Abstract */
.article-authors, .article-biographies, .article-references, .article-abstract {
    text-align: justify;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

/* Memastikan logo PKP sejajar dengan blok footer */
#footerContent {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
}

#pkpLogo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    max-height: 50px;
}

.footer-block {
    flex: 1;
    text-align: center;
    padding: 10px;
}
/* Justify all article content text */
.pkp_structure_content,
.pkp_structure_main,
.obj_article_details .main_entry,
.pkp_page_article .article_details,
.pkp_page_issue .issue_description,
.pkp_page_index .description,
.obj_issue_summary .media,
.obj_issue_summary .description,
.obj_announcement_summary .description,
.page_index_journal .description,
.pkp_block {
  text-align: justify;
  text-justify: inter-word;
  line-height: 1.6;
  font-size: 16px;
  font-family: "Segoe UI", "Roboto", "Helvetica Neue", sans-serif;
}
