#shipment-route-map {
  position: relative;
  overflow: hidden;
  border: 1px solid #dbe4ec !important;
  border-radius: 16px !important;
  background: #e8f0f3 !important;
  box-shadow: 0 14px 36px rgba(15, 23, 42, .12);
}
#shipment-route-map .leaflet-tile-pane { filter: saturate(.72) contrast(.94) brightness(1.04); }
#shipment-route-map .leaflet-control-zoom { overflow: hidden; border: 0; border-radius: 10px; box-shadow: 0 8px 22px rgba(15, 23, 42, .16); }
#shipment-route-map .leaflet-control-zoom a { color: #14213d; border-color: #e2e8f0; }
.shipment-map-marker { background: transparent; border: 0; }
.shipment-route-pin { position: relative; width: 42px; height: 50px; }
.shipment-route-pin svg { display: block; width: 42px; height: 50px; filter: drop-shadow(0 5px 7px rgba(15, 23, 42, .28)); }
.shipment-route-pin--origin { color: #475569; }
.shipment-route-pin--destination { color: #78716c; }
.shipment-parcel-marker { position: relative; width: 48px; height: 48px; }
.shipment-parcel-marker__pulse { position: absolute; inset: 4px; border-radius: 50%; background: rgba(22, 163, 74, .34); animation: shipmentParcelPulse 1.6s ease-out infinite; }
.shipment-parcel-marker__badge { position: absolute; inset: 5px; display: flex; align-items: center; justify-content: center; border: 4px solid #fff; border-radius: 50%; background: #16a34a; color: #fff; box-shadow: 0 7px 18px rgba(22, 101, 52, .4); }
.shipment-parcel-marker__badge svg { width: 21px; height: 21px; fill: currentColor; }
@keyframes shipmentParcelPulse {
  0% { opacity: .9; transform: scale(.72); }
  70%, 100% { opacity: 0; transform: scale(1.65); }
}
.shipment-address-tooltip {
  max-width: 240px;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 9px !important;
  background: rgba(20, 33, 61, .94) !important;
  color: #fff !important;
  box-shadow: 0 8px 22px rgba(15, 23, 42, .24) !important;
}
.shipment-address-tooltip:before { border-top-color: rgba(20, 33, 61, .94) !important; }
.shipment-address-tooltip.leaflet-tooltip-bottom:before { border-top-color: transparent !important; border-bottom-color: rgba(20, 33, 61, .94) !important; }
.shipment-address-label { display: block; padding: 9px 12px; white-space: normal; font-family: Arial, sans-serif; line-height: 1.35; text-align: center; }
.shipment-address-label strong { display: block; margin-bottom: 2px; color: #a7f3d0; font-size: 11px; letter-spacing: .06em; text-transform: uppercase; }
.shipment-address-label span { display: block; color: #fff; font-size: 12px; }
.shipment-route-line { filter: drop-shadow(0 2px 2px rgba(15, 118, 110, .2)); }
@media (prefers-reduced-motion: reduce) { .shipment-parcel-marker__pulse { animation: none; } }
@media (max-width: 650px) {
  .shipment-address-tooltip { max-width: 170px; }
  .shipment-address-label { padding: 7px 9px; }
  .shipment-address-label span { font-size: 11px; }
}
