/* Extra styles that supplement the SCSS theme */
/* Kept minimal — most styling is in custom.scss */

/* Ensure MathJax/KaTeX equations don't overflow on mobile */
.math.display {
  overflow-x: auto;
  overflow-y: hidden;
}
