.pkp_brand_footer {
    display: none !important;
}
/* Mengubah background utama website menjadi pola batik */
body {
    background-color: #f4f4f5 !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80' viewBox='0 0 80 80'%3E%3Cg fill='%3Cpath fill='%2394a3b8' fill-opacity='0.15' d='M40 0l40 40-40 40L0 40zM40 10L10 40l30 30 30-30zM40 20l20 20-20 20-20-20z'/%3E%3Cpath fill='%2364748b' fill-opacity='0.12' d='M40 28a12 12 0 1 0 0 24 12 12 0 0 0 0-24zm0 4a8 8 0 1 1 0 16 8 8 0 0 1 0-16z'/%3E%3Cpath fill='%2394a3b8' fill-opacity='0.18' d='M0 0h20v20H0zm60 0h20v20H60zm0 60h20v20H60zM0 60h20v20H0z'/%3E%3C/g%3E%3C/svg%3E") !important;
    background-repeat: repeat !important;
    background-attachment: fixed !important;
}

/* Memastikan wadah konten utama tetap berwarna putih polos berbingkai agar tulisan terbaca jelas */
.pkp_structure_page, 
.pkp_structure_main, 
#main-content {
    background-color: #ffffff !important;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.08) !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
}