/* AddiPress Listings — maps. */
.apl-map { border-radius: var(--apl-radius, 14px); overflow: hidden; border: 1px solid var(--apl-line, #e2e8f0); z-index: 0; }
.apl-map--single { height: 320px; margin: 28px 0; }
.apl-map--all { width: 100%; }
.apl-map__empty { color: var(--apl-muted, #64748b); padding: 24px; text-align: center; }

/* Popup card */
.apl-map-pop { display: grid; gap: 4px; min-width: 160px; }
.apl-map-pop img { width: 100%; height: 90px; object-fit: cover; border-radius: 8px; }
.apl-map-pop strong { font-size: 16px; }
.apl-map-pop span { font-size: 13px; color: var(--apl-muted, #64748b); }
.apl-map-pop a { font-weight: 700; color: var(--apl-primary, #4f46e5); }
.leaflet-popup-content { margin: 10px 12px; }
