.autocomplete-suggestions {
	@apply bg-[var(--rb-input-background-color)] p-4 flex flex-col rounded-b-md shadow-primary shadow-[var(--rb-card-border-color)] overflow-y-scroll;
}

.autocomplete-suggestions .autocomplete-group:not(:first-child) {
	@apply mt-4;
}

.autocomplete-suggestions i {
	@apply inline-block mr-2;
}

.autocomplete-suggestions .autocomplete-suggestion {
	@apply cursor-pointer py-1 inline-block;
}

.autocomplete-suggestions .suggestion-type {
	@apply hidden;
}

.search-range-input {
	@apply flex gap-3;
}

.search-range-input > div {
	@apply flex-1;
}

.search-range-input input {
	@apply mb-1;
}

#search-price-range .price-suggestion {
	@apply block cursor-pointer py-0.5 text-center;
}

#search-price-range .price-suggestion.active {
	@apply font-bold;
}
