.bonita-heart-badge{
  position: relative;
  display: inline-block;
  width: 1.6em;
  height: 1.6em;
  margin-left: .35em;
  vertical-align: middle;

  background-image: var(--bonita-heart-url);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.bonita-heart-badge__text{
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;

  color: #fff;
  font-weight: 700;
  font-size: .55em;
  line-height: 1;
  letter-spacing: .02em;
  font-family: inherit;

  transform: translateY(.03em);
}
