/* mal:hka-youtube-hero — GHL funnel hero (#video-aOVsksMfxl), matches hkartschool.com */

.hl_page-preview--content figure.hka-studio-interior {
  width: 50%;
  max-width: 100%;
  margin: 0 auto 1rem;
  overflow: visible;
  border: none;
  box-shadow: none;
  background: transparent;
}

.hl_page-preview--content figure.hka-studio-interior img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 22px;
  box-shadow: 0 16px 38px rgba(46, 58, 61, 0.08);
  border: 1px solid rgba(31, 42, 45, 0.08);
}

.hl_page-preview--content figure.hka-studio-interior .hka-studio-interior-caption,
.hl_page-preview--content figure.hka-studio-interior figcaption {
  margin: 0.65rem 0 0;
  text-align: center;
  font-size: 0.92rem;
  line-height: 1.45;
  color: #5c6668;
  letter-spacing: 0.01em;
}

.hl_page-preview--content figure.video-container.w-1-2 {
  width: 50%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

/* mal-unified sets iframe { height: auto } — restore GHL absolute fill */
.hl_page-preview--content #video-aOVsksMfxl .iframe-container[data-v-2f714085] {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  background: #000;
}

.hl_page-preview--content #video-aOVsksMfxl iframe[data-v-2f714085] {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  border: none;
}

@media screen and (max-width: 767px) {
  .hl_page-preview--content figure.hka-studio-interior,
  .hl_page-preview--content figure.video-container.w-1-2 {
    width: 100%;
  }
}
