/* === ATUR LOGO BESAR & GESER KE KIRI === */
.pkp_site_name .is_img {
    display: flex !important;
    justify-content: flex-start !important;   /* BIKIN LOGO KE KIRI */
    align-items: center !important;
    width: 100% !important;
    padding-left: 40px !important;            /* Geser kiri 40px — boleh ubah ke 20, 60, 80 */
}

.pkp_site_name .is_img img {
    height: 190px !important;    /* Ukuran logo — boleh naikkan ke 200px/220px */
    width: auto !important;
    max-height: none !important;
    max-width: 100% !important;
}

/* === TINGGIKAN HEADER SUPAYA LOGO TIDAK TERPOTONG === */
.pkp_structure_head {
    min-height: 250px !important;
    padding-top: 15px !important;
}

/* === RUANG HEADER ATAS-BAWAH === */
.pkp_head_wrapper {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

/* === RAPIKAN MENU NAVIGASI === */
.pkp_navigation_primary {
    margin-top: 20px !important;
}
