/* 移除所有阴影效果 */
.video-title,
.video-card,
.video-info,
.video-wrapper {
  text-shadow: none !important;
  box-shadow: none !important;
  filter: none !important;
}

/* 移除卡片的背景阴影效果 */
.video-card {
  background: transparent !important;
}

/* 确保标题没有阴影 */
h1, h2, h3, h4, h5, h6 {
  text-shadow: none !important;
}
