/* BADGES - carved from nexus-members.css */

.nm-badge-icon,
.nm-badge-custom-icon-wrap {
  display: inline-block !important;
  vertical-align: -0.15em !important;
  width: 1em !important;
  height: 1em !important;
  min-width: 1em !important;
  max-width: 1em !important;
  min-height: 1em !important;
  max-height: 1em !important;
  margin: 0 5px 0 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  line-height: 1 !important;
  overflow: hidden !important;
}


.nm-badge-icon {
  width: 1em !important;
}


.nm-badge-custom-icon-wrap img.nm-badge-custom-icon {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
  min-height: 0 !important;
  max-height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  object-fit: contain !important;
}


.nm-role-sale-badge .nm-badge-custom-icon-wrap,
.woocommerce .nm-badge-custom-icon-wrap,
.elementor-widget-woocommerce-products .nm-badge-custom-icon-wrap {
  display: inline-block !important;
  width: 1em !important;
  height: 1em !important;
  max-width: 1em !important;
  max-height: 1em !important;
}

