/* 我的替身 - 前台代发徽标
 * 由 core.php 的 get_comment_text / the_content 过滤器输出，对所有访客可见，
 * 故本文件经 frontend.php 无条件加载（不依赖操作者权限）。
 */
.erba-standin-badge {
    display: inline-block;
    margin-right: 6px;
    padding: 1px 8px;
    border-radius: 10px;
    background: var(--theme-color, #8B5FCF);
    color: #fff;
    font-size: 12px;
    line-height: 1.6;
    vertical-align: middle;
    white-space: nowrap;
}
