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;
}
.CRI-notification {
  color: #575a59;
  background: #ffffff;
  border-top: 0.2em solid #662b85;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 1.5em 2em;
  font-size: 0.9em;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5);
}

.CRI-notification .js-form-item-email {
  width: 50%;
}
.CRI-notification #edit-email {
  width: fit-content;
}
.CRI-notification input.form-plz {
  width: 50%;
}