/* 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;
}