diff --git a/src/components/anfragencenter/RelatedPropertyCardPanel.tsx b/src/components/anfragencenter/RelatedPropertyCardPanel.tsx
index acfd303..dba7b13 100644
--- a/src/components/anfragencenter/RelatedPropertyCardPanel.tsx
+++ b/src/components/anfragencenter/RelatedPropertyCardPanel.tsx
@@ -92,20 +92,19 @@ export function RelatedPropertyCardPanel({ propertyId, inquiryId, compact }: Rel
>
{image ? (
) : (
-
+
+
+
)}
@@ -193,8 +192,8 @@ function MatchSliderCard({ match }: { match: AdditionalPropertyMatch }) {
},
}}
>
- {/* Image with consistent aspect ratio */}
-
+ {/* Image — same aspectRatio: '3/2' as PropertyIntelligenceCard */}
+
{match.imageUrl ? (
) : (
-
+
)}