/* your styles go here */


/*Google Autocomplete*/

/* Style the autocomplete dropdown */
.pac-container {
	border-radius: 8px;
	box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
	border: none;
	margin-top: 4px;
}

.pac-item {
	border-bottom: 1px solid #e5e7eb;
	padding: 12px 16px;
	cursor: pointer;
}

.pac-item:hover {
	background-color: #f9fafb;
}

.pac-item-selected {
	background-color: #f3f4f6;
}

/* Hide the Google logo in autocomplete if needed */
.pac-logo:after {
	display: none;
}
