/* Menghapus batasan lebar pada area header */
.pkp_structure_head {
    max-width: 100% !important;
    padding: 0 !important;
}

.pkp_site_name_wrapper {
    max-width: 100% !important;
    padding: 0 !important;
}

/* Memaksa gambar logo/header memenuhi lebar 100% */
.pkp_site_name .is_img img {
    max-height: none !important;
    width: 100% !important;
    height: auto !important;
}