.igloo-hstep-container {
  width: 100%;
  background: #ffffff;
  padding: 32px;
  margin-top: 32px;

  .igloo-hstep-label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 16px;

    .igloo-hstep-label-edit {
      font-size: 16px;
      color: @primary-color;
      cursor: pointer;
      font-weight: 500;
    }

    .igloo-hstep-label-text {
      color:  @text-color;
    }
  }

  .igloo-hstep-content {
    width: 100%;

    .igloo-hstep-button {
      min-width: 221px;
      margin-top: 32px;
    }
  }

  .igloo-hstep-divider {
    margin-top: 16px;
    border-color:  @border-color;
  }
}

@media screen and (max-width: 768px) {
  .igloo-hstep-container-preview {
    background: #f9f9f9;
  }

  .igloo-hstep-container {
    width: 100%;
    padding: 24px 16px;
    margin-top: 0;

    .igloo-hstep-content {
      margin-top: 24px;
    }

    .igloo-hstep-divider {
      margin-top: 8px;
      width: auto;
      min-width: auto;
      margin-left: 16px;
      margin-right: 16px;
    }
  }

  .igloo-hstep-button-container {
    width: 100%;
    position: sticky;
    bottom: 0;
    box-shadow: 0px 0px 1px rgba(20, 20, 20, 0.04),
      0px 1px 8px 2px rgba(20, 20, 20, 0.08);

    padding: 24px 16px;
    background: #ffffff;

    .igloo-hstep-button {
      width: 100%;
    }
  }
}
