.agenda-pagination .nav-links {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: .4em;
	margin: 1em 0;
	padding: 0;
	list-style: none;
}

.agenda-pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 2em;
	padding: .3em .6em;
	text-decoration: none;
	border: 1px solid currentColor;
	line-height: 1;
}

.agenda-pagination .page-numbers.current {
	font-weight: bold;
}

.agenda-pagination .page-numbers.dots {
	border: none;
}

.agenda-pagination a.page-numbers:hover {
	opacity: .7;
}
