/* Target the bottom-most red SUBSCRIBE button specifically, assuming common container patterns */
.site-footer .footer-widget-area[data-section="sidebar-widgets-footer-widget-3"] .wp-block-button a,
.site-footer .footer-widget-area-3 .wp-block-button,
.site-footer-row-three-wrapper .wp-block-button,
.site-footer-row-3 .wp-block-button,
.ast-footer-row-3 .wp-block-button,
.site-footer .wp-block-button:has(a[href*="subscribe"]),
.footer-row-3 .wp-block-button {
    display: none !important;
    visibility: hidden !important;
}

/* Set min-height and padding of row 3 to 0px */
.site-footer-row-three-wrapper,
.site-footer-row-3,
.ast-footer-row-3,
.footer-row-3 {
    min-height: 0px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}
