/* Lower sections of the English feature pages share the approved demo scale. */
main.demo-feature-page .watch-explainer,
main.demo-feature-page .watch-questions,
main.demo-feature-page #video-context {
  width: min(100%, 960px);
  margin: clamp(36px, 6vw, 64px) auto 0;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", Arial, sans-serif;
  color: #1d1d1f;
}
main.demo-feature-page .watch-kicker {
  margin: 0 0 14px;
  color: #0066cc;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}
main.demo-feature-page .watch-explainer h2,
main.demo-feature-page .watch-questions h2,
main.demo-feature-page #video-context h2 {
  margin: 0 0 24px;
  font-family: inherit;
  font-size: clamp(28px, 3.5vw, 34px);
  line-height: 1.16;
  font-weight: 800;
  font-variation-settings: normal;
  letter-spacing: -.025em;
  color: #1d1d1f;
}
main.demo-feature-page .watch-steps {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 0;
  padding: 0;
}
main.demo-feature-page .watch-steps li,
main.demo-feature-page .watch-question {
  padding: clamp(20px, 3vw, 30px);
  border: 1px solid #e5e5e7;
  border-radius: 20px;
  background: #fff;
}
main.demo-feature-page .watch-steps h3,
main.demo-feature-page .watch-question h3 {
  margin: 0 0 10px;
  font-family: inherit;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 750;
  font-variation-settings: normal;
  color: #1d1d1f;
}
main.demo-feature-page .watch-steps p,
main.demo-feature-page .watch-question p,
main.demo-feature-page #video-context p {
  margin: 0;
  color: #515154;
  font-family: inherit;
  font-size: 17px;
  line-height: 1.6;
}
main.demo-feature-page .watch-question + .watch-question { margin-top: 14px; }
main.demo-feature-page #video-context a { color: #0055ad; font-weight: 650; }
/* A question block is a section element: reset the site's generic 140px section
   padding so the feature template controls the spacing between its sections. */
main.demo-feature-page .v3-section .watch-questions,
main.demo-feature-page .v3-section.watch-questions {
  margin: 0 auto;
  padding: 0;
}
main.demo-feature-page .v3-section .v3-btn-secondary:not(.--on-dark) {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  margin-top: 24px;
  padding: 11px 22px;
  border: 1px solid #d8d8df;
  border-radius: 999px;
  background: #e8e8ed;
  color: #303035;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
  text-decoration: none;
}
main.demo-feature-page .v3-section .v3-btn-secondary:not(.--on-dark):hover { background: #dcdce3; }
main.demo-feature-page .v3-section .v3-btn-secondary:not(.--on-dark):focus-visible {
  outline: 3px solid #005bea;
  outline-offset: 3px;
}
@media (max-width: 720px) {
  main.demo-feature-page .watch-steps { grid-template-columns: 1fr; }
}
@media (forced-colors: active) {
  main.demo-feature-page .watch-steps li,
  main.demo-feature-page .watch-question { border: 1px solid CanvasText; }
}
