.sc-watch-main {
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

body.girl-profile.layout-2 {
  background: radial-gradient(circle at 90% 0, #ffe7ef 0, transparent 31%), var(--bg);
}

body.dark-mode.girl-profile.layout-2 {
  background:
    radial-gradient(
      circle at 88% 0,
      rgba(242, 88, 121, 0.14) 0,
      transparent 34%
    ),
    linear-gradient(180deg, #1b1819 0, #151314 100%);
}

body.girl-profile.layout-2 #mainContainer {
  display: block;
}

body.girl-profile.layout-2 #header {
  min-height: 60px;
}

body.girl-profile.layout-2 #logo,
body.girl-profile.layout-2 #logoLS {
  max-height: 54px;
  width: auto;
}

@media (min-width: 992px) {
  body.girl-profile.layout-2 .sc-watch-shell {
    width: min(1180px, calc(100% - 48px));
  }
}

.sc-watch-video-wrap {
  min-height: 0;
  background: transparent;
}

.sc-watch-video-wrap video {
  width: 100%;
  height: auto;
  max-height: none;
  aspect-ratio: auto;
}

.sc-watch-copy h1 {
  margin-top: 0;
  font-size: clamp(20px, 2.35vw, 30px);
  line-height: 1.3;
  letter-spacing: -0.025em;
}

.sc-comments-head h2 {
  margin-top: 0;
}

@media (max-width: 700px) {
  .sc-watch-main {
    border-radius: 0;
  }

  .sc-watch-copy h1 {
    font-size: 20px;
    line-height: 1.4;
  }

  .sc-watch-video-wrap {
    min-height: 0;
  }

  body.girl-profile.layout-2 {
    padding-bottom: 70px;
  }

  body.girl-profile.layout-2 #logo,
  body.girl-profile.layout-2 #logoLS {
    max-height: 40px;
  }
}
