/* ==========================
   Stylesheet OJS - Override for Logo (OJS 3.4+)
   ========================== */

/* Override aturan default OJS 3.4+ agar logo lebih besar */
.pkp_site_name .is_img img,
.pkp_site_logo img,
#headerTitle img,
#header img {
  max-height: 180px !important; /* atur sesuai kebutuhan */
  height: auto !important;
  width: auto !important;
  display: block !important;
  margin: 0 auto !important;
}

/* Responsif untuk layar kecil */
@media (max-width: 768px) {
  .pkp_site_name .is_img img,
  .pkp_site_logo img,
  #headerTitle img,
  #header img {
    max-height: 100px !important;
  }
}
