#inmuebles-map {
    height: 40rem;
    width: 100%;
}

#map-popup {
    width: max-content;
    height: 50%;
}

#feature-list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;

    svg {
        height: 20px;
        width: 20px;
    }
}

