.route-marker {
  background: transparent;
  border: none;
}

.route-marker-pin {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #17AEAC;
  color: white;
  font-weight: 700;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid white;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

.route-marker-start {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #0F172A;
  color: white;
  font-weight: 700;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid white;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}
