h2 {
  margin: 0;
}
/* Player */
.vod-player-info {
  background-color: #000;
  padding: 16px;
}
.vod-player-info-text span {
  font-size: 20px;
  font-weight: 700;
}
.vod-player-info-img {
  width: 120px;
  height: 80px;
  background-size: contain;
  background-repeat: no-repeat;
}
.vod-player-info-description span {
  font-size: 18px;
  font-weight: 700;
  color: #D9D9D9;
}
/* .vod-player-info-description .paragraph {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  position: relative;
}
.vod-player-info-description .paragraph.open {
  -webkit-line-clamp: initial;
}
.vod-player-info-description .more-less {
  font-weight: normal;
  transition: 0.2s ease-in;
}
.vod-player-info-description .more-less:hover {
  color: #FFF;
} */
/* .vod-player-info-text span:last-child {
  font-weight: 300;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
} */
.video-date, .video-date span {
  color: #6d6d6d;
  font-weight: 700;
}
.vod-icons {
  cursor: pointer;
}
.vod-icons span {
  font-weight: 300;
}
.vod-icons div:hover svg path {
  transition: 0.5s ease;
  fill: #FFF;
}
.vod-icons div:nth-child(3):hover svg path:first-child {
  fill: none;
}
.vod-share-content.p-right {
  position: absolute;
  display: flex;
  gap: 16px;
  background: #662366;
  padding: 4px 10px;
  border-radius: 32px;
  opacity: 0;
  z-index: 3;
  height: auto;
  flex-direction: row;
  top: 0;
  left: 44px;
  transition: 0.2s ease;
  overflow: hidden;
  transform: translate(-20px, 0);
  pointer-events: none;
}
.vod-share-content {
  position: absolute;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  gap: 16px;
  background: #662366;
  padding: 4px 10px;
  border-radius: 32px;
  opacity: 0;
  z-index: 3;
  height: 0;
  transition: 0.2s ease;
  overflow: hidden;
  transform: translate(-4px, 0);
}
.vod-share-content a, .vod-share-content div {
  color: #FFF;
  font-size: 24px;
  transition: 0.2s ease;
}
.vod-share-content a:hover, .vod-share-content div:hover {
  transform: scale(1.2);
}
.vod-share-content.open {
  height: 162px;
  opacity: 1;
  justify-content: center;
  align-items: center;
  transform: translate(-7px, 40px);
  overflow: visible;
  pointer-events: auto;
}
.vod-share-content.p-right.open {
  height: auto;
  opacity: 1;
  width: auto;
  justify-content: center;
  align-items: center;
  transform: translate(0, 0);
  overflow: visible;
  pointer-events: auto;
}
.vod-share-content.p-right::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 6px;
  left: -5px;
  border-top: 15px solid transparent;
  border-right: 15px solid #662366;
  border-left: none;
  border-bottom: 15px solid transparent;
}
.vod-share-content::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: -6px;
  border-top: none;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-bottom: 15px solid #662366;
}

/* No subscribe */
.vod-no-subscribe {
  padding: 88px 32px;
  background: #25272A;
}
.vod-no-subscribe button {
  margin-top: 24px;
  padding: 8px 24px;
}
.vod-no-subscribe-info {
  padding: 72px;
}
.vod-no-subscribe-info .title {
  font-size: 24px;
}
.vod-no-subscribe-info .date span {
  color: #D9D9D9;
}
.vod-no-subscribe-info .date span, .vod-no-subscribe-info .description span {
  font-size: 20px;
}

.ppv-vod-carousel {
  margin: 32px auto;
}

@media (max-width: 870px) {
  .vod-player-info-content {
    flex-direction: column;
  }
}
@media (max-width: 610px) {
  .vod-player-info {
    flex-direction: column;
  }
  .vod-no-subscribe-info {
    padding: 72px 0;
  }
}