details {
  border: none!important;
  border:0;
  scrollbar-width: none;
}

details > summary {
  display: revert;
}

.js details[open] {
  background-color: white;
}

.webform-submission-form .form-actions .button, .webform-submission-form .form-actions .button:hover {
background-color: #662b85;
}
fieldset.newsletter .js-webform-radios input[type="radio"] {
  opacity: 0;
  position: fixed;
  width: 0;
}

fieldset.newsletter .js-webform-radios label {
    display: inline-block;
    background-color:#662b85!important;;
    border-color: #662b85!important;;
    color: white;
    padding: 8px 15px;
    font-size: 16px;
    font-weight: bold;
    border: 2px solid #662b85;
    border-radius: 4px;
}

fieldset.newsletter .js-webform-radios input[type="radio"]:checked + label {
    color: #662b85!important;;
    background-color: white!important;;
}


fieldset.newsletter .js-webform-radios label:hover {
  background: transparent;
}

.newsletter .js-webform-radios .js-form-item { float:left; margin-right: 15px; }
.newsletter .js-webform-radios .js-form-item input { margin-right: 0px; }