:root {
  --md-admonition-icon--auth: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" role="img" width="1em" height="1em" preserveAspectRatio="xMidYMid meet" viewBox="0 0 24 24"><path fill="currentColor" d="M8 9a2 2 0 0 1 2 2a2 2 0 0 1-2 2a2 2 0 0 1-2-2a2 2 0 0 1 2-2m4 8H4v-1c0-1.33 2.67-2 4-2s4 .67 4 2v1m8-9h-6v2h6V8m0 4h-6v2h6v-2m0 4h-6v2h6v-2m2-12h-8v2h8v14H2V6h8V4H2a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h20a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2m-9 2h-2V2h2v4Z"/></svg>');
}
.md-typeset .admonition.auth,
.md-typeset details.auth {
  border-color: rgb(43, 155, 70);
}
.md-typeset .auth > .admonition-title,
.md-typeset .auth > summary {
  background-color: rgba(43, 155, 70, 0.1);
}
.md-typeset .auth > .admonition-title::before,
.md-typeset .auth > summary::before {
  background-color: rgb(43, 155, 70);
  -webkit-mask-image: var(--md-admonition-icon--auth);
  mask-image: var(--md-admonition-icon--auth);
}
