a.component__entity-reference:any-link {
    display:inline-flex; align-items:baseline; gap:.22em; vertical-align:baseline;
    padding:0 .12em; margin:0; white-space:nowrap;
    font-family:inherit; font-size:inherit; font-weight:inherit; line-height:normal;
    color:#bce4b5; border-radius:2px; text-decoration:none;
    transition:background-color 120ms ease;
}
a.component__entity-reference:any-link:hover,
a.component__entity-reference:any-link:focus-visible {
    color:#d0edcb; text-decoration:none; background:rgba(188,228,181,.08);
}
a.component__entity-reference:any-link:focus-visible { outline:2px solid #bce4b5; outline-offset:2px; }
a.component__entity-reference:any-link > span { font:inherit; }
a.component__entity-reference:any-link img { width:.95em; height:.95em; object-fit:contain; flex:none; position:relative; top:.12em; }
@media (prefers-reduced-motion:reduce) { a.component__entity-reference:any-link { transition:none; } }

:root .component__forum-markdown a.component__entity-reference:any-link { font-family:inherit; }
