.pisell-wallet-pass-gallery {
  background-color: #fff;

  &_content {
    margin: 0 auto;
    padding: 0 20px;
  }

  &-pc {
    padding-bottom: 20px;
    .pisell-wallet-pass-gallery_list {
      max-height: calc(100vh - 128px);
      overflow-y: auto;
    }
  }

  &-h5 {
    height: 100%;
    width: 100vw;
    padding: 0px;
    display: flex;
    flex-direction: column;
    overflow: hidden;

    .pisell-wallet-pass-gallery_content {
      flex: 1;
      width: 100%;
      overflow-y: auto;
      display: flex;
      flex-direction: column;
      padding: 0px;
    }

    .pisell-lowcode-tabs-content {
      padding: 0 20px;
    }
  }

  .pisell-wallet-pass-gallery_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 20px 0 20px;

    h1 {
      margin: 0;
    }
  }

  .pisell-lowcode-menu-root.pisell-lowcode-menu-vertical {
    border-right: none;
  }

  .pisell-lowcode-wallet-menu {
    margin: 0;

    .pisell-lowcode-menu-item {
      height: 72px;
      margin: 0;
      line-height: 72px;
      padding: 0;
      border-bottom: 1px solid #f2f4f7;
      box-sizing: border-box;

      .pisell-lowcode-wallet-menu-item {
        display: flex;
        justify-content: space-between;
        align-items: center;

        .pisell-lowcode-wallet-menu-title {
          color: var(--Gray-900, #101828);
          font-size: 16px;
          font-style: normal;
          font-weight: 500;
          line-height: 24px;
          margin-right: 8px;
        }
      }
    }
  }

  // WalletBar 样式（迁移并适配当前组件类名）
  .pisell-wallet-pass-gallery-bar {
    position: relative;
    height: 68px;
    width: 100vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    padding: 0 12px;
    border-bottom: 1px solid #d0d5de;
    color: var(--Gray-900, #101828);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 68px;

    .pisell-wallet-pass-gallery-header-bar-arrow {
      position: absolute;
      font-size: 24px;
      top: 0px;
      left: 12px;
    }

    .header-title {
      flex: 1;
      text-align: center;
      font-size: 16px;
      font-weight: 500;
      line-height: 24px;
      margin-left: -24px;
    }
  }
}
