/* =========================
   LOGO JADI FULL BANNER
========================= */
.pkp_site_name img {
    width: 100% !important;
    height: auto !important;
    max-height: none !important;
    display: block;
}

/* =========================
   HAPUS BATASAN CONTAINER
========================= */
.pkp_site_name {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* =========================
   HEADER FULL TANPA BATAS
========================= */
.pkp_structure_head {
    padding: 0 !important;
    margin: 0 !important;
}

/* =========================
   CONTAINER OJS BIAR FULL
========================= */
.pkp_structure_head .container,
.pkp_structure_head_wrapper .container {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
}

/* =========================
   BACKGROUND UNGU LEBIH CERAH
========================= */
.pkp_structure_head,
.pkp_structure_head_wrapper,
.pkp_navigation_primary_wrapper {
    background: #9c27b0 !important; /* ungu lebih cerah */
}