:root {
}
/* Nasconde l'input "Dove vuoi andare" */
.search-form input[type="text"]:first-of-type,
input[placeholder="Dove vuoi andare?"],
.search-form .form-group:first-child {
    display: none !important;
}

/* Nasconde l'icona del pin (mappa) a sinistra del campo */
.search-form .fa-map-marker-alt, 
.search-form .fa-map-marker,
.search-form i.location-icon {
    display: none !important;
}

/* Sistema i margini per evitare buchi bianchi a sinistra */
.search-form {
    justify-content: flex-start !important;
}
/* Nasconde l'indirizzo originale mantenendo l'icona */
.property-address, 
[id*="address"], 
.address-text {
    visibility: hidden;
    position: relative;
}