/* Inline mention chips: no effect on the author's rail or the feed spacing. */
body.voicepa-product-ui a.vp-mention-tag {
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
    gap: 4px;
    float: none;
    width: auto;
    max-width: 100%;
    min-width: 0;
    min-height: 28px;
    margin: 1px 2px;
    padding: 2px 7px 2px 2px;
    box-sizing: border-box;
    border: 1px solid #eadbe3;
    border-radius: 999px;
    background: #faf4f7;
    color: #674555;
    font-family: inherit;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.35;
    text-decoration: none;
    text-indent: 0;
    box-shadow: none;
    cursor: pointer;
}
body.voicepa-product-ui a.vp-mention-tag:hover {
    color: #8d315e;
    background: #f6e8ef;
    border-color: #d9b2c6;
    text-decoration: none;
}
body.voicepa-product-ui a.vp-mention-tag:focus-visible {
    outline: 2px solid #a43e71;
    outline-offset: 2px;
}
body.voicepa-product-ui a.vp-mention-tag > img.vp-mention-tag__avatar {
    display: block !important;
    position: static !important;
    float: none !important;
    flex: 0 0 24px;
    width: 24px !important;
    height: 24px !important;
    min-width: 24px;
    max-width: 24px !important;
    max-height: 24px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0;
    border-radius: 50% !important;
    object-fit: cover;
    background: #eadfe6;
    box-shadow: none;
    transform: none;
}
body.voicepa-product-ui .vp-mention-tag > .vp-mention-tag__name,
body.voicepa-product-ui .vp-mention-tag > .vp-mention-tag__handle {
    display: block;
    float: none;
    min-width: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: inherit;
}
body.voicepa-product-ui .vp-mention-tag > .vp-mention-tag__name {
    flex: 0 1 auto;
    max-width: 11em;
    font-weight: 600;
}
body.voicepa-product-ui .vp-mention-tag > .vp-mention-tag__handle {
    flex: 0 1 auto;
    max-width: 18ch;
    color: #806b77;
    font-size: 11px;
}
.vp-microblog-body[data-vp-microblog-post-url] { cursor: pointer; }
