.form-required:not(.option):after  {
      display: inline-block;
      width: 6px;
      height: 6px;
      margin: 0 0.3em;
      content: "";
      vertical-align: super;
      background-image: url(/themes/contrib/seven/images/icons/ee0000/required.svg);
      background-repeat: no-repeat;
      background-size: 6px 6px;
  }

div > span.required {
    display: none; 
}

.wbf-lar span {
  font-weight: bold;
}

.wbf-lar a {
  color: #222222;
  font-weight: normal;
}

.wbf-lar summary {
  display: none;
}

.wbf-lar label {
  font-weight: bold;
  padding-right: 15px;
}
.webform-submission-form .js-webform-type-radios .js-webform-radios {
    width: 100% !important;
}