#header img {
    max-width: 90% !important; 		/* Membatasi ukuran gambar logo sesuai lebar tampilan */
    height: auto !important; 		/* Menjaga proporsi logo */
}

#header .site-logo {
    width: 90px !important; 		/* Sesuaikan ukuran lebar logo sebelumnya 200px */
    height: auto !important; 		/* Menjaga aspek rasio */
}

.pkp_site_name_wrapper {
    background-image: url("Header_JIAFI");
    background-size: cover;
    background-position: center;
    height: 50px;
}

/* Hilangkan teks judul agar diganti gambar */
.pkp_site_name {
    display: none;
}