.ais-Hits-list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 1rem;
	padding: 1rem;
}

.ais-Pagination-list {
	display: flex;
	gap: 1rem;
	justify-content: center;
	margin: 1rem 0px 4rem 0px;
}

.ais-SearchBox-input {
	color: black;
}

.ais-Pagination-item {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 5px;
	border: 1px solid #444;
	cursor: pointer;
	transition: all 0.2s ease-in-out;
}

.ais-Pagination-item--firstPage {
	border: none;
	display: none;
}

.ais-Pagination-item--nextPage {
	border: none;
}

.ais-Pagination-item--previousPage {
	border: none;
}

.ais-Pagination-item--selected {
	background-color: #444;
	color: white;
}

.ais-Pagination-item:hover {
	background-color: #444;
	color: white;
}
