.form-builder-form > [data-contentpath="form_actions"],
.form-builder-form > [data-contentpath="meta"],
.form-builder-form > [data-contentpath="sections"],
.form-builder-form > [data-contentpath="section_settings"],
.form-builder-form > [data-contentpath="success_section"],
.form-builder-form > [data-contentpath="redirect_section"] {
  padding: 1rem;
  border: 2px solid var(--w-color-border-field-default);
  border-radius: 0.25rem;
  margin: 1rem 0;
}

.form-builder-form > [data-contentpath="form_actions"] > .w-field__label,
.form-builder-form > [data-contentpath="meta"] > .w-field__label,
.form-builder-form > [data-contentpath="sections"] > .w-field__label,
.form-builder-form > [data-contentpath="section_settings"] > .w-field__label,
.form-builder-form > [data-contentpath="success_section"] > .w-field__label,
.form-builder-form > [data-contentpath="redirect_section"] > .w-field__label {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
}
