
/* Placeholder CSS for the enhanced voting plugin */
#wc-voting-plugin {
    margin-top: 20px;
}

.attribute-category {
    margin-bottom: 15px;
}

.submit-vote-button {
    background-color: #0071a1;
    color: white;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
}
