@charset "UTF-8";

@layer featured {
/* ==========================================================================
 * 18Cộng Videos v2.19.6 — Featured Videos canonical layout system
 * One owner, one layer. Every layout keeps its own media geometry.
 * ========================================================================== */

.vtt-featured-videos{
  --ec18-featured-gap:clamp(12px,1.7vw,20px);
  --ec18-featured-radius:10px;
  --ec18-featured-media-bg:#0b0e12;
  --ec18-featured-line:var(--ec18-border-soft);
  --ec18-featured-shadow:var(--ec18-comic-shadow-soft,2px 3px 0 rgba(22,22,26,.15),0 4px 9px rgba(22,22,26,.05));
  margin:0 0 clamp(20px,3vw,34px);
  min-width:0;
}
.vtt-featured-videos *{box-sizing:border-box}
.vtt-featured-videos .vtt-comic-panel{
  min-width:0;
  overflow:visible;
  border:2px solid var(--ec18-card-border);
  border-radius:12px;
  background:var(--ec18-card-bg);
  box-shadow:var(--ec18-comic-shadow,3px 4px 0 rgba(22,22,26,.20),0 6px 12px rgba(22,22,26,.06));
  padding:clamp(14px,2vw,20px);
}
.vtt-featured-videos .vtt-section-heading,
.vtt-featured-videos .ec18-featured__heading{
  display:flex;
  min-width:0;
  align-items:flex-end;
  justify-content:space-between;
  gap:16px;
  margin-bottom:16px;
}
.vtt-featured-videos .vtt-section-heading>div,
.vtt-featured-videos .ec18-featured__heading>div{min-width:0}
.vtt-featured-videos .vtt-section-heading h2,
.vtt-featured-videos .ec18-featured__heading h2{margin-bottom:0}
.vtt-featured-videos .ec18-featured__heading p{margin:5px 0 0;color:var(--ec18-text-muted);font-size:11px;font-weight:650}

/* Shared controls --------------------------------------------------------- */
.vtt-featured-showcase__controls,.ec18-featured__controls{
  display:flex;
  flex:0 0 auto;
  align-items:center;
  gap:7px;
}
.vtt-featured-showcase__controls button,.ec18-featured__controls button{
  display:grid;
  place-items:center;
  width:38px;
  height:38px;
  padding:0;
  border:1px solid var(--ec18-border);
  border-radius:8px;
  color:var(--ec18-text-1);
  background:var(--ec18-surface-1);
  box-shadow:2px 2px 0 color-mix(in srgb,var(--ec18-border-strong) 14%,transparent);
  cursor:pointer;
  transition:transform .15s ease,border-color .15s ease,background .15s ease,color .15s ease,box-shadow .15s ease;
}
.vtt-featured-showcase__controls button:hover,.vtt-featured-showcase__controls button:focus-visible,
.ec18-featured__controls button:hover,.ec18-featured__controls button:focus-visible{
  border-color:var(--ec18-accent);
  color:var(--ec18-accent-contrast);
  background:var(--ec18-accent);
  box-shadow:3px 3px 0 color-mix(in srgb,var(--ec18-border-strong) 18%,transparent);
  outline:0;
  transform:translateY(-1px);
}
.vtt-featured-showcase__controls button:disabled,.ec18-featured__controls button:disabled{opacity:.38;cursor:default;transform:none;box-shadow:none}
.ec18-featured--no-overflow .ec18-featured__controls,.ec18-featured--no-overflow .vtt-featured-showcase__controls{display:none}

/* Shared media ------------------------------------------------------------ */
.vtt-featured-videos .ec18-media-safe{
  position:relative;
  isolation:isolate;
  display:block;
  min-width:0;
  overflow:hidden;
  background:var(--ec18-featured-media-bg);
}
.vtt-featured-videos .ec18-media-safe::before{content:none}
.vtt-featured-videos .ec18-media-safe>img,
.vtt-featured-videos .ec18-media-safe>a>img{
  display:block;
  width:100%;
  height:100%;
  max-width:none;
  object-fit:cover;
  object-position:center;
  background:transparent;
  transition:transform .22s ease,filter .22s ease;
}
.vtt-featured-videos .vtt-featured-ribbon{
  position:absolute;
  z-index:8;
  top:10px;
  left:10px;
  display:inline-flex;
  align-items:center;
  min-height:25px;
  padding:5px 9px;
  border:1px solid rgba(255,255,255,.72);
  border-radius:6px;
  color:var(--ec18-accent-contrast);
  background:var(--ec18-accent);
  box-shadow:2px 2px 0 rgba(0,0,0,.28);
  font-size:9px;
  font-weight:900;
  line-height:1;
  letter-spacing:.055em;
  text-transform:uppercase;
}

/* Shared library card ----------------------------------------------------- */
.ec18-featured .ec18-card{
  display:flex;
  min-width:0;
  flex-direction:column;
  color:var(--ec18-card-text);
  text-decoration:none!important;
}
.ec18-featured .ec18-card__media{
  aspect-ratio:16/9;
  overflow:hidden;
  border:1px solid var(--ec18-border);
  border-radius:9px;
  background:var(--ec18-featured-media-bg);
  box-shadow:var(--ec18-featured-shadow);
}
.ec18-featured .ec18-card__media::after{content:none}
.ec18-featured .ec18-card__play{
  position:absolute;
  z-index:5;
  top:50%;
  left:50%;
  display:grid;
  place-items:center;
  width:42px;
  height:42px;
  padding-left:2px;
  border:2px solid rgba(255,255,255,.9);
  border-radius:50%;
  color:#fff;
  background:rgba(9,12,17,.72);
  box-shadow:0 7px 16px rgba(0,0,0,.25);
  opacity:0;
  transform:translate(-50%,-45%);
  transition:opacity .16s ease,transform .16s ease,background .16s ease;
}
.ec18-featured .ec18-card__duration{
  position:absolute;
  z-index:5;
  right:7px;
  bottom:7px;
  padding:4px 6px;
  border:1px solid rgba(255,255,255,.28);
  border-radius:5px;
  color:#fff;
  background:rgba(5,8,12,.82);
  font-size:9px;
  font-weight:850;
  line-height:1;
}
.ec18-featured .ec18-card__copy{display:flex;min-width:0;flex-direction:column;gap:4px;padding:10px 2px 0}
.ec18-featured .ec18-card__copy>small{overflow:hidden;color:var(--ec18-accent-on-surface)!important;font-size:9px;font-weight:850;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}
.ec18-featured .ec18-card__copy>strong{display:-webkit-box;overflow:hidden;color:var(--ec18-text-1);font:850 13px/1.32 Quicksand,Inter,sans-serif;-webkit-box-orient:vertical;-webkit-line-clamp:2}
.ec18-featured .ec18-card__copy>em{color:var(--ec18-text-muted);font-size:9px;font-style:normal;font-weight:700}
@media(hover:hover){
  .ec18-featured .ec18-card:hover .ec18-card__media,.ec18-featured .ec18-card:focus-visible .ec18-card__media{border-color:var(--ec18-accent);box-shadow:3px 4px 0 color-mix(in srgb,var(--ec18-border-strong) 16%,transparent),0 8px 16px color-mix(in srgb,var(--ec18-text-1) 6%,transparent)}
  .ec18-featured .ec18-card:hover .ec18-card__media img,.ec18-featured .ec18-card:focus-visible .ec18-card__media img{transform:scale(1.025);filter:saturate(1.04) contrast(1.015)}
  .ec18-featured .ec18-card:hover .ec18-card__play,.ec18-featured .ec18-card:focus-visible .ec18-card__play{opacity:1;transform:translate(-50%,-50%);background:color-mix(in srgb,var(--ec18-accent) 78%,#101318 22%)}
}
@media(hover:none),(pointer:coarse){.ec18-featured .ec18-card__play{display:none}}

/* 01 Split Showcase ------------------------------------------------------- */
.ec18-featured-suite--showcase .vtt-featured-showcase__layout{display:grid;grid-template-columns:minmax(0,.95fr) minmax(360px,1.05fr);gap:var(--ec18-featured-gap);align-items:start}
.ec18-featured-suite--showcase .vtt-featured-showcase__lists{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;min-width:0}
.ec18-featured-suite--showcase .vtt-featured-showcase__rail{display:flex;min-width:0;max-height:520px;flex-direction:column;gap:8px;overflow:auto;padding:2px;scrollbar-width:thin;overscroll-behavior:contain}
.ec18-featured-suite--showcase .vtt-featured-showcase__item{display:grid;grid-template-columns:86px minmax(0,1fr);min-width:0;align-items:center;gap:9px;padding:7px;border:1px solid var(--ec18-card-border);border-radius:9px;color:var(--ec18-text-1);background:var(--ec18-surface-2);text-decoration:none!important;transition:border-color .15s ease,background .15s ease,transform .15s ease,box-shadow .15s ease}
.ec18-featured-suite--showcase .vtt-featured-showcase__item.is-active{border-color:var(--ec18-accent);background:var(--ec18-accent-soft);box-shadow:2px 3px 0 color-mix(in srgb,var(--ec18-border-strong) 14%,transparent)}
.ec18-featured-suite--showcase .vtt-featured-showcase__thumb{aspect-ratio:16/9;border:1px solid var(--ec18-border-soft);border-radius:7px}
.ec18-featured-suite--showcase .vtt-featured-showcase__thumb small{position:absolute;z-index:5;right:4px;bottom:4px;padding:3px 4px;border-radius:4px;color:#fff;background:rgba(4,8,12,.84);font-size:8px;font-weight:800;line-height:1}
.ec18-featured-suite--showcase .vtt-featured-showcase__play{position:absolute;z-index:4;top:50%;left:50%;display:grid;place-items:center;width:30px;height:30px;padding-left:2px;border:1px solid rgba(255,255,255,.84);border-radius:50%;color:#fff;background:rgba(6,9,13,.67);opacity:0;transform:translate(-50%,-45%);transition:.15s ease}
.ec18-featured-suite--showcase .vtt-featured-showcase__copy{display:flex;min-width:0;flex-direction:column;gap:4px}
.ec18-featured-suite--showcase .vtt-featured-showcase__copy strong{display:-webkit-box;overflow:hidden;color:var(--ec18-text-1);font:800 11px/1.3 Quicksand,Inter,sans-serif;-webkit-box-orient:vertical;-webkit-line-clamp:2}
.ec18-featured-suite--showcase .vtt-featured-showcase__copy small{overflow:hidden;color:var(--ec18-text-muted);font-size:8.5px;font-weight:700;text-overflow:ellipsis;white-space:nowrap}
.ec18-featured-suite--showcase .vtt-featured-showcase__preview{position:sticky;top:18px;min-width:0}
.ec18-featured-suite--showcase .vtt-featured-showcase__preview-link{position:relative;display:block;aspect-ratio:16/10;min-height:360px;overflow:hidden;border:2px solid var(--ec18-border);border-radius:11px;background:#07090c;box-shadow:var(--ec18-comic-shadow-soft);text-decoration:none!important}
.ec18-featured-suite--showcase .vtt-featured-showcase__preview-overlay{position:absolute;z-index:2;inset:34% 0 0;background:linear-gradient(180deg,transparent,rgba(3,5,8,.92))}
.ec18-featured-suite--showcase .vtt-featured-showcase__preview-content{position:absolute;z-index:4;right:18px;bottom:17px;left:18px;display:flex;min-width:0;flex-direction:column;align-items:flex-start;gap:7px;color:#fff}
.ec18-featured-suite--showcase .vtt-featured-showcase__preview-content>small{color:color-mix(in srgb,var(--ec18-accent) 82%,#fff 18%)!important;font-size:9px;font-weight:900;text-transform:uppercase}
.ec18-featured-suite--showcase .vtt-featured-showcase__preview-content>strong{display:-webkit-box;overflow:hidden;font:900 clamp(20px,2.2vw,30px)/1.12 Quicksand,Inter,sans-serif;-webkit-box-orient:vertical;-webkit-line-clamp:2}
.ec18-featured-suite--showcase .vtt-featured-showcase__preview-meta{font-size:10px;font-weight:700;opacity:.82}
.ec18-featured-suite--showcase .vtt-featured-showcase__preview-content>em{display:inline-flex;align-items:center;gap:7px;margin-top:2px;padding:7px 10px;border-radius:7px;color:var(--ec18-accent-contrast);background:var(--ec18-accent);font-size:10px;font-style:normal;font-weight:900}
@media(hover:hover){
 .ec18-featured-suite--showcase .vtt-featured-showcase__item:hover{border-color:var(--ec18-accent);background:var(--ec18-accent-soft);transform:translateY(-1px)}
 .ec18-featured-suite--showcase .vtt-featured-showcase__item:hover .vtt-featured-showcase__play,.ec18-featured-suite--showcase .vtt-featured-showcase__item:focus-visible .vtt-featured-showcase__play{opacity:1;transform:translate(-50%,-50%)}
 .ec18-featured-suite--showcase .vtt-featured-showcase__preview-link:hover img{transform:scale(1.02);filter:saturate(1.04)}
}
.ec18-featured-suite--count-1.ec18-featured-suite--showcase .vtt-featured-showcase__layout{display:block}.ec18-featured-suite--count-1.ec18-featured-suite--showcase .vtt-featured-showcase__lists{display:none}.ec18-featured-suite--count-1.ec18-featured-suite--showcase .vtt-featured-showcase__preview{position:relative;top:auto}

/* 02 Cinema Hero ---------------------------------------------------------- */
.ec18-featured-suite--cinema .ec18-featured-cinema__hero{position:relative;overflow:hidden;border:2px solid var(--ec18-border);border-radius:11px;background:#07090c;box-shadow:var(--ec18-comic-shadow-soft)}
.ec18-featured-suite--cinema .ec18-featured-cinema__link{aspect-ratio:16/8.4;text-decoration:none!important}
.ec18-featured-suite--cinema .ec18-featured-cinema__shade{position:absolute;z-index:2;inset:28% 0 0;background:linear-gradient(180deg,transparent,rgba(2,4,7,.95))}
.ec18-featured-suite--cinema .ec18-featured-cinema__content{position:absolute;z-index:4;right:clamp(16px,3vw,34px);bottom:clamp(16px,3vw,30px);left:clamp(16px,3vw,34px);display:flex;max-width:760px;flex-direction:column;align-items:flex-start;gap:7px;color:#fff}
.ec18-featured-suite--cinema .ec18-featured-cinema__content small{color:var(--ec18-accent)!important;font-size:10px;font-weight:900;text-transform:uppercase}
.ec18-featured-suite--cinema .ec18-featured-cinema__content strong{display:-webkit-box;overflow:hidden;font:900 clamp(23px,3.4vw,42px)/1.08 Quicksand,Inter,sans-serif;-webkit-box-orient:vertical;-webkit-line-clamp:2}
.ec18-featured-suite--cinema .ec18-featured-cinema__content>span{font-size:10px;font-weight:700;opacity:.86}
.ec18-featured-suite--cinema .ec18-featured-cinema__content em{display:inline-flex;align-items:center;gap:7px;padding:8px 11px;border-radius:7px;color:var(--ec18-accent-contrast);background:var(--ec18-accent);font-size:10px;font-style:normal;font-weight:900}
.ec18-featured-suite--cinema .ec18-featured-cinema__rail{display:grid;grid-auto-columns:minmax(180px,1fr);grid-auto-flow:column;gap:9px;margin-top:12px;overflow-x:auto;padding:2px 2px 7px;scroll-snap-type:x proximity;scrollbar-width:thin}
.ec18-featured-suite--cinema .ec18-featured-cinema__thumb{display:grid;grid-template-columns:82px minmax(0,1fr);min-width:180px;align-items:center;gap:8px;padding:6px;border:1px solid var(--ec18-card-border);border-radius:8px;color:var(--ec18-text-1);background:var(--ec18-surface-2);scroll-snap-align:start;text-decoration:none!important}
.ec18-featured-suite--cinema .ec18-featured-cinema__thumb>span{aspect-ratio:16/9;border-radius:6px}
.ec18-featured-suite--cinema .ec18-featured-cinema__thumb strong{display:-webkit-box;overflow:hidden;font-size:10px;line-height:1.3;-webkit-box-orient:vertical;-webkit-line-clamp:2}
.ec18-featured-suite--cinema .ec18-featured-cinema__thumb.is-active{border-color:var(--ec18-accent);background:var(--ec18-accent-soft)}
@media(hover:hover){.ec18-featured-suite--cinema .ec18-featured-cinema__link:hover img{transform:scale(1.018)}.ec18-featured-suite--cinema .ec18-featured-cinema__thumb:hover{border-color:var(--ec18-accent);background:var(--ec18-accent-soft)}}

/* 03 Magazine Mosaic ------------------------------------------------------ */
.ec18-featured-suite--mosaic .ec18-featured-mosaic{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));grid-auto-rows:minmax(120px,1fr);gap:10px}
.ec18-featured-suite--mosaic .ec18-featured-mosaic__item{position:relative;min-height:180px;grid-column:span 4;overflow:hidden;border:1px solid var(--ec18-border);border-radius:9px;box-shadow:var(--ec18-featured-shadow);text-decoration:none!important}
.ec18-featured-suite--mosaic .ec18-featured-mosaic__item--1{grid-column:span 7;grid-row:span 2;min-height:370px}.ec18-featured-suite--mosaic .ec18-featured-mosaic__item--2{grid-column:span 5;grid-row:span 2;min-height:370px}
.ec18-featured-suite--mosaic .ec18-featured-mosaic__shade{position:absolute;z-index:2;inset:30% 0 0;background:linear-gradient(180deg,transparent,rgba(3,5,8,.91))}
.ec18-featured-suite--mosaic .ec18-featured-mosaic__copy{position:absolute;z-index:4;right:13px;bottom:12px;left:13px;display:flex;min-width:0;flex-direction:column;gap:4px;color:#fff}
.ec18-featured-suite--mosaic .ec18-featured-mosaic__copy small{color:var(--ec18-accent)!important;font-size:8px;font-weight:900;text-transform:uppercase}.ec18-featured-suite--mosaic .ec18-featured-mosaic__copy strong{display:-webkit-box;overflow:hidden;font:850 13px/1.25 Quicksand,Inter,sans-serif;-webkit-box-orient:vertical;-webkit-line-clamp:2}.ec18-featured-suite--mosaic .ec18-featured-mosaic__copy em{font-size:8px;font-style:normal;opacity:.84}.ec18-featured-suite--mosaic .ec18-featured-mosaic__copy em i+i{margin-left:6px}
.ec18-featured-suite--mosaic .ec18-featured-mosaic__play{position:absolute;z-index:5;top:12px;right:12px;display:grid;place-items:center;width:34px;height:34px;padding-left:2px;border:1px solid rgba(255,255,255,.72);border-radius:50%;color:#fff;background:rgba(6,9,13,.65);opacity:0;transition:.16s ease}
@media(hover:hover){.ec18-featured-suite--mosaic .ec18-featured-mosaic__item:hover{border-color:var(--ec18-accent)}.ec18-featured-suite--mosaic .ec18-featured-mosaic__item:hover img{transform:scale(1.025)}.ec18-featured-suite--mosaic .ec18-featured-mosaic__item:hover .ec18-featured-mosaic__play{opacity:1}}

/* 04 Comic Card Carousel -------------------------------------------------- */
.ec18-featured-suite--carousel .ec18-featured-carousel{display:flex;gap:13px;overflow-x:auto;overflow-y:visible;padding:12px 3px 8px;scroll-snap-type:x proximity;scrollbar-width:thin}
.ec18-featured-suite--carousel .ec18-featured-carousel__card{position:relative;flex:0 0 clamp(210px,24vw,280px);min-width:0;color:var(--ec18-text-1);scroll-snap-align:start;text-decoration:none!important}
.ec18-featured-suite--carousel .ec18-featured-carousel__rank{position:absolute;z-index:10;top:-8px;left:10px;display:grid;place-items:center;min-width:34px;height:28px;padding:0 6px;border:2px solid var(--ec18-border-strong);border-radius:6px;color:var(--ec18-accent-contrast);background:var(--ec18-accent);box-shadow:2px 3px 0 rgba(0,0,0,.22);font:900 10px/1 Quicksand,Inter,sans-serif}
.ec18-featured-suite--carousel .ec18-featured-carousel__media{aspect-ratio:16/9;overflow:hidden;border:1px solid var(--ec18-border);border-radius:9px;background:#080b10;box-shadow:var(--ec18-featured-shadow)}
.ec18-featured-suite--carousel .ec18-featured-carousel__media>i{position:absolute;z-index:5;top:50%;left:50%;display:grid;place-items:center;width:39px;height:39px;padding-left:2px;border:2px solid rgba(255,255,255,.86);border-radius:50%;color:#fff;background:rgba(6,9,13,.7);opacity:0;transform:translate(-50%,-45%);transition:.16s ease}
.ec18-featured-suite--carousel .ec18-featured-carousel__media>small{position:absolute;z-index:5;right:7px;bottom:7px;padding:4px 5px;border-radius:5px;color:#fff;background:rgba(5,8,12,.82);font-size:9px;font-weight:850}
.ec18-featured-suite--carousel .ec18-featured-carousel__copy{display:flex;min-width:0;flex-direction:column;gap:4px;padding:10px 2px 0}.ec18-featured-suite--carousel .ec18-featured-carousel__copy>small{color:var(--ec18-accent-on-surface)!important;font-size:9px;font-weight:850;text-transform:uppercase}.ec18-featured-suite--carousel .ec18-featured-carousel__copy>strong{display:-webkit-box;overflow:hidden;font:850 13px/1.32 Quicksand,Inter,sans-serif;-webkit-box-orient:vertical;-webkit-line-clamp:2}.ec18-featured-suite--carousel .ec18-featured-carousel__copy>em{color:var(--ec18-text-muted);font-size:9px;font-style:normal;font-weight:700}
@media(hover:hover){.ec18-featured-suite--carousel .ec18-featured-carousel__card:hover .ec18-featured-carousel__media{border-color:var(--ec18-accent);box-shadow:3px 4px 0 color-mix(in srgb,var(--ec18-border-strong) 18%,transparent)}.ec18-featured-suite--carousel .ec18-featured-carousel__card:hover .ec18-featured-carousel__media img{transform:scale(1.025)}.ec18-featured-suite--carousel .ec18-featured-carousel__card:hover .ec18-featured-carousel__media>i{opacity:1;transform:translate(-50%,-50%)}}

/* 05 Ranking Spotlight ---------------------------------------------------- */
.ec18-featured-suite--ranking .ec18-featured-ranking{display:grid;grid-template-columns:minmax(340px,1.12fr) minmax(300px,.88fr);gap:var(--ec18-featured-gap);align-items:start}
.ec18-featured-suite--ranking .ec18-featured-ranking__spotlight{position:relative;aspect-ratio:16/11;overflow:hidden;border:2px solid var(--ec18-border);border-radius:10px;box-shadow:var(--ec18-featured-shadow);text-decoration:none!important}
.ec18-featured-suite--ranking .ec18-featured-ranking__shade{position:absolute;z-index:2;inset:28% 0 0;background:linear-gradient(180deg,transparent,rgba(3,5,8,.94))}
.ec18-featured-suite--ranking .ec18-featured-ranking__spotlight>b{position:absolute;z-index:5;top:11px;right:11px;display:grid;place-items:center;width:42px;height:42px;border:2px solid #fff;border-radius:50%;color:var(--ec18-accent-contrast);background:var(--ec18-accent);font:900 13px/1 Quicksand,Inter,sans-serif}
.ec18-featured-suite--ranking .ec18-featured-ranking__spotlight>span:last-child{position:absolute;z-index:4;right:16px;bottom:15px;left:16px;display:flex;flex-direction:column;gap:5px;color:#fff}.ec18-featured-suite--ranking .ec18-featured-ranking__spotlight>span:last-child small{color:var(--ec18-accent)!important;font-size:9px;font-weight:900;text-transform:uppercase}.ec18-featured-suite--ranking .ec18-featured-ranking__spotlight>span:last-child strong{display:-webkit-box;overflow:hidden;font:900 clamp(19px,2.1vw,29px)/1.14 Quicksand,Inter,sans-serif;-webkit-box-orient:vertical;-webkit-line-clamp:2}.ec18-featured-suite--ranking .ec18-featured-ranking__spotlight>span:last-child em{font-size:9px;font-style:normal;opacity:.84}
.ec18-featured-suite--ranking .ec18-featured-ranking__list{display:flex;max-height:440px;flex-direction:column;gap:8px;margin:0;padding:0;overflow:auto;list-style:none;scrollbar-width:thin}.ec18-featured-suite--ranking .ec18-featured-ranking__list li{margin:0}.ec18-featured-suite--ranking .ec18-featured-ranking__list a{display:grid;grid-template-columns:32px 96px minmax(0,1fr);align-items:center;gap:9px;padding:7px;border:1px solid var(--ec18-card-border);border-radius:8px;color:var(--ec18-text-1);background:var(--ec18-surface-2);text-decoration:none!important}.ec18-featured-suite--ranking .ec18-featured-ranking__list a>b{display:grid;place-items:center;width:28px;height:28px;border-radius:6px;color:var(--ec18-accent-contrast);background:var(--ec18-accent);font-size:10px}.ec18-featured-suite--ranking .ec18-featured-ranking__thumb{aspect-ratio:16/9;border-radius:6px}.ec18-featured-suite--ranking .ec18-featured-ranking__thumb small{position:absolute;right:3px;bottom:3px;padding:3px 4px;border-radius:4px;color:#fff;background:rgba(5,8,12,.82);font-size:7px}.ec18-featured-suite--ranking .ec18-featured-ranking__list a>span:last-child{display:flex;min-width:0;flex-direction:column;gap:3px}.ec18-featured-suite--ranking .ec18-featured-ranking__list strong{display:-webkit-box;overflow:hidden;font-size:10px;line-height:1.3;-webkit-box-orient:vertical;-webkit-line-clamp:2}.ec18-featured-suite--ranking .ec18-featured-ranking__list small{overflow:hidden;color:var(--ec18-text-muted);font-size:8px;text-overflow:ellipsis;white-space:nowrap}
@media(hover:hover){.ec18-featured-suite--ranking .ec18-featured-ranking__spotlight:hover img{transform:scale(1.02)}.ec18-featured-suite--ranking .ec18-featured-ranking__list a:hover{border-color:var(--ec18-accent);background:var(--ec18-accent-soft)}}

/* Extended layout library ------------------------------------------------ */
.ec18-featured__panel{padding:clamp(14px,2vw,20px)}
.ec18-featured .ec18-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:var(--ec18-featured-gap)}
.ec18-featured .ec18-rail{display:flex;gap:14px;min-width:0;overflow-x:auto;overflow-y:visible;padding:3px 3px 9px;scroll-snap-type:x proximity;scrollbar-width:thin;overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch}
.ec18-featured .ec18-rail>.ec18-card{flex:0 0 clamp(220px,25vw,290px);scroll-snap-align:start}

/* 06 Platform Shelf */
.ec18-featured--platform-shelf .ec18-rail{padding-top:5px;border-top:1px solid var(--ec18-border-soft)}
.ec18-featured--platform-shelf .ec18-card{flex-basis:clamp(230px,26vw,310px)}
.ec18-featured--platform-shelf .ec18-card__copy{padding-top:9px}

/* 07 Responsive Video Grid */
.ec18-featured--video-grid .ec18-grid{grid-template-columns:repeat(4,minmax(0,1fr))}

/* 08 Hero + Grid */
.ec18-featured--hero-grid .ec18-hero-grid{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(280px,.8fr);gap:var(--ec18-featured-gap);align-items:start}
.ec18-featured--hero-grid .ec18-hero-grid__hero .ec18-card__media{aspect-ratio:16/10;border-width:2px}.ec18-featured--hero-grid .ec18-hero-grid__hero .ec18-card__copy>strong{font-size:clamp(18px,2vw,25px)}
.ec18-featured--hero-grid .ec18-hero-grid__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.ec18-featured--hero-grid .ec18-hero-grid__grid .ec18-card__copy>strong{font-size:11px}

/* 09 Dual Spotlight */
.ec18-featured--dual-spotlight .ec18-dual{display:grid;gap:var(--ec18-featured-gap)}.ec18-featured--dual-spotlight .ec18-dual__top{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--ec18-featured-gap)}.ec18-featured--dual-spotlight .ec18-dual__top .ec18-card__media{aspect-ratio:16/9;border-width:2px}.ec18-featured--dual-spotlight .ec18-dual__top .ec18-card__copy>strong{font-size:16px}.ec18-featured--dual-spotlight .ec18-dual__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}

/* 10 Dark Tube Grid */
.ec18-featured--dark-tube-grid .ec18-featured__panel{border-color:#2a3039!important;background:#0b0e12!important;box-shadow:3px 4px 0 rgba(0,0,0,.34),0 9px 20px rgba(0,0,0,.16)!important}
.ec18-featured--dark-tube-grid .ec18-featured__heading h2{color:#f6f7f8}.ec18-featured--dark-tube-grid .ec18-featured__heading p{color:#a7afb9}.ec18-featured--dark-tube-grid .ec18-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.ec18-featured--dark-tube-grid .ec18-card__media{border-color:#343b46;background:#05070a;box-shadow:none}.ec18-featured--dark-tube-grid .ec18-card__copy>strong{color:#f5f7f8}.ec18-featured--dark-tube-grid .ec18-card__copy>small{color:color-mix(in srgb,var(--ec18-accent) 80%,#fff 20%)!important}.ec18-featured--dark-tube-grid .ec18-card__copy>em{color:#9da6b1}
@media(hover:hover){.ec18-featured--dark-tube-grid .ec18-card:hover .ec18-card__media{border-color:var(--ec18-accent);box-shadow:0 0 0 1px color-mix(in srgb,var(--ec18-accent) 35%,transparent)}}

/* 11 Poster Wall */
.ec18-featured--poster-wall .ec18-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:14px}.ec18-featured--poster-wall .ec18-card__media{aspect-ratio:3/4;background:#090b0f}.ec18-featured--poster-wall .ec18-card__media img{object-fit:contain}.ec18-featured--poster-wall .ec18-card__copy>strong{font-size:11px}

/* 12 Filmstrip */
.ec18-featured--filmstrip .ec18-rail{gap:10px;padding:11px 6px;border-top:2px dashed color-mix(in srgb,var(--ec18-border) 55%,transparent);border-bottom:2px dashed color-mix(in srgb,var(--ec18-border) 55%,transparent);background:color-mix(in srgb,var(--ec18-surface-3) 72%,transparent)}.ec18-featured--filmstrip .ec18-rail>.ec18-card{flex-basis:clamp(230px,27vw,300px)}.ec18-featured--filmstrip .ec18-card__media{border-radius:5px;box-shadow:none}

/* 13 Bento Board */
.ec18-featured--bento-board .ec18-grid{grid-template-columns:repeat(12,minmax(0,1fr));grid-auto-rows:94px;gap:10px}.ec18-featured--bento-board .ec18-card{grid-column:span 3;grid-row:span 2;position:relative}.ec18-featured--bento-board .ec18-card:nth-child(1){grid-column:span 6;grid-row:span 4}.ec18-featured--bento-board .ec18-card:nth-child(2),.ec18-featured--bento-board .ec18-card:nth-child(3){grid-column:span 3;grid-row:span 4}.ec18-featured--bento-board .ec18-card:nth-child(6n+4){grid-column:span 4}.ec18-featured--bento-board .ec18-card:nth-child(6n+5){grid-column:span 5}.ec18-featured--bento-board .ec18-card:nth-child(6n+6){grid-column:span 3}.ec18-featured--bento-board .ec18-card__media{height:100%;aspect-ratio:auto}.ec18-featured--bento-board .ec18-card__copy{position:absolute;z-index:6;right:9px;bottom:8px;left:9px;padding:8px;border-radius:6px;background:linear-gradient(180deg,rgba(5,7,10,.06),rgba(5,7,10,.86));pointer-events:none}.ec18-featured--bento-board .ec18-card__copy>small,.ec18-featured--bento-board .ec18-card__copy>strong,.ec18-featured--bento-board .ec18-card__copy>em{color:#fff}.ec18-featured--bento-board .ec18-card__copy>em{display:none}

/* 14 Trending Rows */
.ec18-featured--trending-rows .ec18-trending{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;margin:0;padding:0;list-style:none}.ec18-featured--trending-rows .ec18-trending>li{display:grid;grid-template-columns:44px minmax(0,1fr);align-items:center;gap:8px;padding:7px;border:1px solid var(--ec18-card-border);border-radius:9px;background:var(--ec18-surface-2)}.ec18-featured--trending-rows .ec18-trending>li>b{display:grid;place-items:center;width:38px;height:38px;border:2px solid var(--ec18-border);border-radius:8px;color:var(--ec18-accent-contrast);background:var(--ec18-accent);font:900 13px/1 Quicksand,Inter,sans-serif}.ec18-featured--trending-rows .ec18-card{display:grid;grid-template-columns:132px minmax(0,1fr);align-items:center;gap:10px}.ec18-featured--trending-rows .ec18-card__media{aspect-ratio:16/9;box-shadow:none}.ec18-featured--trending-rows .ec18-card__copy{padding:0}.ec18-featured--trending-rows .ec18-card__copy>strong{font-size:11px}

/* 15 Color Rank List */
.ec18-featured--color-rank-list .ec18-color-rank{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:0;padding:0;counter-reset:none;list-style:none}.ec18-featured--color-rank-list .ec18-color-rank__item{--rank-color:var(--ec18-accent);display:grid;grid-template-columns:52px minmax(0,1fr);align-items:stretch;min-width:0;overflow:hidden;border:1px solid var(--ec18-card-border);border-radius:10px;background:var(--ec18-surface-2);box-shadow:2px 3px 0 color-mix(in srgb,var(--ec18-border-strong) 12%,transparent)}.ec18-featured--color-rank-list .ec18-color-rank__item:nth-child(3n+2){--rank-color:var(--ec18-secondary)}.ec18-featured--color-rank-list .ec18-color-rank__item:nth-child(3n){--rank-color:var(--ec18-danger)}.ec18-featured--color-rank-list .ec18-color-rank__number{display:grid;place-items:center;padding:8px 4px;border-right:1px solid color-mix(in srgb,var(--rank-color) 48%,var(--ec18-border-soft));color:color-mix(in srgb,var(--rank-color) 78%,var(--ec18-text-1));background:color-mix(in srgb,var(--rank-color) 13%,var(--ec18-surface-1));font:900 17px/1 Quicksand,Inter,sans-serif;font-variant-numeric:tabular-nums}.ec18-featured--color-rank-list .ec18-color-rank__card{min-width:0;padding:7px}.ec18-featured--color-rank-list .ec18-rank-card{display:grid;grid-template-columns:126px minmax(0,1fr);align-items:center;gap:10px}.ec18-featured--color-rank-list .ec18-rank-card .ec18-card__media{aspect-ratio:16/9;box-shadow:none}.ec18-featured--color-rank-list .ec18-rank-card .ec18-card__copy{padding:0}.ec18-featured--color-rank-list .ec18-rank-card .ec18-card__copy>strong{font-size:11px}

/* 16 Compact Catalog */
.ec18-featured--compact-catalog .ec18-catalog{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px}.ec18-featured--compact-catalog .ec18-catalog>div{min-width:0}.ec18-featured--compact-catalog .ec18-card{display:grid;grid-template-columns:116px minmax(0,1fr);align-items:center;gap:9px;padding:6px;border:1px solid var(--ec18-card-border);border-radius:8px;background:var(--ec18-surface-2)}.ec18-featured--compact-catalog .ec18-card__media{aspect-ratio:16/9;box-shadow:none}.ec18-featured--compact-catalog .ec18-card__copy{padding:0}.ec18-featured--compact-catalog .ec18-card__copy>strong{font-size:10px}.ec18-featured--compact-catalog .ec18-card__copy>em{font-size:8px}

/* 17 Coverflow Stage */
.ec18-featured--coverflow-stage .ec18-rail{align-items:center;gap:18px;padding:20px max(8px,calc(50% - 130px));scroll-snap-type:x mandatory;perspective:900px}.ec18-featured--coverflow-stage .ec18-rail>.ec18-card{flex-basis:220px;opacity:.72;scroll-snap-align:center;transform:scale(.9);transition:transform .22s ease,opacity .22s ease}.ec18-featured--coverflow-stage .ec18-rail>.ec18-card.is-centered{opacity:1;transform:scale(1.04)}.ec18-featured--coverflow-stage .ec18-card__media{aspect-ratio:3/4;background:#080a0d}.ec18-featured--coverflow-stage .ec18-card__media img{object-fit:contain}.ec18-featured--coverflow-stage .ec18-card__copy{text-align:center}.ec18-featured--coverflow-stage .ec18-card__copy>small,.ec18-featured--coverflow-stage .ec18-card__copy>em{justify-content:center}

/* 18 Full Bleed Slider */
.ec18-featured--full-slider .ec18-slider{display:flex;min-width:0;overflow-x:auto;overflow-y:hidden;border:2px solid var(--ec18-border);border-radius:11px;background:#06080b;scroll-snap-type:x mandatory;scrollbar-width:none}.ec18-featured--full-slider .ec18-slider::-webkit-scrollbar{display:none}.ec18-featured--full-slider .ec18-slider__slide{flex:0 0 100%;min-width:0;scroll-snap-align:start}.ec18-featured--full-slider .ec18-slider__slide>a{position:relative;display:block;aspect-ratio:21/9;min-height:310px;overflow:hidden;text-decoration:none!important}.ec18-featured--full-slider .ec18-slider__slide>a>span{position:absolute;z-index:2;inset:28% 0 0;background:linear-gradient(180deg,transparent,rgba(2,4,7,.95))}.ec18-featured--full-slider .ec18-slider__slide>a>div{position:absolute;z-index:4;right:clamp(16px,4vw,42px);bottom:clamp(16px,4vw,36px);left:clamp(16px,4vw,42px);display:flex;max-width:780px;flex-direction:column;gap:6px;color:#fff}.ec18-featured--full-slider .ec18-slider__slide small{color:var(--ec18-accent)!important;font-size:10px;font-weight:900;text-transform:uppercase}.ec18-featured--full-slider .ec18-slider__slide strong{display:-webkit-box;overflow:hidden;font:900 clamp(24px,4vw,46px)/1.06 Quicksand,Inter,sans-serif;-webkit-box-orient:vertical;-webkit-line-clamp:2}.ec18-featured--full-slider .ec18-slider__slide em{font-size:10px;font-style:normal;opacity:.84}.ec18-featured--full-slider .ec18-slider-status{display:grid;grid-template-columns:auto minmax(120px,260px);align-items:center;justify-content:end;gap:10px;margin-top:9px;color:var(--ec18-text-muted);font-size:9px;font-weight:850}.ec18-featured--full-slider .ec18-slider-status progress{width:100%;height:5px;overflow:hidden;border:0;border-radius:99px;background:var(--ec18-surface-3)}.ec18-featured--full-slider .ec18-slider-status progress::-webkit-progress-bar{background:var(--ec18-surface-3)}.ec18-featured--full-slider .ec18-slider-status progress::-webkit-progress-value{background:var(--ec18-accent)}.ec18-featured--full-slider .ec18-slider-status progress::-moz-progress-bar{background:var(--ec18-accent)}
@media(hover:hover){.ec18-featured--full-slider .ec18-slider__slide>a:hover img{transform:scale(1.018)}}

/* 19 Vertical Stories */
.ec18-featured--vertical-stories .ec18-rail{gap:12px}.ec18-featured--vertical-stories .ec18-rail>.ec18-card{flex-basis:190px}.ec18-featured--vertical-stories .ec18-card__media{aspect-ratio:3/4;background:#080a0d}.ec18-featured--vertical-stories .ec18-card__media img{object-fit:contain}.ec18-featured--vertical-stories .ec18-card__copy>strong{font-size:11px}

/* 20 Thumbnail Tabs */
.ec18-featured--thumbnail-tabs .ec18-tabs{display:grid;gap:12px}.ec18-featured--thumbnail-tabs .ec18-tabs__preview>a{position:relative;display:block;aspect-ratio:16/8.8;min-height:300px;overflow:hidden;border:2px solid var(--ec18-border);border-radius:10px;box-shadow:var(--ec18-featured-shadow);text-decoration:none!important}.ec18-featured--thumbnail-tabs .ec18-tabs__preview>a>span{position:absolute;z-index:2;inset:34% 0 0;background:linear-gradient(180deg,transparent,rgba(2,4,7,.92))}.ec18-featured--thumbnail-tabs .ec18-tabs__preview>a>div{position:absolute;z-index:4;right:18px;bottom:16px;left:18px;display:flex;flex-direction:column;gap:5px;color:#fff}.ec18-featured--thumbnail-tabs .ec18-tabs__preview small{color:var(--ec18-accent)!important;font-size:9px;font-weight:900;text-transform:uppercase}.ec18-featured--thumbnail-tabs .ec18-tabs__preview strong{display:-webkit-box;overflow:hidden;font:900 clamp(20px,2.6vw,32px)/1.1 Quicksand,Inter,sans-serif;-webkit-box-orient:vertical;-webkit-line-clamp:2}.ec18-featured--thumbnail-tabs .ec18-tabs__preview em{font-size:9px;font-style:normal;opacity:.85}.ec18-featured--thumbnail-tabs .ec18-tabs__rail{display:flex;gap:8px;overflow-x:auto;padding:2px 2px 7px;scroll-snap-type:x proximity;scrollbar-width:thin}.ec18-featured--thumbnail-tabs .ec18-tabs__rail>a{display:grid;grid-template-columns:92px minmax(0,1fr);flex:0 0 230px;align-items:center;gap:8px;padding:6px;border:1px solid var(--ec18-card-border);border-radius:8px;color:var(--ec18-text-1);background:var(--ec18-surface-2);scroll-snap-align:start;text-decoration:none!important}.ec18-featured--thumbnail-tabs .ec18-tabs__rail>a.is-active{border-color:var(--ec18-accent);background:var(--ec18-accent-soft)}.ec18-featured--thumbnail-tabs .ec18-tab-thumb{aspect-ratio:16/9;border-radius:6px}.ec18-featured--thumbnail-tabs .ec18-tabs__rail strong{display:-webkit-box;overflow:hidden;font-size:10px;line-height:1.28;-webkit-box-orient:vertical;-webkit-line-clamp:2}
@media(hover:hover){.ec18-featured--thumbnail-tabs .ec18-tabs__preview>a:hover img{transform:scale(1.018)}.ec18-featured--thumbnail-tabs .ec18-tabs__rail>a:hover{border-color:var(--ec18-accent)}}

/* 21 Minimal Gallery */
.ec18-featured--minimal-gallery .ec18-featured__panel{border-width:1px;box-shadow:none}.ec18-featured--minimal-gallery .ec18-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}.ec18-featured--minimal-gallery .ec18-card__media{border-width:1px;box-shadow:none}.ec18-featured--minimal-gallery .ec18-card__copy{padding-top:7px}.ec18-featured--minimal-gallery .ec18-card__copy>small,.ec18-featured--minimal-gallery .ec18-card__copy>em{display:none}.ec18-featured--minimal-gallery .ec18-card__copy>strong{font-size:10px}

/* Responsive -------------------------------------------------------------- */
@media(max-width:1180px){
 .ec18-featured .ec18-grid,.ec18-featured--video-grid .ec18-grid,.ec18-featured--dark-tube-grid .ec18-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
 .ec18-featured--minimal-gallery .ec18-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
 .ec18-featured--compact-catalog .ec18-catalog{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:960px){
 .ec18-featured-suite--showcase .vtt-featured-showcase__layout{grid-template-columns:1fr}.ec18-featured-suite--showcase .vtt-featured-showcase__preview{position:relative;top:auto;order:-1}.ec18-featured-suite--showcase .vtt-featured-showcase__preview-link{min-height:330px}.ec18-featured-suite--showcase .vtt-featured-showcase__rail{max-height:350px}
 .ec18-featured-suite--ranking .ec18-featured-ranking{grid-template-columns:1fr}.ec18-featured-suite--ranking .ec18-featured-ranking__spotlight{aspect-ratio:16/9}.ec18-featured-suite--ranking .ec18-featured-ranking__list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));max-height:none;overflow:visible}
 .ec18-featured--hero-grid .ec18-hero-grid{grid-template-columns:1fr}.ec18-featured--hero-grid .ec18-hero-grid__grid{grid-template-columns:repeat(3,minmax(0,1fr))}
 .ec18-featured--dual-spotlight .ec18-dual__grid{grid-template-columns:repeat(3,minmax(0,1fr))}
 .ec18-featured--bento-board .ec18-grid{grid-template-columns:repeat(6,minmax(0,1fr));grid-auto-rows:86px}.ec18-featured--bento-board .ec18-card,.ec18-featured--bento-board .ec18-card:nth-child(n){grid-column:span 2;grid-row:span 2}.ec18-featured--bento-board .ec18-card:nth-child(1){grid-column:span 4;grid-row:span 4}.ec18-featured--bento-board .ec18-card:nth-child(2){grid-column:span 2;grid-row:span 4}
 .ec18-featured--trending-rows .ec18-trending,.ec18-featured--color-rank-list .ec18-color-rank{grid-template-columns:1fr}
}
@media(max-width:760px){
 .vtt-featured-videos .vtt-section-heading,.vtt-featured-videos .ec18-featured__heading{align-items:center}
 .ec18-featured-suite--showcase .vtt-featured-showcase__lists{grid-template-columns:1fr}.ec18-featured-suite--showcase .vtt-featured-showcase__rail{max-height:none;overflow:visible}.ec18-featured-suite--showcase .vtt-featured-showcase__preview-link{aspect-ratio:16/10;min-height:0}
 .ec18-featured-suite--cinema .ec18-featured-cinema__link{aspect-ratio:16/10}.ec18-featured-suite--cinema .ec18-featured-cinema__rail{grid-auto-columns:220px}
 .ec18-featured-suite--mosaic .ec18-featured-mosaic{grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:auto}.ec18-featured-suite--mosaic .ec18-featured-mosaic__item,.ec18-featured-suite--mosaic .ec18-featured-mosaic__item--1,.ec18-featured-suite--mosaic .ec18-featured-mosaic__item--2{grid-column:span 1;grid-row:auto;min-height:0;aspect-ratio:16/11}.ec18-featured-suite--mosaic .ec18-featured-mosaic__item--1{grid-column:1/-1;aspect-ratio:16/9}
 .ec18-featured-suite--ranking .ec18-featured-ranking__list{grid-template-columns:1fr}
 .ec18-featured .ec18-grid,.ec18-featured--video-grid .ec18-grid,.ec18-featured--dark-tube-grid .ec18-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:11px}
 .ec18-featured--hero-grid .ec18-hero-grid__grid,.ec18-featured--dual-spotlight .ec18-dual__grid{grid-template-columns:repeat(2,minmax(0,1fr))}
 .ec18-featured--compact-catalog .ec18-catalog{grid-template-columns:1fr}
 .ec18-featured--minimal-gallery .ec18-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
 .ec18-featured--full-slider .ec18-slider__slide>a{aspect-ratio:16/10;min-height:0}
 .ec18-featured--thumbnail-tabs .ec18-tabs__preview>a{aspect-ratio:16/10;min-height:0}
}
@media(max-width:560px){
 .vtt-featured-videos .vtt-comic-panel,.ec18-featured__panel{padding:12px}
 .vtt-featured-showcase__controls button,.ec18-featured__controls button{width:34px;height:34px}
 .ec18-featured-suite--showcase .vtt-featured-showcase__item{grid-template-columns:104px minmax(0,1fr)}
 .ec18-featured-suite--cinema .ec18-featured-cinema__content strong{font-size:23px}.ec18-featured-suite--cinema .ec18-featured-cinema__rail{grid-auto-columns:200px}
 .ec18-featured-suite--mosaic .ec18-featured-mosaic{gap:8px}.ec18-featured-suite--mosaic .ec18-featured-mosaic__copy{right:9px;bottom:9px;left:9px}.ec18-featured-suite--mosaic .ec18-featured-mosaic__copy strong{font-size:11px}
 .ec18-featured-suite--carousel .ec18-featured-carousel__card{flex-basis:74vw;max-width:270px}
 .ec18-featured--hero-grid .ec18-hero-grid__grid,.ec18-featured--dual-spotlight .ec18-dual__grid{grid-template-columns:repeat(2,minmax(0,1fr))}
 .ec18-featured--dual-spotlight .ec18-dual__top{grid-template-columns:1fr}
 .ec18-featured--bento-board .ec18-grid{grid-template-columns:repeat(4,minmax(0,1fr));grid-auto-rows:80px}.ec18-featured--bento-board .ec18-card,.ec18-featured--bento-board .ec18-card:nth-child(n){grid-column:span 2;grid-row:span 2}.ec18-featured--bento-board .ec18-card:nth-child(1){grid-column:1/-1;grid-row:span 3}
 .ec18-featured--trending-rows .ec18-trending>li{grid-template-columns:36px minmax(0,1fr)}.ec18-featured--trending-rows .ec18-trending>li>b{width:32px;height:32px}.ec18-featured--trending-rows .ec18-card{grid-template-columns:105px minmax(0,1fr)}
 .ec18-featured--color-rank-list .ec18-color-rank__item{grid-template-columns:42px minmax(0,1fr)}.ec18-featured--color-rank-list .ec18-rank-card{grid-template-columns:105px minmax(0,1fr)}.ec18-featured--color-rank-list .ec18-color-rank__number{font-size:14px}
 .ec18-featured--minimal-gallery .ec18-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
 .ec18-featured--full-slider .ec18-slider__slide strong{font-size:23px}
 .ec18-featured--thumbnail-tabs .ec18-tabs__rail>a{flex-basis:205px;grid-template-columns:82px minmax(0,1fr)}
}
@media(max-width:360px){
 .ec18-featured-suite--showcase .vtt-featured-showcase__item{grid-template-columns:92px minmax(0,1fr)}
 .ec18-featured .ec18-grid,.ec18-featured--video-grid .ec18-grid,.ec18-featured--dark-tube-grid .ec18-grid{gap:8px}
 .ec18-featured .ec18-card__copy>strong{font-size:10px}.ec18-featured .ec18-card__copy>em{font-size:8px}
 .ec18-featured--trending-rows .ec18-card,.ec18-featured--color-rank-list .ec18-rank-card{grid-template-columns:92px minmax(0,1fr)}
}

@media(prefers-reduced-motion:reduce){
 .vtt-featured-videos *{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}
 .vtt-featured-videos img{transform:none!important}
}
}
