/* FAQ question headings: make them blue to distinguish from other levels */
.faq-question > h3,
.faq-question > h4 {
  /* Match the Sphinx RTD theme link blue */
  color: #2980b9;
}

/* Custom docs styles for Brainana */

/* Tighten vertical spacing for Mermaid diagrams */
.rst-content .mermaid,
.rst-content .mermaid svg {
  margin-top: 10 !important;
  margin-bottom: 10 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  display: block;
}
.rst-content .mermaid svg {
  height: auto !important;
  max-width: 100%;
}

