.station {
  cursor: pointer;
}
.station-circle {
  fill: var(--base03);
  stroke: var(--base01);
  stroke-width: 1;
  opacity: 0.1
}
.station-circle.selected {
  fill: var(--primary);
  stroke: var(--blue);
}
