/* Protestas GeoMap - Leaflet wrapper */
.ptdbgeo-wrap{max-width:100%;box-sizing:border-box;background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:12px}
.ptdbgeo-head{display:flex;flex-direction:column;gap:8px;margin-bottom:10px}
.ptdbgeo-title{font-weight:800;font-size:18px}
.ptdbgeo-hint{font-size:12px;color:#475569}

.ptdbgeo-actions{display:flex;gap:8px;flex-wrap:wrap}
.ptdbgeo-btn{border:1px solid #cbd5e1;border-radius:10px;padding:7px 10px;background:#fff;cursor:pointer}
.ptdbgeo-btn-primary{background:#0b57d0;color:#fff;border-color:#0b57d0}

.ptdbgeo-map{border-radius:12px;overflow:hidden;border:1px solid #e5e7eb}
.ptdbgeo-foot{display:flex;justify-content:space-between;gap:10px;align-items:flex-end;flex-wrap:wrap;margin-top:10px}
.ptdbgeo-status{font-size:12px;color:#334155}
.ptdbgeo-legend{font-size:12px;color:#334155}
.ptdbgeo-legend-title{font-weight:700;margin-bottom:4px}
.ptdbgeo-legend-items{display:flex;gap:10px;flex-wrap:wrap}
.ptdbgeo-legend-item{display:flex;gap:6px;align-items:center}
.ptdbgeo-swatch{width:14px;height:14px;border-radius:4px;border:1px solid #94a3b8;display:inline-block}
