.elementor-35427 .elementor-element.elementor-element-4e86c65{--display:flex;}.elementor-35427 .elementor-element.elementor-element-3dc91c0{--display:flex;}/* Start custom CSS for html, class: .elementor-element-aeff9b2 */#votingForm {
    font-family: Arial, sans-serif;
    max-width: 800px;
    margin: auto;
}

.idea {
    border: 1px solid #ddd;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 8px;
}

.idea h3 {
    margin-top: 0;
}

.voting-section {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.voting-category {
    flex-basis: 30%;
}

.radio-buttons {
    display: flex;
    justify-content: space-between;
    margin-top: 5px;
}

.radio-buttons input[type="radio"] {
    margin-right: 5px;
}

button[type="submit"] {
    width: 100%;
    padding: 10px;
    border: none;
    background-color: #4CAF50;
    color: white;
    font-size: 16px;
    cursor: pointer;
    border-radius: 4px;
}

button[type="submit"]:hover {
    background-color: #45a049;
}/* End custom CSS */