/* ==========================================================
   Custom CSS – Hide PKP / OJS Branding
   Compatible with OJS 3.x (3.2, 3.3, 3.4)
   ========================================================== */

/* Hide "Powered by Open Journal Systems" footer */
.pkp_brand_footer,
.pkp_brand_wrapper,
.pkp_brand {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    overflow: hidden !important;
}

/* Hide PKP logo if present anywhere */
img[src*="pkp"],
img[alt*="PKP"],
img[alt*="Open Journal Systems"] {
    display: none !important;
}

/* Remove extra footer spacing after hiding branding */
.site-footer {
    padding-bottom: 10px !important;
}
