.ads-Badge {
  @apply min-w-5
    inline-block
    tracking-wide
    rounded-sm
    text-center
    text-bodySm;
}

.ads-Badge--medium {
  @apply px-2;

  padding-top: 5px;
  padding-bottom: 5px;
}

.ads-Badge--micro {
  @apply px-1
    py-px
    uppercase;

  font-size: 10px;
  line-height: 1.2;
}

.ads-Badge--default {
  @apply bg-gray-400
    text-gray-800;
}

.ads-Badge--success {
  @apply bg-green-100
    text-green-600;
}

.ads-Badge--danger {
  @apply bg-red-100
  text-red-600;
}

.ads-Badge--warning {
  @apply bg-gold-100
  text-gold-600;
}
