/* Mengatur warna background dan teks footer utama */
.pkp_structure_footer {
    background-color: #175073 !important;
    color: #ffffff !important;
    padding: 20px 0;
}

/* Memastikan link di dalam footer juga berwarna putih */
.pkp_structure_footer a {
    color: #ffffff !important;
}

/* Menyembunyikan logo PKP (jika belum hilang) */
.pkp_brand_footer {
    display: none !important;
}
