/* Customize the footer to be full width */
.pkp_structure_footer {
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    background-color: #f8f9fa; /* Optional: Adjust background color */
    padding: 15px 0; /* Adjust padding for spacing */
    position: relative; /* Ensures it stays in normal document flow */
}

/* Hide existing footer content */
.pkp_structure_footer * {
    display: none !important;
}


/* Insert custom footer text + CC image */
.pkp_structure_footer::after {
    content: "277 Drummond Road, CT 06477, Orange, USA, Email: info@enviromindsolutions.com\A\A© 2025 Enviro Mind Solutions.\AThis work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License.";
    display: block !important;
    text-align: center;
    font-size: 14px;
    color: #000;
    width: 100%;
    white-space: pre-line;
    padding-bottom: 10px;
}

.page_issue .published {
    display: block;
}

.block_make_submission a,
.obj_galley_link {
    background-color: #585858;
    color: #ffffff;
    border: none;
}