

.pagination {
	text-align: center;
}

.pagination .page.current {
	color: rgb(20 143 193);
	font-weight: bold;
}

.pagination .page::after {
	content: ' - ';
	color: black;
	font-weight: normal;
}