.pisell-wallet-guide-wrap {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  overflow: hidden;
  position: relative;
  min-height: 136px;
  display: flex;
  padding: 16px 18px;

  .pisell-wallet-guide-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .pisell-wallet-guide-content {
    position: relative;
    text-align: left;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    flex: 1;
    width: 100%;

    &.pisell-wallet-guide-center {
      text-align: center;
      align-items: center;
    }

    .pisell-wallet-guide-title {
      line-height: 28px;
    }

    .pisell-wallet-guide-subtitle {
      line-height: 20px;
    }

    .pisell-wallet-guide-button-wrap {
      display: flex;
      width: fit-content;
      max-width: 100%;
    }

    .pisell-lowcode-btn-default {
      margin-top: 8px;
      display: flex;
      padding: 10px 16px;
      justify-content: center;
      align-items: center;
      background: transparent;
      border-color: transparent;
      border-radius: 8px;
      border: 1px solid var(--Primary-600, #7f56d9);
      background: var(--Primary-600, #7f56d9);
      box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
      max-width: 100%;
      width: auto;
      > div {
        max-width: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
      }
    }
  }
}
