/* Override background color of the footer wrapper */
.pkp_structure_footer_wrapper {
    background-color: #0C1A32;
}

/* Hide the footer branding */
.pkp_brand_footer {
    display: none;
}
