/* 1. Remove the "Platform and Workflow" image and link */
.pkp_brand_footer {
    display: none !important;
}

/* 2. Target the main footer wrapper and force full-width blue background */
footer.pkp_structure_footer, 
.pkp_structure_footer_wrapper,
footer[role="contentinfo"] {
    background-color: #dbe5f1 !important; /* Blue background */
    border-top: 10px solid #ffcc00 !important; /* Yellow line on top */
    padding: 10px 0 20px 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    display: block !important;
}

/* 3. Ensure any internal theme containers don't restrict the width or color */
footer.pkp_structure_footer .container,
footer.pkp_structure_footer .pkp_helpers_container_center {
    width: 100% !important;
    max-width: 100% !important;
    background: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* 4. Style the text and ensure it is centered and compact */
.custom-scirj-footer {
    text-align: center !important;
    width: 100% !important;
    padding-top: 10px !important;
}

.custom-scirj-footer p {
    color: #333 !important;
    font-size: 13px !important;
    margin: 4px 0 !important;
    line-height: 1.4 !important;
    font-family: Arial, Helvetica, sans-serif !important;
}