.route-card {
  cursor: pointer;
}
.route-card:hover {
  transform: translateY(-2px);
  transition: 0.15s ease-out;
}
