/* Hide Past Incidents section */
#past-incidents,
.past-incidents,
.incidents-list {
    display: none !important;
}

/* Hide any link to incident history */
a[href*="history"],
a[href*="/incidents"],
a[href*="incident-history"] {
    display: none !important;
}

/* Hide footer history links if present */
.footer a[href*="history"] {
    display: none !important;
}


/* Hide the native Subscribe button (common selectors) */
a.subscribe-button,
button.subscribe-button,
a[href*="subscribe"],
button[aria-label*="Subscribe"],
a[aria-label*="Subscribe"] {
  display: none !important;
}