[data-map-error]::after {
  content: attr(data-map-error);
  position: absolute;
  inset: 12px 48px auto 12px;
  z-index: 2;
  padding: 12px;
  border-radius: 8px;
  background: #fff7ed;
  color: #9a3412;
  font: 13px/1.5 sans-serif;
}
.route-pool-marker {
  width: 12px;
  height: 12px;
  border: 1.5px solid #1d6685;
  border-radius: 50%;
  background: #6ca6bb;
  cursor: pointer;
}
.mapboxgl-popup { max-width: 320px; }
.mapboxgl-popup-content { font: 13px/1.5 sans-serif; }
.mapboxgl-popup-close-button { width: 24px; min-height: 24px; padding: 0; }
