.cp-poll-container {
    border: 1px solid #ddd;
    padding: 15px;
    margin: 15px 0;
    background: #f9f9f9;
}
.cp-poll-question {
    font-size: 1.2em;
    margin-bottom: 10px;
}
.cp-poll-form .cp-poll-option {
    margin-bottom: 8px;
}
.cp-poll-form input[type="radio"] {
    margin-right: 5px;
}
.cp-poll-results {
    margin-top: 15px;
}
.cp-poll-result {
    margin-bottom: 10px;
}
.cp-result-option {
    font-weight: bold;
}
.cp-result-bar {
    height: 10px;
    background-color: #4caf50;
    margin-top: 5px;
    transition: width 0.5s ease-in-out;
}
.cp-poll-thanks {
    font-weight: bold;
    color: #2e7d32;
    margin-top: 10px;
    margin-bottom: 10px;
}
