/* ==========================================================================
   JISS — Journal of Insurance and Social Security
   Custom journal style sheet
   Purpose: hide the "Platform & workflow by OJS / PKP" footer badge
   Upload via: Settings > Website > Appearance > Advanced > Journal style sheet
   ========================================================================== */

/* Default theme (OJS 3.x) — the PKP brand logo block in the footer */
.pkp_brand_footer {
    display: none !important;
}

/* Fallbacks for theme/version variations that wrap the badge differently */
.cmp_footer .pkp_brand_footer,
.pkp_structure_footer .pkp_brand_footer,
.pkp_footer_content .pkp_brand_footer {
    display: none !important;
}

/* Catch the standalone PKP/OJS brand image if a theme renders it outside
   the brand_footer wrapper */
img[src*="pkp-brandmark"],
img[alt*="OJS"],
img[alt*="PKP"],
a[href*="pkp.sfu.ca"] img,
a[href*="openjournalsystems"] img {
    display: none !important;
}

/* Optional: tidy the now-empty footer spacing left behind by the hidden badge.
   Adjust or delete if your footer looks fine without it. */
.pkp_structure_footer {
    padding-bottom: 1rem;
}
