/* User Provided Stylesheet */

/* Site stylesheet (myst.yml → site.options.style). The theme leaves definition
   lists — the glossary and the troubleshooting entries — unstyled; give terms
   weight and definitions an indent so a term reads as a term. */
dl > dt {
  font-weight: 600;
  margin-top: 0.9rem;
}
dl > dd {
  margin-left: 1.25rem;
  margin-bottom: 0.4rem;
}
