/* icon sizes for Leaflet marker icons if using PNG/SVG as iconUrl */
.icon-32 { width: 32px; height: 32px; }
.icon-40 { width: 40px; height: 40px; }

/* inline SVGs as badges inside cards */
.svg-badge {
  width: 22px;
  height: 22px;
  vertical-align: middle;
  margin-right: 6px;
  filter: drop-shadow(0 1px 1px rgba(0,0,0,0.08));
}

/* optional: tint SVG fill if it contains currentColor */
.svg-tint { color: #FF7043; } /* coral */

#map {
  height: 500px;
  border-radius: 12px;
  margin-bottom: 20px;
}
.badge-category {
  margin-right: 0.3rem;
}