.pkp_site_name .is_img img {
    max-height: 150px; /* Increase this for a taller logo */
    width: auto;
    height: auto;
    display: inline-block;
    margin-top: 5px; /* Optional: adjust spacing */
    margin-bottom: 5px;
}
/* Justify abstract text */
.obj_article_details .abstract, 
.obj_article_details .obj_article_details_item.abstract {
  text-align: justify !important;
  text-justify: inter-word !important;
  line-height: 1.6;        /* Optional: improve readability */
}
.pkp_page_about .page, 
.pkp_page_about .page_content, 
.pkp_page_about .pkp_structure_main,
.pkp_page_about .pkp_structure_content, 
.pkp_page_about p {
    text-align: justify;
}
.pkp_page_index .journal_description,
.pkp_page_index .pkp_structure_main,
.pkp_page_index .page_content,
.pkp_page_index .pkp_structure_content,
.pkp_page_index .journal_description p {
    text-align: justify;
}
.page_static_custom.page_AS,
.page_static_custom.page_AS p {
    text-align: justify;
}
.pkp_structure_content,
.pkp_structure_content p {
    text-align: justify !important;
}
