/* YouTube cookie-consent placeholder (OneTrust gated video block).
   Kept out of home.css/home.scss so future style 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.5208333333vw;
  left: -0.5208333333vw;
  width: calc(100% + 1.0417vw);
  height: calc(100% + 1.0417vw);
  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) no-repeat center center;
  background-size: cover;
  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: 90%;
  color: #fff;
}
#box__home .vdo .pdpa-info-box .title {
  font-weight: bold;
  font-size: 1.0416666667vw;
  line-height: 1.4583333333vw;
  margin: 0 0 0.5208333333vw;
}
#box__home .vdo .pdpa-info-box .desc {
  font-size: 0.78125vw;
  line-height: 1.1458333333vw;
  margin: 0 0 1.0416666667vw;
}
#box__home .vdo .pdpa-info-box .btn {
  display: inline-block;
  padding: 0.7291666667vw 2.0833333333vw;
  background: #ed1b2f;
  color: #fff;
  font-weight: bold;
  font-size: 0.8333333333vw;
  border-radius: 2vw;
  cursor: pointer;
  text-decoration: none;
  text-indent: 0;
}
@media (max-width: 960px) {
  #box__home .vdo .pdpa-info-box {
    top: -1.3020833333vw;
    left: -1.3020833333vw;
    width: calc(100% + 2.6042vw);
    height: calc(100% + 2.6042vw);
    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) no-repeat center 0;
    background-size: 100% auto;
  }
  #box__home .vdo .pdpa-info-box .title {
    font-size: 3.6vw;
    line-height: 5vw;
    margin: 0 0 1.8vw;
  }
  #box__home .vdo .pdpa-info-box .desc {
    font-size: 2.7vw;
    line-height: 4vw;
    margin: 0 0 3.6vw;
  }
  #box__home .vdo .pdpa-info-box .btn {
    padding: 2.5vw 7vw;
    font-size: 2.9vw;
  }
}
