/* Scoped route preview and matched identities; no changes to the request/offer actions. */
#rideMapJourneySummary {
  position: absolute; top: max(12px, env(safe-area-inset-top)); left: 12px; right: 62px;
  width: fit-content; max-width: calc(100% - 74px); padding: 10px 14px;
  border-radius: 12px; background: #fff; color: #123c36; border: 1px solid #bfd6cf;
  font: 600 14px/1.4 system-ui, sans-serif; box-shadow: 0 3px 14px #123c3626;
  pointer-events: none; z-index: 20;
}
[data-ride-route-summary] { margin: 6px 10px; padding: 8px 10px; background: #edf6f2; color: #123c36; border-radius: 8px; font-size: 14px; }
body .contact-actions .contact-profile-avatar { display: grid; place-items: center; width: 56px; height: 56px; min-width: 56px; border-radius: 50%; overflow: hidden; background: #e3efeb; }
body .contact-actions .contact-profile-avatar img { display: block; width: 100%; height: 100%; object-fit: cover; }
#workspaceMapMarkers { overflow: hidden; }
