/* Course pages: dump hero photos are missing, theme paints white text on #f9f9f9. */
.course_destination .course_destination__blocks__element {
  background-color: #5a1a3a !important;
  background-size: cover !important;
  background-position: center !important;
  color: #fff !important;
}
.course_destination .destination_name,
.course_destination .destination_claim {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.7);
}

/* Prices box copy inherits a washed-out / white color on some locales. */
.b-prices-and-extras .copy,
.b-prices-and-extras .copy p,
.b-prices-and-extras .ckeditor,
.b-prices-and-extras .ckeditor p {
  color: #450031 !important;
}
