.v-very {
  --v-video-product-gap: 18px;
  --v-video-product-text-width: 100%;
  --v-item-list-gap-y: 24px;
  --v-tab-button-font-size: 16px;
  --v-tab-button-padding-bottom: 12px;
  --v-tab-button-font-weight-selected: 700;
}
.v-very .v-tab {
  padding-top: var(--v-tab-button-padding-bottom);
}
.v-very .v-video-player[duration] .v-video-player__duration {
  top: 12px;
  font-size: 16px;
  line-height: 1.3;
}

.v-item-list {
  margin-bottom: 56px;
}

.v-page-body__nodata {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100 - var(--v-site-header-height) - var(--v-bottom-bar-height) - 45px);
  display: flex;
  justify-content: center;
  align-items: center;
}