
body {
	background-color: #fff;
}
.pagination {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.pagination > a,
.pagination > span {
	background-color: #fff;
	color: #636363;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 12px;
	margin: 0 3px 5px;
	min-width: 20px;
	padding: 0 10px;
	height: 30px;
	border: solid 1px #b9b9b9;
	text-decoration: none;
	position: relative;
	font-family: Helvetica, Arial, sans-serif;
}
.pagination > span {
	pointer-events: none;
}
.pagination svg {
	height: 24px;
	width: 24px;
}
.pagination > a:hover {
	background-color: #eee;
}
.pagination > a.page-active {
	background-color: #ffe075;
	color: #4a4a4a;
}
