.wishlist-widget,
.wishlist-widget span {
    display: inline-block;
    line-height: 0;
}

.wishlist-widget .wishlist-count {
    background: red;
  color: #fff;
  border-radius: 50%;
  padding: 10px 10px;
  margin-left: 0;
  font-size: 12px;
  position: absolute;
  top: -5px;
  left: auto;
  right: -8px;
  width: 15px;
  height: 15px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  line-height: 0;
}

.wishlist-widget .wishlist-icon svg {
    width: 1em;
    height: 1em;
}

.elementor-widget-container:has(.wishlist-icon) {
    line-height: 0;
}