/* ----------------------------------
PAGINATION
---------------------------------- */

.bbt-pagination {
	margin-top: 40px;
	text-align: center;
}

.bbt-pagination .page-numbers {
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 10px;
}

.bbt-pagination a,
.bbt-pagination span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 42px;
	min-height: 42px;
	padding: 0 14px;
	text-decoration: none;
}
