.train-line-arrow {
  border: 0 !important;
  background: transparent !important;
  pointer-events: none !important;
}

.train-line-arrow-shape {
  display: block;
  width: 22px;
  height: 22px;
  transform-origin: 50% 50%;
  filter: drop-shadow(0 1px 1px rgba(255, 255, 255, 0.9));
}

.train-line-arrow-shape svg {
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.train-line-arrow-shape path {
  fill: #f59e0b;
  stroke: #0f172a;
  stroke-width: 1.7;
  stroke-linejoin: round;
}
