.badge.svelte-mt3dvd {
  font-weight: var(--ds-font-weight-thick);
  font-family: var(--ds-font-family-default);
  font-feature-settings: "salt"on;
  align-items: center;
  justify-content: center;
  border-radius: var(--ds-radius-sm);
  padding: var(--spacing-0) var(--spacing-1);
  white-space: nowrap;
}

.badge.text-size-sm.svelte-mt3dvd {
  font-size: var(--text-size-sm);
}

.badge.is-inline.svelte-mt3dvd {
  display: inline-flex;
}

.badge.size-sm.svelte-mt3dvd {
  line-height: 16px;
}

.badge.variant-white.svelte-mt3dvd {
  background: var(--color-white);
  color: var(--color-grey-900);
}