{(property.photos?.length || property.photo_thumbnail) ? (
) : null}
{/* Overlay buttons: heart + external link */}
{/* Price as dominant element */}
£{safeTotalPrice.toLocaleString()}
{property.listing_type !== 'BUY' && (
/mo
)}
{priceIndicator && (
)}
{priceIndicator && (
{priceIndicator.label}
)}
{/* Key metrics on one line */}
{safeRooms}bed
·
{safeQm} m²
·
£{safeQmprice}/m²
{/* 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
>
)}