/**
 * 线上课程页专属样式
 * 用于 template-online-course.php
 */

/* Banner 文字默认可见（不参与 SplitText，避免每字一 div） */
.h2_banner-area .tp_subtitle_anim,
.h2_banner-area .tp_has_text_reveal_anim {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}

/* 整页文字链接去掉下划线 */
body.theme-official-new a {
  text-decoration: none;
}
body.theme-official-new a:hover {
  text-decoration: none;
}

/* 课程列表、页脚版权区链接继承文字颜色（避免变蓝） */
body.theme-official-new .filter-area-optimized .course-list-table a,
body.theme-official-new .filter-area-optimized .course-list-table a:hover,
body.theme-official-new .h3_footer-bottom-copyright a,
body.theme-official-new .h3_footer-bottom-copyright a:hover {
  color: inherit !important;
}
body.theme-official-new .h3_footer-bottom-copyright a:hover {
  opacity: 0.85;
}

/* 智能匹配按钮禁用态 */
.banner-match-btn:disabled { opacity: 0.6; cursor: not-allowed; }

/* 智能匹配提示文字 */
.banner-match-hint { margin-top: 8px; font-size: 12px; color: #999; }

/* 一键生成课程清单模块右侧视频：无控制条、铺满容器 */
.h2_work-video-wrap { overflow: hidden; border-radius: inherit; }
.h2_work-video {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
.h2_work-video::-webkit-media-controls { display: none !important; }
.h2_work-video::-webkit-media-controls-enclosure { display: none !important; }
