.pb-geo-autocomplete-wrap {
	position: relative;
	display: inline-block;
	max-width: 420px;
	width: 100%;
}

.pb-geo-search-input {
	width: 100%;
	box-sizing: border-box;
}

.pb-geo-suggestions {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 9999;
	margin: 2px 0 0;
	padding: 0;
	list-style: none;
	background: #fff;
	border: 1px solid #c3c4c7;
	border-radius: 4px;
	box-shadow: 0 4px 12px rgba(0,0,0,.08);
	max-height: 320px;
	overflow-y: auto;
}

.pb-geo-suggestions li {
	padding: 8px 12px;
	cursor: pointer;
	border-bottom: 1px solid #f0f0f1;
	font-size: 14px;
	color: #1d2327;
}

.pb-geo-suggestions li:last-child {
	border-bottom: 0;
}

.pb-geo-suggestions li:hover,
.pb-geo-suggestions li:focus {
	background: #f6f7f7;
	outline: none;
}

.pb-geo-suggestions li.pb-geo-empty {
	font-style: italic;
	color: #646970;
	cursor: default;
}

.pb-geo-cp {
	color: #646970;
	font-size: 12px;
	margin-left: 6px;
}
