#pi-map {
    height: 700px;
}

#pi-map-popup {
    display: none;
    width: 50vw;
    position: fixed;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: white;
    padding: 20px;
    border-radius: 5px;
    color: black;
}

#pi-map-popup #pi-map {
    border-radius: 5px;

}

#pi-map-popup .close {
    position: absolute;
    padding: 8px 12px;
    border-radius: 32px;
    background: white;
    top: -19px;
    right: -20px;
    text-align: center;
    cursor: pointer;
    font-size: 35px;
}

.open-map a {
    display: flex;
    gap: 10px;
    align-items: center;
}

body .open-map a > img {
    margin: 0;
    width: 20px;
}

.infoWindow .property-title, .infoWindow .property-link {
    font-weight: bold;
}

.infoWindow .property-image img {
    margin-top: 5px;
    max-width: 200px;
}