/* YouTube cookie-consent placeholder (OneTrust gated video block).
   Kept out of style.css so future style.css rebuilds/edits don't drop it. */
#box__home .vdo .youtube-video-container {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
#box__home .vdo .pdpa-info-box {
  display: none;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0.8333333333vw;
  background: linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)),
    url(https://www.toyota.co.th/media/general/yt-cookie-consent-bg-default.webp) center / cover no-repeat;
  text-align: center;
  z-index: 1;
  box-sizing: border-box;

  font-family: var(--sarabun-li);
  font-size: var(--font-sarabun-general);
  line-height: 1.7;
}
#box__home .vdo .pdpa-info-box .overlay-text {
  display: inline-block;
  max-width: 98%;
  color: #fff;
}
#box__home .vdo .pdpa-info-box .title {
  font-weight: bold;
  font-size: 0.9148444vw;
  line-height: 1.2807821vw;
  margin: 0 0 0.4574222vw;
}
#box__home .vdo .pdpa-info-box .desc {
  font-size: 0.6861331vw;
  line-height: 1.0063288vw;
  margin: 0 0 0.9148444vw;
}
#box__home .vdo .pdpa-info-box .btn {
  display: inline-block;
  padding: 0.640391vw 1.8296886vw;
  background: #ed1b2f;
  color: #fff;
  font-weight: bold;
  font-size: 0.7318754vw;
  border-radius: 2vw;
  cursor: pointer;
  text-decoration: none;
}
@media (max-width: 960px) {
  #box__home .vdo .pdpa-info-box .title {
    font-size: 4.9143078vw;
    line-height: 6.8254274vw;
    margin: 0 0 2.4571538vw;
  }
  #box__home .vdo .pdpa-info-box .desc {
    font-size: 3.685731vw;
    line-height: 5.4603419vw;
    margin: 0 0 4.9143078vw;
  }
  #box__home .vdo .pdpa-info-box .btn {
    padding: 3.4127138vw 9.5555985vw;
    font-size: 3.958748vw;
  }
}
