.wfcv-comment-votes {
    margin-top: 5px;
    border: 1px solid #ddd;
    padding: 0;
    border-radius: 5px;
    display: inline-flex;
    align-items: center;
}

.wfcv-comment-votes > div,
.wfcv-comment-votes > a {
    padding: 3px 10px;
    border-right: 1px solid #ddd;
}

.wfcv-comment-votes > div:nth-last-child(2),
.wfcv-comment-votes > div:nth-last-child(1) {
    border-right: none;
}

.wfcv-comment-votes .counter {
    padding: 3px 10px;
    border-right: 1px solid #ddd;
}

.wfcv-vote-button {
    padding: 0;
    margin: 0;
    background: transparent;
    color: #000;
    border: none;
    display: inline-flex;
    align-items: center;
}

.wfcv-vote-button:hover {
    cursor: pointer;
}

.wfcv-upvoted {
    color: green;
}

.wfcv-downvoted {
    color: red;
}

.wfcv-feedback {
    border-left: 1px solid #ddd;
    display: flex;
    gap: 10px;
    align-items: center;
}

#wfcv-save-comment-order {
    border: none;
    background: transparent;
    display: flex;
    align-items: center;
    gap: 4px;
    margin: 0;
    padding: 0;
    font-size: 12px;
}

#wfcv-save-comment-order:hover {
    cursor: pointer;
}

.wfcv-order-controls {
    display: flex;
    gap: 10px;
    align-items: center;
}
