Solutionunvalidated
Extract each card into its own component so it manages its own local hover state (e.g., a per-card `useState` for `isHovered`) and uses that state to control the expansion styles.
04122c5b-ae1d-4549-981c-03b9bab25897
Extract each card into its own component so it manages its own local hover state (e.g., a per-card useState for isHovered) and uses that state to control the expansion styles.