.search-bar-form {
	width: 100%;
}

.search-input {
	transition: all 0.3s ease;
}

.search-input:focus {
	box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

.autocomplete-suggestions {
	max-height: 300px;
	overflow-y: auto;
}

.autocomplete-suggestions div {
	transition: background-color 0.2s;
}
