/* Replace section title text */
.scheduled-maintenances-container > h2.font-largest {
  font-size: 0;   /* hides original "Scheduled Maintenance" text */
  line-height: 0;
}
.scheduled-maintenances-container > h2.font-largest::after {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;

 	 content: "Upcoming Maintenance & Releases";
  font-size: 26px;       /* adjust if you want smaller/larger */
  line-height: 1.2;
  font-weight: 500;
  display: block;
}

/* Scheduled Maintenance cards */
.scheduled-maintenances-container .scheduled-maintenance {
  padding: 12px 14px;
  margin: 12px 0;
  border: 1px solid rgba(0,0,0,0.10);
  border-radius: 12px;
  background: rgba(0,0,0,0.02);
}

/* Keep title clean and prominent */
.scheduled-maintenances-container .scheduled-maintenance .incident-title .whitespace-pre-wrap {
  font-weight: 700;
}

/* Optional: improve body readability */
.scheduled-maintenances-container .scheduled-maintenance .updates-container {
  margin-top: 8px;
  line-height: 1.45;
}