/* Chinese Site Custom Styles */

/* Footer - ensure no background images from CSS */
footer,
footer::before,
footer::after {
    background-image: none !important;
    background: none !important;
}

footer::before,
footer::after {
    content: none !important;
    display: none !important;
}

/* Footer container - clean slate */
footer .container,
footer .container::before,
footer .container::after {
    background: none !important;
}

footer .container::before,
footer .container::after {
    content: none !important;
    display: none !important;
}
