/* Remove PKP logo from footer */
.pkp_brand_footer {
    display: none;
}

/* Optional: Adjust the footer layout */
#footer {
    text-align: center;
    padding: 20px;
}

/* Additional customization as needed */
.pkp_structure_footer {
    background-color: none; /* Example footer background color */
    padding: 10px 0;
}

.pkp_structure_footer .pkp_footer_content {
    text-align: center;
}