.os-status-badge {
  display: inline-flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  border-radius: 999px;
  font-size: 0.875rem;
  font-weight: 600;
}

.os-status-badge--pending {
  background: #fef3c7;
  color: #92400e;
}

.os-status-badge--finished {
  background: #dcfce7;
  color: #166534;
}

.os-status-badge--unfinished {
  background: #dbeafe;
  color: #1d4ed8;
}

.os-status-badge--cancelled {
  background: #fee2e2;
  color: #b91c1c;
}

.os-status-badge--unknown {
  background: #e5e7eb;
  color: #374151;
}

.os-label-danger {
  color: var(--rs-danger);
  font-weight: var(--font-weight-bold);
}