#route-map {
  position: relative;
  width: 100%;
  min-height: 420px;
  z-index: 0;
}

/* Fullscreen map styles */
#map-container.map-fullscreen {
  position: fixed;
  inset: 0;
  z-index: 9999;
  border-radius: 0;
  display: flex;
  flex-direction: column;
}

#map-container.map-fullscreen .map-header {
  flex-shrink: 0;
}

#map-container.map-fullscreen #route-map {
  flex: 1;
  height: 100% !important;
  min-height: 0;
}

.route-park-marker {
  align-items: center;
  background: white;
  border-radius: 50%;
  box-shadow: 0 8px 20px rgba(30, 64, 175, 0.25);
  display: flex;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.route-park-marker span {
  align-items: center;
  border-radius: 50%;
  display: inline-flex;
  font-family: "Inter", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  height: 32px;
  justify-content: center;
  width: 32px;
}

.route-segment-highlight {
  filter: drop-shadow(0 0 8px rgba(37, 99, 235, 0.35));
}

.leaflet-popup-content-wrapper {
  border-radius: 12px;
  box-shadow: 0 18px 30px rgba(15, 23, 42, 0.25);
}

/* Team Work Orders Table */
[x-cloak] {
  display: none !important;
}

.team-orders-content {
  max-height: 600px;
  overflow-y: auto;
}

.team-orders-content table {
  border-collapse: collapse;
}

.team-orders-content thead {
  position: sticky;
  top: 0;
  z-index: 1;
}

.team-orders-content tbody tr {
  transition: background-color 0.15s ease;
}
