/* ----- pagination ----- */

.pagination {
	text-align: center;
}

.current {
	border: 1px solid var(--blue-theme-color);
	padding: 1em 1.2em;
	border-radius: 50%;
	margin: 0.5em;
}

.first,
.previous,
.page,
.next,
.last {
	padding: 1em;
}

.sorted {
	text-decoration: underline;
}

.sort-and-filter-container {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-evenly;
	column-gap: 3em;
}

.sort-and-filter-container>div {
	width: 100%;
}
