fd4229df83
align-content:center is unreliable on wrap containers (a single wrapped line is treated as single-line and ignored), which left pills top-aligned. Wrap the pills in a .pillrow and vertically center that block with a column flex + justify-content:center on the fixed-height zone — no single-line ambiguity. Pills now sit evenly centered for 1-, 2-, and 3-pill cards. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>