/* Hide only the OLD React footer, keep the NEW custom footer */
/* The custom footer has class 'footer-section', React footer doesn't */
footer:not(.footer-section) {
    display: none !important;
}
