/* Footer */
.pkp_structure_footer {
    background-color: #3BC222 !important; /* hijau #3BC222 */
    color: #ffffff !important; /* teks putih agar kontras */
    padding: 20px;
}

/* Teks dan paragraf footer */
.pkp_structure_footer p,
.pkp_structure_footer li {
    color: #ffffff !important;
}

/* Link footer */
.pkp_structure_footer a {
    color: #ffffff !important;
}

/* Hover link */
.pkp_structure_footer a:hover {
    color: #e0e0e0 !important; /* sedikit terang saat hover */
}