/* 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 .box__check-status .vdo .youtube-video-container {
  display: block;
  position: relative;
  width: 38.0208333333vw;
  height: 21.40625vw;
}
@media (max-width: 991px) {
  #box__home .box__check-status .vdo .youtube-video-container {
    width: 89.5833333333vw;
    height: 49.21875vw;
  }
}
#box__home .box__check-status .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 .box__check-status .vdo .pdpa-info-box .overlay-text {
  display: inline-block;
  max-width: 90%;
  color: #fff;
}
#box__home .box__check-status .vdo .pdpa-info-box .title {
  font-weight: bold;
  font-size: 1.0416666667vw;
  line-height: 1.4583333333vw;
  margin: 0 0 0.5208333333vw;
}
#box__home .box__check-status .vdo .pdpa-info-box .desc {
  font-size: 0.78125vw;
  line-height: 1.1458333333vw;
  margin: 0 0 1.0416666667vw;
}
#box__home .box__check-status .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;
}
@media (max-width: 991px) {
  #box__home .box__check-status .vdo .pdpa-info-box .title {
    font-size: 3.6vw;
    line-height: 5vw;
    margin: 0 0 1.8vw;
  }
  #box__home .box__check-status .vdo .pdpa-info-box .desc {
    font-size: 2.7vw;
    line-height: 4vw;
    margin: 0 0 3.6vw;
  }
  #box__home .box__check-status .vdo .pdpa-info-box .btn {
    padding: 2.5vw 7vw;
    font-size: 2.9vw;
  }
}
