._badge_i0xhc_1 {
  display: inline-flex;
  align-items: center;
  gap: var(--spacing-xs);
  padding: 2px var(--spacing-sm);
  border-radius: var(--radius-full);
  font-size: var(--font-size-xs);
  font-weight: var(--font-weight-semibold);
  line-height: 1.4;
  white-space: nowrap;
}

._sm_i0xhc_13 {
  font-size: 0.6875rem;
  padding: 1px 6px;
}

/* Borderless inline status text (supersedes legacy Warning/Error/Success spans). */
._subtle_i0xhc_19 {
  background: transparent;
  padding: 0;
  border-radius: 0;
}

._neutral_i0xhc_25 {
  background: #eceef0;
  color: #55595e;
}

._primary_i0xhc_30 {
  background: rgba(197, 98, 78, 0.12);
  color: var(--color-primary);
}

._info_i0xhc_35 {
  background: #e6f0fb;
  color: #2a6ca2;
}

._success_i0xhc_40 {
  background: #e6f4ea;
  color: #2e7d32;
}

._warning_i0xhc_45 {
  background: #fff4e5;
  color: #b26a00;
}

._danger_i0xhc_50 {
  background: #fdecec;
  color: var(--color-danger);
}