.wp-lms-course { font-family: inherit; }
.wp-lms-course-title { margin: 0 0 .5em; }
.wp-lms-section { margin: 1.5em 0; padding: 1em 1.25em; border: 1px solid #e5e5e5; border-radius: 6px; }
.wp-lms-section-title { margin: 0 0 .75em; font-size: 1.1em; }
.wp-lms-lessons { list-style: none; margin: 0; padding: 0; }
.wp-lms-lesson-row { padding: .5em 0; border-bottom: 1px solid #f0f0f0; }
.wp-lms-lesson-row:last-child { border-bottom: 0; }
.wp-lms-lesson-row a { display: flex; align-items: center; justify-content: space-between; gap: 1em; text-decoration: none; color: inherit; }
.wp-lms-lesson-row.is-complete .wp-lms-lesson-name::before { content: "✓ "; color: #2c7a3a; font-weight: 700; }
.wp-lms-lesson-progress { width: 120px; height: 6px; background: #eee; border-radius: 3px; overflow: hidden; flex-shrink: 0; }
.wp-lms-bar { display: block; height: 100%; background: #2271b1; }
.wp-lms-video-wrapper { margin: 1em 0; }
.wp-lms-no-video { padding: 2em; background: #f6f6f6; text-align: center; color: #666; border-radius: 6px; }
