:root {
  --md-admonition-icon--flame: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="currentColor" d="M13.5.67s.74 2.65.74 4.8c0 2.06-1.35 3.73-3.41 3.73-2.07 0-3.63-1.67-3.63-3.73l.03-.36C5.21 7.51 4 10.62 4 14a8 8 0 0 0 16 0C20 9.89 17.93 6.27 13.5.67M12 22a4 4 0 0 1-4-4c0-2.05 1.24-3.82 3-4.58V12a3 3 0 0 0 3 3c.35 0 .69-.06 1-.17A4.005 4.005 0 0 1 12 22Z"/></svg>');
}
.md-typeset .admonition.flame,
.md-typeset details.flame {
  border-color: rgb(255, 111, 0);
}
.md-typeset .flame > .admonition-title,
.md-typeset .flame > summary {
  background-color: rgba(255, 111, 0, 0.12);
}
.md-typeset .flame > .admonition-title::before,
.md-typeset .flame > summary::before {
  background-color: rgb(255, 111, 0);
  -webkit-mask-image: var(--md-admonition-icon--flame);
          mask-image: var(--md-admonition-icon--flame);
}
.md-typeset .grid.cards > ul > li {
  border-radius: 0.8rem;
}
