@import '../../style/variable';
@import './token';

.#{$namespace} {
  &-flow-step {
    display: flex;
    flex-direction: column;
    align-items: center;

    &__img {
      & > img {
        width: 100%;
        height: 100%;
        object-fit: contain;
      }
    }

    &__title {
      margin-top: 8px;
      color: rgb(0 0 0 / 85%);
      font-weight: bold;
      font-size: 16px;

      &--linkable {
        margin-top: 24px;
        color: $flow-step-linkable-title-color;
        font-weight: 400;
      }
    }

    &__desc {
      margin-top: 8px;
      color: #2d303e;
      font-weight: 400;
      font-size: 12px;
    }
  }
}
