
/* Menata kontainer footer agar fleksibel dan sejajar */
.pkp_structure_footer {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    gap: 20px !important;
}

/* Area teks/kotak kustom footer di sisi kiri */
.pkp_structure_footer .pkp_footer_content {
    flex: 1 1 60% !important;
    margin-bottom: 0 !important;
}

/* Area logo PKP di sisi kanan */
.pkp_brand_footer {
    flex: 0 0 auto !important;
    margin-top: 0 !important;
    text-align: right !important;
}

.pkp_brand_footer a {
    display: inline-block !important;
}