/* Terms page overrides: keep the page light and restore the native pointer. */
body[data-page="terms"] {
  background-color: #f7f7f7;
  cursor: auto;
}
body[data-page="terms"] a,
body[data-page="terms"] button,
body[data-page="terms"] input,
body[data-page="terms"] select,
body[data-page="terms"] textarea {
  cursor: pointer;
}
@media (pointer: fine) {
  body[data-page="terms"] {
    cursor: auto;
  }
  body[data-page="terms"] a,
  body[data-page="terms"] button,
  body[data-page="terms"] input,
  body[data-page="terms"] select,
  body[data-page="terms"] textarea {
    cursor: pointer;
  }
}
