/* Hide PKP logo completely and fix footer layout */
.pkp_brand_footer {
    display: none !important;
}

/* Reset footer padding/margins that pkp_brand_footer was occupying */
.pkp_structure_footer {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
    border-bottom: 1px solid #ddd !important; /* Restore bottom border if needed */
}

/* Alternative: Hide entire footer branding area */
.pkp_structure_footer .pkp_brand_footer,
.pkp_footer_area {
    display: none !important;
}
