#map {
    height: 30rem;
}

.search-container {
    position: absolute;
    top: 10px;
    left: 50px;
    z-index: 1000;
    background: white;
    padding: 5px;
    border-radius: 5px;
}

.leaflet-control-locate {
    background-color: white;
    padding: 5px;
    border-radius: 5px;
    cursor: pointer;
}

.leaflet-control-locate:hover {
    background-color: #f0f0f0;
}

.map-address {
    width: 100%;
    min-height: 3rem;
}
