
/* #map-wrapper {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    position: relative;
    background-color: white;
}

#map {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
} */

.mapboxgl-ctrl-geocoder {
    min-width: 100%;
    box-shadow: none;
}
.mapboxgl-ctrl-geocoder--input {
    padding: 6px 35px !important;
}

/* Make sure to display attribution */
.mapboxgl-ctrl-logo { display: none !important; }