.pkp_brand_footer {
    display: none !important;
}
.pkp_footer_content {
    display: none !important;
}

/* Force copyright to appear at bottom of page */
body::after {
    content: "© 2025 BIMA Journal of Science and Technology, Gombe. All Rights Reserved.";
    display: block;
    text-align: center;
    padding: 12px 0;
    font-size: 14px;
    color: #006400; /* Dark Green */
    font-weight: bold;
    background-color: #FFD700; /* Gold */
    width: 100%;
    margin-top: 20px;
}
