/* Python-course shell. Existing detailed lesson styles stay intact during the
   migration and are imported here so new course CSS has one clear home. */
@import url("../../../css/pages/notes-page.css");
.account-progress-notice {
  margin: .65rem 0 0;
  color: var(--text-muted, #64748b);
  font-size: .78rem;
  line-height: 1.45;
}
.account-progress-notice a { color: var(--primary, #4f46e5); font-weight: 700; }
