/*
 * BESTWOO 视频专题库前端视觉增强专项02：视频详情页项目画册式布局。
 * 原创开发版权作者：迈克
 * 联系方式：+86 13291223999
 * 只增强公开详情页的视觉层级，不改变播放器、SEO、统计、来源记录或数据库逻辑。
 */
/* BESTWOO_VIDEO_VISUAL_FRONTEND_BATCH02_DETAIL_DESIGN_READY */

.BESTWOO-video-detail-route-body{background:#f2ede4;color:#17201d}
.BESTWOO-video-detail-route{overflow:hidden;background:#f2ede4}

/* 顶部：以真实项目封面为核心，建立与视频中心一致的深绿、暖金、杂志式视觉。 */
.BESTWOO-video-detail-route .BESTWOO-video-player-hero{position:relative;padding:54px 0 98px;background:linear-gradient(132deg,#071619 0%,#0a2828 58%,#725035 150%);color:#fff;isolation:isolate}
.BESTWOO-video-detail-route .BESTWOO-video-player-hero::before{content:"";position:absolute;inset:0;z-index:-2;background:radial-gradient(circle at 78% 14%,rgba(213,164,103,.23),transparent 24%),linear-gradient(90deg,rgba(255,255,255,.028) 1px,transparent 1px),linear-gradient(rgba(255,255,255,.028) 1px,transparent 1px);background-size:auto,72px 72px,72px 72px}
.BESTWOO-video-detail-route .BESTWOO-video-player-hero::after{content:"";position:absolute;z-index:-1;left:-12vw;right:-12vw;bottom:-1px;height:150px;background:linear-gradient(176deg,transparent 0 48%,#f2ede4 49% 100%);pointer-events:none}
.BESTWOO-video-detail-route .BESTWOO-video-player-back{display:inline-flex;align-items:center;gap:11px;margin:0 0 48px;color:#d8e2df;font-size:13px;font-weight:800;letter-spacing:.02em;transition:color .2s ease,transform .2s ease}
.BESTWOO-video-detail-route .BESTWOO-video-player-back:hover{color:#fff;transform:translateX(-3px)}
.BESTWOO-video-detail-route .BESTWOO-video-player-back>span{display:grid;place-items:center;width:34px;height:34px;border:1px solid rgba(255,255,255,.18);border-radius:50%;background:rgba(255,255,255,.05)}

.BESTWOO-video-detail-heading-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(240px,330px);gap:70px;align-items:end;margin-bottom:48px}
.BESTWOO-video-detail-route .BESTWOO-video-player-heading{max-width:930px;margin:0}
.BESTWOO-video-detail-route .BESTWOO-video-player-heading>p{margin:0 0 18px;color:#d3a36d;font-size:11px;font-weight:900;letter-spacing:.22em;text-transform:uppercase}
.BESTWOO-video-detail-route .BESTWOO-video-player-heading h1{max-width:1020px;margin:0;color:#fff;font-family:"Cormorant Garamond","Iowan Old Style",Georgia,serif;font-size:clamp(52px,6vw,92px);font-weight:500;line-height:.95;letter-spacing:-.042em;text-wrap:balance}
.BESTWOO-video-detail-route .BESTWOO-video-player-heading>div{max-width:760px;margin-top:26px;color:#c8d6d2;font-size:17px;line-height:1.78}

.BESTWOO-video-detail-hero-note{position:relative;padding:26px 0 3px 28px;border-left:1px solid rgba(222,177,120,.5)}
.BESTWOO-video-detail-hero-note>span{display:block;color:#cfa06a;font-size:10px;font-weight:900;letter-spacing:.2em}
.BESTWOO-video-detail-hero-note>strong{display:block;margin:7px 0 18px;color:rgba(255,255,255,.9);font-family:Georgia,serif;font-size:58px;font-weight:400;line-height:1}
.BESTWOO-video-detail-hero-note dl{display:grid;gap:10px;margin:0}
.BESTWOO-video-detail-hero-note dl div{display:grid;grid-template-columns:92px minmax(0,1fr);gap:12px;padding-top:10px;border-top:1px solid rgba(255,255,255,.1)}
.BESTWOO-video-detail-hero-note dt{color:#899c97;font-size:11px}
.BESTWOO-video-detail-hero-note dd{margin:0;color:#edf3f1;font-size:12px;font-weight:800;text-align:right;overflow-wrap:anywhere}

.BESTWOO-video-detail-route .BESTWOO-video-player-cover{position:relative;z-index:2;display:grid;place-items:center;aspect-ratio:16/8.8;min-height:480px;border:1px solid rgba(255,255,255,.15);border-radius:32px;background:#061719;overflow:hidden;box-shadow:0 38px 90px rgba(0,0,0,.36)}
.BESTWOO-video-detail-route .BESTWOO-video-player-cover::before{content:"";position:absolute;z-index:3;inset:18px;border:1px solid rgba(255,255,255,.16);border-radius:22px;pointer-events:none}
.BESTWOO-video-detail-route .BESTWOO-video-player-cover>img{filter:saturate(.88) contrast(1.02);transition:transform .8s cubic-bezier(.2,.75,.25,1)}
.BESTWOO-video-detail-route .BESTWOO-video-player-cover:hover>img{transform:scale(1.015)}
.BESTWOO-video-detail-route .BESTWOO-video-player-cover-shade{background:linear-gradient(180deg,rgba(3,11,13,.05) 24%,rgba(3,11,13,.26) 62%,rgba(3,11,13,.73) 100%)}
.BESTWOO-video-detail-cover-number{position:absolute;z-index:4;top:36px;left:38px;color:rgba(255,255,255,.92);font-family:Georgia,serif;font-size:25px;letter-spacing:.08em}
.BESTWOO-video-detail-cover-number::after{content:"";display:block;width:44px;height:1px;margin-top:10px;background:#d4a16a}
.BESTWOO-video-detail-cover-caption{position:absolute;z-index:4;left:38px;bottom:35px;display:grid;gap:5px;max-width:340px;color:#fff}
.BESTWOO-video-detail-cover-caption span{color:#d6a66f;font-size:10px;font-weight:900;letter-spacing:.24em}
.BESTWOO-video-detail-cover-caption strong{font-size:13px;letter-spacing:.08em}
.BESTWOO-video-detail-route .BESTWOO-video-player-open{position:relative;z-index:5;display:grid;justify-items:center;gap:12px;min-width:150px;min-height:150px;padding:22px;border:1px solid rgba(255,255,255,.46);border-radius:50%;background:rgba(5,24,25,.68);color:#fff;box-shadow:0 24px 60px rgba(0,0,0,.35);backdrop-filter:blur(12px);transition:transform .25s ease,background .25s ease,border-color .25s ease}
.BESTWOO-video-detail-route .BESTWOO-video-player-open:hover{transform:scale(1.035);border-color:#e3bd87;background:rgba(7,48,45,.82)}
.BESTWOO-video-detail-route .BESTWOO-video-player-open-icon{display:grid;place-items:center;width:52px;height:52px;padding-left:4px;border-radius:50%;background:linear-gradient(145deg,#d7a266,#b87840);color:#fff;font-size:16px;box-shadow:0 14px 34px rgba(0,0,0,.25)}
.BESTWOO-video-detail-route .BESTWOO-video-player-open>span:last-child{font-size:13px;letter-spacing:.04em}

/* 内容：正文像项目说明书，右侧要点像材料样板卡。 */
.BESTWOO-video-detail-route .BESTWOO-video-detail-overview{position:relative;padding:70px 0 105px;background:#f2ede4}
.BESTWOO-video-detail-section-rule{display:flex;align-items:center;gap:18px;margin-bottom:28px;color:#9a7049}
.BESTWOO-video-detail-section-rule span{font-family:Georgia,serif;font-size:18px}
.BESTWOO-video-detail-section-rule i{display:block;width:100%;height:1px;background:linear-gradient(90deg,#cbb79f,transparent)}
.BESTWOO-video-detail-section-rule-light{color:#d5aa76}
.BESTWOO-video-detail-section-rule-light i{background:linear-gradient(90deg,rgba(215,174,123,.58),transparent)}
.BESTWOO-video-detail-route .BESTWOO-video-detail-overview-grid{display:grid;grid-template-columns:minmax(0,1.38fr) minmax(330px,.62fr);gap:28px;align-items:start}
.BESTWOO-video-detail-route .BESTWOO-video-detail-main-copy,.BESTWOO-video-detail-route .BESTWOO-video-detail-facts{border:1px solid #dcd0bf;border-radius:26px;background:#fbf8f2;box-shadow:none}
.BESTWOO-video-detail-route .BESTWOO-video-detail-main-copy{position:relative;padding:52px 58px 56px;overflow:hidden}
.BESTWOO-video-detail-route .BESTWOO-video-detail-main-copy::after{content:"BW";position:absolute;right:-14px;bottom:-38px;color:rgba(11,78,73,.045);font-family:Georgia,serif;font-size:150px;line-height:1;pointer-events:none}
.BESTWOO-video-detail-route .BESTWOO-video-detail-facts{position:sticky;top:96px;padding:38px 34px;background:linear-gradient(150deg,#0c2829 0%,#0a1e22 100%);color:#fff;border-color:#163b3b;box-shadow:0 24px 58px rgba(21,29,26,.16)}
.BESTWOO-video-detail-route .BESTWOO-video-detail-kicker{display:inline-flex;align-items:center;gap:10px;margin:0 0 16px;color:#b77c45;font-size:10px;font-weight:900;letter-spacing:.2em;text-transform:uppercase}
.BESTWOO-video-detail-route .BESTWOO-video-detail-kicker::before{content:"";width:24px;height:1px;background:currentColor}
.BESTWOO-video-detail-route .BESTWOO-video-detail-main-copy>h2{max-width:680px;color:#17201d;font-family:"Cormorant Garamond","Iowan Old Style",Georgia,serif;font-size:clamp(40px,4vw,58px);font-weight:500;line-height:1;letter-spacing:-.03em}
.BESTWOO-video-detail-route .BESTWOO-video-detail-facts>h2{color:#fff;font-family:"Cormorant Garamond","Iowan Old Style",Georgia,serif;font-size:36px;font-weight:500;line-height:1.05}
.BESTWOO-video-detail-route .BESTWOO-video-detail-richtext{position:relative;z-index:1;margin-top:28px;color:#53605a;font-size:16px;line-height:1.9}
.BESTWOO-video-detail-route .BESTWOO-video-detail-richtext p:first-child{font-size:18px;color:#394741}
.BESTWOO-video-detail-route .BESTWOO-video-detail-richtext h2,.BESTWOO-video-detail-route .BESTWOO-video-detail-richtext h3{margin-top:34px;color:#1d2b26;font-family:Georgia,serif;font-weight:500}
.BESTWOO-video-detail-route .BESTWOO-video-detail-richtext blockquote{margin:30px 0;padding:5px 0 5px 24px;border-left:2px solid #b97a43;color:#4a5852;font-family:Georgia,serif;font-size:19px;line-height:1.65}
.BESTWOO-video-detail-route .BESTWOO-video-detail-transcript{position:relative;z-index:1;margin-top:34px;border:1px solid #d9c8b4;border-radius:16px;background:#f4ede3;overflow:hidden}
.BESTWOO-video-detail-route .BESTWOO-video-detail-transcript summary{padding:17px 19px;color:#21413d;font-weight:900}
.BESTWOO-video-detail-route .BESTWOO-video-detail-transcript>div{padding:22px;color:#58645e;line-height:1.85}
.BESTWOO-video-detail-route .BESTWOO-video-detail-facts .BESTWOO-video-detail-kicker{color:#d6a66f}
.BESTWOO-video-detail-route .BESTWOO-video-detail-facts dl{margin-top:26px}
.BESTWOO-video-detail-route .BESTWOO-video-detail-facts dl div{grid-template-columns:104px minmax(0,1fr);gap:16px;padding:15px 0;border-color:rgba(255,255,255,.1)}
.BESTWOO-video-detail-route .BESTWOO-video-detail-facts dt{color:#8fa29d;font-size:12px}
.BESTWOO-video-detail-route .BESTWOO-video-detail-facts dd{color:#f1f5f3;font-size:13px}
.BESTWOO-video-detail-route .BESTWOO-video-detail-chip-group{margin-top:25px}
.BESTWOO-video-detail-route .BESTWOO-video-detail-chip-group>strong{color:#a9bab5;font-size:11px;letter-spacing:.08em;text-transform:uppercase}
.BESTWOO-video-detail-route .BESTWOO-video-detail-chip-group span{min-height:31px;border:1px solid rgba(255,255,255,.11);background:rgba(255,255,255,.055);color:#edf3f1;font-size:11px}

/* 关联内容：继续沿用深色内容带，但提高图片比例和杂志卡片层级。 */
.BESTWOO-video-detail-route .BESTWOO-video-detail-related{padding:92px 0 104px;background:#081a1e;color:#fff}
.BESTWOO-video-detail-route .BESTWOO-video-detail-section-head{max-width:900px;margin-bottom:46px}
.BESTWOO-video-detail-route .BESTWOO-video-detail-section-head h2{color:#fff;font-family:"Cormorant Garamond","Iowan Old Style",Georgia,serif;font-size:clamp(42px,4vw,62px);font-weight:500;line-height:1;letter-spacing:-.03em}
.BESTWOO-video-detail-route .BESTWOO-video-detail-related-group+ .BESTWOO-video-detail-related-group{margin-top:54px}
.BESTWOO-video-detail-route .BESTWOO-video-detail-related-group>h3{display:flex;align-items:center;gap:12px;margin-bottom:21px;color:#d7aa75;font-size:12px;font-weight:900;letter-spacing:.14em;text-transform:uppercase}
.BESTWOO-video-detail-route .BESTWOO-video-detail-related-group>h3::after{content:"";width:64px;height:1px;background:rgba(214,171,119,.4)}
.BESTWOO-video-detail-route .BESTWOO-video-detail-card-grid{gap:18px}
.BESTWOO-video-detail-route .BESTWOO-video-detail-related-card{grid-template-columns:42% minmax(0,1fr);min-height:210px;border-color:rgba(255,255,255,.11);border-radius:22px;background:#10272b;box-shadow:none}
.BESTWOO-video-detail-route .BESTWOO-video-detail-related-card:hover{transform:translateY(-5px);border-color:#bd8650;box-shadow:0 26px 54px rgba(0,0,0,.22)}
.BESTWOO-video-detail-route .BESTWOO-video-detail-related-media{min-height:210px;overflow:hidden}
.BESTWOO-video-detail-route .BESTWOO-video-detail-related-media img{transition:transform .45s ease}
.BESTWOO-video-detail-route .BESTWOO-video-detail-related-card:hover img{transform:scale(1.035)}
.BESTWOO-video-detail-route .BESTWOO-video-detail-related-copy{padding:24px}
.BESTWOO-video-detail-route .BESTWOO-video-detail-related-copy strong{font-size:18px}
.BESTWOO-video-detail-route .BESTWOO-video-detail-related-copy em{color:#d7aa75}

/* 行动区：把提交资料和 WhatsApp 变成页面最后一个清晰的项目入口。 */
.BESTWOO-video-detail-route .BESTWOO-video-detail-cta{padding:88px 0;background:#e9dfd1}
.BESTWOO-video-detail-route .BESTWOO-video-detail-cta-card{position:relative;display:grid;grid-template-columns:minmax(0,1fr) minmax(220px,270px);gap:64px;align-items:center;padding:58px 64px;border:1px solid #d6c5af;border-radius:30px;background:linear-gradient(120deg,#faf6ee 0%,#f0e4d5 68%,#e4d1ba 100%);box-shadow:0 28px 74px rgba(35,39,34,.12);overflow:hidden}
.BESTWOO-video-detail-route .BESTWOO-video-detail-cta-card::before{content:"";position:absolute;right:-90px;bottom:-120px;width:360px;height:360px;border:1px solid rgba(8,78,73,.12);border-radius:50%;box-shadow:0 0 0 38px rgba(8,78,73,.035),0 0 0 76px rgba(8,78,73,.025)}
.BESTWOO-video-detail-cta-index{position:absolute;right:45px;top:32px;color:rgba(12,79,74,.25);font-size:10px;font-weight:900;letter-spacing:.22em}
.BESTWOO-video-detail-route .BESTWOO-video-detail-cta-card h2{max-width:760px;color:#15201d;font-family:"Cormorant Garamond","Iowan Old Style",Georgia,serif;font-size:clamp(42px,4vw,62px);font-weight:500;line-height:1;letter-spacing:-.03em}
.BESTWOO-video-detail-route .BESTWOO-video-detail-cta-card p{max-width:760px;margin-top:22px;color:#55625b;font-size:16px;line-height:1.8}
.BESTWOO-video-detail-route .BESTWOO-video-detail-cta-actions{position:relative;z-index:1;min-width:0;gap:12px}
.BESTWOO-video-detail-route .BESTWOO-video-detail-primary-cta,.BESTWOO-video-detail-route .BESTWOO-video-detail-secondary-cta{min-height:56px;border-radius:14px;font-size:13px;letter-spacing:.02em}
.BESTWOO-video-detail-route .BESTWOO-video-detail-primary-cta{background:#0a514d;box-shadow:0 14px 30px rgba(7,62,58,.18)}
.BESTWOO-video-detail-route .BESTWOO-video-detail-primary-cta:hover{background:#0d6862;transform:translateY(-2px)}
.BESTWOO-video-detail-route .BESTWOO-video-detail-secondary-cta{border-color:#9b8064;background:rgba(255,255,255,.58)}
.BESTWOO-video-detail-route .BESTWOO-video-detail-secondary-cta:hover{background:#fff;transform:translateY(-2px)}

/* 播放弹窗只做视觉收口，不改变原有切源与资源释放逻辑。 */
.BESTWOO-video-detail-route .BESTWOO-video-player-dialog{border:1px solid rgba(255,255,255,.16);border-radius:22px;background:#071719;box-shadow:0 40px 100px rgba(0,0,0,.52)}
.BESTWOO-video-detail-route .BESTWOO-video-player-dialog>header{background:#0a2022}
.BESTWOO-video-detail-route .BESTWOO-video-player-dialog>header small{color:#d4a06a;letter-spacing:.18em}
.BESTWOO-video-detail-route .BESTWOO-video-player-close{border-color:rgba(255,255,255,.2);background:rgba(255,255,255,.06)}

@media (max-width:1100px){
  .BESTWOO-video-detail-heading-grid{grid-template-columns:minmax(0,1fr) 260px;gap:42px}
  .BESTWOO-video-detail-route .BESTWOO-video-player-cover{min-height:420px}
  .BESTWOO-video-detail-route .BESTWOO-video-detail-overview-grid{grid-template-columns:minmax(0,1fr) 310px}
  .BESTWOO-video-detail-route .BESTWOO-video-detail-main-copy{padding:44px 42px}
  .BESTWOO-video-detail-route .BESTWOO-video-detail-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}

@media (max-width:860px){
  .BESTWOO-video-detail-route .BESTWOO-video-player-hero{padding-top:34px;padding-bottom:78px}
  .BESTWOO-video-detail-route .BESTWOO-video-player-back{margin-bottom:34px}
  .BESTWOO-video-detail-heading-grid{grid-template-columns:1fr;gap:28px}
  .BESTWOO-video-detail-hero-note{display:grid;grid-template-columns:auto 1fr;gap:0 20px;padding:20px 22px;border:1px solid rgba(255,255,255,.14);border-radius:18px;background:rgba(255,255,255,.045)}
  .BESTWOO-video-detail-hero-note>span{grid-column:1/-1}
  .BESTWOO-video-detail-hero-note>strong{grid-row:2;margin:12px 0 0;font-size:46px}
  .BESTWOO-video-detail-hero-note dl{grid-column:2;grid-row:2;margin-top:8px}
  .BESTWOO-video-detail-route .BESTWOO-video-player-cover{min-height:0;aspect-ratio:16/10;border-radius:24px}
  .BESTWOO-video-detail-route .BESTWOO-video-player-cover::before{inset:12px;border-radius:16px}
  .BESTWOO-video-detail-route .BESTWOO-video-player-open{min-width:124px;min-height:124px}
  .BESTWOO-video-detail-route .BESTWOO-video-detail-overview-grid{grid-template-columns:1fr}
  .BESTWOO-video-detail-route .BESTWOO-video-detail-facts{position:static}
  .BESTWOO-video-detail-route .BESTWOO-video-detail-cta-card{grid-template-columns:1fr;gap:34px;padding:48px 42px}
  .BESTWOO-video-detail-route .BESTWOO-video-detail-cta-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}
}

@media (max-width:620px){
  .BESTWOO-video-detail-route .BESTWOO-video-player-hero{padding-top:24px;padding-bottom:64px}
  .BESTWOO-video-detail-route .BESTWOO-video-player-hero::after{height:90px}
  .BESTWOO-video-detail-route .BESTWOO-video-player-back{margin-bottom:28px;font-size:12px}
  .BESTWOO-video-detail-route .BESTWOO-video-player-heading h1{font-size:clamp(43px,13vw,62px);line-height:.98}
  .BESTWOO-video-detail-route .BESTWOO-video-player-heading>div{margin-top:20px;font-size:15px;line-height:1.7}
  .BESTWOO-video-detail-hero-note{grid-template-columns:54px 1fr;padding:17px 18px}
  .BESTWOO-video-detail-hero-note>strong{font-size:38px}
  .BESTWOO-video-detail-hero-note dl div{grid-template-columns:84px minmax(0,1fr)}
  .BESTWOO-video-detail-route .BESTWOO-video-player-cover{aspect-ratio:16/10.8;border-radius:19px}
  .BESTWOO-video-detail-route .BESTWOO-video-player-cover::before{display:none}
  .BESTWOO-video-detail-cover-number{top:18px;left:20px;font-size:19px}
  .BESTWOO-video-detail-cover-caption{left:20px;bottom:18px;max-width:210px}
  .BESTWOO-video-detail-cover-caption strong{font-size:10px}
  .BESTWOO-video-detail-route .BESTWOO-video-player-open{min-width:96px;min-height:96px;gap:7px;padding:12px}
  .BESTWOO-video-detail-route .BESTWOO-video-player-open-icon{width:42px;height:42px}
  .BESTWOO-video-detail-route .BESTWOO-video-player-open>span:last-child{font-size:11px}
  .BESTWOO-video-detail-route .BESTWOO-video-detail-overview{padding:50px 0 66px}
  .BESTWOO-video-detail-section-rule{margin-bottom:18px}
  .BESTWOO-video-detail-route .BESTWOO-video-detail-main-copy{padding:32px 24px 36px;border-radius:20px}
  .BESTWOO-video-detail-route .BESTWOO-video-detail-facts{padding:30px 24px;border-radius:20px}
  .BESTWOO-video-detail-route .BESTWOO-video-detail-main-copy>h2{font-size:38px}
  .BESTWOO-video-detail-route .BESTWOO-video-detail-facts>h2{font-size:32px}
  .BESTWOO-video-detail-route .BESTWOO-video-detail-richtext{font-size:15px;line-height:1.8}
  .BESTWOO-video-detail-route .BESTWOO-video-detail-related{padding:64px 0 72px}
  .BESTWOO-video-detail-route .BESTWOO-video-detail-card-grid{grid-template-columns:1fr}
  .BESTWOO-video-detail-route .BESTWOO-video-detail-related-card{grid-template-columns:116px minmax(0,1fr);min-height:154px;border-radius:18px}
  .BESTWOO-video-detail-route .BESTWOO-video-detail-related-media{min-height:154px}
  .BESTWOO-video-detail-route .BESTWOO-video-detail-cta{padding:58px 0}
  .BESTWOO-video-detail-route .BESTWOO-video-detail-cta-card{padding:38px 24px;border-radius:22px}
  .BESTWOO-video-detail-route .BESTWOO-video-detail-cta-card h2{font-size:40px}
  .BESTWOO-video-detail-route .BESTWOO-video-detail-cta-actions{grid-template-columns:1fr}
  .BESTWOO-video-detail-cta-index{right:24px;top:22px}
}

@media (max-width:390px){
  .BESTWOO-video-detail-hero-note dl div{grid-template-columns:1fr;gap:3px}
  .BESTWOO-video-detail-hero-note dd{text-align:left}
  .BESTWOO-video-detail-route .BESTWOO-video-player-cover{aspect-ratio:4/3}
  .BESTWOO-video-detail-route .BESTWOO-video-detail-related-card{grid-template-columns:1fr}
  .BESTWOO-video-detail-route .BESTWOO-video-detail-related-media{min-height:170px}
}

@media (hover:none){
  .BESTWOO-video-detail-route .BESTWOO-video-player-cover:hover>img,.BESTWOO-video-detail-route .BESTWOO-video-player-open:hover,.BESTWOO-video-detail-route .BESTWOO-video-detail-related-card:hover,.BESTWOO-video-detail-route .BESTWOO-video-detail-primary-cta:hover,.BESTWOO-video-detail-route .BESTWOO-video-detail-secondary-cta:hover{transform:none}
}

@media (prefers-reduced-motion:reduce){
  .BESTWOO-video-detail-route .BESTWOO-video-player-cover>img,.BESTWOO-video-detail-route .BESTWOO-video-player-open,.BESTWOO-video-detail-route .BESTWOO-video-detail-related-card,.BESTWOO-video-detail-route .BESTWOO-video-detail-related-media img,.BESTWOO-video-detail-route .BESTWOO-video-detail-primary-cta,.BESTWOO-video-detail-route .BESTWOO-video-detail-secondary-cta{transition:none!important}
}
