.choice-card {
  color: #fff;
}

.custom-card {
  border-color: #ffe36d !important;
  background: radial-gradient(circle at 50% 18%, #397eb7 0, #1c5686 42%, #0b2f50 100%) !important;
  color: #fff !important;
}

.custom-card .custom-symbol {
  color: #fff176 !important;
  text-shadow: 0 3px 12px #000;
}

.custom-card h2 {
  color: #fff !important;
  text-shadow: 0 3px 10px #000, 0 0 4px #000;
}

.custom-card p {
  color: #fff !important;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.4;
  text-shadow: 0 2px 7px #000, 0 0 3px #000;
}

/* Crop location-card captions out when cards become cinematic backgrounds. */
.transition-location {
  filter: brightness(.7);
  object-position: center top !important;
  transform: scale(1.13);
  transform-origin: center top;
}
