/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.pac-container, .autocomplete-suggestions {
	box-shadow: none !important;
	overflow: visible !important;
}

.pac-item {
	box-shadow: none !important;
	font-size: 1em !important;
	cursor: pointer !important;
	width: 100.2% !important;
	height: auto !important;
	white-space: nowrap !important;
	overflow: hidden !important;
	margin: 0 !important;
	display: block !important;
	width: 100% !important;
	border-top: none;
}

.pac-item span, .autocomplete-suggestions .pac-item span {
	font-size: 0.8em !important;
}

.autocomplete-suggestions .pac-item span div {
	font-size: 1em !important;
}

.autocomplete-suggestions .pac-item span div {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.pac-item span.pac-matched {
	font-size: 1em !important;
}

.pac-item .pac-icon-marker {
	display: none !important;
}

.pac-item-query {
	color: inherit !important;
}

.pac-item:first-of-type {
	border-bottom: none !important;
	border-bottom-left-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}

.pac-item:last-of-type {
	border-top: none !important;
	border-top-left-radius: 0 !important;
	border-top-right-radius: 0 !important;
}

.pac-item:not(:last-of-type):not(:first-of-type) {
	border-top: none !important;
	border-bottom: none !important;
	border-radius: 0 !important;
}

.pac-container:after,
.autocomplete-suggestions:after {
	display: none !important;
}

.pac-item:hover,
.pac-item-selected,
.autocomplete-selected {
	filter: brightness(0.95);
}
