1. **Reduced padding**: Changed from `p-6 pb-4` to `p-4 pb-2`
2. **Smaller title**: Changed from `text-xl` to `text-lg` and reduced bottom margin
3. **Compact description**:
- Smaller text (`text-xs` instead of `text-sm`)
- Less padding (`p-2` instead of `p-3`)
- Lighter background (`bg-muted/20` instead of `bg-muted/30`)
- Added left border for visual distinction
- Reduced line clamp from 6 to 3 lines
- Lower expansion threshold (150 vs 200 characters)
This provides significantly more space for content below while maintaining readability.