/* Vote-Button-Styling */
.vote-btn.voted {
    cursor: not-allowed;
    opacity: 0.65;
}

.vote-btn:disabled {
    cursor: not-allowed;
}

.vote-btn.active {
    transform: scale(1.05);
}

.vote-btn {
    transition: all 0.2s ease;
}