:where(.video-grid, .ws-vgrid),
:where(.video-grid, .ws-vgrid) *{
  box-sizing:border-box;
}

:where(.video-grid, .ws-vgrid){
  background:#1d1b1b;
  color:#fff;
  position:relative;
  padding:32px 0;
  overflow:hidden;
}

:where(.video-grid__container, .ws-vgrid__container){
  width:min(1600px, 100%);
  max-width:100rem;
  margin:0 auto;
  padding:0 16px;
}

:where(.video-grid__header, .ws-vgrid__intro){
  text-align:center;
  margin:0 auto 22px;
  padding:0;
  display:flex;
  flex-direction:column;
  align-items:center;
  max-width:980px;
  position:relative;
}

:where(.video-grid__eyebrow, .ws-vgrid__intro-eyebrow){
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:7px;
  margin:0 0 8px;
  font-family:var(--font-body, "Montserrat", sans-serif);
  font-size:13px;
  line-height:1;
  font-weight:800;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:#FFD152;
}

:where(.video-grid__eyebrow-icon, .ws-vgrid__intro-eyebrow-icon){
  display:inline-flex;
  align-items:center;
  justify-content:center;
  flex:0 0 auto;
  color:#FFD152;
}

:where(.video-grid__eyebrow-icon, .ws-vgrid__intro-eyebrow-icon) svg{
  width:17px;
  height:17px;
  display:block;
}

:where(.video-grid__header, .ws-vgrid__intro) > *{
  min-width:0;
}

:where(.video-grid__title, .ws-vgrid__intro-title){
  margin:0 !important;
  font-family:var(--font-head, "Roboto Slab", serif);
  font-size:var(--h2-size);
  line-height:1.08 !important;
  font-weight:800;
  letter-spacing:var(--h-track, -.025em);
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  max-width:100%;
  white-space:normal;
  overflow-wrap:anywhere;
  word-break:normal;
  color:#fff !important;
}

:where(.video-grid__title, .ws-vgrid__intro-title) *{
  font:inherit;
  letter-spacing:inherit;
  line-height:inherit;
}

:where(.video-grid__title, .ws-vgrid__intro-title) mark,
:where(.video-grid__title, .ws-vgrid__intro-title) span,
:where(.video-grid__title, .ws-vgrid__intro-title) .ws-vgrid__hl{
  color:#FFD152 !important;
  -webkit-text-fill-color:#FFD152 !important;
  background:transparent !important;
  padding:0 !important;
}

:where(.video-grid__title, .ws-vgrid__intro-title)::before,
:where(.video-grid__title, .ws-vgrid__intro-title)::after{
  content:none;
}

:where(.video-grid__subtitle, .ws-vgrid__intro-desc),
:where(.video-grid__subtitle, .ws-vgrid__intro-desc) *,
:where(.video-grid__subtitle, .ws-vgrid__intro-desc) p{
  color:rgba(255,255,255,.78) !important;
}

:where(.video-grid__subtitle, .ws-vgrid__intro-desc){
  margin:.55rem auto 0;
  font-family:var(--font-body, "Montserrat", sans-serif);
  font-size:var(--txt-size);
  line-height:1.45;
  font-weight:500;
  width:100%;
  text-align:center;
}

:where(.video-grid__header, .ws-vgrid__intro)::after{
  content:"";
  display:block;
  width:190px;
  height:22px;
  margin:8px auto 0;
  background:
    linear-gradient(#FFD152, #FFD152) left 50% / 78px 1px no-repeat,
    linear-gradient(#FFD152, #FFD152) right 50% / 78px 1px no-repeat;
  opacity:.85;
}

:where(.video-grid__header, .ws-vgrid__intro)::before{
  content:"×";
  position:absolute;
  left:50%;
  bottom:0;
  width:22px;
  height:22px;
  display:flex;
  align-items:center;
  justify-content:center;
  transform:translateX(-50%);
  font-family:var(--font-body, "Montserrat", sans-serif);
  font-size:22px;
  line-height:1;
  font-weight:500;
  color:#FFD152;
}

:where(.video-grid__subtitle, .ws-vgrid__intro-desc) p{
  margin:0;
}

:where(.video-grid__subtitle, .ws-vgrid__intro-desc) .ws-vgrid__hl,
:where(.video-grid__subtitle, .ws-vgrid__intro-desc) .ws-vgrid__hl *,
:where(.video-grid__subtitle, .ws-vgrid__intro-desc) mark,
:where(.video-grid__subtitle, .ws-vgrid__intro-desc) mark *{
  display:inline;
  padding:.08em .34em;
  border-radius:.38em;
  background:#FFD152;
  color:#111 !important;
  -webkit-text-fill-color:#111 !important;
  box-shadow:none;
  -webkit-box-decoration-break:clone;
  box-decoration-break:clone;
}

:where(.video-grid__grid, .ws-vgrid__grid){
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:20px;
  align-items:start;
}

:where(.video-grid__card, .ws-vgrid__card){
  min-width:0;
}

:where(.video-grid__player, .ws-vgrid__player){
  position:relative;
  aspect-ratio:16 / 9;
  background:#000;
  border-radius:24px;
  overflow:hidden;
  isolation:isolate;
}

:where(.video-grid__player, .ws-vgrid__player):fullscreen{
  border-radius:0;
}

:where(.video-grid__media, .ws-vgrid__media){
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  background:#000;
}

/* Keep poster/video crop identical across templates (incl. WooCommerce) */
:where(.video-grid__player, .ws-vgrid__player) :where(.video-grid__media, .ws-vgrid__media),
:where(.video-grid__player, .ws-vgrid__player) :where(.video-grid__poster, .ws-vgrid__poster),
.woocommerce :where(.video-grid__player, .ws-vgrid__player) :where(.video-grid__media, .ws-vgrid__media),
.woocommerce :where(.video-grid__player, .ws-vgrid__player) :where(.video-grid__poster, .ws-vgrid__poster),
body.single-product :where(.video-grid__player, .ws-vgrid__player) :where(.video-grid__media, .ws-vgrid__media),
body.single-product :where(.video-grid__player, .ws-vgrid__player) :where(.video-grid__poster, .ws-vgrid__poster){
  position:absolute !important;
  inset:0 !important;
  width:100% !important;
  height:100% !important;
  max-width:none !important;
  max-height:none !important;
  object-fit:cover !important;
  object-position:center center !important;
  display:block !important;
}

:where(.video-grid__poster, .ws-vgrid__poster){
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  background:#000;
  z-index:1;
  opacity:1;
  visibility:visible;
  transition:opacity .22s ease, visibility .22s ease;
}

:where(.video-grid__subs, .ws-vgrid__subs){
  position:absolute;
  top:12px;
  left:12px;
  z-index:7;
  pointer-events:none;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:34px;
  padding:9px 14px;
  border-radius:999px;
  background:rgba(0,0,0,.55);
  border:1px solid rgba(255,255,255,.18);
  color:#fff;
  font-family:var(--font-body, "Montserrat", sans-serif);
  font-size:14px;
  line-height:1;
  font-weight:700;
  -webkit-backdrop-filter:blur(8px) saturate(1.2);
  backdrop-filter:blur(8px) saturate(1.2);
  box-shadow:
    0 4px 10px rgba(0,0,0,.25),
    inset 0 0 0 1px rgba(255,255,255,.10);
}

:where(.video-grid__votes, .ws-vgrid__votes){
  position:absolute;
  right:14px;
  bottom:14px;
  z-index:8;
  display:flex;
  flex-direction:column;
  gap:10px;
  transition:transform .18s ease;
  filter:drop-shadow(0 10px 24px rgba(0,0,0,.35));
}

:where(.video-grid__vote, .ws-vgrid__vote){
  display:inline-flex;
  align-items:center;
  justify-content:flex-start;
  gap:8px;
  min-height:32px;
  min-width:68px;
  padding:6px 10px;
  border-radius:999px;
  background:
    linear-gradient(145deg, rgba(255,255,255,.14) 0%, rgba(255,255,255,.02) 42%, rgba(0,0,0,.45) 100%),
    linear-gradient(180deg, rgba(18,20,28,.55) 0%, rgba(6,7,12,.88) 100%);
  border:1px solid rgba(255,255,255,.22);
  color:#f4f6fb;
  font-family:var(--font-body, "Montserrat", sans-serif);
  font-size:13px;
  line-height:1;
  font-weight:700;
  -webkit-backdrop-filter:blur(14px) saturate(1.35);
  backdrop-filter:blur(14px) saturate(1.35);
  box-shadow:
    0 12px 28px rgba(0,0,0,.42),
    inset 0 1px 0 rgba(255,255,255,.2),
    inset 0 -1px 0 rgba(0,0,0,.35);
  cursor:pointer;
  pointer-events:auto;
  transition:transform .16s ease, background .16s ease, border-color .16s ease, box-shadow .16s ease, color .16s ease;
  appearance:none;
  -webkit-appearance:none;
  -webkit-tap-highlight-color:transparent;
}

:where(.video-grid__vote, .ws-vgrid__vote) svg{
  width:14px;
  height:14px;
  display:block;
  fill:currentColor;
  opacity:.96;
  flex:0 0 auto;
}

:where(.video-grid__vote, .ws-vgrid__vote):hover{
  transform:translateY(-1px);
  background:
    linear-gradient(145deg, rgba(255,255,255,.2) 0%, rgba(255,255,255,.05) 40%, rgba(0,0,0,.38) 100%),
    linear-gradient(180deg, rgba(28,32,44,.65) 0%, rgba(10,12,20,.92) 100%);
  border-color:rgba(255,255,255,.32);
}

:where(.video-grid__vote, .ws-vgrid__vote):active{
  transform:scale(.98);
}

:where(.video-grid__vote, .ws-vgrid__vote):focus-visible{
  outline:2px solid rgba(255,255,255,.85);
  outline-offset:2px;
}

:where(.video-grid__vote.is-active, .ws-vgrid__vote.is-active){
  background:
    linear-gradient(145deg, rgba(255,214,120,.18) 0%, rgba(255,180,60,.08) 45%, rgba(0,0,0,.5) 100%),
    linear-gradient(180deg, rgba(32,38,52,.75) 0%, rgba(12,14,22,.94) 100%);
  border-color:rgba(255,210,120,.45);
  box-shadow:
    0 14px 32px rgba(0,0,0,.45),
    inset 0 1px 0 rgba(255,230,160,.25),
    inset 0 -1px 0 rgba(0,0,0,.4);
}

:where(.video-grid__vote--dislike.is-active, .ws-vgrid__vote--dislike.is-active){
  background:rgba(47,26,26,.92);
  border-color:rgba(255,184,184,.34);
}

:where(.video-grid__vote-count, .ws-vgrid__vote-count){
  display:inline-block;
  min-width:1.6em;
  text-align:left;
  font-variant-numeric:tabular-nums;
}

:where(.video-grid__like-fly, .ws-vgrid__like-fly){
  position:absolute;
  z-index:9;
  width:28px;
  height:28px;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#d7f7c8;
  pointer-events:none;
  filter:drop-shadow(0 8px 16px rgba(0,0,0,.28));
  animation:ws-vgrid-like-fly .9s cubic-bezier(.2,.7,.2,1) forwards;
}

:where(.video-grid__like-fly, .ws-vgrid__like-fly) svg{
  width:100%;
  height:100%;
  display:block;
  fill:currentColor;
}

@keyframes ws-vgrid-like-fly{
  0%{
    opacity:0;
    transform:translate3d(0, 0, 0) scale(.72) rotate(0deg);
  }
  15%{
    opacity:1;
    transform:translate3d(0, -4px, 0) scale(1) rotate(-8deg);
  }
  100%{
    opacity:0;
    transform:translate3d(6px, -78px, 0) scale(1.2) rotate(10deg);
  }
}

:where(.video-grid__vote--like, .ws-vgrid__vote--like){
  color:#d7f7c8;
}

:where(.video-grid__vote--dislike, .ws-vgrid__vote--dislike){
  color:#ffe3e3;
}

:where(.video-grid__player, .ws-vgrid__player).is-playing :where(.video-grid__poster, .ws-vgrid__poster){
  opacity:0;
  visibility:hidden;
}

:where(.video-grid__shade, .ws-vgrid__shade){
  position:absolute;
  inset:auto 0 0 0;
  height:56%;
  background:linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.16) 18%, rgba(0,0,0,.58) 48%, rgba(0,0,0,.84) 75%, rgba(0,0,0,.96) 100%);
  z-index:2;
  pointer-events:none;
}

:where(.video-grid__caption, .ws-vgrid__caption){
  position:absolute;
  left:14px;
  right:14px;
  bottom:14px;
  z-index:4;
  display:flex;
  flex-direction:column;
  gap:4px;
  pointer-events:none;
  transition:transform .22s ease, opacity .22s ease;
}

:where(.video-grid__caption-title, .ws-vgrid__caption-title),
:where(.video-grid__caption-title, .ws-vgrid__caption-title) *{
  margin:0;
  color:#fff !important;
  font-size:20px;
  line-height:1.16;
  font-weight:800;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
  overflow:hidden;
  text-shadow:0 2px 12px rgba(0,0,0,.3);
}

:where(.video-grid__caption-text, .ws-vgrid__caption-desc),
:where(.video-grid__caption-text, .ws-vgrid__caption-desc) *,
:where(.video-grid__caption-text, .ws-vgrid__caption-desc) p{
  margin:0;
  color:rgba(255,255,255,.92) !important;
  font-family:var(--font-body, "Montserrat", sans-serif);
  font-size:18px;
  line-height:1.4;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
  overflow:hidden;
  text-shadow:0 2px 12px rgba(0,0,0,.28);
}

:where(.video-grid__caption-text, .ws-vgrid__caption-desc) .ws-vgrid__hl,
:where(.video-grid__caption-text, .ws-vgrid__caption-desc) .ws-vgrid__hl *,
:where(.video-grid__caption-text, .ws-vgrid__caption-desc) mark,
:where(.video-grid__caption-text, .ws-vgrid__caption-desc) mark *{
  display:inline;
  padding:.08em .34em;
  border-radius:.38em;
  background:#FFD152;
  color:#111 !important;
  -webkit-text-fill-color:#111 !important;
  box-decoration-break:clone;
  -webkit-box-decoration-break:clone;
}

:where(.video-grid__bigplay, .ws-vgrid__bigplay){
  position:absolute;
  inset:0;
  margin:auto;
  width:72px;
  height:72px;
  border:none;
  border-radius:999px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:rgba(7,16,43,.52);
  color:#fff;
  cursor:pointer;
  z-index:5;
  -webkit-backdrop-filter:saturate(140%) blur(8px);
  backdrop-filter:saturate(140%) blur(8px);
  box-shadow:0 16px 34px rgba(0,0,0,.24);
  transition:opacity .18s ease, transform .18s ease, background .18s ease;
}

:where(.video-grid__bigplay, .ws-vgrid__bigplay) svg{
  width:28px;
  height:28px;
  display:block;
  fill:currentColor;
}

:where(.video-grid__bigplay, .ws-vgrid__bigplay):hover{
  background:rgba(0,0,0,.65);
  transform:translateY(-1px);
}

:where(.video-grid__player, .ws-vgrid__player).is-playing :where(.video-grid__bigplay, .ws-vgrid__bigplay){
  opacity:0;
  pointer-events:none;
  transform:scale(.92);
}

:where(.video-grid__panel, .ws-vgrid__panel){
  position:absolute;
  left:10px;
  right:10px;
  bottom:10px;
  z-index:6;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  padding:8px 12px;
  min-height:44px;
  border-radius:14px;
  background:rgba(255,255,255,.14);
  border:1px solid rgba(255,255,255,.22);
  -webkit-backdrop-filter:blur(22px) saturate(1.6) contrast(1.05);
  backdrop-filter:blur(22px) saturate(1.6) contrast(1.05);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.10),
    0 10px 30px rgba(0,0,0,.22);
  transition:opacity .18s ease, transform .18s ease;
  opacity:0;
  transform:translateY(10px);
  pointer-events:none;
}

:where(.video-grid__panel, .ws-vgrid__panel)::before{
  content:"";
  position:absolute;
  inset:0;
  border-radius:inherit;
  pointer-events:none;
  background:linear-gradient(to bottom, rgba(255,255,255,.14), rgba(255,255,255,.04) 45%, rgba(255,255,255,0) 100%);
  opacity:.9;
}

:where(.video-grid__panel, .ws-vgrid__panel).is-hidden{
  opacity:0;
  transform:translateY(10px);
  pointer-events:none;
}

:where(.video-grid__panel-main, .ws-vgrid__panel-main),
:where(.video-grid__panel-side, .ws-vgrid__panel-side){
  position:relative;
  z-index:1;
  display:flex;
  align-items:center;
  gap:10px;
}

:where(.video-grid__panel-main, .ws-vgrid__panel-main){
  flex:1 1 auto;
  min-width:0;
}

:where(.video-grid__panel-side, .ws-vgrid__panel-side){
  flex:0 0 auto;
  align-items:center;
}

:where(.video-grid__panel-side, .ws-vgrid__panel-side) > *{
  flex:0 0 auto;
  align-self:center;
}

:where(.video-grid__button, .ws-vgrid__btn){
  all:unset !important;
  box-sizing:border-box !important;
  position:relative !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  flex:0 0 32px !important;
  width:32px !important;
  min-width:32px !important;
  max-width:32px !important;
  height:32px !important;
  min-height:32px !important;
  padding:0 !important;
  margin:0 !important;
  border-radius:999px !important;
  border:1px solid rgba(255,255,255,.22) !important;
  background:rgba(0,0,0,.28) !important;
  box-shadow:none !important;
  cursor:pointer !important;
  color:#fff !important;
  font:0/0 a !important;
  letter-spacing:0 !important;
  text-transform:none !important;
  text-decoration:none !important;
  white-space:normal !important;
  overflow:hidden !important;
  transform:none !important;
  appearance:none !important;
  -webkit-appearance:none !important;
  user-select:none;
  -webkit-tap-highlight-color:transparent;
}

:where(.video-grid__button, .ws-vgrid__btn):focus-visible{
  outline:2px solid #fff;
  outline-offset:2px;
}

:where(.video-grid__button, .ws-vgrid__btn):hover,
:where(.video-grid__button, .ws-vgrid__btn):active,
:where(.video-grid__button, .ws-vgrid__btn):focus,
:where(.video-grid__button, .ws-vgrid__btn):focus-visible{
  background:rgba(0,0,0,.42) !important;
  border-color:rgba(255,255,255,.32) !important;
  box-shadow:none !important;
  color:#fff !important;
  transform:none !important;
  filter:none !important;
}

:where(.video-grid__button, .ws-vgrid__btn) svg{
  width:16px !important;
  height:16px !important;
  display:block !important;
  flex:0 0 auto !important;
  fill:none !important;
  stroke:#fff !important;
  stroke-width:2 !important;
  stroke-linecap:round !important;
  stroke-linejoin:round !important;
  color:#fff !important;
  transform:none !important;
}

.ws-vgrid__btn--play .ws-vgrid-ico-play{
  fill:#fff !important;
  stroke:none !important;
}

.ws-vgrid__btn--play .ws-vgrid-ico-pause,
.ws-vgrid__btn--fs .ws-vgrid-ico-close{
  display:none !important;
}

.ws-vgrid__btn--play.is-playing .ws-vgrid-ico-play,
.ws-vgrid__btn--fs.is-fs .ws-vgrid-ico-open{
  display:none !important;
}

.ws-vgrid__btn--play.is-playing .ws-vgrid-ico-pause,
.ws-vgrid__btn--fs.is-fs .ws-vgrid-ico-close{
  display:block !important;
}

.ws-vgrid__btn--mute .ws-vgrid-ico-cross{
  opacity:0 !important;
}

.ws-vgrid__btn--mute.is-muted .ws-vgrid-ico-wave{
  opacity:0 !important;
}

.ws-vgrid__btn--mute.is-muted .ws-vgrid-ico-cross{
  opacity:1 !important;
}

:where(.video-grid__time, .ws-vgrid__time){
  flex:1 1 auto;
  min-width:0;
  display:flex;
  align-items:center;
  gap:8px;
  font-family:var(--font-body, "Montserrat", sans-serif);
  font-size:13px;
  color:#fff;
}

:where(.video-grid__time-current, .ws-vgrid__time-current),
:where(.video-grid__time-total, .ws-vgrid__time-total){
  width:40px;
  text-align:center;
  opacity:.92;
}

:where(.video-grid__progress, .ws-vgrid__progress){
  position:relative;
  flex:1 1 auto;
  height:4px;
  border-radius:999px;
  background:rgba(255,255,255,.22);
  overflow:hidden;
  cursor:pointer;
}

:where(.video-grid__progress, .ws-vgrid__progress):focus-visible{
  outline:2px solid rgba(255,255,255,.75);
  outline-offset:2px;
}

:where(.video-grid__progress-bar, .ws-vgrid__progress-bar){
  position:absolute;
  inset:0 auto 0 0;
  width:0;
  background:rgba(255,255,255,.92);
  border-radius:inherit;
}

:where(.video-grid__audio, .ws-vgrid__audio){
  display:flex;
  align-items:center;
  justify-content:center;
  position:relative;
  flex:0 0 32px;
  width:32px;
  height:32px;
  min-width:32px;
  margin:0;
  padding:0;
  align-self:center;
}

:where(.video-grid__audio, .ws-vgrid__audio)[hidden]{
  display:none !important;
}

:where(.video-grid__audio-select, .ws-vgrid__audio-select){
  -webkit-appearance:none !important;
  -moz-appearance:none !important;
  appearance:none !important;
  display:block !important;
  width:32px !important;
  min-width:32px !important;
  max-width:32px !important;
  height:32px !important;
  min-height:32px !important;
  padding:0 !important;
  margin:0 !important;
  border-radius:999px !important;
  border:1px solid rgba(255,255,255,.28) !important;
  background:rgba(0,0,0,.55) !important;
  color:rgba(255,255,255,.95) !important;
  font-family:var(--font-body, "Montserrat", sans-serif) !important;
  font-size:11px !important;
  font-weight:800 !important;
  line-height:32px !important;
  text-align:center !important;
  text-align-last:center !important;
  text-indent:0 !important;
  text-transform:none !important;
  background-image:none !important;
  box-shadow:none !important;
  cursor:pointer !important;
  vertical-align:middle !important;
  outline:none !important;
}

:where(.video-grid__audio-select, .ws-vgrid__audio-select) option{
  background:#0b0f14;
  color:#fff;
}

:where(.video-grid__player, .ws-vgrid__player).is-playing :where(.video-grid__caption, .ws-vgrid__caption){
  transform:translateY(-48px);
}

:where(.video-grid__player, .ws-vgrid__player).is-awake :where(.video-grid__panel, .ws-vgrid__panel){
  opacity:1;
  transform:none;
  pointer-events:auto;
}

:where(.video-grid__player, .ws-vgrid__player).is-awake :where(.video-grid__votes, .ws-vgrid__votes){
  transform:translateY(-54px);
}

@media (max-width: 1199.98px){
  :where(.video-grid__grid, .ws-vgrid__grid){
    gap:16px;
  }
}

@media (max-width: 991.98px){
  :where(.video-grid__grid, .ws-vgrid__grid){
    grid-template-columns:1fr;
    gap:14px;
  }
}

@media (max-width: 767.98px){
  :where(.video-grid, .ws-vgrid){
    padding-bottom:32px;
  }

  :where(.video-grid__container, .ws-vgrid__container){
    padding:0 12px;
  }

  :where(.video-grid__header, .ws-vgrid__intro){
    padding:0;
  }

  :where(.video-grid__title, .ws-vgrid__intro-title){
    gap:7px;
  }

  :where(.video-grid__title, .ws-vgrid__intro-title)::before,
  :where(.video-grid__title, .ws-vgrid__intro-title)::after{
    font-size:1em;
  }

  :where(.video-grid__grid, .ws-vgrid__grid){
    grid-template-columns:minmax(0, 1fr);
    gap:16px;
  }

  :where(.video-grid__player, .ws-vgrid__player){
    border-radius:18px;
    aspect-ratio:3 / 2;
  }

  :where(.video-grid__subs, .ws-vgrid__subs){
    top:10px;
    left:10px;
    min-height:30px;
    padding:6px 10px;
    font-size:13px;
  }

  :where(.video-grid__votes, .ws-vgrid__votes){
    right:10px;
    bottom:10px;
    gap:8px;
  }

  :where(.video-grid__vote, .ws-vgrid__vote){
    min-height:30px;
    min-width:64px;
    padding:6px 10px;
    gap:6px;
    font-size:12px;
  }

  :where(.video-grid__vote, .ws-vgrid__vote) svg{
    width:13px;
    height:13px;
  }

  :where(.video-grid__player, .ws-vgrid__player).is-awake :where(.video-grid__votes, .ws-vgrid__votes){
    transform:translateY(-46px);
  }

  :where(.video-grid__caption, .ws-vgrid__caption){
    left:10px;
    right:10px;
    bottom:10px;
    gap:3px;
  }

  :where(.video-grid__caption-title, .ws-vgrid__caption-title),
  :where(.video-grid__caption-title, .ws-vgrid__caption-title) *{
    font-size:15px;
  }

  :where(.video-grid__caption-text, .ws-vgrid__caption-desc),
  :where(.video-grid__caption-text, .ws-vgrid__caption-desc) *,
  :where(.video-grid__caption-text, .ws-vgrid__caption-desc) p{
    font-size:16px;
  }

  :where(.video-grid__subtitle, .ws-vgrid__intro-desc){
    font-size:var(--txt-size);
    line-height:1.42;
  }

  :where(.video-grid__bigplay, .ws-vgrid__bigplay){
    width:60px;
    height:60px;
  }

  :where(.video-grid__bigplay, .ws-vgrid__bigplay) svg{
    width:24px;
    height:24px;
  }

  :where(.video-grid__panel, .ws-vgrid__panel){
    left:8px;
    right:8px;
    bottom:8px;
    padding:6px 8px;
    min-height:38px;
    gap:8px;
  }

  :where(.video-grid__button, .ws-vgrid__btn){
    flex-basis:30px !important;
    width:30px !important;
    min-width:30px !important;
    max-width:30px !important;
    height:30px !important;
    min-height:30px !important;
  }

  :where(.video-grid__button, .ws-vgrid__btn) svg{
    width:15px;
    height:15px;
  }

  :where(.video-grid__time, .ws-vgrid__time){
    gap:6px;
    font-size:11px;
  }

  :where(.video-grid__time-current, .ws-vgrid__time-current),
  :where(.video-grid__time-total, .ws-vgrid__time-total){
    width:32px;
    flex:0 0 32px;
    font-variant-numeric:tabular-nums;
  }

  :where(.video-grid__progress, .ws-vgrid__progress){
    min-width:40px;
    flex:1 1 auto;
  }

  :where(.video-grid__audio, .ws-vgrid__audio){
    flex-basis:30px;
    width:30px;
    min-width:30px;
    height:30px;
  }

  :where(.video-grid__audio-select, .ws-vgrid__audio-select){
    width:30px !important;
    min-width:30px !important;
    max-width:30px !important;
    height:30px !important;
    min-height:30px !important;
    font-size:10px !important;
    line-height:30px !important;
  }

  :where(.video-grid__player, .ws-vgrid__player).is-playing :where(.video-grid__caption, .ws-vgrid__caption){
    transform:translateY(-42px);
  }
}
