/* Shared accessibility overrides for every CRAVE recipe variant. */
.sense,
.heat-card {
  background-color: #21110b;
  color: #fff;
}

.sense h3,
.sense label,
.heat-card h3,
.heat-control label {
  color: #fff;
}

.sense p:last-child,
.sense-copy p,
.sense-lede,
.heat-card p:last-child {
  color: #f8e9dd;
}

.sense output,
.heat-control output {
  color: #ffd19c;
}

.steps li[aria-current="step"] button,
.guided-step.is-current .step-number {
  background: #6f2a18;
  border-color: #6f2a18;
  color: #fff;
}
