/* Bestseller badge styling */
.custom-flair-badge-wrapper .flair-badge.bestseller {
  background-color: black !important;
  color: white !important;
  font-weight: bold !important;
  border-radius: 0 !important;
  padding: 0.3em 0.6em;
  display: inline-block;
}
