Fix cramped layout in Current Games section header
Issues fixed:
- Section header elements were cramped on one line
- Game count and filter toggles were breaking awkwardly
- Text was getting truncated
Changes:
- Add flex-wrap to .section-header to allow wrapping
- Add flex-wrap to .section-title-row for responsive layout
- Add flex-wrap to .filter-toggles for better mobile support
- Add white-space: nowrap to .game-count to prevent mid-text breaks
- Add gap spacing to section-header for consistent spacing
Now the layout gracefully wraps when space is limited, preventing
awkward text breaking and maintaining readability.
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>