/* Hide default OJS footer */
.pkp_brand_footer {
    display: none !important;
}

/* Add custom footer */
body::after {
    content: "© 2025 WJMBS. All Rights Reserved. | Developed by Extol Techlink Nigeria";
    display: block;
    text-align: center;
    padding: 15px;
    font-size: 14px;
    color: #444;
    background: #f5f5f5;
}
