/* Stötzer Modern 3.2
   Feinschliff Praxis & Anfahrt / Open User Map.
*/
.sto-route-coordinates {
  display: grid;
  gap: 2px;
  margin: 16px 0 24px;
  color: #536b74;
  font-size: .92rem;
}
.sto-route-coordinates strong { color: var(--sto-ink); }
.sto-route-coordinates span {
  font-variant-numeric: tabular-nums;
  letter-spacing: .01em;
}
.sto-route-coordinates small {
  color: #6b7f87;
  font-size: .82rem;
}
/* Open User Map bewusst ruhig halten, damit die Karte zum Praxisdesign passt. */
.sto-open-user-map .open-user-map,
.sto-open-user-map .box-wrap,
.sto-open-user-map .map-wrap {
  width: 100% !important;
  max-width: none !important;
}
.sto-open-user-map .leaflet-control-container {
  font-family: inherit;
}
.sto-open-user-map .leaflet-popup-content-wrapper,
.sto-open-user-map .leaflet-popup-tip {
  box-shadow: 0 8px 25px rgba(15,64,80,.16);
}
