
/* Hide PKP logo at the bottom */
.pkp_brand_footer {
    display: none !important;
}

/* Additional selectors to ensure logo is hidden across themes */
.footer_brand, .pkp_brand_footer img, footer .pkp_brand_footer {
    display: none !important;
}
