:root {
  --md-admonition-icon--pajaro: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" width="52.515" height="40.000" viewBox="0 0 37.316 28.423"><path d="M31.147 9.092a1.51 1.51 0 0 0 1.49-1.287l.017-5.266 4.18-.769v3.741a1.507 1.507 0 1 0-1.029 2.608c.76 0 1.384-.56 1.49-1.288L37.313.91 37.315 0l-5.143.843.003.561v5.083a1.505 1.505 0 1 0-1.027 2.604zM21.727 21.563c3.689-1.548 6.86-2.749 8.857-2.716l-.195-.748c-2.883.06-6.909 1.773-11.79 3.852-.12.053-.248.105-.37.157l-.817-1.556a8.95 8.95 0 0 0 6.279-9.37 9.49 9.49 0 0 0 .077-.38c.039-.217 2.58-.923 2.58-.923s-2.54-.655-2.555-.755l1.216-3.118-1.936 1.562a5.439 5.439 0 0 0-5.521-3.248 5.434 5.434 0 0 0-4.895 5.281v.003C11.33 9.544 9.9 7.62 8.287 4.17c-2.479 3.618-1.943 7.301-.96 8.605-1.77.373-5.745.431-7.327-.24 3.195 5.595 7.652 7.319 11.396 7.74a8.934 8.934 0 0 0 3.28.67l1.145 2.183c-4.096 1.714-8.565 3.461-13.248 4.592l.483.703c5.419-1.309 10.505-3.392 15.072-5.332zm-5.524 1.406-1.065-2.027c.172-.007.347-.019.523-.035a9.04 9.04 0 0 0 1.341-.248l.846 1.614c-.541.23-1.09.462-1.645.696z"/></svg>');
}
.md-typeset .admonition.pajaro,
.md-typeset details.pajaro {
  border-color: rgb(255, 0, 150);
}
.md-typeset .pajaro > .admonition-title,
.md-typeset .pajaro > summary {
  background-color: rgba(255, 0, 150, 0.2);
}
.md-typeset .pajaro > .admonition-title::before,
.md-typeset .pajaro > summary::before {
  background-color: rgb(255, 0, 150);
  -webkit-mask-image: var(--md-admonition-icon--pajaro);
          mask-image: var(--md-admonition-icon--pajaro);
}

