/* Long display equations scroll inside their own box rather than widening the page. */
.katex-display {
  overflow-x: auto;
  overflow-y: hidden;
  padding: 0.25rem 0;
}
