/* 05-objects/_repel.css — two groups pushed to opposite ends, wrapping when tight. */
.o-repel { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: var(--space-sm) var(--space-md); }
.o-repel--top { align-items: flex-start; }
