/* Membuat area logo lebih besar */
.pkp_site_name {
    max-width: 100% !important;
    width: 100% !important;
    display: block !important;
    text-align: center !important;
}

/* Membuat gambar logo menyesuaikan tanpa gepeng */
.pkp_site_name .is_img img {
    width: 100% !important;
    height: auto !important;
    max-height: none !important;
    object-fit: contain !important;
}

/* Menghilangkan batasan tinggi bawaan OJS */
.pkp_site_name .is_img {
    max-height: none !important;
}
