/*
Theme Name: JABMDAV Mobile Twostep
Theme URI: https://example.com/
Author: OpenAI
Description: 极速 SEO 视频站主题：全屏推荐、横版视频卡片、女优合集、VideoObject Schema、自动标签、自定义视频字段。
Version: 1.9.3
Text Domain: jabmdav-mobile-twostep
*/


/* 标题单行省略 */
.post-title,
.module-item-title,
.video-title,
.entry-title,
.archive-title,
.card-title,
h3.title,
h2.title,
.module-title a,
.post-list-title,
.vod-title,
.video-item-title{
    overflow:hidden !important;
    text-overflow:ellipsis !important;
    white-space:nowrap !important;
    display:block !important;
    line-height:1.4 !important;
}


/* JABLV v1.8.5 clean preview layer fix */
.post-card,
.video-card,
.jablv-card,
.jablv-video-card,
article {
  position: relative;
}

.post-card img,
.video-card img,
.jablv-card img,
.jablv-video-card img,
article img {
  position: relative;
  z-index: 2;
  transition: opacity .18s ease;
}

.post-card video.jablv-preview-video,
.video-card video.jablv-preview-video,
.jablv-card video.jablv-preview-video,
.jablv-video-card video.jablv-preview-video,
article video.jablv-preview-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
