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

    .job-application-stepper-step {
      flex: 1 1 0;
      position: relative;
      padding: 0 0.25rem 0 0.25rem;
      text-align: center;

      .job-application-stepper-step-link {
        display: inline-block;
        text-align: center;

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

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