.auto-columns {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
}

.gap>*:not(:last-child) {
	margin-right: 1rem;
}