{(property.photos?.length || property.photo_thumbnail) ? (
) : null}
{/* Overlay buttons: heart + external link */}
{/* Price as dominant element */}
{formatPrice(property.total_price)}
{property.listing_type !== 'BUY' && isFiniteNumber(property.total_price) && (
/mo
)}
{priceIndicator && (
)}
{priceIndicator && (
{priceIndicator.label}
)}
{/* Key metrics on one line */}
{formatInteger(property.rooms)}bed
·
{formatInteger(property.qm)} m²
·
{formatPricePerSqmShort(property.qmprice)}
{/* Location */}
{property.city && (
{property.city}
)}
{/* POI travel times */}
{allPOIs && allPOIs.length > 0 ? (
) : property.poi_distances && property.poi_distances.length > 0 ? (
) : null}
{/* Agency + freshness */}
{property.agency}
{lastSeenDays !== null && (
<>
·
{lastSeenDays}d ago
>
)}