.station-location {
  position: relative;
  isolation: isolate;
  margin: 0 26px 26px;
  height: 300px;
  border: 1px solid #dce4e8;
  border-radius: 14px;
  overflow: hidden;
  background: #eef2f3;
}
.station-location-map { height: 100%; width: 100%; }
.station-location-status, .station-location-noscript {
  position: absolute;
  z-index: 800;
  bottom: 28px;
  left: 12px;
  right: 12px;
  width: fit-content;
  max-width: calc(100% - 24px);
  margin: 0 auto;
  padding: 8px 12px;
  border-radius: 8px;
  background: #fff;
  color: #46545c;
  font-size: 13px;
  box-shadow: 0 2px 12px #00000012;
  pointer-events: none;
}
.station-location-status[hidden] { display: none; }
.station-location:has(.station-location-noscript) .station-location-status { display: none; }
.station-location .leaflet-container { font: inherit; }
.station-location .leaflet-control-attribution { font-size: 10px; }
.station-location-pin { background: transparent; border: 0; }
.station-location-pin span {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border: 3px solid #fff;
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
  background: #0096d6;
  box-shadow: 0 3px 10px #002f4660;
}
.station-location-pin svg { width: 20px; height: 20px; transform: rotate(45deg); fill: #fff; }
.station-location-pin:focus-visible { outline: 3px solid #17252e; outline-offset: 5px; border-radius: 50%; }
.station-location .leaflet-popup-content { margin: 18px; font-size: 14px; line-height: 1.6; }
.station-location .leaflet-popup-content strong { display: block; font-size: 16px; padding-right: 10px; }
.station-location .leaflet-popup-content p { margin: 6px 0 14px; color: #53616b; }
.station-location .leaflet-popup-content a.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #17252e;
  width: 100%;
  font-size: 14px;
}
@media (max-width: 640px) {
  .station-location { margin: 0 18px 20px; height: 280px; }
}
