.vote-button:disabled {
    background-color: rgba(75, 75, 75, 0.5);
    cursor: not-allowed;
    color:white;
}

.vote-button:disabled:hover {
    transform: none;
    box-shadow: none;
}

.clickable-card, .clickable-item {
    cursor: pointer;
    position: relative;
}
