/* RV_VIDEO_EPISODE_EDIT_CONTROLS_V46_20260529 */
.rvtd46-owner-tools{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  margin:0 0 18px;
  padding:16px;
  border:1px solid rgba(56,242,157,.30);
  border-radius:18px;
  background:linear-gradient(90deg,rgba(56,242,157,.12),rgba(255,255,255,.05));
  color:#fff;
}

.rvtd46-owner-tools strong{
  color:#fff;
  font-size:1rem;
  font-weight:950;
}

.rvtd46-owner-tools span{
  color:rgba(255,255,255,.68);
  font-weight:760;
}

.rvtd46-owner-tools a{
  min-height:38px;
  padding:0 13px;
  border-radius:10px;
  background:#fff;
  color:#050910!important;
  text-decoration:none!important;
  font-size:.82rem;
  font-weight:950;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  white-space:nowrap;
}

.rvtd45-episode-actions .rvtd45-edit-btn,
#rv-title-episodes-v40 .rvv40-ep-actions a.primary,
.rv-studio-episode-list a.rv-studio-mini-btn{
  background:#fff!important;
  border-color:#fff!important;
  color:#050910!important;
  font-weight:950!important;
}

#rv-title-episodes-v40 .rvv40-ep-meta{
  color:#ffd2d9!important;
  font-weight:950!important;
}

@media(max-width:760px){
  .rvtd46-owner-tools{
    display:grid;
    grid-template-columns:1fr;
  }

  .rvtd46-owner-tools a{
    width:100%;
  }
}
