/* Hide PKP/OJS branding in both frontend and backend admin panel */
.pkp_brand_footer,
a.pkp_brand_footer,
.pkp_footer_content .pkp_brand_footer,
.app_footer .pkp_brand_footer,
.app_header .pkp_site_name .logo {
    display: none !important;
}