.md-typeset .admonition.agent,
.md-typeset details.agent {
    background-color: #7c4dff1a;
}

.md-typeset .admonition.agent > .admonition-title::before,
.md-typeset details.agent > summary::before {
    background-color: #7c4dff;
    -webkit-mask-image: var(--md-admonition-icon--agent);
    mask-image: var(--md-admonition-icon--agent);
}

.md-typeset .admonition.agent > .admonition-title::after,
.md-typeset details.agent > summary::after {
    color: #7c4dff;
}
