/* Journey Page Extras */
.journey-stat-pill {
  display: inline-flex; align-items: center;
  background: #1a142b;
  border: 1px solid rgba(200,169,110,0.25);
  color: white;
  padding: 0.5rem 1.2rem;
  border-radius: 24px;
  font-size: 0.85rem;
}
.journey-stat-pill i { color: white; }
.journey-stat-pill strong { color: #fff; }

#journey-hero {
  padding-bottom: 6rem;
}

.breadcrumb-item.active
 {
    color: white;
}