.listing-item .item-img .gw-badge {
  display: inline-block;
  padding: 3px 10px;
  margin: 6px 0 0 6px;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 600;
  color: #fff;
  background: rgba(48, 54, 67, 0.9);
  border-radius: 9999px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.18);
}

.listing-item .item-img .gw-badge-popular {
  background: #e14b57; /* brand accent */
}

.listing-item .item-img .gw-badge-recommended {
  background: #2bb673; /* green accent */
}

/* container to avoid badges affecting card height */
.listing-item .item-img { position: relative; }
.listing-item .item-img .gw-badges {
  position: absolute;
  top: 8px;
  left: 8px;
  right: 8px;
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}
