.pisell-wallet-pass-gallery_detail {
  background-color: white;
  overflow: hidden;

  &-pc {
    height: 800px;
    max-height: calc(100vh - 128px);
    border: 1px solid #d0d5de;
    padding: 20px;
    z-index: 1;
    border-radius: 12px;
  }

  &-h5 {
    height: 100%;
    overflow: hidden;
    border: none;
    padding: 20px 0px;
  }

  &-with-footer {
    height: calc(100% - 90px);
  }

  .pisell-wallet-pass-gallery_detail-content {
    overflow-y: auto;
    height: 100%;
    &::-webkit-scrollbar {
      width: 0 !important;
      height: 0 !important;
      background: transparent !important;
      display: none !important;
    }
  }

  .pisell-wallet-pass-gallery_detail-title {
    color: #101828;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    margin: 10px 0;
    display: block;
  }

  // 覆盖 tab 默认样式
  .pisell-tabstruct-item[aria-selected='true'] {
    background-color: var(--theme-color);
  }

  .pisell-tabstruct-selection {
    background-color: var(--theme-color);
    transition: none !important;
  }

  .pisell-wallet-pass-gallery_detail-card-content-tip {
    color: #667085;
    font-size: 14px;
    line-height: 22px;
    margin: 12px 0;
  }
}
