.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 */
}
