/* Custom admonition: ai-assistant */

:root {
  --md-admonition-icon--ai-assistant: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 9V7c0-1.1-.9-2-2-2h-3c0-1.66-1.34-3-3-3S9 3.34 9 5H6c-1.1 0-2 .9-2 2v2c-1.66 0-3 1.34-3 3s1.34 3 3 3v4c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2v-4c1.66 0 3-1.34 3-3s-1.34-3-3-3zm-2 10H6V7h12v12zm-9-6c-.83 0-1.5-.67-1.5-1.5S8.17 10 9 10s1.5.67 1.5 1.5S9.83 13 9 13zm7.5-1.5c0 .83-.67 1.5-1.5 1.5s-1.5-.67-1.5-1.5.67-1.5 1.5-1.5 1.5.67 1.5 1.5zM8 15h8v2H8v-2z"/></svg>');
}

/* Border and background */
.md-typeset .admonition.ai-assistant,
.md-typeset details.ai-assistant {
  border-color: #00BCD4;
}

.md-typeset .ai-assistant > .admonition-title,
.md-typeset .ai-assistant > summary {
  background-color: rgba(0, 188, 212, 0.1);
}

/* Icon mask */
.md-typeset .ai-assistant > .admonition-title::before,
.md-typeset .ai-assistant > summary::before {
  background-color: #00BCD4;
  -webkit-mask-image: var(--md-admonition-icon--ai-assistant);
  mask-image: var(--md-admonition-icon--ai-assistant);
}
