/* WCAG 2.2 AA contrast and non-color link cues for the legacy classes page. */
.badge-pill,
.section-title,
.course-title,
.form-title,
.course-price .new,
.course-check-name,
.course-check-price,
.step-title,
.summary-title,
.summary-line.total,
.child-label,
.parent-section h3,
.field label {
  color: #754c08 !important;
  opacity: 1 !important;
}

.form-sub,
.header-sub,
.course-features li,
.testimonial,
.trust-item,
.trust-item span,
footer {
  color: #5c4a34 !important;
  opacity: 1 !important;
}

.form-sub a,
footer a {
  color: #6b3f00 !important;
  opacity: 1 !important;
  text-decoration: underline !important;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

.wrap strong {
  color: #6b3f00 !important;
}
