.badge {
  padding: 7px 6px;
  font-size: 10px;
  line-height: 13.66px;
  display: flex;
  align-items: center;
  justify-self: center;
  gap: 5px;
  color: #fff;
  border-radius: 5.55px;
}
.badge--bg-midnight-green {
  background-color: #003974;
}
.badge--bg-light-gray {
  background-color: #E9ECEF;
}
.badge--green-bullet::after, .badge--red-bullet::after, .badge--blue-bullet::after {
  content: "";
  width: 5px;
  height: 5px;
  background-repeat: no-repeat;
  background-size: contain;
}
.badge--green-bullet::after {
  background-image: url(/assets/media/icons/green-bullet.svg);
}
.badge--red-bullet::after {
  background-image: url(/assets/media/icons/red-bullet.svg);
}
.badge--blue-bullet::after {
  background-image: url(/assets/media/icons/steel-blue-bullet.svg);
}
@media screen and (min-width: 768px) {
  .badge {
    gap: 7px;
    font-size: 16px;
  }
  .badge--green-bullet::after, .badge--red-bullet::after, .badge--blue-bullet::after {
    width: 8px;
    height: 8px;
  }
}
@media screen and (min-width: 1200px) {
  .badge {
    padding: 12px 14px;
    font-size: 18px;
    line-height: 24.59px;
  }
}
/*# sourceMappingURL=badge.min.css.map */
