/* Learner-facing course fixes scoped to course-owned LMS content. */
body.single-crd_lesson .crd-lms-topic-toggle[aria-expanded="true"] .crd-lms-topic-toggle-title {
  color: #fff !important;
}

body.single-crd_lesson .crd-lms-topic-toggle[aria-expanded="true"] .crd-lms-topic-toggle-summary {
  color: #e8f0fa !important;
}

body.single-crd_lesson .crd-lms-topic-toggle:focus-visible {
  outline: 3px solid #f2b84b;
  outline-offset: 3px;
}

body.single-crd_lesson .k12-cyber-privacy-note {
  border-left: 4px solid #b14b3d;
  background: #fff6f3;
  padding: 1rem 1.25rem;
}

body.single-crd_lesson .k12-cyber-course-callout {
  border-left: 4px solid #2f6f75;
  background: #f1f8f8;
  padding: 1rem 1.25rem;
}
