.pisell-wallet-pass-gallery_timeline-node {
  display: flex;
  justify-content: space-between;

  &-left {
    display: flex;
    flex-direction: column;
  }

  &-action {
    color: #101828;
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 4px;
  }

  &-time {
    color: #667085;
    font-size: 12px;
    margin: 0;
    display: flex;
    align-items: center;
  }

  &-detail-link {
    color: var(--theme-color, #7F56D9);
    margin-left: 8px;
    cursor: pointer;
    font-size: 12px;
  }

  &-amount {
    font-size: 14px;
    font-weight: 500;

    &-positive {
      color: #12B76A;
    }

    &-negative {
      color: #F04438;
    }
  }
}

.pisell-wallet-pass-gallery_timeline-list {
  padding: 8px 0;
}

.pisell-wallet-pass-gallery_timeline-subtitle {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: #101828;
  margin-bottom: 16px;
}

.pisell-wallet-pass-gallery_timeline-empty {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 200px;
}

.pisell-wallet-pass-gallery_timeline-loading {
  min-height: 160px;
}