.wp-paginate{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}
.wp-paginate .current{
	display: flex;
	width: 52px;
	height: 52px;
	padding: 0px;
	margin: 0px;
	border :0px !important;
	background-color: var(--muted-color) !important;
}
.wp-paginate a.page{
	background-color: transparent !important;
	font-weight: 600 !important;
	color: var(--primary-color);
}
.wp-paginate .current, .wp-paginate a{
	display: flex;
	width: 52px;
	height: 52px;
	padding: 0px !important;
	margin: 0px !important;
	flex-direction: row-reverse;
	align-items: center;
	justify-content: center;
}

.wp-paginate a.prev, .wp-paginate a.next{
	background-color: transparent !important;
}

.wp-paginate a.prev{
	margin-right: 5px !important;
}
.wp-paginate a.next{
	margin-left: 5px !important;
}