:root {
    --md-admonition-icon--cmnmfaq: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10.97 8.265a1.45 1.45 0 0 0-.487.57.75.75 0 0 1-1.341-.67c.2-.402.513-.826.997-1.148C10.627 6.69 11.244 6.5 12 6.5c.658 0 1.369.195 1.934.619a2.45 2.45 0 0 1 1.004 2.006c0 1.033-.513 1.72-1.027 2.215-.19.183-.399.358-.579.508l-.147.123a4 4 0 0 0-.435.409v1.37a.75.75 0 1 1-1.5 0v-1.473c0-.237.067-.504.247-.736.22-.28.486-.517.718-.714l.183-.153.001-.001c.172-.143.324-.27.47-.412.368-.355.569-.676.569-1.136a.95.95 0 0 0-.404-.806C12.766 8.118 12.384 8 12 8c-.494 0-.814.121-1.03.265M13 17a1 1 0 1 1-2 0 1 1 0 0 1 2 0"/><path d="M12 1c6.075 0 11 4.925 11 11s-4.925 11-11 11S1 18.075 1 12 5.925 1 12 1M2.5 12a9.5 9.5 0 0 0 9.5 9.5 9.5 9.5 0 0 0 9.5-9.5A9.5 9.5 0 0 0 12 2.5 9.5 9.5 0 0 0 2.5 12"/></svg>');
    --md-admonition-icon--cmnminfo: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 7.5a1 1 0 1 1-2 0 1 1 0 0 1 2 0m-3 3.75a.75.75 0 0 1 .75-.75h1.5a.75.75 0 0 1 .75.75v4.25h.75a.75.75 0 0 1 0 1.5h-3a.75.75 0 0 1 0-1.5h.75V12h-.75a.75.75 0 0 1-.75-.75"/><path d="M12 1c6.075 0 11 4.925 11 11s-4.925 11-11 11S1 18.075 1 12 5.925 1 12 1M2.5 12a9.5 9.5 0 0 0 9.5 9.5 9.5 9.5 0 0 0 9.5-9.5A9.5 9.5 0 0 0 12 2.5 9.5 9.5 0 0 0 2.5 12"/></svg>') 
  }
  .md-typeset .admonition.cmnmfaq,
  .md-typeset details.cmnmfaq {
    border-color: rgb(64, 81, 181);
  }
  .md-typeset .admonition.cmnminfo,
  .md-typeset details.cmnminfo {
    border-color: rgb(238, 127, 000);
  }
  .md-typeset .cmnmfaq > .admonition-title,
  .md-typeset .cmnmfaq > summary {
    background-color: rgba(64, 81, 181, 0.1);
  }
  .md-typeset .cmnminfo > .admonition-title,
  .md-typeset .cmnminfo > summary {
    background-color: rgba(238, 127, 000, 0.1);
  }
  .md-typeset .cmnmfaq > .admonition-title::before,
  .md-typeset .cmnmfaq > summary::before {
    background-color: rgb(64, 81, 181);
    -webkit-mask-image: var(--md-admonition-icon--cmnmfaq);
            mask-image: var(--md-admonition-icon--cmnmfaq);
  }
  .md-typeset .cmnminfo > .admonition-title::before,
  .md-typeset .cmnminfo > summary::before {
    background-color: rgb(238, 127, 000);
    -webkit-mask-image: var(--md-admonition-icon--cmnminfo);
            mask-image: var(--md-admonition-icon--cmnminfo);
  }
  