.zcp-pinned-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 6px;
    padding: 0 6px;
    min-height: 20px;
    line-height: 20px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    background: linear-gradient(135deg, #ff4d4f, #ff7a45);
    box-shadow: 0 4px 12px rgba(255, 77, 79, 0.18);
}

.commentlist > li.comment > .comment-header .zcp-pinned-badge,
.commentlist > li.comment .comment-header .zcp-pinned-badge {
    vertical-align: middle;
}

.zcp-toggle-pin {
    cursor: pointer;
}

.commentlist > li.comment .zcp-toggle-pin {
    font-weight: 500;
}
