/* RV_VIDEO_TITLE_EDIT_EPISODE_EDITOR_V47_20260529 */
.rvte47{
  margin-top:28px;
  border:1px solid rgba(255,255,255,.14);
  border-radius:26px;
  background:linear-gradient(180deg,rgba(255,255,255,.085),rgba(255,255,255,.045));
  box-shadow:0 24px 72px rgba(0,0,0,.30);
  color:#fff;
  padding:24px;
  scroll-margin-top:190px;
}

.rvte47 *{box-sizing:border-box}

.rvte47-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:18px;
  margin-bottom:18px;
}

.rvte47-kicker{
  margin:0;
  color:#ffd2d9;
  font-size:.72rem;
  font-weight:950;
  letter-spacing:.15em;
  text-transform:uppercase;
}

.rvte47 h2{
  margin:7px 0 0;
  color:#fff;
  font-size:clamp(1.8rem,2.8vw,3.15rem);
  line-height:1;
  letter-spacing:-.06em;
  font-weight:950;
}

.rvte47-head p,
.rvte47-body p,
.rvte47-standalone p{
  color:rgba(255,255,255,.68)!important;
  font-weight:760;
  line-height:1.5;
}

.rvte47-actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  justify-content:flex-end;
}

.rvte47-btn,
.rvte47-season-actions a{
  min-height:42px;
  padding:0 14px;
  border-radius:10px;
  border:1px solid rgba(255,255,255,.16);
  background:rgba(255,255,255,.10);
  color:#fff!important;
  text-decoration:none!important;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-size:.84rem;
  font-weight:950;
  cursor:pointer;
}

.rvte47-btn.primary,
.rvte47-card-actions a.primary{
  background:#fff!important;
  border-color:#fff!important;
  color:#050910!important;
}

.rvte47-standalone,
.rvte47-empty{
  border:1px dashed rgba(255,255,255,.18);
  border-radius:18px;
  background:rgba(255,255,255,.045);
  padding:18px;
  color:rgba(255,255,255,.76);
  font-weight:850;
  line-height:1.55;
}

.rvte47-empty a{
  color:#fff!important;
  font-weight:950;
}

.rvte47-season{
  margin-top:22px;
  border:1px solid rgba(255,255,255,.10);
  border-radius:22px;
  background:rgba(0,0,0,.16);
  padding:18px;
}

.rvte47-season-head{
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:14px;
  margin-bottom:14px;
}

.rvte47-season-head h3{
  margin:0;
  color:#fff;
  font-size:clamp(1.35rem,2.1vw,2.25rem);
  line-height:1;
  letter-spacing:-.05em;
  font-weight:950;
}

.rvte47-season-head span{
  color:rgba(255,255,255,.62);
  font-size:.85rem;
  font-weight:900;
}

.rvte47-grid{
  display:grid;
  grid-template-columns:repeat(auto-fill,minmax(280px,1fr));
  gap:14px;
}

.rvte47-card{
  overflow:hidden;
  border:1px solid rgba(255,255,255,.13);
  border-radius:18px;
  background:rgba(255,255,255,.055);
}

.rvte47-art{
  position:relative;
  aspect-ratio:16/9;
  overflow:hidden;
  background:#101722;
}

.rvte47-art img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.rvte47-art::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,transparent 35%,rgba(0,0,0,.72));
}

.rvte47-art span{
  position:absolute;
  z-index:2;
  top:10px;
  left:10px;
  min-height:28px;
  padding:0 9px;
  border-radius:999px;
  background:rgba(0,0,0,.62);
  border:1px solid rgba(255,255,255,.20);
  color:#fff;
  display:inline-flex;
  align-items:center;
  font-size:.72rem;
  font-weight:950;
  text-transform:uppercase;
}

.rvte47-body{
  padding:14px;
}

.rvte47-label{
  display:inline-flex;
  align-items:center;
  min-height:28px;
  padding:0 9px;
  margin-bottom:9px;
  border-radius:999px;
  background:rgba(229,9,47,.16);
  border:1px solid rgba(229,9,47,.32);
  color:#ffd2d9;
  font-size:.72rem;
  font-weight:950;
  letter-spacing:.07em;
  text-transform:uppercase;
}

.rvte47-body h4{
  margin:0;
  color:#fff;
  font-size:1.05rem;
  line-height:1.14;
  font-weight:950;
}

.rvte47-meta{
  margin:7px 0 0!important;
  color:rgba(255,255,255,.58)!important;
  font-size:.8rem;
  font-weight:850!important;
}

.rvte47-card-actions{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:8px;
  margin-top:14px;
}

.rvte47-card-actions a{
  min-height:36px;
  border-radius:9px;
  background:rgba(255,255,255,.10);
  color:#fff!important;
  text-decoration:none!important;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:.8rem;
  font-weight:950;
}

.rvte47-season-actions{
  margin-top:14px;
}

@media(max-width:760px){
  .rvte47-head,
  .rvte47-season-head{
    display:block;
  }

  .rvte47-actions{
    justify-content:flex-start;
    margin-top:14px;
  }

  .rvte47-actions,
  .rvte47-card-actions{
    display:grid;
    grid-template-columns:1fr;
  }

  .rvte47-btn,
  .rvte47-card-actions a,
  .rvte47-season-actions a{
    width:100%;
  }
}

/* RV_VIDEO_TITLE_EPISODE_EDITOR_V48_20260529 */
.rvte48{
  outline:1px solid rgba(56,242,157,.20);
}
.rvte48 .rvte47-head h2::after{
  content:"";
  display:inline-block;
  width:8px;
  height:8px;
  margin-left:10px;
  border-radius:50%;
  background:#38f29d;
  box-shadow:0 0 0 5px rgba(56,242,157,.13);
}
.rvte48 .rvte47-card-actions a.primary{
  font-size:.86rem;
}
