/* From Drupal Spa form.css */

/* Layout Builder makes buttons height too large*/
#edit-actions {
  display: flex;
  height: 55px;
  gap: 1rem;
}

/* Layout Builder Modal todo: @LBM work out way to better implement Layout Builder Modal */
#edit-actions {
  flex-wrap: unset;
}

#edit-actions .button {
  cursor: pointer;
  margin: 0;
}
