:root {
    --md-admonition-icon--experimental: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><!--! Font Awesome Free 6.7.1 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 2024 Fonticons, Inc.--><path d="M175 389.4c-9.8 16-15 34.3-15 53.1-10 3.5-20.8 5.5-32 5.5-53 0-96-43-96-96V64C14.3 64 0 49.7 0 32S14.3 0 32 0h192c17.7 0 32 14.3 32 32s-14.3 32-32 32v245.9l-49 79.6zM96 64v96h64V64zM352 0h160c17.7 0 32 14.3 32 32s-14.3 32-32 32v150.9l117.7 191.3a69.54 69.54 0 0 1 10.3 36.4c0 38.3-31.1 69.4-69.4 69.4H261.4c-38.3 0-69.4-31.1-69.4-69.4 0-12.8 3.6-25.4 10.3-36.4L320 214.9V64c-17.7 0-32-14.3-32-32s14.3-32 32-32zm32 64v160c0 5.9-1.6 11.7-4.7 16.8L330.5 320h171l-48.8-79.2c-3.1-5-4.7-10.8-4.7-16.8V64z"/></svg>')
  }
  .md-typeset .admonition.experimental,
  .md-typeset details.experimental {
    border-color: rgb(178, 144, 212);
  }
  .md-typeset .experimental > .admonition-title,
  .md-typeset .experimental > summary {
    background-color: rgba(178, 144, 212, 0.1);
  }
  .md-typeset .experimental > .admonition-title::before,
  .md-typeset .experimental > summary::before {
    background-color: rgb(178, 144, 212);
    -webkit-mask-image: var(--md-admonition-icon--experimental);
            mask-image: var(--md-admonition-icon--experimental);
  }

.eventcode-success {
  color: white;
  background: darkgreen;
}
.eventcode-warning {
  color: white;
  background: goldenrod;
}
.eventcode-error {
  color: white;
  background: darkred;
}
.eventcode-provided {
  color: white;
  background: darkblue;
}