/* The FAQ page starts on a light surface, so elastic top overscroll should
   reveal white rather than the site's dark global canvas. */
html,
body {
  background: #ffffff;
}

.seo-faq--page {
  border-top: 0;
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  align-items: center;
}
