.friendhyve-chat-link {
    position: relative;
    display: inline-block;
}

.friendhyve-chat-badge {
    position: absolute;
    top: 6px;
    right: 4px;
    min-width: 14px;
    height: 14px;
    padding: 0 3px;
    border-radius: 999px;
    background: #dc3545;
    color: #fff;
    font-size: 9px;
    line-height: 14px;
    text-align: center;
    font-weight: 700;
    z-index: 9999;
    box-sizing: border-box;
}