.mini-list-events {
	display: grid;
	gap: 1.5rem;
}

.mini-list-events + div:has(a) {
	margin-top: 1.5rem;
	text-align: right;
}
