[class*="fizz-pill"] {
  border-radius: $border-radius-medium;  font-size: $text-medium-font-size;
  line-height: $text-medium-line-height;
  font-weight: $font-weight-semibold;
  padding: $spacing-2 $spacing-8;
  white-space: nowrap;
}

.fizz-table-condensed [class*="fizz-pill"] {
  font-size: inherit;
  line-height: inherit;
}

.fizz-pill-red {
  background-color: $color-red-200;
}

.fizz-pill-yellow {
  background-color: $color-background-warning-subdued;
}

.fizz-pill-green {
  background-color: $color-background-success-subdued;
}

.fizz-pill-gray {
  background-color: $color-gray-200;
}

.fizz-pill-teal {
  background-color: $color-background-brand-secondary-subdued;
}

.fizz-pill-black {
  background-color: $color-background-inverse;
  color: $color-text-inverse;
}
