/* Source: https://jimandreas.github.io/mkdocs-material/reference/admonitions/#custom-admonitions
   Icon: octicons/book-16 @ https://github.com/primer/octicons/blob/main/icons/book-16.svg
   Colour: deep purple @ https://squidfunk.github.io/mkdocs-material/setup/changing-the-colors/#primary-color
*/

:root {
  --md-admonition-icon--references: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path d="M0 1.75A.75.75 0 0 1 .75 1h4.253c1.227 0 2.317.59 3 1.501A3.743 3.743 0 0 1 11.006 1h4.245a.75.75 0 0 1 .75.75v10.5a.75.75 0 0 1-.75.75h-4.507a2.25 2.25 0 0 0-1.591.659l-.622.621a.75.75 0 0 1-1.06 0l-.622-.621A2.25 2.25 0 0 0 5.258 13H.75a.75.75 0 0 1-.75-.75Zm7.251 10.324.004-5.073-.002-2.253A2.25 2.25 0 0 0 5.003 2.5H1.5v9h3.757a3.75 3.75 0 0 1 1.994.574ZM8.755 4.75l-.004 7.322a3.752 3.752 0 0 1 1.992-.572H14.5v-9h-3.495a2.25 2.25 0 0 0-2.25 2.25Z"/></svg>')
}
.md-typeset .admonition.references,
.md-typeset details.references {
  border-color: rgb(126, 86, 194);
}
.md-typeset .references > .admonition-title,
.md-typeset .references > summary {
  background-color: rgba(126, 86, 194, 0.1);
  border-color: rgb(126, 86, 194);
}
.md-typeset .references > .admonition-title::before,
.md-typeset .references > summary::before {
  background-color: rgb(126, 86, 194);
  -webkit-mask-image: var(--md-admonition-icon--references);
          mask-image: var(--md-admonition-icon--references);
}
