/* Shared PUFFS badge styles - green pill button style */
.puffs-badge-inline,
.nicobay-product-ranking__puffs-inline,
.nicobay-product-ranking__puffs-badge {
  display: inline-block !important;
  font-size: 8px !important;
  color: white !important;
  background-color: #3abb1e !important;
  padding: 0.3em 0.8em !important;
  border-radius: 12px !important;
  font-weight: 600 !important;
  margin-left: 0.5rem;
  vertical-align: middle !important;
  /* line-height: 1.2 !important; */
  white-space: nowrap !important;
  flex-shrink: 0 !important;
}
