.block-job-application {
  .job-application-stepper {
    display: flex;
    flex-direction: row;
    list-style: none;
    padding: 0;

    .job-application-stepper-step {
      flex: 1 1 0;

      .job-application-stepper-step-link {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 0 0.25rem auto 0.25rem;

        .job-application-stepper-step-node {
          width: 2rem;
          height: 2rem;
          border-radius: 50%;
          background-color: var(--modern-lightgrey-1);
        }

        .job-application-stepper-step-text {
          padding-top: 0.25rem;
          word-break: break-word;
          text-align: center;
        }
      }
    }
  }
}