/* English page placeholder when the matching English recording is unavailable. */
main.demo-feature-page .demo-feature-empty-slot,
main.video-watch-page .video-in-process {
  width: min(100%, 400px);
  min-height: min(68svh, 650px);
  margin: 0 auto;
  padding: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  border: 1px dashed #aebbd1;
  border-radius: 22px;
  background: linear-gradient(145deg, #f6f8fc, #eef2f8);
  color: #303b4b;
  text-align: center;
  box-shadow: 0 16px 38px rgba(28, 55, 96, .08);
}
main.demo-feature-page .demo-feature-empty-slot span,
main.video-watch-page .video-in-process strong {
  font-size: clamp(24px, 3vw, 30px);
  font-weight: 800;
  line-height: 1.15;
  color: #1d1d1f;
}
main.demo-feature-page .demo-feature-empty-slot p,
main.video-watch-page .video-in-process p {
  margin: 0;
  max-width: 26ch;
  font-size: 17px;
  line-height: 1.5;
  color: #515154;
}
html[lang|="en"] main.video-watch-page .v3-transcript p,
html[lang|="en"] main.video-watch-page .watch-explainer p,
html[lang|="en"] main.video-watch-page .watch-steps p,
html[lang|="en"] main.demo-feature-page .v3-transcript p,
html[lang|="en"] main.demo-feature-page .watch-explainer p,
html[lang|="en"] main.demo-feature-page .watch-steps p {
  hyphens: none;
}
@media (max-width: 480px) {
  main.demo-feature-page .demo-feature-empty-slot,
  main.video-watch-page .video-in-process { min-height: 390px; }
}
@media (forced-colors: active) {
  main.demo-feature-page .demo-feature-empty-slot,
  main.video-watch-page .video-in-process { border: 2px solid CanvasText; background: Canvas; color: CanvasText; }
}
