/**
 * 列表标题 1 行省略兜底
 * 生产 webpack 经 cssnano 时会剥离 bundle 内与 -webkit-line-clamp 配套的 -webkit-box-orient；
 * 本文件由 CopyWebpackPlugin 原样拷贝，不经 OptimizeCSSPlugin 处理（同 static/css/live-hub.css）。
 */
#app .novel-home-name,
#app .comic-name,
#app .comic-theme-more-card-title,
#app .catalog-tag-card-title,
#app .smg-video-title,
#app .smg-book-name,
#app .actress-work-title,
#app .latest-card:not(.latest-card--single) .latest-title,
#app .meta--grid .title,
#app .meta--grid-horizontal .title,
#app .grid-card--magazine .meta--grid .title,
#app .ranking-page .info .title,
#app .history .videoInfo .title,
#app .album-page .name,
#app .acd-related-title,
#app .acd-ep-title,
#app .agf-card__name,
#app .amg-item__title,
#app .ad-list-title,
#app .ad-grid-title {
  -webkit-box-orient: vertical;
}

#app .tr-page .tr-card-title {
  display: block !important;
  overflow: hidden !important;
  white-space: nowrap !important;
  text-overflow: ellipsis !important;
  -webkit-line-clamp: unset !important;
  line-clamp: unset !important;
  -webkit-box-orient: unset !important;
  max-height: none !important;
  min-height: 0 !important;
  min-width: 0 !important;
  line-height: 1.42;
}

#app .video-more-page .video-more-card-title {
  display: block !important;
  overflow: hidden !important;
  white-space: nowrap !important;
  text-overflow: ellipsis !important;
  -webkit-line-clamp: unset !important;
  line-clamp: unset !important;
  -webkit-box-orient: unset !important;
  max-height: none !important;
  min-height: 0 !important;
  min-width: 0 !important;
  line-height: 1.42;
}

#app .film-lib .fl-card-title:not(.fl-card-title--skeleton) {
  display: block !important;
  overflow: hidden !important;
  white-space: nowrap !important;
  text-overflow: ellipsis !important;
  -webkit-line-clamp: unset !important;
  line-clamp: unset !important;
  -webkit-box-orient: unset !important;
  max-height: none !important;
  min-height: 0 !important;
  line-height: 1.42;
}
