/* 77405e consent one line */
#webform-client-form-7 .webform-component--agreement label.option,
#webform-client-form-14 .webform-component--agreement label.option,
#webform-client-form-7 .form-type-checkboxes label.option,
#webform-client-form-14 .form-type-checkboxes label.option,
.webform-component--agreement label.option,
form.webform-client-form .webform-component--agreement label.option {
  width: auto !important;
  max-width: none !important;
  display: inline !important;
  text-align: left !important;
  white-space: nowrap !important;
  float: none !important;
}
form.webform-client-form .webform-component--agreement .form-item,
form.webform-client-form .webform-component--agreement {
  white-space: nowrap;
}
form.webform-client-form .webform-component--agreement .form-type-checkbox {
  display: inline-block;
  width: auto !important;
  max-width: 100%;
}
