.xxx-map-search-list{
    display: flex;
    flex-direction: column;
    padding: 0;
    margin: 0;
    list-style: none;
    background: white;
}

.xxx-map-search-list__item{
    border-bottom: 1px solid #E8ECEF;
}

.xxx-map-search-list__item:last-of-type{
    border-bottom: 0;
}