/* Local fallback colour ensures the card stays intentional if a remote image is unavailable. */
.journey-card.city {
  background-color: #52616a;
  background-image:
    linear-gradient(0deg, rgba(8, 16, 22, .34), rgba(8, 16, 22, .04)),
    url('https://images.unsplash.com/photo-1601999705946-fbf42c3c6c66?auto=format&fit=crop&w=900&q=85');
}

.journey-card.bali {
  background-image: linear-gradient(0deg, rgba(12, 9, 22, .65), rgba(12, 9, 22, .08)), url('Savaya.webp');
  background-position: center;
}

.journey-card.tomorrowland {
  background-image: linear-gradient(0deg, rgba(11, 22, 37, .62), rgba(11, 22, 37, .06)), url('Tomorrowland_Winter.png');
  background-position: center;
}

.journey-card.amsterdam {
  background-image: linear-gradient(0deg, rgba(9, 20, 34, .62), rgba(9, 20, 34, .08)), url('https://adamtoren.nl/wp-content/uploads/2020/12/shelter-07-2000x1600.jpg');
  background-position: center;
}

.currency-hint {
  color: #aaa8a1;
  font-size: 11px;
  line-height: 1.45;
  margin: -8px 0 0;
}
