lf-form {
  .form-title-container {
    display: flex;
    margin-bottom: $spacer;
    justify-content: space-between;
    align-items: center;
    word-break: break-word;
  }

  .form-title {
    flex: 1;
    font-weight: 300;
    margin: 0;
  }

  .form-actions {
    flex: 0 0 auto;
    margin-left: $spacer;
  }
}
