/*To fix the text size on select elements*/
legend {
    font-size: 14px !important;
    font-weight: 600 !important;
}

/*To show the red asterisk mark on webform radio fields*/
.fieldset__legend-text.is-required::after {
    content: '*';
    color: red;
}

/*Webform fieldset*/
fieldset#edit-cooperative-information--wrapper {
    top: 0;
}

fieldset.webform-composite-hidden-title {
    margin-top: 0;
}

fieldset#edit-cooperative-information--wrapper {
    margin-bottom: 0;
}

/* Design Solutions Fieldset */
div#edit-packages-radios .form-item, div#edit-features-selections .form-item {
    margin: 8px;
}
div#edit-packages-radios, div#edit-features-selections {
    margin-top: 32px;
    background: #f1f1f1;
    padding: 1rem;
    border-radius: 4px;
}
input#edit-packages-other {
    margin-top: 16px;
}
