.lms-lesson-item{box-sizing:border-box;font-family:var(--ui-font-family,Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif);color:#262626;font-size:14px;line-height:1.5715;display:grid;grid-template-columns:38px minmax(0,1fr) auto;align-items:center;gap:12px;min-height:68px;padding:12px 14px;border:1px solid #f0f0f0;border-radius:9px;background:#fff;text-decoration:none;transition:border-color .2s,background .2s,transform .2s}.lms-lesson-item:hover{border-color:#91caff;background:#f7fbff;transform:translateY(-1px)}.lms-lesson-item__state{display:grid;width:34px;height:34px;place-items:center;border-radius:50%;background:#f5f5f5;color:#595959}.lms-lesson-item__state svg{width:15px;height:15px}.lms-lesson-item__state i{display:none}.lms-lesson-item__state .is-play{display:flex}.lms-lesson-item__copy{display:grid;min-width:0;gap:3px}.lms-lesson-item__copy strong{overflow:hidden;font-size:14px;text-overflow:ellipsis;white-space:nowrap}.lms-lesson-item__copy strong b{margin-right:8px;color:var(--ui-color-text-tertiary,rgba(0,0,0,.58));font-size:12px}.lms-lesson-item__copy small{color:var(--ui-color-text-tertiary,rgba(0,0,0,.58));font-size:12px}.lms-lesson-item__badge{padding:3px 7px;border-radius:999px;background:#e6f4ff;color:#0958d9;font-size:11px;font-weight:600}.lms-lesson-item[data-status=locked]{cursor:not-allowed}.lms-lesson-item[data-status=locked] .is-play{display:none}.lms-lesson-item[data-status=locked] .is-lock{display:flex}.lms-lesson-item[data-status=locked] .lms-lesson-item__badge{background:#f5f5f5;color:var(--ui-color-text-tertiary,rgba(0,0,0,.58))}.lms-lesson-item[data-status=current]{border-color:#1677ff;background:#e6f4ff}.lms-lesson-item[data-status=completed] .is-play{display:none}.lms-lesson-item[data-status=completed] .is-check{display:flex}.lms-lesson-item[data-status=completed] .lms-lesson-item__state{background:#f6ffed;color:#389e0d}@media(max-width:480px){.lms-lesson-item{grid-template-columns:34px minmax(0,1fr)}.lms-lesson-item__badge{grid-column:2;justify-self:start}}