
.dx-past-incidents {
  max-width: 56rem;
  margin: 0 auto;
  padding: 2.5rem 1.25rem 4rem;
  background: #f4f4fa;
  color: #111827;
  font-family: Inter, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  width: 100%;
  box-sizing: border-box;
}
.dx-past-title {
  margin: 0 0 1.25rem;
  font-size: 1.75rem;
  font-weight: 700;
}
.dx-past-empty { color: #6b7280; margin: 0; }
.dx-past-none {
  color: #6b7280;
  margin: 0 0 0.5rem;
  font-size: 0.95rem;
}
.dx-past-date {
  margin: 1.75rem 0 0.5rem;
  padding-bottom: 0.4rem;
  border-bottom: 1px solid #e5e7f5;
  font-size: 1.05rem;
  font-weight: 700;
  color: #111827;
}
.dx-past-item { margin-bottom: 1.25rem; }
.dx-past-item-title {
  margin: 0 0 0.35rem;
  font-size: 1rem;
  font-weight: 600;
}
.dx-past-item-title a {
  color: #ea580c;
  text-decoration: none;
}
.dx-past-item-title a:hover { text-decoration: underline; }
.dx-past-update {
  margin: 0.35rem 0 0.5rem;
  font-size: 0.95rem;
  line-height: 1.45;
  color: #111827;
}
.dx-past-update strong { font-weight: 700; }
.dx-past-update time {
  display: block;
  margin-top: 0.15rem;
  color: #6b7280;
  font-size: 0.85rem;
}
.dx-past-badge {
  display: inline-block;
  padding: 0.15rem 0.55rem;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 600;
  margin-right: 0.35rem;
}
.dx-past-badge-investigating { background: #fef3c7; color: #92400e; }
.dx-past-badge-monitoring { background: #dbeafe; color: #1d4ed8; }
.dx-past-badge-resolved { background: #dcfce7; color: #166534; }
