.enquete-wrapper {
    max-width: 600px;
    margin: 20px auto;
    border: 1px solid #ccc;
    padding: 15px;
    border-radius: 12px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    background: #fff;
}
.enquete-item {
    margin: 10px 0;
}
.enquete-votar {
    background: #f0f0f0;
    border: none;
    font-size: 16px;
    padding: 10px;
    cursor: pointer;
    border-radius: 8px;
    width: 100%;
    text-align: left;
}
.enquete-bar {
    position: relative;
    height: 20px;
    background: #e0e0e0;
    border-radius: 10px;
    margin-top: 5px;
}
.enquete-fill {
    height: 100%;
    background: #00aaff;
    border-radius: 10px 0 0 10px;
}
.enquete-percent {
    position: absolute;
    right: 10px;
    top: 0;
    height: 100%;
    line-height: 20px;
    font-weight: bold;
    color: #fff;
}
.enquete-feedback {
    margin-top: 10px;
    color: green;
}