/* Mapas del front. */
.mjy-map-wrap { border-radius: var(--mjy-radius, 14px); overflow: hidden; border: 1px solid var(--mjy-border, #e5e7eb); }
.mjy-map { width: 100%; }
.mjy-map-popup { text-align: center; max-width: 180px; }
.mjy-map-popup img { width: 100%; height: 90px; object-fit: cover; border-radius: 6px; margin-bottom: 6px; }
.mjy-map-popup strong { display: block; font-size: .95rem; }
.mjy-map-popup span { display: block; font-size: .8rem; color: #6c757d; margin: 3px 0; }
.mjy-map-popup a { color: #ff6b6b; font-weight: 700; text-decoration: none; }
/* Leaflet dentro del namespace: asegurar que las imágenes no se rompan por el reset del tema. */
.mjy-map .leaflet-container img { max-width: none; }
