#map {
    border-radius: 4px;
    border: 1px solid #dee2e6;
}

.leaflet-popup-content-wrapper {
    max-width: 230px;
}

.leaflet-popup-content-wrapper ul li:not(:last-of-type) {
    border-bottom: 1px solid #dee2e6!important;
    font-size: 10px;
}
.leaflet-popup-content-wrapper ul li strong {
    font-weight: 500;
    font-size: 12px;
}

.leaflet-popup-content-wrapper ul li a.see-more{
    display: block;
    margin: 0 auto;
    width: fit-content;
    padding: 8px 16px;
    color: #fff;
    border-radius: 16px;
    background-color: var(--bs-primary);
    text-decoration: none;
    font-size: 10px;
}

#map-wrapper {
    width: 100%;
    background-color: #eee;
}

#map {
    height: 610px;
    margin: 16px auto;
}

@media screen and (max-width: 1048px) {
    #map {
        width: 100%;
        height: 620px;
    }
    
}