+ {/* Alt name + savings badge */}
+
+
+ {alt.name}
+
+ {savings > 0 && (
+
+
+ {t('savingsLabel', { amount: savings })}
+
+ )}
+
+
+ {/* Manufacturer + Price */}
+
+
+
+ {t('manufacturerLabel', { manufacturer: alt.manufacturer })}
+
+
+ {/* Alternative price badge */}
+
+
+ {alt.estimatedPrice.currency} {alt.estimatedPrice.price}
+
+
+
+ {/* Note */}
+ {alt.note && (
+
+ 💡 {alt.note}
+
+ )}
+
+
+ {/* Search pharmacy link */}
+