/*
 * TFJP single actions layout 1.0.32
 * Layout only. No colors/theme/player changes.
 */
.vv-video .vv-video-head{
  display:block!important;
  grid-template-columns:none!important;
}
.vv-video .vv-video-title{
  width:100%!important;
  min-width:0!important;
}
.vv-video .vv-video-actions{
  width:100%!important;
  min-width:0!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  flex-wrap:wrap!important;
  gap:6px!important;
  margin-top:9px!important;

  /* TFJP needs slightly tighter spacing below than Hentai/BUNKR. */
  margin-bottom:-4px!important;
}
.vv-video .vv-video-actions .vv-video-action,
.vv-video .vv-video-actions .vv-favorite{
  width:auto!important;
  min-width:0!important;
  max-width:none!important;
  flex:0 0 auto!important;
  white-space:nowrap!important;
}
