.pkp_site_name {padding-top: 0 !important; padding-bottom: 0 !important}
.pkp_site_name > a {padding-top: 0; padding-bottom: 0;}
.pkp_site_name .is_img img {max-height: 237px !important;}
.pkp_site_name_wrapper {padding-left: 0; padding-right: 0;}
.pkp_navigation_user_wrapper {top: 0; right: 0; padding-right:30px;}
.pkp_structure_page {
    margin-top: 0px; 
    margin-bottom: 0px; 
}
.pkp_site_name .is_img {
    display: inline-block;
    padding-top: 0px;
    padding-bottom: 0px;
}

.pkp_brand_footer {
    padding: 2.143rem;
    display: none;
}

.item.author_bios {
display: none;
}

p {
    text-align:justify;
}

.pkp_block {
    padding: 10px;
}

/* Copy kode ini ke Journal Style Sheet / Custom CSS OJS */

.ojs-sidebar-item {
    transition: all 0.3s ease;
}

.ojs-sidebar-item:hover {
    background-color: #dbeafe !important; /* Latar Biru Muda */
    border-left: 5px solid #1b4f72 !important; /* Garis Biru Tua di Kiri */
    padding-left: 5px !important; /* Efek geser sedikit */
}

.ojs-sidebar-item:hover a,
.ojs-sidebar-item:hover span {
    color: #1b4f72 !important; /* Teks & Ikon jadi Biru Tua */
}