.gvm-avatar-badged { position: relative; display: inline-block; line-height: 0; }
.gvm-inline-badge {
    position: absolute;
    background: var(--gvm-badge-color, #1DA1F2);
    color: #fff;
    border-radius: 50%;
    border: 2px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    line-height: 1;
    box-shadow: 0 1px 2px rgba(0,0,0,.25);
}
