/* Hide the "Powered by" text */
.pkp_brand_footer {
    display: none !important;
}

/* Set footer background and text color */
.pkp_structure_footer,
.pkp_structure_footer a,
.pkp_structure_footer p {
    background-color: #f9f9f9 !important;
    color: #000 !important;
}

/* Also apply styles to the <footer> tag if used */
footer,
footer a,
footer p {
    background-color: #f9f9f9 !important;
    color: #000 !important;
}

/* Extend background to full width */
.pkp_structure_page {
    background-color: #f9f9f9 !important;
}

/* Ensure the footer wrapper uses the same background */
.pkp_structure_footer_wrapper {
    background-color: #f9f9f9 !important;
    width: 100% !important;
}

/* Remove side padding if needed */
.pkp_structure_footer_wrapper,
.pkp_structure_footer {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
