:host {
  display: flex;
  flex-direction: column;
  padding-right: 40px;
  padding-bottom: 30px;

  .stepper {
    margin-bottom: 16px;
  }

  .title {
    margin-top: 0;
    margin-bottom: 24px;
    font-weight: 500;
  }
}