.webform-submission-form fieldset.mb-0,
.webform-ajax-form-wrapper .sub-title.mb-0 {
  margin-bottom: 0 !important;
}
    body.path-webform .webform-ajax-form-wrapper .sub-title.mb-0{
  margin-bottom: 0 !important;
}

body.path-webform .email-wrapper .form-actions .webform-button--submit::after {
    display: none;
}

.block-webform .email-wrapper {flex-wrap: wrap;}

.subscribe-webform-main-wrapper {
    padding-top: 75px;
}

body.path-webform .email-wrapper .form-actions .webform-button--submit{
    padding: 0 15px;
  }

@media (min-width: 62rem) {
    .block-webform .subscribe-webform-main-wrapper .webform-sub-heading {
        width: auto;
    }

   .block-webform .subscribe-webform-main-wrapper .webform-sub-heading h3 {
    font-size: 22px;
   }
}

.latest-consent-wrap .js-form-type-webform-custom-composite {
  flex-direction: column;
  gap: 0 !important;
  margin-bottom: 15px;
}

.latest-consent-wrap .form-item a {
  color: #fff;
}

.latest-consent-wrap .privacy-checkbox-field.form-item--error {
  display: block;
}

.latest-consent-wrap .privacy-checkbox-field.form-item--error input {
  display: inline-flex;
  top: 6px;
  position: relative;
}

.latest-consent-wrap .js-form-type-checkbox {
  margin-bottom: 10px;
}

.latest-consent-wrap .js-form-type-checkbox .description {
  width: calc(100% - 45px);
  display: inline-flex;
  position: relative;
}

.latest-consent-wrap .js-form-type-checkbox input {
  width: 26px;
}

.latest-consent-wrap .webform-multiple-table td {
  background: transparent;
}

.latest-consent-wrap .webform-multiple-table th {background: transparent;}
.latest-consent-wrap .webform-multiple-table td .js-form-item {
    margin-bottom: 0 !important;
}

@media (min-width: 768px) and (max-width: 991px) {
  .latest-consent-wrap .webform-multiple-table td {
    display: flex;
    gap: 25px;
  }
}

@media (min-width: 992px) {
  .latest-consent-wrap .webform-multiple-table td {
    display: flex;
    gap: 55px;
  }
}

@media (max-width: 767px) {
.webform-multiple-table-responsive td .js-webform-radios {
    display: flex;
    gap: 25px;
    margin: 5px 0;
}
}

.latest-consent-wrap .webform-multiple-table td fieldset {
  border: none;
  padding: 0;
}

.latest-consent-wrap .webform-multiple-table td fieldset legend {
  margin-bottom: 0;
}

.latest-consent-wrap .webform-multiple-table td .js-webform-radios input {
  position: relative;
}

.latest-consent-wrap .webform-multiple-table td .fieldset-legend {
  margin: 5px 0 5px;
  display: block;
}

.latest-consent-wrap .webform-multiple-table td fieldset.error .fieldset-wrapper > div {
  font-size: 14px;
  white-space: normal;
  color: #fff;
}

.latest-consent-wrap .webform-multiple-table .form-item + .form-item {
  margin: 0;
}