.nc-el-lms-wrap { max-width: 960px; margin: 0 auto; }
.nc-el-lms-nav { margin-bottom: 1.5rem; font-size: 0.9rem; }
.nc-el-lms-nav a { color: #1a3a5c; text-decoration: none; }
.nc-el-lms-nav a:hover { text-decoration: underline; }
.nc-el-lms-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 1rem;
  margin: 1rem 0;
}
.nc-el-lms-card {
  border: 1px solid #dde3ea;
  border-radius: 8px;
  padding: 1rem 1.1rem;
  background: #fafbfc;
}
.nc-el-lms-card h2 { margin: 0 0 0.5rem; font-size: 1.1rem; }
.nc-el-lms-card p { margin: 0 0 0.75rem; color: #444; font-size: 0.95rem; }
.nc-el-lms-price { font-weight: 600; color: #1a3a5c; margin-bottom: 0.75rem; }
.nc-el-lms-btn {
  display: inline-block;
  padding: 0.45rem 0.9rem;
  background: #1a3a5c;
  color: #fff !important;
  border-radius: 6px;
  text-decoration: none;
  font-size: 0.9rem;
}
.nc-el-lms-btn:hover { background: #142d47; }
.nc-el-lms-lessons { list-style: none; padding: 0; margin: 1rem 0; }
.nc-el-lms-lessons li {
  border-bottom: 1px solid #eee;
  padding: 0.65rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
.nc-el-lms-lessons a { color: #1a3a5c; font-weight: 500; text-decoration: none; }
.nc-el-lms-lessons a:hover { text-decoration: underline; }
.nc-el-lms-badge {
  font-size: 0.75rem;
  background: #e8f4ea;
  color: #1e6b2e;
  padding: 0.15rem 0.45rem;
  border-radius: 4px;
}
.nc-el-lms-lesson-body { margin-top: 1rem; line-height: 1.6; }
.nc-el-lms-video { margin: 1rem 0; max-width: 100%; }
.nc-el-lms-video iframe { width: 100%; aspect-ratio: 16/9; border: 0; border-radius: 6px; }
.nc-el-quiz-form { margin-top: 1.5rem; }
.nc-el-quiz-q { border: 1px solid #dde3ea; border-radius: 8px; padding: 1rem; margin-bottom: 1rem; }
.nc-el-quiz-q legend { font-weight: 600; padding: 0 0.25rem; }
.nc-el-quiz-q label { display: block; margin: 0.4rem 0; cursor: pointer; }
.nc-el-lms-pass { color: #1e6b2e; font-weight: 600; }
.nc-el-lms-alert { color: #9a3412; background: #fff7ed; padding: 0.75rem 1rem; border-radius: 6px; }
