5d61dce12b
The previous TrustRow.tsx fix didn't touch this — the cart summary sidebar renders its own inline trust-badge list, not the shared TrustRow component. Each row was w-full unconditionally, so items-center on the container was a no-op (a full-width flex child centers to no visible effect). Now w-auto + justify-center below sm: (icon+title as a compact centered unit), w-full + justify-start (+ flex-1 on the title) from sm: up, matching the tiered-alignment pattern used elsewhere (Hero's social proof, TrustRow.tsx).