#map-style .alert-warning {
    padding: 5px 10px;
    margin: 10px 0;
}

/* Details */
.store_infos a {
    color: #2b2b2b;
}

/* Location search */
#map_location_search .form-group {
    display: flex;
    justify-content: center;
    padding: 1rem;
}

#map_location_search .form-group .map_input_text {
    position: relative;
}

#map_location_search .form-group img {
    position: absolute;
    top: 13px;
    right: 13px;
    width: 25px;
    height: 25px;
}