/* =========================================
   ABU Journal of Public Administration
   Compact Footer
   ========================================= */

/* Reduce overall footer spacing */
.pkp_structure_footer_wrapper {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
}

/* Reduce internal footer spacing */
.pkp_structure_footer {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}

/* Reduce PKP/OJS branding area */
.pkp_brand_footer {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
    padding: 0 !important;
}

/* Make footer text smaller */
.pkp_structure_footer p {
    font-size: 13px !important;
    line-height: 1.4 !important;
}

.pkp_brand_footer {
    display: none !important;
}