.port {
  cursor: pointer;
}
.station-port {
  fill: var(--base02);
  stroke: var(--text);
  stroke-width: 2;
}
.station-port.selected {
  fill: var(--primary);
  stroke: var(--blue);
}
