.status-badge {
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.15rem 0.55rem;
  text-transform: capitalize;
}

.status-success {
  background: #d1fae5;
  color: #065f46;
}

.status-needs_review {
  background: #fef3c7;
  color: #92400e;
}

.status-failed {
  background: #ffe4e6;
  color: #9f1239;
}
