.gig-osm-location-field {
	position: relative;
}

.gig-osm-location-suggestions {
	list-style: none;
	margin: 2px 0 0;
	padding: 0;
	position: absolute;
	z-index: 20;
	background: #fff;
	border: 1px solid #ccc;
	max-width: 400px;
	max-height: 220px;
	overflow-y: auto;
	box-shadow: 0 2px 6px rgba( 0, 0, 0, .15 );
}

.gig-osm-location-suggestions[hidden] {
	display: none;
}

.gig-osm-location-suggestions li {
	padding: 6px 10px;
	cursor: pointer;
}

.gig-osm-location-suggestions li:hover,
.gig-osm-location-suggestions li:focus {
	background: #f0f0f0;
	outline: none;
}
