/* =========================
   HEADER UTAMA
========================= */
.pkp_site_name {
  display: none;
}

/* =========================
   CONTAINER LOGO
========================= */
.pkp_site_name {
  height: 100%;
  display: flex;
  align-items: center;

  margin-left: 30px;
  background: none !important;
}

/* HILANGKAN KOTAK PUTIH */
.pkp_site_name .is_img {
  height: 100%;
  background: none !important;
  padding: 0 !important;

  display: flex;
  align-items: center;
}

/* =========================
   GAMBAR LOGO (KUNCI!)
========================= */
.pkp_site_name .is_img img {
  height: 100% !important;     /* IKUT TINGGI HEADER */
  max-height: 150px !important;
  width: auto;

  object-fit: contain;
  background: transparent !important;
}

/* LINK LOGO */
.pkp_site_name > a {
  height: 100%;
  padding: 0 !important;

  display: flex;
  align-items: center;
}
