/*
 * Markething Herba — special-price badge (output of [mh_sale_badge]).
 * Circular badge (best for short content like "-20%").
 */

.mh-sale-badge {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 52px !important;
  height: 52px !important;
  padding: 0 !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  text-align: center !important;
  color: #ffffff !important;
  background: #b3261e !important;
  margin: 15px 15px !important;
  border-radius: 50% !important;
}

.mh-sale-badge .woocommerce-Price-amount,
.mh-sale-badge bdi {
  color: inherit !important;
}
