.ckrents-property-map {
    width: 100%;
    background: #f5f5f5;
    border-radius: 10px;
    overflow: hidden;
}

.ckrents-property-map__notice {
    padding: 1em;
    text-align: center;
    color: #666;
}

/* Marker popup (rendered inside a Google Maps InfoWindow) */
.ckrents-map-popup-link {
    text-decoration: none;
    color: inherit;
}

.ckrents-map-popup {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 200px;
}

.ckrents-map-popup .property-image img {
    display: block;
    width: 64px;
    height: 64px;
    object-fit: cover;
    border-radius: 5px;
}

.ckrents-map-popup .property-title {
    font-size: 14px;
    line-height: 1.3;
}

.ckrents-map-popup .property-price {
    font-weight: bold;
}

.ckrents-map-popup .property-price sup {
    font-weight: normal;
    font-size: 0.7em;
}
