.preview-modal-wrapper {
  position: relative;

  :global(.arco-modal-content) {
    padding: 0 0 24px;
  }

  :global(.arco-modal-close-icon) {
    right: -18px !important;
    top: -18px !important;
  }

  .close-btn {
    width: 36px !important;
    height: 36px !important;
    background-color: #1f2223 !important;
    color: #fff !important;
    z-index: 10;
  }
}

.preview-details {
  position: relative;
  text-align: center;
  line-height: 0;

  &::after {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    box-shadow: inset 0 4px 34px rgba(0, 0, 0, 10%);
    content: ' ';
  }
}

.ppt-details {
  display: flex;
  box-sizing: border-box;
  position: relative;

  &::after {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    box-shadow: inset 0 4px 34px rgba(0, 0, 0, 10%);
    content: ' ';
  }
}

.details-content {
  padding: 18px;
  flex-grow: 1;
  overflow: auto;
  box-sizing: border-box;
  cursor: pointer;
  z-index: 2;

  &-image {
    padding: 6px;
  }
}

.details-more {
  padding: 36px 40px 0;

  .more-title {
    display: flex;
    justify-content: space-between;

    h2 {
      font-size: 16px;
      font-weight: 600;
      margin: 0;
      padding: 0;
    }
  }

  .more-token-tag {
    color: #1d2129;
    background-color: #fff;
    border: 1px solid #e5e6eb;
    margin-bottom: 8px;
  }

  .more-product-tag {
    color: rgba(var(--primary-6));
    border: 1px solid rgba(var(--primary-4));
  }

  .details-desc {
    .preview-footer {
      display: flex;
      justify-content: space-between;
    }

    :global(.arco-divider-horizontal) {
      width: 16px;
      min-width: 16px;
      max-width: 16px;
      height: 2px;
      margin-top: 42px;
      margin-bottom: 18px;
      background-color: #1f2223;
      border: none;
    }
  }

  .more-author {
    display: flex;
    line-height: 24px;
    height: 24px;

    :global(.arco-avatar) {
      margin-right: 8px;
    }
  }
}
