form.home-search input.mapboxgl-ctrl-geocoder--input {
height: 100%;
}
form.home-search .mapboxgl-ctrl-geocoder {
width: 100%;
max-width: 100%;
}
form.home-search .mapboxgl-ctrl-geocoder.mapboxgl-ctrl {
height: 100%;
}
form.home-search button.mapboxgl-ctrl-geocoder--button {
top: 25px !important;
}
#suggestions-list {
position: absolute;
top: 100%; left: 0;
width: 100%;
background: #fff;
border: 1px solid #ccc;
border-top: none;
border-radius: 0 0 4px 4px;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
z-index: 1000;
display: none; max-height: 250px;
overflow-y: auto;
margin-top: 0;
} #suggestions-list li {
list-style: none;
padding: 10px;
cursor: pointer;
font-size: 14px;
border-bottom: 1px solid #eee;
} #suggestions-list li:hover {
background-color: #f0f0f0;
} #suggestions-list li.storepoint {
font-weight: bold;
color: #333;
}
#suggestions-list li.mapbox {
font-style: italic;
color: #666;
}