.elementor-916 .elementor-element.elementor-element-ad31727{--display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-85caa92 *//* 1) Hide the default Submit button on Form 991 */
#wpforms-form-991 .wpforms-submit {
  display: none !important;
}

/* 2) Center the field label (your question) */
#wpforms-form-991 .wpforms-field-content {
  text-align: center;
}

/* 3) Make your HTML-field buttons full width */
#wpforms-form-991 .wpforms-page-button {
  display: block;
  width: 100%;
  max-width: none;      /* override any max-width */
  margin: 0.75em 0;     /* vertical spacing */
  box-sizing: border-box;
}/* End custom CSS */