/* خلفية لأيقونة القلب */
.wishlist-icon,
[class*="wishlist"] button,
[class*="wishlist"] a {
  background-color: rgba(255, 255, 255, 0.9) !important;
  border-radius: 50% !important;
  padding: 8px !important;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}
