.mapboxgl-popup-content {
  border-radius: 8px !important;
  box-shadow: 0 0 1px rgba(26, 32, 44, 0.25), 0 2px 8px rgba(26, 32, 44, 0.15), 0 4px 32px rgba(26, 32, 44, 0.1) !important;
  padding: 0 !important;
}
.mapboxgl-popup-content span {
  display: block;
}
.mapboxgl-popup-content .stations-popup {
  border-top: solid 1px rgb(226, 232, 240);
  margin-bottom: 5px;
  margin-top: 20px;
  max-height: 320px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #cdcdcd transparent;
}
.mapboxgl-popup-content .stations-popup::-webkit-scrollbar {
  width: 5px;
  background: transparent;
}
.mapboxgl-popup-content .stations-popup::-webkit-scrollbar-thumb {
  background: #cdcdcd;
}
.mapboxgl-popup-content .stations-popup .station-popup {
  display: block;
  font-family: "SF Pro Text", sans-serif;
  padding: 16px;
}
.mapboxgl-popup-content .stations-popup .station-popup:not(:last-of-type) {
  box-shadow: inset 0px -1px 0px rgb(226, 232, 240);
}
.mapboxgl-popup-content .stations-popup .station-popup:hover, .mapboxgl-popup-content .stations-popup .station-popup:active {
  text-decoration: none;
}
.mapboxgl-popup-content .stations-popup .station-popup:hover .station-popup__name, .mapboxgl-popup-content .stations-popup .station-popup:active .station-popup__name {
  text-decoration: underline;
}
.mapboxgl-popup-content .stations-popup .station-popup__name {
  color: rgb(26, 32, 44);
  font-feature-settings: "salt" on;
  font-size: 17px;
  font-style: normal;
  font-weight: bold;
  letter-spacing: -0.4px;
  line-height: 24px;
  margin-bottom: 4px;
}
.mapboxgl-popup-content .stations-popup .station-popup__position {
  display: inline-block;
  margin-left: 2px;
}
.mapboxgl-popup-content .stations-popup .station-popup__position .position_icon {
  position: relative;
  top: -2px;
}
.mapboxgl-popup-content .stations-popup .station-popup__position .position_icon .position_icon_content_letter {
  top: 0;
}
.mapboxgl-popup-content .stations-popup .station-popup__type {
  color: rgb(74, 85, 104);
  font-feature-settings: "salt" on;
  font-size: 11px;
  font-style: normal;
  font-weight: normal;
  line-height: 16px;
  margin-bottom: 12px;
}
.mapboxgl-popup-content .stations-popup .station-popup__gps, .mapboxgl-popup-content .stations-popup .station-popup__direction {
  color: rgb(26, 32, 44);
  font-feature-settings: "salt" on;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.154px;
  line-height: 20px;
}
.mapboxgl-popup-content .stations-popup .station-popup__gps__label, .mapboxgl-popup-content .stations-popup .station-popup__direction__label {
  color: rgb(74, 85, 104);
  display: inline;
  font-weight: normal;
}
.mapboxgl-popup-content .stations-popup .station-popup__gps {
  margin-bottom: 4px;
}
