/* HILANGKAN PEMBATAS WIDTH DI LEVEL TERTINGGI */
.pkp_structure_page,
.pkp_structure_page > .pkp_structure_container,
.pkp_structure_head,
.pkp_structure_head .pkp_head_wrapper {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* BUAT HEADER BENAR-BENAR FULL WIDTH */
.pkp_site_name_wrapper,
.pkp_site_name {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* FULL WIDTH UNTUK GAMBAR HEADER */
.pkp_site_name .is_img img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
}

/* Hilangkan align default agar gambar stretch penuh */
.pkp_site_name .is_img {
    display: block !important;
    width: 100% !important;
}
