.threshold-property-map {
    width: 100%;
    height: 520px;
    margin-bottom: 40px;
    background: #f4f4f4;
    border-radius:20px;
    border:4px solid #000;
}

.property-grid-shortcode.is-loading {
    opacity: 0.65;
    pointer-events: none;
}

.threshold-map-popup {
    max-width: 250px;
}

.threshold-map-popup img {
    width: 100%;
    height: 135px;
    object-fit: cover;
    display: block;
    margin-bottom: 10px;
}

.threshold-map-popup h4 {
    margin: 0 0 6px;
    font-size: 18px;
}

.threshold-map-popup p {
    margin: 0 0 8px;
    font-size: 14px;
}

.threshold-map-popup a {
    font-weight: 700;
    text-decoration: underline;
}