/* ── Team Map Widget ─────────────────────────── */

/* Shared map container styles */
.team-map-widget { width: 100%; height: 100%; }
.team-map-widget .leaflet-container { width: 100%; height: 100%; }

/* Stale/pulse animations */
@keyframes stale-pulse { 0%,100%{opacity:1} 50%{opacity:0.3} }

/* Job pin tooltip */
.job-pin-tooltip {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 14px;
  font-weight: 600;
}
