@use "../../wc";

// Keep in sync with the global .form-actions layout in scss/_global-spacing.scss.
:host {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: var(--zn-spacing-small);
}
