:root {
  --md-admonition-icon--exclamation-circle: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 7.1.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2025 Fonticons, Inc.--><path d="M256 512a256 256 0 1 1 0-512 256 256 0 1 1 0 512m0-192a32 32 0 1 0 0 64 32 32 0 1 0 0-64m0-192c-18.2 0-32.7 15.5-31.4 33.7l7.4 104c.9 12.6 11.4 22.3 23.9 22.3 12.6 0 23-9.7 23.9-22.3l7.4-104c1.3-18.2-13.1-33.7-31.4-33.7z"/></svg>')
}
.md-typeset .admonition.important,
.md-typeset details.important {
  border-color: rgb(155, 43, 43);
}
.md-typeset .important > .admonition-title,
.md-typeset .important > summary {
  background-color: rgba(155, 43, 43, 0.1);
}
.md-typeset .important > .admonition-title::before,
.md-typeset .important > summary::before {
  background-color: rgb(155, 43, 43);
  -webkit-mask-image: var(--md-admonition-icon--exclamation-circle);
          mask-image: var(--md-admonition-icon--exclamation-circle);
}