.journey-map-container {
  height: 250px;
  z-index: 0;
}

@media (min-width: 640px) {
  .journey-map-container {
    height: 350px;
  }
}

.journey-map-marker {
  background: transparent;
  border: none;
}

.journey-marker-circle {
  width: 28px;
  height: 28px;
  background-color: #9a6232;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  border: 2px solid white;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
