/* Hide the entire Past Incidents block on the home (index) page */
.layout-content.status.status-index .incidents-list { 
  display: none !important;
}

/* (Belt-and-suspenders) also hide the Past Incidents header if rendered separately */
.layout-content.status.status-index #past-incidents {
  display: none !important;
}

/* Hide the “Incident History” link in the footer */
.page-footer .history-footer-link {
  display: none !important;
}