/* Hide "Powered by Open Journal Systems" footer */
.pkp_brand_footer {
    display: none !important;
}

/* Customize footer background and text */
.pkp_site_footer {
    background-color: #1e1e1e !important; /* Change this color as needed */
    color: white !important;
    text-align: center !important;
    font-size: 14px !important;
    padding: 10px !important;
}