/* --- ATUR LOGO --- */
.pkp_head_wrapper .pkp_site_name .is_img img {
  height: 120px !important;      /* kalau mau lebih besar: 130 / 140 / 150 */
  width: auto !important;
  max-height: none !important;
  display: block;
}

/* --- KECILKAN BAR HIJAU TUA (HEADER) --- */
.pkp_structure_head,
.pkp_head_wrapper {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  min-height: 0 !important;
}

/* --- HILANGKAN RUANG KOSONG DI SEKITAR NAMA JURNAL --- */
.pkp_site_name {
  margin: 0 !important;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.pkp_site_name_wrapper {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* --- DEKATKAN MENU KE ATAS --- */
.pkp_navigation_primary_wrapper {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* --- HILANGKAN JARAK ANTARA HEADER DAN KONTEN --- */
.pkp_structure_page {
  margin-top: 0 !important;
}
