/* Plain Maths: the formula wrappers. KaTeX's own stylesheet does the
   typesetting; this only positions the result and hides the plain copy
   once the typeset version is in. Colours inherit from the page so both
   light and dark themes work. */
.pm-maths { color: inherit; }
.pm-display { display: block; margin: 1.1em 0; text-align: center; overflow-x: auto; overflow-y: hidden; padding: 2px 0; }
.pm-display .katex-display { margin: 0; }
.pm-inline { display: inline; }
.pm-inline .pm-render { display: inline; }
.pm-visually-hidden { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.pm-maths.is-failed .pm-plain { font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: .95em; }
.pm-guide-example { margin: 0; text-align: left; }
.pm-guide-example .katex-display { text-align: left; }
.pm-guide-example .katex-display > .katex { text-align: left; }
.pm-guide table { width: 100%; }
