/**
 * Footer overrides — neutralize legacy footer_dark card styles.
 */

html.ahlmall-dark-mode .ahlmall-footer.footer_shopwise .footer_top .widget,
.ahlmall-footer.footer_shopwise .footer_top .widget {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
}
