/* 练习主页面：复用乐理主页 theory.css 的布局与组件，仅做练习区微调 */

/* 练习章节区与乐理一致，仅需保证类名兼容；若有单独间距需求可在此覆盖 */
.practice-chapters .theory-chapters-list {
  gap: 24px;
}

/* 练习卡片与乐理课时卡片共用 .lesson-card，悬停保持统一 */
.practice-chapters .lesson-card:hover {
  background-color: #F9FAFB;
}
