.vfm-candidat {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 20px;
    margin: 20px auto;
    max-width: 600px;
    text-align: center;
}

.vfm-candidat h3 {
    margin-top: 0;
    font-size: 1.5em;
}

.vfm-thumbnail {
    margin: 0 auto 15px;
}

.vfm-thumbnail img {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
}

.vfm-excerpt {
    margin-bottom: 15px;
}

.jury-vote-form {
    margin-top: 15px;
}

.jury-vote-form button {
    background-color: #926ed4;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 1em;
    transition: background-color 0.3s;
}

.jury-vote-form button:hover {
    background-color: #7b5bb8;
}

.vfm-vote-status {
    margin-top: 10px;
    font-weight: bold;
}

.vfm-vote-status.voted {
    color: #28a745;
}

.vfm-vote-status.not-voted {
    color: #dc3545;
}