.spoe-map-wrap{max-width:1200px;margin:0 auto}
.spoe-map-canvas{height:var(--spoeMapHeight,520px);border-radius:12px;overflow:hidden}
.spoe-map-toolbar{display:flex;gap:10px;flex-wrap:wrap;align-items:center;margin:12px 0}
.spoe-map-filters{display:flex;gap:8px;flex-wrap:wrap}
.spoe-map-btn{
  border:1px solid rgba(0,0,0,.15);
  border-radius:999px;
  padding:8px 12px;
  background:#fff;
  cursor:pointer;
  font-size:14px;
}
.spoe-map-btn[aria-pressed="true"]{border-color:rgba(0,0,0,.35);font-weight:600}
.spoe-map-reset{margin-left:auto;border:0;background:transparent;cursor:pointer;text-decoration:underline}
.spoe-map-note{font-size:12px;color:#666;margin:8px 0 0}
.spoe-map-popup h3{margin:0 0 6px;font-size:16px}
.spoe-map-badge{display:inline-block;margin-right:6px;font-size:12px;padding:3px 8px;border-radius:999px;background:#f2f2f2}
.spoe-map-popup img{width:100%;height:auto;border-radius:10px;margin:8px 0}
.spoe-map-popup a{font-weight:600}


.spoe-map-actions{margin:10px 0 0}
.spoe-map-link{font-weight:700;text-decoration:underline}

.spoe-map-report{
  display:inline-block;
  padding:10px 12px;
  border-radius:10px;
  background:#E42612;
  color:#fff !important;
  text-decoration:none;
  font-weight:800;
}
.spoe-map-report:hover{filter:brightness(0.95)}
