
/* Full-width footer for journal */
.pkp_structure_page {
    margin: 0;
    padding: 0;
}

.pkp_structure_footer_wrapper,
.pkp_structure_footer {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 20px;
    background-color: #162233 !important;
    color: #ffffff !important;
}

.pkp_structure_footer a {
    color: #ffffff !important;
}

.pkp_structure_footer a:hover {
    color: #ffcc00 !important;
}
.pkp_brand_footer {
    display: none !important;
}
