.layout-builder-form .form-actions {
  margin-bottom: 16px;
  justify-content: flex-start;
  gap: 16px;
}

[dir="ltr"] .layout-builder-form .entity-content-form-revision-information {
  margin-left: 16px;
}

[dir="rtl"] .layout-builder-form .entity-content-form-revision-information {
  margin-right: 16px;
}

.layout-builder .dropbutton .dropbutton-action a {
  padding: 8px 16px;
}

.layout-builder .dropbutton .dropbutton-toggle .button:hover {
  background: inherit;
}

.form-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
}

.form-actions .button + .button {
  margin: 0;
}

/*# sourceMappingURL=layout_builder.css.map*/