3aa8720daf
items-center directly on the badge container centered each badge independently within the container's width — badges with different title/description lengths ended up with different left edges instead of lining up (confirmed via our own screenshot: icons at different x positions below 640px). Wraps all badges in one inner shrink-to-fit group (always items-start internally, so every badge shares the same left edge) and centers/left-aligns that single group as a unit from the outer wrapper instead.