.step-nav {
  grid-template-columns: repeat(3, 1fr);
}

.priority-high {
  background: #fee2e2;
  color: #991b1b;
}

.priority-medium {
  background: #ffedd5;
  color: #9a3412;
}

.priority-low {
  background: #dbeafe;
  color: #1e40af;
}

.rating-fail {
  background: #fee2e2;
  color: #991b1b;
}

.rating-partial {
  background: #ffedd5;
  color: #9a3412;
}

.rating-na,
.rating-not_checked {
  background: #eef2f7;
  color: #475569;
}

.record-main {
  flex: 1;
  min-width: 0;
  color: var(--ink);
  text-decoration: none;
}

.danger-link {
  color: #b42318;
  font-size: 13px;
  font-weight: 800;
}

.delete-confirmation {
  padding-top: 28px;
}
