.wz-comment-character-counter {
    box-sizing: border-box;
    width: 100%;
    margin-top: 4px;
    padding-right: 2px;
    text-align: right;
    font-size: 12px;
    line-height: 1.35;
    color: rgba(0, 0, 0, 0.58);
    user-select: none;
    -webkit-user-select: none;
}

.wz-comment-character-counter.is-at-limit {
    color: rgb(
        var(
            --v-theme-primary,
            235, 55, 92
        )
    );
    font-weight: 600;
}
