/* ========================================
   OVERRIDE OLD FOOTER STYLES
   Force modern footer to display correctly
   ======================================== */

/* Reset old footer styles */
.footerarea,
.footerarea__newsletter__wraper,
.footerarea__wrapper,
.footerarea__wrapper__2,
.footerarea__inner,
.footerarea__about__us,
.footerarea__heading,
.footerarea__content,
.footerarea__icon,
.footerarea__list,
.footerarea__padding__left,
.footerarea__right__wraper,
.footerarea__copyright__wrapper,
.footerarea__copyright__content {
    all: unset !important;
    display: block !important;
}

/* Hide old footer completely if it exists */
.footerarea:not(.modern-footer) {
    display: none !important;
}