.coh-style-webform-wrapper .webform-submission-form .form-type-radios.form-item-amount-of-listings {
  display: flex;
  gap: 2rem;
}

.coh-style-webform-wrapper .webform-submission-form .form-type-radios.form-item-amount-of-listings > label {
  height: auto;
  width: auto;
  display: inline-block;
  font-weight: 400;
}

.coh-style-webform-wrapper .webform-submission-form .form-type-radio.form-item-amount-of-listings {
  height: auto;
  width: auto;
  display: inline-block;
  margin-right: 1rem; 
}

.coh-style-webform-wrapper .webform-submission-form .form-item .form-item-amount-of-listings input {
  height: auto;
  width: auto;
  display: inline-block;
  accent-color: #cf0000;
}

.coh-style-webform-wrapper .webform-submission-form .form-type-radio.form-item-amount-of-listings > label {
  height: auto;
  width: auto;
  display: inline-block;
}

.coh-style-webform-wrapper .webform-submission-form input.form-checkbox {
  width: auto;
  height: auto;
  display: inline-block;
  margin-right: 8px;
}

.coh-style-webform-wrapper .webform-submission-form .form-type-checkbox .option {
  display: inline;
  font-size: 16px;
  line-height: 1.2;
}

.coh-style-webform-wrapper .webform-submission-form .form-item-marketing-opt-in {
  display: none;
}

.validation-container {
  margin-top: 2rem;
}

.validation-container ul li {
  font-size: 18px;
}

.validation-container .error {
  color: #cf0000;
}