#search_city {
margin-top: 8px !important;
}
/* Force the city field to maintain its structure */
.tr-city-field {
display: flex !important;
flex-direction: column !important;
}
/* Ensure the label always has space below it */
.tr-city-field .tr-field-label::after {
content: '' !important;
display: block !important;
height: 8px !important;
width: 100% !important;
}