[class*="fizz-badge"] {
  font-weight: $font-weight-semibold;
  font-size: $text-medium-font-size;
  line-height: $text-medium-line-height;
  padding: $spacing-2 $spacing-8;
  display: inline-block;
  white-space: nowrap;
  border-radius: $border-radius-medium;
  background-color: $color-gray-200;
}

.fizz-badge {
  font-size: $text-medium-font-size;
  line-height: $text-medium-line-height;
  padding: $spacing-2 $spacing-8;
}

.fizz-badge-small {
  text-transform: uppercase;
  font-size: $text-tiny-font-size;
  line-height: $text-tiny-line-height;
  padding: $spacing-4;
}

[class*="fizz-badge-icon"] {
  color: $color-text-positive;
  font-size: $text-small-font-size;
  line-height: $text-small-line-height;
  background-color: $color-white;
  border-radius: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
}

[class*="fizz-badge-icon"] :not(:last-child) {
  margin-right: $spacing-2;
}

.fizz-badge-icon-vertical {
  flex-direction: column;
}

.fizz-badge-icon-vertical :not(:last-child) {
  margin-right: 0;
  margin-bottom: $spacing-4;
}

.fizz-badge-icon-overlay {
  padding: $spacing-8 $spacing-16;
  background-color: $color-white-90pct;
  position: absolute;
  top: 0;
  left: 0;
  z-index: $elevation-sticky;
}
