/* Custom admonition: field-notes */

:root {
  --md-admonition-icon--field-notes: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M8 16h8v2H8zm0-4h8v2H8zm6-10H6c-1.1 0-2 .9-2 2v16c0 1.1.89 2 1.99 2H18c1.1 0 2-.9 2-2V8l-6-6zm4 18H6V4h7v5h5v11z"/></svg>');
}

/* Border and background */
.md-typeset .admonition.field-notes,
.md-typeset details.field-notes {
  border-color: #8D6E63;
}

.md-typeset .field-notes > .admonition-title,
.md-typeset .field-notes > summary {
  background-color: rgba(141, 110, 99, 0.1);
}

/* Icon mask */
.md-typeset .field-notes > .admonition-title::before,
.md-typeset .field-notes > summary::before {
  background-color: #8D6E63;
  -webkit-mask-image: var(--md-admonition-icon--field-notes);
  mask-image: var(--md-admonition-icon--field-notes);
}
