/* --- Begin SectionDefinition/styles.module.css --- */
/* --- Part of docusaurus-plugin-doxygen --- */

:global(div.doxySectionDef h3) {
  font-family: var(--ifm-font-family-monospace);
  margin-top: 16px;
  margin-left: 6px;
}

:global(div.doxySectionDef h3::before) {
  content: "◆";
  color: var(--ifm-link-color);
  margin-right: 0.3em;
}

/* --- End SectionDefinition/styles.module.css --- */
