/* Preserve the full-screen feel without preventing access to below-fold tools. */
@media (min-width: 701px) {
  body.wto-tool-page { overflow-y: auto !important; }
  .wto-typing-test { height: auto !important; min-height: 100vh; padding-bottom: 90px; }
}
