/* Compact Next Step cards inside incident modal */
#incidentModal .next-step-card {
  padding: .25rem .5rem;
  border-radius: .5rem;
}
#incidentModal .next-step-card .card-body {
  padding: .35rem .5rem;
}
#incidentModal .next-step-card .fw-bold {
  font-size: 1rem;
  line-height: 1.2;
}
#incidentModal .next-step-card .selected-badge {
  font-size: .65rem;
  padding: .15rem .4rem;
}
#incidentModal .next-step-card .help-btn {
  padding: .15rem .35rem;
  width: 26px; height: 26px;
  display: inline-flex; align-items: center; justify-content: center;
}
#incidentModal .next-step-card:hover {
  transform: none;
  box-shadow: 0 .25rem .5rem rgba(0,0,0,.06);
}
#incidentModal .next-step-card.selected {
  box-shadow: 0 0 0 .15rem rgba(13,110,253,.25);
  background: #eaf2ff;
}
#incidentModal #next-step-cards {
  row-gap: .4rem;
}
