:root {
  --video-bg: #181818;
  --video-surface: #232323;
  --video-surface-strong: #2a2a2a;
  --video-border: #3a3a3a;
  --video-text: #f4f4f4;
  --video-muted: #aaa;
  --video-pink: #e2268d;
  --video-green: #a8c56f;
  --video-gold: #d9ad4a;
}

html:has(body.videoPageMode),
body.videoPageMode {
  max-width: 100%;
  overflow-x: clip;
}

body.videoPageMode {
  background: var(--video-bg);
}

body.videoPageMode .main-box.videopage {
  width: min(1250px, calc(100% - 48px));
  max-width: 1250px;
  margin-inline: auto;
  padding: 0;
  overflow: visible;
  background: transparent;
}

/* The shared header stays intact, but the film route removes promotional height. */
body.videoPageMode .guestHomeHeader {
  min-height: 58px;
  grid-template-rows: 1fr;
  row-gap: 0;
}

body.videoPageMode header.main .mid-bar > .guestHomeHeader {
  padding-top: 7px;
  padding-bottom: 7px;
}

body.videoPageMode .guestHeaderLogo img {
  max-height: 54px;
}

body.videoPageMode .guestHeaderLibrary {
  align-self: center;
  padding-block: 0;
  font-size: .72rem;
}

body.videoPageMode .guestHeaderPresale a {
  min-height: 34px;
  padding-block: 5px;
  font-size: .75rem;
}

.videoWatchPage,
.videoWatchPage * {
  box-sizing: border-box;
}

.videoWatchPage {
  width: 100%;
  min-width: 0;
  color: var(--video-text);
}

.videoWatchPage a:focus-visible,
.videoWatchPage button:focus-visible,
.videoWatchPage summary:focus-visible,
.videoWatchPage textarea:focus-visible {
  outline: 2px solid var(--video-pink);
  outline-offset: 2px;
}

.videoHero {
  margin: 12px 0 20px;
}

.videoHeroBack {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 8px;
  margin-bottom: 2px;
  color: var(--video-muted);
  font-size: .9rem;
  text-decoration: none;
}

.videoHeroBack:hover,
.videoHeroBack:focus-visible {
  color: #fff;
  text-decoration: none;
}

.videoHeroTitleRow {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.videoHeroTitleRow h1 {
  min-width: 0;
  margin: 0;
  padding: 0;
  color: var(--video-text);
  background: transparent;
  font-size: clamp(1.55rem, 2vw, 1.9rem);
  font-weight: 700;
  line-height: 1.14;
  letter-spacing: -.025em;
}

.videoHeroUtilityRow {
  display: flex;
  min-height: 38px;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 8px;
}

.videoHeroVipBadge {
  display: inline-flex;
  flex: 0 0 auto;
  min-height: 30px;
  align-items: center;
  gap: 6px;
  padding: 4px 10px;
  border: 1px solid rgba(217, 173, 74, .58);
  border-radius: 999px;
  color: #f0c763;
  background: rgba(217, 173, 74, .09);
  font-size: .72rem;
  font-weight: 800;
  white-space: nowrap;
}

.videoHeroMeta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px 8px;
  min-width: 0;
  margin: 0;
  color: var(--video-muted);
  font-size: .9rem;
  line-height: 1.35;
}

.videoHeroMeta a {
  color: #d7d7d7;
  text-decoration: none;
}

.videoHeroMeta .videoHeroPerformer {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.videoHeroPerformer i {
  color: var(--video-pink);
  font-size: .9em;
}

.videoHeroPerformer.is-male i {
  color: #78b7e8;
}

.videoHeroMeta a:hover,
.videoHeroMeta a:focus-visible {
  color: var(--video-pink);
}

.videoHeroMeta > span {
  color: #666;
}

.videoHeroPlayer {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
  background: #080808;
}

.videoWatchPage.noAccess .videoHeroPlayer {
  border-radius: 10px;
}

body.videoPageMode .videoHeroPlayer .w1000,
body.videoPageMode .videoHeroPlayer .player-select-wrap,
body.videoPageMode .videoHeroPlayer .trailer_box,
body.videoPageMode .videoHeroPlayer .video_box {
  width: 100%;
  max-width: none;
  margin: 0;
}

body.videoPageMode .videoHeroPlayer .video-type-select,
body.videoPageMode .videoHeroPlayer .trailer_box,
body.videoPageMode .videoHeroPlayer .video_box {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: #080808;
}

body.videoPageMode .videoHeroPlayer .video-type-select > picture,
body.videoPageMode .videoHeroPlayer .video-type-select > picture img,
body.videoPageMode .videoHeroPlayer .video-type-select > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.videoPageMode .videoHeroPlayer .video-type-select::after {
  position: absolute;
  inset: 38% 0 0;
  z-index: 1;
  content: "";
  pointer-events: none;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, .82));
}

body.videoPageMode .videoHeroPlayer .video-type-select div.buttons {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: flex;
  width: auto;
  height: auto;
  margin: 0;
  padding: 16px;
  align-items: flex-end;
  justify-content: center;
  gap: 10px;
}

body.videoPageMode .videoHeroPlayer .video-type-select div.buttons a.play-btn,
body.videoPageMode .videoHeroPlayer .video-type-select div.buttons a.play-btn:first-child,
body.videoPageMode .videoHeroPlayer .video-type-select div.buttons a.play-btn:last-child {
  display: inline-flex;
  width: auto;
  min-width: 0;
  min-height: 46px;
  margin: 0;
  padding: 0 16px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 1px solid rgba(255, 255, 255, .26);
  border-radius: 9px;
  color: #fff;
  background: rgba(10, 10, 10, .32);
  box-shadow: 0 3px 12px rgba(0, 0, 0, .38);
  font-size: .86rem;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-shadow: 0 2px 5px #000, 0 0 2px #000;
  text-transform: none;
  text-decoration: none;
  cursor: pointer;
}

body.videoPageMode .videoHeroPlayer .video-type-select div.buttons a.trailer-play {
  border-color: rgba(226, 38, 141, .5);
  background: rgba(134, 14, 81, .3);
}

body.videoPageMode .videoHeroPlayer .video-type-select div.buttons a.play-btn:hover,
body.videoPageMode .videoHeroPlayer .video-type-select div.buttons a.play-btn:focus-visible {
  border-color: #fff;
  color: #fff;
  background: rgba(24, 24, 24, .58);
}

body.videoPageMode .videoHeroPlayer .video-type-select div.buttons a.trailer-play:hover,
body.videoPageMode .videoHeroPlayer .video-type-select div.buttons a.trailer-play:focus-visible {
  background: rgba(183, 21, 109, .5);
}

body.videoPageMode .videoHeroPlayer .video-type-select div.buttons a.play-btn .btn,
body.videoPageMode .videoHeroPlayer .video-type-select div.buttons a.play-btn .btn .inside {
  display: inline-flex;
  width: 24px;
  height: 24px;
  margin: 0;
  padding: 0;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 50%;
  color: #fff;
  background: rgba(255, 255, 255, .12);
  line-height: 1;
}

body.videoPageMode .videoHeroPlayer .video-type-select div.buttons a.play-btn .btn .inside {
  background: transparent;
}

body.videoPageMode .videoHeroPlayer .video-type-select div.buttons a.play-btn .btn i {
  font-size: .72rem;
}

.videoPlayerActionLabel {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-size: inherit !important;
}

.videoPlayerActionLabel .videoPlayerActionMain {
  font-size: inherit !important;
}

.videoPlayerActionLabel small {
  color: #fff;
  font-size: 1em;
  font-weight: 800;
  white-space: nowrap;
}

body.videoPageMode .videoHeroPlayer .trailer_box,
body.videoPageMode .videoHeroPlayer .video_box {
  display: none;
}

body.videoPageMode .videoHeroPlayer .trailer_box > *,
body.videoPageMode .videoHeroPlayer .video_box > *,
body.videoPageMode .videoHeroPlayer .player_container,
body.videoPageMode .videoHeroPlayer .video-js {
  width: 100% !important;
  height: 100% !important;
  max-height: none !important;
}

body.videoPageMode .videoHeroPlayer .trailer_box .player,
body.videoPageMode .videoHeroPlayer .video_box .player {
  position: relative;
  width: 100% !important;
  height: 100% !important;
}

body.videoPageMode .videoHeroPlayer .trailer_box .player > video,
body.videoPageMode .videoHeroPlayer .video_box .player > video {
  display: block;
  width: 100% !important;
  max-width: none !important;
  height: 100% !important;
  max-height: none !important;
  object-fit: contain;
  background: #000;
}

.videoTrailerFullBar {
  display: none;
  width: 100%;
  border-top: 1px solid #363636;
  background: #202020;
}

.videoTrailerFullLink {
  display: flex;
  min-height: 44px;
  padding: 8px 14px;
  align-items: center;
  justify-content: center;
  gap: 7px;
  color: #fff;
  font-size: .86rem;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
}

.videoTrailerFullLink strong {
  color: var(--video-pink);
  font: inherit;
}

.videoTrailerFullLink:hover,
.videoTrailerFullLink:focus-visible {
  color: #fff;
  background: #292929;
}

.videoTrailerFullLink i {
  color: var(--video-pink);
  font-size: .72rem;
}

.videoAccessBar {
  position: relative;
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 7px 12px;
  border-top: 1px solid #303030;
  background: var(--video-surface);
}

.videoVipOnlyNotice {
  display: grid;
  gap: 7px;
  margin-top: 10px;
  padding: 12px 14px;
  border: 1px solid rgba(217, 173, 74, .22);
  border-left: 4px solid var(--video-gold);
  background: linear-gradient(180deg, rgba(217, 173, 74, .12), rgba(32, 27, 18, .92));
}

body.videoPageMode .videoHeroPlayer .video-type-select .videoVipOnlyNotice--overlay {
  position: absolute;
  z-index: 5;
  top: 50%;
  right: 14px;
  left: 14px;
  margin: 0;
  transform: translateY(-50%);
  background: linear-gradient(180deg, rgba(24, 21, 15, .9), rgba(32, 27, 18, .96));
  backdrop-filter: blur(6px);
}

.videoVipOnlyNotice strong {
  color: #f4d37d;
  font-size: .96rem;
  font-weight: 800;
}

.videoVipOnlyNotice p {
  margin: 0;
  color: #e7e1cf;
  font-size: .84rem;
  line-height: 1.5;
}

.videoVipOnlyNotice a {
  color: #fff;
  font-weight: 700;
  text-decoration: underline;
}

.videoVipOnlyNotice a:hover,
.videoVipOnlyNotice a:focus-visible {
  color: #f7d98b;
}

.videoAccessDownload {
  flex: 0 0 auto;
  margin-left: auto;
}

.videoAccessDownloadButton {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  gap: 7px;
  padding: 0 10px;
  border-radius: 7px;
  color: #ddd;
  font-size: .78rem;
  font-weight: 700;
  cursor: pointer;
  list-style: none;
}

.videoAccessDownloadButton::-webkit-details-marker { display: none; }
.videoAccessDownloadButton i { color: var(--video-pink); }
.videoAccessDownload[open] .videoAccessDownloadButton,
.videoAccessDownloadButton:hover,
.videoAccessDownloadButton:focus-visible { color: #fff; background: #303030; }

.videoAccessDownload .videoDownloadPopover {
  right: 0;
  left: auto;
}

.videoAccessSummary {
  display: flex;
  min-width: 0;
  flex: 1 1 auto;
  align-items: center;
  gap: 9px;
}

.videoAccessSummary strong {
  overflow: hidden;
  font-size: .88rem;
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.videoAccessIcon {
  display: inline-flex;
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--video-pink);
  background: rgba(226, 38, 141, .12);
}

.videoAccessBar.isAvailable .videoAccessIcon {
  color: var(--video-green);
  background: rgba(168, 197, 111, .12);
}

.videoAccessBar.isVip .videoAccessIcon {
  color: var(--video-gold);
  background: rgba(217, 173, 74, .12);
}

.videoAccessPrice {
  color: #fff;
  font-weight: 800;
  white-space: nowrap;
}

.videoAccessCta {
  display: inline-flex;
  min-height: 34px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin-left: auto;
  padding: 0 11px;
  border-radius: 6px;
  color: #fff;
  background: var(--video-pink);
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.videoAccessCta:hover,
.videoAccessCta:focus-visible {
  color: #fff;
  background: #f02a98;
  text-decoration: none;
}

.videoUnlockButton,
.videoStickyUnlock {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border-radius: 8px;
  color: #fff;
  background: var(--video-pink);
  font-size: .84rem;
  font-weight: 800;
  text-decoration: none;
}

.videoUnlockButton:hover,
.videoUnlockButton:focus-visible,
.videoStickyUnlock:hover,
.videoStickyUnlock:focus-visible {
  color: #fff;
  background: #f02a98;
  text-decoration: none;
}

.videoActionBar {
  display: flex;
  min-height: 36px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: flex-end;
  gap: 0;
  padding: 0;
  background: transparent;
}

.videoAction,
button.videoAction,
summary.videoAction {
  display: inline-flex;
  width: 52px;
  min-width: 52px;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  border-radius: 50%;
  color: #d8d8d8;
  background: transparent;
  font: inherit;
  font-size: .76rem;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  list-style: none;
}

.videoActionBar .videoAction > span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.videoAction::-webkit-details-marker,
.videoActionMenu > summary::-webkit-details-marker {
  display: none;
}

.videoAction:hover,
.videoAction:focus-visible,
.videoActionMenu[open] > summary {
  color: #fff;
  background: #303030;
  text-decoration: none;
}

.videoAction i {
  color: var(--video-pink);
  font-size: 1.8rem;
}

.videoActionMenu {
  position: relative;
}

.videoMoreMenu {
  margin-left: auto;
}

.videoActionPopover {
  position: absolute;
  z-index: 30;
  top: calc(100% + 6px);
  left: 0;
  min-width: 218px;
  padding: 5px;
  border: 1px solid var(--video-border);
  border-radius: 10px;
  background: #252525;
  box-shadow: 0 16px 38px rgba(0, 0, 0, .45);
}

.videoMorePopover {
  right: 0;
  left: auto;
}

.videoActionPopover > strong {
  display: block;
  padding: 4px 7px 6px;
  color: #fff;
  font-size: .78rem;
}

.videoDownloadPopover a,
.videoMorePopover button {
  display: flex;
  width: 100%;
  min-height: 34px;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 5px 7px;
  border: 0;
  border-radius: 7px;
  color: #e5e5e5;
  background: transparent;
  font: inherit;
  font-size: .74rem;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
}

.videoDownloadPopover a {
  justify-content: flex-end;
  text-align: right;
}

.videoMorePopover button {
  justify-content: flex-start;
}

.videoDownloadPopover a:hover,
.videoDownloadPopover a:focus-visible,
.videoMorePopover button:hover,
.videoMorePopover button:focus-visible {
  color: #fff;
  background: #333;
}

.videoDownloadPopover small {
  color: var(--video-muted);
  font-size: .65rem;
  white-space: nowrap;
}

.videoDownloadPopover em {
  color: var(--video-pink);
  font-style: normal;
}

.videoStickyUnlock {
  display: none;
}

.videoContentGrid {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(300px, 1fr);
  gap: 16px;
  align-items: start;
  margin-bottom: 22px;
}

.videoSection {
  min-width: 0;
  margin: 0 0 22px;
}

.videoSection h2 {
  margin: 0;
  padding: 0;
  color: var(--video-text);
  background: transparent;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.25;
}

.videoDescriptionSection {
  padding: 2px 0;
}

.videoDescription {
  max-width: 820px;
  max-height: 174px;
  margin-top: 9px;
  overflow: hidden;
  color: #d3d3d3;
  font-size: .98rem;
  line-height: 1.55;
}

.videoDescription.isExpanded {
  max-height: none;
}

.videoDescription p:first-child { margin-top: 0; }
.videoDescription p:last-child { margin-bottom: 0; }

.videoDescriptionToggle {
  min-height: 38px;
  margin: 2px 0 0;
  padding: 0;
  border: 0;
  color: var(--video-pink);
  background: transparent;
  font: inherit;
  font-size: .82rem;
  font-weight: 700;
  cursor: pointer;
}

.videoTags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 11px;
}

.videoTags a {
  min-height: 20px;
  padding: 2px 6px;
  border-radius: 3px;
  color: #c8c8c8;
  background: #292929;
  font-size: .76rem;
  text-decoration: none;
  white-space: nowrap;
}

.videoTags a:hover,
.videoTags a:focus-visible {
  color: #fff;
  background: #383838;
}

.videoRatingDetails {
  overflow: hidden;
  padding: 14px 16px 8px;
  border-radius: 11px;
  background: var(--video-surface);
}

.videoRating {
  padding: 0 0 13px;
}

.videoRatingHeadline {
  display: flex;
  align-items: baseline;
  gap: 7px;
}

.videoRatingHeadline strong {
  color: var(--video-pink);
  font-size: 1.55rem;
  line-height: 1;
}

.videoRatingHeadline span {
  color: #ededed;
  font-size: .84rem;
}

.videoRatingHeadline b {
  color: #666;
  font-weight: 400;
}

.videoRatingButtons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 7px;
  margin-top: 11px;
}

.videoRatingButtons a {
  display: grid;
  min-height: 44px;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 6px;
  padding: 0 9px;
  border: 1px solid var(--video-border);
  border-radius: 8px;
  color: #d6d6d6;
  background: #292929;
  font-size: .74rem;
  text-decoration: none;
  cursor: pointer;
}

.videoRatingButtons a:hover,
.videoRatingButtons a.active {
  border-color: var(--video-pink);
  color: #fff;
  background: rgba(226, 38, 141, .1);
}

.videoVoteGraphic {
  display: inline-block;
  width: 38px;
  height: 28px;
  background: transparent no-repeat center / contain;
}

.videoRatingButtons .vote-up .videoVoteGraphic {
  background-image: url("../img/penis2.png");
}

.videoRatingButtons .vote-down .videoVoteGraphic {
  background-image: url("../img/penis_horizontal2.png");
}

.videoRatingButtons b { color: #fff; }

#vote-info {
  display: block;
  margin-top: 7px;
  color: var(--video-muted);
  font-size: .75rem;
}

.videoRating #voting-login-first {
  margin: 8px 0 0;
  padding: 8px 10px;
  background-image: none;
  font-size: .76rem;
}

.videoFacts {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding-top: 10px;
  border-top: 1px solid var(--video-border);
}

.videoFactsRow {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.videoFacts span,
.videoFacts a {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  gap: 6px;
  padding: 4px 8px;
  border-radius: 7px;
  color: #d5d5d5;
  background: #292929;
  font-size: .72rem;
  line-height: 1;
  text-decoration: none;
}

.videoFacts i {
  color: var(--video-pink);
  font-size: .82rem;
}

.videoFacts a:hover,
.videoFacts a:focus-visible {
  color: #fff;
  background: #333;
}

.videoSectionHeading {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 11px;
}

.videoSectionHeading > span {
  color: var(--video-muted);
  font-size: .8rem;
}

.videoCommentsSection .videoSectionHeading {
  justify-content: flex-start;
  gap: 5px;
}

.videoSectionHeading > a {
  min-height: 32px;
  color: var(--video-pink);
  font-size: .8rem;
  font-weight: 700;
  text-decoration: none;
}

.videoGalleryRail {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

.videoGalleryItem {
  position: relative;
  display: block;
  min-width: 0;
  overflow: hidden;
  border-radius: 8px;
  background: #101010;
  aspect-ratio: 16 / 10;
}

.videoGalleryItem img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .25s ease;
}

.videoGalleryItem:hover img {
  transform: scale(1.035);
}

.videoGalleryItem.isImageUnavailable::before,
.videoRecommendationThumb.isImageUnavailable::before {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #777;
  background: #202020;
  content: "Zdjęcie niedostępne";
  font-size: .74rem;
}

.videoGalleryMore {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: rgba(0, 0, 0, .58);
  font-size: 1rem;
  font-weight: 800;
}

.videoRecommendationRail {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 11px;
}

@media (min-width: 768px) {
  .videoRecommendationRail > .videoRecommendationCard:nth-child(n+6) {
    display: none;
  }
}

.videoRecommendationCard {
  min-width: 0;
}

.videoRecommendationThumb {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  border-radius: 9px;
  background: #101010;
  aspect-ratio: 16 / 9;
}

.videoRecommendationThumb picture,
.videoRecommendationThumb img,
.videoRecommendationThumb video {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.videoRecommendationThumb video {
  z-index: 2;
  opacity: 0;
}

.videoRecommendationThumb.is-previewing video { opacity: 1; }
.videoRecommendationThumb.is-previewing picture { opacity: 0; }

.videoRecommendationDuration {
  position: absolute;
  z-index: 4;
  right: 6px;
  bottom: 6px;
  padding: 3px 6px;
  border-radius: 4px;
  color: #fff;
  background: rgba(0, 0, 0, .76);
  font-size: .68rem;
  font-weight: 700;
}

.videoRecommendationMeta {
  display: flex;
  min-height: 25px;
  align-items: center;
  justify-content: space-between;
  gap: 7px;
  padding-top: 6px;
}

.videoRecommendationBadge,
.videoRecommendationRating {
  color: var(--video-muted);
  font-size: .68rem;
  font-weight: 700;
}

.videoRecommendationBadge.isVip { color: var(--video-gold); }
.videoRecommendationRating { margin-left: auto; }
.videoRecommendationRating i { color: var(--video-pink); }

.videoRecommendationCard h3 {
  display: -webkit-box;
  min-height: 2.45em;
  margin: 0;
  padding: 0;
  overflow: hidden;
  color: #fff;
  background: transparent;
  font-size: .9rem;
  font-weight: 600;
  line-height: 1.24;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.videoRecommendationCard h3 a {
  color: inherit;
  text-decoration: none;
}

.videoRecommendationCard h3 a:hover { color: var(--video-pink); }

.videoCommentsSection {
  width: 100%;
  margin-bottom: 22px;
}

.videoDiscoveryGrid {
  display: grid;
  grid-template-columns: minmax(300px, 32%) minmax(0, 68%);
  gap: 16px;
  align-items: start;
}

.videoDiscoveryContent {
  min-width: 0;
}

.videoDiscoveryGrid .videoCommentsSection {
  margin: 0;
}

.videoDiscoveryContent .videoRecommendationRail {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.videoCommentForm {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 44px;
  gap: 7px;
  align-items: center;
  padding: 8px;
  border-radius: 10px;
  background: var(--video-surface);
}

.videoCommentIdentity {
  display: none;
  align-items: center;
  gap: 6px;
  font-size: .8rem;
}

.videoCommentIdentity span {
  color: var(--video-gold);
  font-size: .66rem;
  font-weight: 800;
}

.videoCommentForm textarea {
  width: 100%;
  min-height: 42px;
  max-height: 92px;
  margin: 0;
  padding: 9px 11px;
  resize: vertical;
  border: 1px solid var(--video-border);
  border-radius: 8px;
  color: #fff;
  background: #191919;
  font: inherit;
  font-size: .86rem;
}

.videoCommentForm button {
  display: inline-flex;
  width: 44px;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  border-radius: 8px;
  color: #fff;
  background: var(--video-pink);
  font-weight: 800;
  cursor: pointer;
}

.videoCommentForm button span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.videoCommentsLogin {
  margin: 0;
  padding: 12px 14px;
  border-radius: 9px;
  color: var(--video-muted);
  background: var(--video-surface);
}

.videoCommentsLogin a { color: var(--video-pink); font-weight: 700; }

body.videoPageMode #commentsWrap {
  margin-top: 8px;
}

body.videoPageMode #commentsWrap > style { display: none; }

body.videoPageMode ul.comments {
  margin: 0;
  padding: 0;
  list-style: none;
}

body.videoPageMode ul.comments > li {
  margin: 0 0 7px;
  padding: 10px 11px;
  border: 1px solid #333;
  border-radius: 10px;
  color: #ddd;
  background: #202020;
}

body.videoPageMode ul.comments > li.vip_comment_box {
  border-color: rgba(217, 173, 74, .28);
}

body.videoPageMode ul.comments > li > div:first-child {
  color: var(--video-muted);
  font-size: .76rem;
  line-height: 1.45;
}

.videoCommentHeader {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
}

.videoCommentAuthorLine {
  display: flex;
  min-width: 0;
  flex: 1 1 auto;
  align-items: center;
  gap: 5px;
}

.videoCommentIdentityLine {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 5px;
}

.videoCommentDecoration {
  margin-right: -7px;
  font-size: 1rem;
  line-height: 1;
}

.videoCommentAuthor {
  min-width: 0;
  overflow: hidden;
  color: #f0f0f0;
  font-size: .84rem;
  font-weight: 800;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.videoCommentAuthor.isActor { color: #ff72ba; }

.videoCommentVip {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: var(--video-gold);
  font-size: .62rem;
  font-weight: 900;
}

.videoCommentAuthorLine time {
  flex: 0 0 auto;
  color: var(--video-muted);
  font-size: .66rem;
  white-space: nowrap;
}

.videoCommentIgnore,
.videoCommentActions a,
.videoCommentActions button {
  display: inline-flex;
  width: 28px;
  min-width: 28px;
  height: 28px;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  border-radius: 6px;
  color: var(--video-muted);
  background: transparent;
  font: inherit;
  font-size: .78rem;
  text-decoration: none;
  cursor: pointer;
}

.videoCommentIgnore {
  width: 20px;
  min-width: 20px;
  height: 20px;
  border-radius: 0;
  color: #8b8b8b;
  background: transparent !important;
  font-size: .62rem;
  opacity: .78;
}

.videoCommentActions {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 0;
}

.videoCommentIgnore:hover,
.videoCommentIgnore:focus-visible,
.videoCommentActions a:hover,
.videoCommentActions a:focus-visible,
.videoCommentActions button:hover,
.videoCommentActions button:focus-visible {
  color: var(--video-pink);
  background: #303030;
}

.videoCommentIgnore:hover,
.videoCommentIgnore:focus-visible {
  color: var(--video-pink);
  background: transparent !important;
  opacity: 1;
}

.videoCommentMenu {
  position: relative;
  flex: 0 0 auto;
}

.videoCommentMenu > summary {
  display: flex;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  color: var(--video-muted);
  cursor: pointer;
  list-style: none;
}

.videoCommentMenu > summary::-webkit-details-marker { display: none; }
.videoCommentMenu[open] > summary { color: #fff; background: #333; }

.videoCommentMenu > div {
  position: absolute;
  z-index: 20;
  top: calc(100% + 5px);
  right: 0;
  min-width: 210px;
  padding: 7px;
  border: 1px solid var(--video-border);
  border-radius: 9px;
  background: #292929;
  box-shadow: 0 12px 28px rgba(0, 0, 0, .38);
}

.videoCommentMenu a,
.videoCommentMenu button {
  display: flex;
  width: 100%;
  min-height: 40px;
  align-items: center;
  gap: 8px;
  padding: 0 9px;
  border: 0;
  border-radius: 7px;
  color: #ddd;
  background: transparent;
  font: inherit;
  font-size: .76rem;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
}

.videoCommentMenu a:hover,
.videoCommentMenu button:hover { color: #fff; background: #363636; }

body.videoPageMode ul.comments .comment-body {
  margin-top: 4px;
  color: #e2e2e2;
  font-size: .82rem;
  line-height: 1.42;
}

.videoCommentFooter {
  margin-top: 3px;
}

.videoCommentFooter .reply,
.videoCommentAdmin {
  min-height: 34px;
  padding: 0;
  border: 0;
  color: var(--video-pink);
  background: transparent;
  font: inherit;
  font-size: .74rem;
  font-weight: 700;
  cursor: pointer;
}

.videoReplyForm {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
  margin: 9px 0;
}

.videoReplyForm textarea {
  min-height: 44px;
  padding: 10px 12px;
  border: 1px solid var(--video-border);
  border-radius: 8px;
  color: #fff;
  background: #181818;
  font: inherit;
  resize: vertical;
}

.videoReplyForm button,
.videoCommentsMore button {
  min-height: 44px;
  padding: 0 14px;
  border: 0;
  border-radius: 8px;
  color: #fff;
  background: var(--video-pink);
  font-weight: 800;
  cursor: pointer;
}

#commentsWrap > .videoReplyForm { display: none; }
#replyForm.videoReplyForm.isActive { display: grid; }
.videoCommentsMore { margin-top: 10px; text-align: center; }
body.videoPageMode ul.comments ul.comments { margin: 10px 0 0 10px; }
body.videoPageMode ul.comments ul.comments > li { background: #282828; }

body.videoPageMode #footer-main.siteFooter {
  margin-top: 28px;
}

body.videoPageMode #footer-main.siteFooter .siteFooter__inner {
  padding-top: 24px;
}

@media (max-width: 1100px) {
  body.videoPageMode .main-box.videopage {
    width: calc(100% - 40px);
  }

  .videoContentGrid {
    grid-template-columns: minmax(0, 1.85fr) minmax(290px, 1fr);
  }

}

@media (min-width: 768px) and (max-width: 1023px) {
  .videoDiscoveryGrid {
    display: block;
  }

  .videoDiscoveryGrid .videoCommentsSection {
    margin-bottom: 22px;
  }
}

@media (max-width: 767px) {
  body.videoPageMode .main-box.videopage {
    width: 100%;
    max-width: none;
    padding-inline: 4px;
  }

  body.videoPageMode header.main .mid-bar {
    min-height: 0;
  }

  body.videoPageMode:not(.homepageMode):not(.authPageMode) .guestHomeHeader {
    min-height: 60px;
    grid-template-areas: "logo auth menu";
    grid-template-columns: minmax(96px, 1fr) auto 34px;
    grid-template-rows: 1fr;
    column-gap: 4px;
  }

  body.videoPageMode .guestHomeHeader:has(.guestHeaderLogin) {
    grid-template-areas: "logo auth menu";
    grid-template-columns: minmax(96px, 1fr) auto 34px;
    column-gap: 4px;
  }

  body.videoPageMode header.main .mid-bar > .guestHomeHeader {
    padding: 5px 10px;
  }

  body.videoPageMode header.main .mid-bar > .guestHomeHeader:has(.guestHeaderLogin) {
    padding-right: 8px;
    padding-left: 10px;
  }

  body.videoPageMode .guestHeaderLanguage,
  body.videoPageMode .guestHeaderLibrary,
  body.videoPageMode .guestHeaderPresale {
    display: none !important;
  }

  body.videoPageMode .guestHeaderLogo {
    width: min(136px, 35vw);
  }

  body.videoPageMode .guestHeaderLogo img {
    width: 100%;
    max-height: 46px;
  }

  body.videoPageMode .guestHeaderAuth {
    min-width: 0;
    gap: 4px;
  }

  body.videoPageMode .guestHomeHeader:has(.guestHeaderLogin) .guestHeaderAuth {
    gap: 2px;
  }

  body.videoPageMode .guestHeaderVipStatus,
  body.videoPageMode .guestHeaderUser,
  body.videoPageMode .guestHeaderLogin,
  body.videoPageMode .guestHeaderRegister {
    min-height: 34px;
    padding: 0 7px;
    font-size: .7rem;
  }

  body.videoPageMode .guestHomeHeader:has(.guestHeaderLogin) .guestHeaderLogin,
  body.videoPageMode .guestHomeHeader:has(.guestHeaderLogin) .guestHeaderRegister {
    padding-right: 5px;
    padding-left: 5px;
    font-size: .66rem;
  }

  body.videoPageMode .guestHeaderVipStatus:not(.isActive) {
    display: inline-flex;
    width: 34px;
    min-width: 34px;
    padding: 0;
    color: #8f8f8f;
    border-color: #444;
    background-color: #252525;
  }

  body.videoPageMode .guestHeaderMenuButton { min-width: 34px; }
  body.videoPageMode .guestHeaderMenuButton span { display: none; }

  .videoHero {
    display: block;
    margin: 6px 0 18px;
  }

  .videoHeroBack {
    min-height: 38px;
    margin-bottom: 1px;
    font-size: .78rem;
  }

  .videoHeroTitleRow {
    gap: 8px;
  }

  .videoHeroTitleRow h1 {
    display: -webkit-box;
    overflow: hidden;
    font-size: 1.22rem;
    line-height: 1.18;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  .videoHeroVipBadge {
    min-height: 26px;
    padding: 3px 7px;
    font-size: .62rem;
  }

  .videoHeroMeta {
    flex: 1 1 auto;
    min-width: 0;
    gap: 4px 6px;
    margin: 0 6px 0 0;
    font-size: .7rem;
  }

  .videoHeroUtilityRow {
    min-height: 34px;
    gap: 4px;
    margin: 2px 0 7px;
  }

  .videoHeroPlayer {
    min-width: 0;
    width: calc(100% + 8px);
    margin-inline: -4px;
    border-radius: 0;
  }

  .videoWatchPage.noAccess .videoHeroPlayer {
    border-radius: 0;
  }

  body.videoPageMode .videoHeroPlayer .video-type-select div.buttons {
    padding: 6px 8px;
    gap: 5px;
  }

  body.videoPageMode .videoHeroPlayer .video-type-select div.buttons a.play-btn,
  body.videoPageMode .videoHeroPlayer .video-type-select div.buttons a.play-btn:first-child,
  body.videoPageMode .videoHeroPlayer .video-type-select div.buttons a.play-btn:last-child {
    min-height: 36px;
    padding: 3px 8px;
    gap: 5px;
    border-color: rgba(255, 255, 255, .24);
    border-radius: 6px;
    background: rgba(10, 10, 10, .22);
    backdrop-filter: blur(3px);
    font-size: clamp(.6rem, 2.8vw, .7rem);
  }

  body.videoPageMode .videoHeroPlayer .video-type-select div.buttons a.trailer-play {
    border-color: rgba(226, 38, 141, .4);
    background: rgba(134, 14, 81, .24);
  }

  body.videoPageMode .videoHeroPlayer .video-type-select div.buttons a.play-btn .btn,
  body.videoPageMode .videoHeroPlayer .video-type-select div.buttons a.play-btn .btn .inside {
    width: 17px;
    height: 17px;
  }

  .videoPlayerActionLabel {
    flex-direction: column;
    gap: 0;
    line-height: 1.05;
  }

  .videoPlayerActionLabel small {
    margin-top: 2px;
    font-size: .88em;
  }

  .videoAccessBar {
    min-height: 46px;
    padding: 7px 9px;
  }

  .videoAccessSummary {
    width: auto;
    flex: 1 1 auto;
    gap: 7px;
  }

  .videoAccessSummary strong {
    flex: 1 1 auto;
    font-size: .76rem;
  }

  .videoAccessIcon {
    flex-basis: 26px;
    width: 26px;
    height: 26px;
    font-size: .74rem;
  }

  .videoAccessPrice {
    margin-left: auto;
    font-size: .76rem;
  }

  .videoAccessBar .videoUnlockButton { display: none; }

  .videoAccessDownload {
    margin-left: 2px;
  }

  .videoAccessDownloadButton {
    width: 38px;
    min-height: 38px;
    justify-content: center;
    padding: 0;
  }

  .videoAccessDownloadButton span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
  }

  .videoActionBar {
    z-index: 8;
    min-height: 34px;
    justify-content: flex-end;
    gap: 1px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
  }

  .videoAction,
  button.videoAction,
  summary.videoAction {
    width: 34px;
    min-width: 34px;
    min-height: 36px;
    flex: 0 0 34px;
    padding: 0;
    border-radius: 50%;
    font-size: .8rem;
  }

  .videoActionBar .videoAction > span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
  }

  .videoActionBar .videoAction i {
    font-size: .9rem;
  }

  .videoDownloadPopover {
    position: absolute;
    z-index: 100;
    top: calc(100% + 4px);
    right: 0;
    bottom: auto;
    left: auto;
    width: min(250px, calc(100vw - 24px));
    min-width: 0;
    max-height: 62vh;
    overflow-y: auto;
    padding: 6px;
    border-radius: 10px;
  }

  .videoDownloadPopover a,
  .videoMorePopover button {
    min-height: 38px;
    font-size: .74rem;
  }

  .videoStickyUnlock {
    position: fixed;
    z-index: 90;
    right: 12px;
    bottom: 12px;
    left: 12px;
    display: flex;
    min-height: 50px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, .55);
  }

  body.videoPageMode:has(.videoStickyUnlock) .siteFooter {
    padding-bottom: 72px;
  }

  .videoContentGrid {
    display: block;
    margin-bottom: 17px;
  }

  .videoSection {
    margin-bottom: 21px;
  }

  .videoSection h2 {
    font-size: 1.08rem;
  }

  .videoDescription {
    display: -webkit-box;
    max-height: none;
    margin-top: 0;
    overflow: hidden;
    font-size: .92rem;
    line-height: 1.48;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
  }

  .videoDescription.isExpanded {
    display: block;
    -webkit-line-clamp: unset;
  }

  .videoDescriptionToggle {
    min-height: 36px;
  }

  .videoTags {
    gap: 4px;
    flex-wrap: nowrap;
    margin-top: 6px;
    margin-right: -4px;
    overflow-x: auto;
    padding: 0 4px 3px 0;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
  }

  .videoTags::-webkit-scrollbar { display: none; }
  .videoTags a {
    min-height: 18px;
    flex: 0 0 auto;
    padding: 1px 5px;
    border-radius: 2px;
    font-size: .56rem;
    scroll-snap-align: start;
  }

  .videoRatingDetails {
    padding: 9px 10px;
    border-radius: 8px;
  }

  .videoRating {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0;
  }

  .videoRatingHeadline {
    flex: 0 0 auto;
    gap: 4px;
    white-space: nowrap;
  }

  .videoRatingHeadline strong {
    font-size: 1.08rem;
  }

  .videoRatingHeadline span {
    font-size: .68rem;
  }

  .videoRatingButtons {
    display: flex;
    min-width: 0;
    flex: 1 1 auto;
    justify-content: flex-end;
    gap: 3px;
    margin: 0;
  }

  .videoRatingButtons a {
    display: inline-flex;
    min-width: 0;
    min-height: 38px;
    align-items: center;
    gap: 2px;
    padding: 2px 4px;
    border-color: transparent;
    background: transparent;
    font-size: .7rem;
  }

  .videoVoteGraphic {
    width: 29px;
    height: 23px;
  }

  .videoVoteLabel {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
  }

  #vote-info,
  .videoRating #voting-login-first {
    display: none;
  }

  .videoFacts {
    gap: 4px;
    margin-top: 6px;
    padding-top: 7px;
  }

  .videoFactsRow {
    gap: 4px;
  }

  .videoFacts span,
  .videoFacts a {
    min-height: 25px;
    gap: 4px;
    padding: 3px 6px;
    font-size: .62rem;
  }

  .videoFacts i {
    font-size: .72rem;
  }

  .videoDiscoveryGrid {
    display: block;
  }

  .videoDiscoveryGrid .videoCommentsSection {
    margin-bottom: 3px;
  }

  .videoDiscoveryFlow > .videoCommentsSection {
    width: 100%;
    margin-inline: 0;
    margin-bottom: 3px;
  }

  .videoCommentsSection .videoSectionHeading {
    gap: 3px;
    margin-bottom: 3px;
  }

  .videoDiscoveryContent .videoRecommendationRail {
    display: flex;
  }

  .videoGalleryRail,
  .videoRecommendationRail {
    display: flex;
    gap: 10px;
    margin-right: -4px;
    overflow-x: auto;
    padding: 0 4px 5px 0;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .videoGalleryRail::-webkit-scrollbar,
  .videoRecommendationRail::-webkit-scrollbar { display: none; }

  .videoGalleryItem {
    display: block;
    flex: 0 0 80%;
    scroll-snap-align: start;
  }

  .videoRecommendationCard {
    flex: 0 0 78%;
    scroll-snap-align: start;
  }

  .videoRecommendationCard h3 {
    font-size: .86rem;
  }

  .videoCommentForm {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 3px;
    padding: 3px;
  }

  .videoCommentForm textarea {
    min-height: 40px;
    padding: 3px;
    font-size: .78rem;
  }

  .videoCommentForm button {
    width: 42px;
    min-height: 40px;
    padding: 3px;
  }

  body.videoPageMode ul.comments > li {
    margin-bottom: 3px;
    padding: 3px;
  }

  body.videoPageMode ul.comments ul.comments {
    margin: 3px 0 0 3px;
  }

  body.videoPageMode #commentsWrap {
    margin-top: 3px;
  }

  body.videoPageMode #commentsWrap > ul.comments {
    width: calc(100% + 26px);
    margin-inline: -13px;
  }

  body.videoPageMode #commentsWrap > ul.comments > li {
    margin-bottom: 7px;
  }

  .videoCommentHeader,
  .videoCommentAuthorLine {
    gap: 3px;
  }

  .videoCommentAuthor {
    font-size: .8rem;
  }

  body.videoPageMode ul.comments .comment-body,
  .videoCommentFooter,
  .videoCommentsMore {
    margin-top: 3px;
  }

  body.videoPageMode ul.comments .comment-body {
    font-size: .79rem;
  }

  body.videoPageMode ul.comments > li > div,
  body.videoPageMode ul.comments .comment-body {
    padding: 3px;
  }

  .videoReplyForm {
    gap: 3px;
    margin: 3px 0;
  }

  .videoCommentsLogin,
  .videoCommentIgnore,
  .videoCommentActions a,
  .videoCommentActions button,
  .videoReplyForm textarea,
  .videoReplyForm button,
  .videoCommentsMore button,
  .videoCommentAdmin {
    padding: 3px;
  }

  body.videoPageMode #footer-main.siteFooter {
    margin-top: 24px;
  }
}

@media (max-width: 430px) {
  body.videoPageMode .guestHeaderUser span {
    max-width: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .videoHeroVipBadge span { display: none; }
}

@media (max-width: 390px) {
  body.videoPageMode .videoHeroPlayer .video-type-select div.buttons a.play-btn,
  body.videoPageMode .videoHeroPlayer .video-type-select div.buttons a.play-btn:first-child,
  body.videoPageMode .videoHeroPlayer .video-type-select div.buttons a.play-btn:last-child {
    padding-inline: 7px;
  }

  .videoCommentForm {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 340px) {
  body.videoPageMode header.main .mid-bar > .guestHomeHeader:has(.guestHeaderLogin) {
    padding-right: 6px;
    padding-left: 12px;
  }

  body.videoPageMode .guestHomeHeader:has(.guestHeaderLogin) {
    grid-template-areas: "logo auth menu";
    grid-template-columns: minmax(82px, 1fr) auto 28px;
    column-gap: 4px;
  }

  body.videoPageMode .guestHomeHeader:has(.guestHeaderLogin) .guestHeaderAuth {
    gap: 2px;
  }

  body.videoPageMode .guestHomeHeader:has(.guestHeaderLogin) .guestHeaderLogin,
  body.videoPageMode .guestHomeHeader:has(.guestHeaderLogin) .guestHeaderRegister {
    padding-right: 4px;
    padding-left: 4px;
    font-size: .64rem;
  }

  body.videoPageMode .guestHomeHeader:has(.guestHeaderLogin) .guestHeaderMenuButton {
    width: 28px;
    min-width: 28px;
  }
}

/* Viewing screen for users who already have access. */
.videoHeroBack {
  margin-bottom: 10px;
  font-size: 14px;
}

.videoHeroTitleRow h1 {
  font-size: clamp(28px, 2.4vw, 32px);
}

.videoHeroMeta {
  margin: 5px 0 11px;
  font-size: 14px;
}

body.videoPageMode .videoHeroPlayer .video-type-select div.buttons a.trailer-play {
  border-color: rgba(255, 255, 255, .38);
  background: rgba(18, 18, 18, .62);
}

body.videoPageMode .videoHeroPlayer .video-type-select div.buttons a.play-btn.video-full-action {
  border-color: var(--video-pink);
  background: rgba(226, 38, 141, .9);
  box-shadow: 0 8px 24px rgba(226, 38, 141, .28);
}

body.videoPageMode .videoHeroPlayer .video-type-select div.buttons a.play-btn.video-full-action:hover,
body.videoPageMode .videoHeroPlayer .video-type-select div.buttons a.play-btn.video-full-action:focus-visible {
  border-color: #ff65b8;
  background: #e2268d;
}

.videoAccessBar {
  padding: 6px 10px;
}

.videoAccessSummary strong {
  overflow: visible;
  font-size: 14px;
  text-overflow: clip;
  white-space: normal;
}

.videoPlaybackActions {
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: flex-end;
  gap: 2px;
}

.videoPlaybackActions .videoAction,
.videoPlaybackActions button.videoAction,
.videoPlaybackActions summary.videoAction {
  width: auto;
  min-width: 36px;
  min-height: 36px;
  gap: 5px;
  padding: 0 7px;
  border-radius: 6px;
  font-size: 12px;
}

.videoPlaybackActions .videoAction > span {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: nowrap;
}

.videoPlaybackActions .videoAction i {
  font-size: 13px;
}

.videoPlaybackActions .videoAccessDownload,
.videoPlaybackActions .videoMoreMenu {
  flex: 0 0 auto;
  margin: 0;
}

.videoShareMobile {
  display: none;
}

@media (min-width: 768px) {
  .videoPlaybackActions .videoShareDesktop { order: 1; }
  .videoPlaybackActions .videoReportDesktop { order: 2; }
  .videoPlaybackActions .videoAccessDownload { order: 3; }
  .videoPlaybackActions .videoFavoriteAction { order: 4; }
  .videoPlaybackActions .videoMoreMenu { display: none; }
}

.videoDownloadPopover a,
.videoMorePopover button {
  min-height: 44px;
  font-size: 13px;
}

.videoDownloadPopover small {
  font-size: 13px;
}

.videoContentGrid {
  margin-bottom: 22px;
}

.videoSection {
  margin-bottom: 22px;
}

.videoSection h2 {
  font-size: clamp(20px, 1.6vw, 22px);
}

.videoDescription {
  max-height: none;
  margin-top: 8px;
  font-size: 15.5px;
}

.videoDescriptionToggle,
.videoSectionHeading > a,
.videoSectionHeading > span {
  font-size: 13px;
}

.videoTags a {
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  padding: 3px 8px;
  font-size: 13px;
}

.videoRatingDetails {
  padding: 14px 16px;
}

.videoRatingHeadline span,
.videoRatingButtons a,
#vote-info,
.videoRating #voting-login-first {
  font-size: 13px;
}

.videoFactsDisclosure > summary {
  display: none;
  list-style: none;
}

.videoFactsDisclosure > summary::-webkit-details-marker {
  display: none;
}

.videoFacts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
}

.videoFact,
.videoFacts a.videoFact {
  display: grid;
  min-width: 0;
  min-height: 48px;
  grid-template-columns: 18px minmax(0, 1fr);
  align-items: center;
  gap: 7px;
  padding: 6px 8px;
  border-radius: 7px;
  color: #e1e1e1;
  background: #292929;
  text-decoration: none;
}

.videoFact > span {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 2px;
}

.videoFact small {
  overflow: hidden;
  color: var(--video-muted);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.15;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.videoFact strong {
  overflow: hidden;
  color: #f3f3f3;
  font-size: 13px;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.videoFacts a.videoFact:hover,
.videoFacts a.videoFact:focus-visible {
  color: #fff;
  background: #343434;
}

.videoDiscoveryFlow,
.videoDiscoveryFlow > .videoSection {
  width: 100%;
  min-width: 0;
}

.videoCommentsSection {
  margin-bottom: 22px;
}

.videoCommentForm {
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 8px;
  padding: 8px;
}

.videoCommentIdentity {
  display: flex;
  font-size: 14px;
}

.videoCommentIdentity span,
.videoCommentVip {
  font-size: 13px;
}

.videoCommentForm textarea {
  min-height: 44px;
  font-size: 15px;
}

.videoCommentForm button {
  width: auto;
  min-width: 92px;
  min-height: 44px;
  gap: 7px;
  padding: 0 14px;
  font-size: 14px;
}

.videoCommentForm button span {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
}

.videoCommentsEmpty {
  margin: 8px 0 0;
  padding: 10px 12px;
  border-radius: 8px;
  color: var(--video-muted);
  background: #202020;
  font-size: 15px;
}

body.videoPageMode ul.comments .comment-body {
  font-size: 15px;
}

.videoCommentAuthor {
  font-size: 14px;
}

.videoCommentAuthorLine time,
.videoCommentAdmin,
.videoCommentFooter .reply {
  font-size: 13px;
}

.videoCommentIgnore,
.videoCommentActions a,
.videoCommentActions button {
  width: 44px;
  min-width: 44px;
  height: 44px;
}

.videoGalleryItemHidden {
  display: none;
}

.videoRecommendationQuality,
.videoRecommendationRating,
.videoRecommendationBadge,
.videoRecommendationDuration {
  font-size: 13px;
}

.videoRecommendationQuality {
  color: #d3d3d3;
  font-weight: 700;
}

.videoRecommendationPlay {
  position: absolute;
  z-index: 5;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  color: #fff;
  background: rgba(0, 0, 0, .48);
  font-size: 14px;
  font-weight: 800;
  opacity: 0;
  transition: opacity .18s ease;
}

.videoRecommendationThumb:hover .videoRecommendationPlay,
.videoRecommendationThumb:focus-visible .videoRecommendationPlay {
  opacity: 1;
}

.videoRecommendationCard h3 {
  min-height: 0;
  font-size: 15px;
}

@media (max-width: 767px) {
  body.videoPageMode .guestHeaderAuth {
    gap: 3px;
    margin-left: -4px;
  }

  body.videoPageMode .guestHeaderAuth .guestHeaderVipStatus.isActive {
    min-width: 52px;
    padding-inline: 4px;
    gap: 3px;
  }

  body.videoPageMode .guestHeaderVipStatus.isActive i {
    font-size: .64rem;
  }

  body.videoPageMode .guestHeaderVipStatus.isActive strong {
    font-size: .68rem;
    letter-spacing: .02em;
  }

  body.videoPageMode .guestHeaderUser {
    min-width: 72px;
    max-width: 112px;
    padding-inline: 6px;
  }

  body.videoPageMode .guestHeaderUser i {
    margin-right: 4px;
  }

  body.videoPageMode .guestHeaderUser span {
    max-width: 84px;
  }

  .videoHero {
    margin: 4px 0 8px;
  }

  .videoHeroBack {
    min-height: 28px;
    gap: 4px;
    margin-bottom: 0;
    font-size: 10px;
  }

  .videoHeroBack i {
    font-size: 9px;
  }

  .videoHeroTitleRow h1 {
    font-size: clamp(19px, 5.6vw, 22px);
  }

  .videoHeroMeta {
    flex-wrap: nowrap;
    gap: 5px;
    margin: 2px 0 6px;
    overflow-x: auto;
    font-size: 13px;
    white-space: nowrap;
    scrollbar-width: none;
  }

  .videoHeroMeta::-webkit-scrollbar {
    display: none;
  }

  body.videoPageMode .videoHeroPlayer .video-type-select div.buttons {
    gap: 7px;
    padding: 8px;
  }

  body.videoPageMode .videoHeroPlayer .video-type-select div.buttons a.play-btn,
  body.videoPageMode .videoHeroPlayer .video-type-select div.buttons a.play-btn:first-child,
  body.videoPageMode .videoHeroPlayer .video-type-select div.buttons a.play-btn:last-child {
    min-height: 44px;
    padding: 4px 10px;
    font-size: 13px;
  }

  .videoAccessBar {
    width: calc(100% + 8px);
    margin-inline: -4px;
    min-height: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 0;
  }

  .videoAccessSummary {
    width: 100%;
    min-height: 30px;
    gap: 6px;
    padding: 2px 7px;
  }

  .videoAccessSummary strong {
    font-size: 11px;
  }

  .videoAccessIcon {
    width: 20px;
    height: 20px;
    flex-basis: 20px;
    font-size: 9px;
  }

  .videoAccessPrice {
    font-size: 10px;
  }

  .videoAccessCta {
    min-height: 26px;
    gap: 3px;
    padding: 0 7px;
    border-radius: 4px;
    font-size: 9px;
  }

  .videoPlaybackActions {
    width: 100%;
    min-height: 32px;
    justify-content: stretch;
    gap: 0;
    border-top: 1px solid #343434;
  }

  .videoPlaybackActions > .videoAction,
  .videoPlaybackActions > .videoActionMenu {
    min-width: 0;
    flex: 1 1 0;
  }

  .videoPlaybackActions .videoAction,
  .videoPlaybackActions button.videoAction,
  .videoPlaybackActions summary.videoAction,
  .videoPlaybackActions .videoAccessDownloadButton {
    width: 100%;
    min-width: 0;
    min-height: 32px;
    gap: 2px;
    padding: 0 1px;
    border-radius: 0;
    font-size: 10px;
  }

  .videoShareDesktop {
    display: inline-flex !important;
    order: 1;
  }

  .videoReportDesktop {
    display: inline-flex !important;
    order: 2;
  }

  .videoPlaybackActions .videoAccessDownload { order: 3; }
  .videoPlaybackActions .videoFavoriteAction { order: 4; }
  .videoPlaybackActions .videoMoreMenu { display: none; }

  .videoPlaybackActions .videoAction i {
    font-size: 12px;
  }

  .videoShareMobile {
    display: flex;
  }

  .videoAccessDownload .videoDownloadPopover {
    position: absolute;
    z-index: 130;
    top: calc(100% + 4px);
    right: 0;
    bottom: auto;
    left: auto;
    width: 112px;
    min-width: 112px;
    max-height: none;
    overflow-y: auto;
    padding: 4px;
    border-radius: 8px;
  }

  .videoAccessDownload .videoDownloadPopover > strong {
    padding: 2px 4px 3px;
    font-size: 10px;
  }

  .videoDownloadPopover a {
    min-height: 27px;
    padding: 1px 4px;
    font-size: 10px;
  }

  .videoMoreMenu .videoMorePopover {
    position: fixed;
    z-index: 130;
    top: auto;
    right: 12px;
    bottom: 12px;
    left: 12px;
    width: auto;
    min-width: 0;
    max-height: min(68vh, 520px);
    overflow-y: auto;
    padding: 8px;
    border-radius: 12px;
  }

  .videoMorePopover button {
    min-height: 48px;
    font-size: 15px;
  }

  .videoSection {
    margin-bottom: 22px;
  }

  .videoSection h2 {
    font-size: 20px;
  }

  .videoDescription {
    display: block;
    margin-top: 0;
    font-size: 13px;
    line-height: 1.4;
    overflow: visible;
    -webkit-line-clamp: unset;
  }

  .videoDescriptionToggle {
    display: none !important;
  }

  .videoTags a {
    min-height: 0;
    padding: 1px 4px;
    border-radius: 3px;
    font-size: 11px;
    line-height: 1.2;
  }

  .videoTags {
    margin-top: 11px;
  }

  .videoDescriptionSection {
    margin-bottom: 0;
  }

  .videoDescriptionToggle,
  .videoSectionHeading > a,
  .videoRatingButtons a {
    min-height: 44px;
  }

  .videoRatingDetails {
    margin-top: 8px;
    padding: 8px;
  }

  .videoRatingHeadline span,
  .videoRatingButtons a {
    font-size: 11px;
  }

  .videoRating {
    gap: 4px;
  }

  .videoRatingHeadline strong {
    font-size: 15px;
  }

  .videoRatingButtons a {
    min-height: 32px;
    padding: 0 2px;
  }

  .videoVoteGraphic {
    width: 22px;
    height: 18px;
  }

  .videoFactsDisclosure {
    margin-top: 6px;
    border-top: 1px solid var(--video-border);
  }

  .videoFactsDisclosure > summary {
    display: none;
  }

  .videoFactsDisclosure > summary span {
    flex: 0 0 auto;
    font-size: 15px;
    font-weight: 800;
  }

  .videoFactsDisclosure > summary small {
    overflow: hidden;
    color: var(--video-muted);
    font-size: 13px;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .videoFactsDisclosure[open] > summary small {
    display: none;
  }

  .videoFacts {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2px;
    margin: 0;
    padding-top: 3px;
  }

  .videoFact,
  .videoFacts a.videoFact {
    display: grid;
    min-height: 18px;
    grid-template-columns: 14px minmax(0, 1fr);
    align-items: center;
    gap: 5px;
    padding: 0 3px;
    text-align: left;
  }

  .videoFact small {
    display: none;
  }

  .videoFact > i {
    display: inline-flex;
    width: 14px;
    height: 14px;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    line-height: 1;
  }

  .videoFact > span {
    display: block;
    width: auto;
    min-height: 0;
    min-width: 0;
    padding: 0;
    border-radius: 0;
    background: transparent;
  }

  .videoFact strong {
    display: block;
    overflow: hidden;
    font-size: 11px;
    line-height: 1;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .videoDiscoveryFlow > .videoCommentsSection {
    width: 100%;
    margin-inline: 0;
  }

  .videoCommentForm {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 4px;
    padding: 4px;
  }

  .videoCommentIdentity {
    grid-column: 1 / -1;
    font-size: 14px;
  }

  .videoCommentHeader {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 2px;
  }

  .videoCommentAuthorLine {
    min-width: 0;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 0;
    overflow: hidden;
  }

  .videoCommentIdentityLine {
    width: 100%;
    gap: 2px;
  }

  .videoCommentDecoration {
    display: inline-flex;
    width: 22px;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    margin-right: 0;
    transform: translateY(-2px);
  }

  .videoCommentAuthorLine time {
    margin-top: 1px;
    font-size: 10px;
    line-height: 1.1;
  }

  .videoCommentAuthorLine:has(.videoCommentDecoration) time {
    margin-left: 24px;
  }

  .videoCommentAuthor {
    font-size: 12px;
  }

  .videoCommentActions {
    justify-self: end;
    gap: 0;
    margin-left: auto;
  }

  .videoCommentActions a,
  .videoCommentActions button {
    width: 22px;
    min-width: 22px;
    height: 26px;
    padding: 0;
    font-size: 12px;
  }

  .videoCommentIgnore {
    width: 18px;
    min-width: 18px;
    height: 22px;
    padding: 0;
    font-size: 10px;
  }

  .videoCommentForm textarea {
    min-height: 76px;
    max-height: 160px;
    padding: 7px 8px;
    font-size: 15px;
  }

  .videoCommentForm button {
    min-width: 88px;
    min-height: 44px;
    padding: 0 12px;
  }

  .videoGalleryItemHidden {
    display: block;
  }

  .videoGalleryMore {
    display: none;
  }

  .videoGalleryItem {
    flex-basis: 80%;
  }

  .videoRecommendationCard {
    flex-basis: 80%;
  }

  .videoRecommendationCard h3,
  body.videoPageMode ul.comments .comment-body {
    font-size: 13px;
  }

  body.videoPageMode ul.comments .comment-body {
    line-height: 1.35;
  }

  .videoCommentAdmin {
    min-height: 24px;
    font-size: 12px;
    line-height: 1.2;
  }

  .videoRecommendationPlay {
    display: none;
  }

  body.videoPageMode #commentsWrap > ul.comments {
    width: 100%;
    margin-inline: 0;
  }

  body.videoPageMode ul.comments > li {
    margin-bottom: 4px;
    padding: 5px;
  }

  body.videoPageMode #commentsWrap > ul.comments > li {
    margin-bottom: 4px;
  }

  body.videoPageMode ul.comments ul.comments {
    margin: 4px 0 0 4px;
  }

  body.videoPageMode ul.comments .comment-body {
    margin-top: 2px;
    padding: 2px;
  }

  body.videoPageMode #commentsWrap {
    margin-top: 4px;
  }

  body.videoPageMode #footer-main.siteFooter {
    margin-top: 20px;
  }
}

@media (max-width: 390px) {
  .videoCommentForm textarea,
  .videoCommentForm button {
    grid-column: 1;
    width: 100%;
  }

  .videoCommentForm button {
    min-width: 0;
  }
}

@media (max-width: 340px) {
  .videoFacts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
