/**
 * KOODE - Estilos para el popup del mapa Leaflet/OpenStreetMap de la
 * seccion "Amenidades" de la Single de Propiedad.
 * Agregado: 2026-09-04
 *
 * Archivo nuevo e independiente del CSS original del tema. Solo aporta
 * estilos para .koode-map-popup-* (contenido del popup del marker) y
 * .koode-map-no-coords (mensaje cuando la propiedad no tiene lat/lng).
 */
.koode-map-popup-thumb img {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 8px;
    border-radius: 4px;
}

.koode-map-popup-title {
    font-weight: 600;
    font-size: 13px;
    margin-bottom: 4px;
}

.koode-map-popup-price {
    color: #1d6139;
    font-weight: 600;
    margin-bottom: 4px;
}

.koode-map-popup-specs {
    font-size: 12px;
    color: #666;
    margin-bottom: 6px;
}

.koode-map-popup-link {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    text-decoration: underline;
}

.koode-map-no-coords {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: #888;
    font-size: 13px;
}
