/* Scoped from temp.html: .honor600series .section-aibutton → .pcp-ai-button-video */

.pcp-ai-button-video * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.pcp-ai-button-video .object-contain {
  object-fit: contain;
}

.pcp-ai-button-video .section-aibutton .aibutton-container {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.pcp-ai-button-video .section-aibutton .copy-wrapper {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 13.5416666667vw;
  transform: translateY(-50%);
  width: 29.8958333333vw;
}

.pcp-ai-button-video .section-aibutton .common-title {
  font-size: 2.5vw;
  font-weight: 600;
  line-height: 1.2;
  color: #000;
}

.pcp-ai-button-video .section-aibutton .common-copy {
  margin-top: 1.5625vw;
  font-size: 0.9375vw;
  font-weight: 400;
  line-height: 1.55;
  color: #000;
}

@media (max-aspect-ratio: 12/10) and (max-width: 1025px) {
  .pcp-ai-button-video .section-aibutton .copy-wrapper {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    width: 87.2vw;
    margin: 0 auto;
  }

  .pcp-ai-button-video .section-aibutton .common-title {
    font-size: 7.4666666667vw;
  }

  .pcp-ai-button-video .section-aibutton .common-copy {
    margin-top: 4.2666666667vw;
    font-size: 3.7333333333vw;
  }
}

.pcp-ai-button-video .section-aibutton .video-wrapper {
  position: relative;
  height: 51.0416666667vw;
}

.pcp-ai-button-video-moShow {
  display: none !important;
}

@media (max-aspect-ratio: 12/10) and (max-width: 1025px) {
  .pcp-ai-button-video-pcShow {
    display: none !important;
  }

  .pcp-ai-button-video-moShow {
    display: block !important;
  }
}

.pcp-ai-button-video .section-aibutton .pcp-ai-button-video-media,
.pcp-ai-button-video .section-aibutton .pcp-ai-button-video-media video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media (max-aspect-ratio: 12/10) and (max-width: 1025px) {
  .pcp-ai-button-video .section-aibutton .video-wrapper {
    height: 181.0666666667vw;
    margin-top: -66.6666666667vw;
  }
}

.pcp-ai-button-video .section-aibutton .video-wrapper .videoBtn {
  position: absolute;
  bottom: 2.0833333333vw;
  right: 13.0208333333vw;
  width: 2.0833333333vw;
  height: 2.0833333333vw;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  overflow: visible;
}

@media (max-aspect-ratio: 12/10) and (max-width: 1025px) {
  .pcp-ai-button-video .section-aibutton .video-wrapper .videoBtn {
    bottom: 5.3333333333vw;
    right: 5.3333333333vw;
    width: 8.5333333333vw;
    height: 8.5333333333vw;
  }
}

.pcp-ai-button-video .section-aibutton .video-wrapper .videoBtn:focus-visible {
  outline: 2px solid #000;
  outline-offset: 3px;
  border-radius: 50%;
}

.pcp-ai-button-video .section-aibutton .video-wrapper .videoBtn:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}

.pcp-ai-button-video .section-aibutton .video-wrapper .videoBtn .icon-play,
.pcp-ai-button-video .section-aibutton .video-wrapper .videoBtn .icon-pause {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.001;
}

.pcp-ai-button-video .section-aibutton .video-wrapper .videoBtn.is-play .icon-pause {
  opacity: 1;
}

.pcp-ai-button-video .section-aibutton .video-wrapper .videoBtn.is-pause .icon-play {
  opacity: 1;
}

.pcp-ai-button-video .section-aibutton .video-wrapper .videoBtn .icon-light {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4.9479166667vw;
  height: 4.9479166667vw;
  transform: translateX(-51%) translateY(-50%);
  pointer-events: none;
}

@media (max-aspect-ratio: 12/10) and (max-width: 1025px) {
  .pcp-ai-button-video .section-aibutton .video-wrapper .videoBtn .icon-light {
    width: 17.3333333333vw;
    height: 17.3333333333vw;
  }
}
