.spt-poll-wrap {
    max-width: 500px;
    margin: 40px auto;
    padding: 25px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.spt-poll-question {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
    color: #222;
}

.spt-poll-options {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
}

.spt-option-item {
    margin-bottom: 12px;
}

.spt-option-item label {
    font-size: 16px;
    cursor: pointer;
}

.spt-vote-submit {
    display: block;
    width: 100%;
    padding: 12px;
    background-color: #0073aa;
    color: #fff;
    border: none;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
}

.spt-vote-submit:hover {
    background-color: #005a87;
}

.spt-results {
    margin-top: 20px;
}

.spt-results-list {
    list-style: none;
    padding: 0;
}

.spt-results-list li {
    margin-bottom: 8px;
    font-size: 16px;
}

.spt-no-poll, .spt-error {
    text-align: center;
    color: #777;
    font-style: italic;
}
