.payment-customer-pay-title {
  color: var(--Gray-600, #475467);
  text-align: left;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px; /* 155.556% */
}
.payment-list-item {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  .payment-list-item-status-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    .payment-list-item-status-title-left {
      display: flex;
      align-items: center;
    }
    .payment-list-item-pay-amount {
      color: var(--Gray-true-700, #424242);
      font-size: 16px;
      font-style: normal;
      font-weight: 600;
      line-height: 24px; /* 150% */
    }
  }
  .payment-list-item-content {
    padding-left: 26px;
  }
  .payment-list-item-left {
    flex: 1;

    .payment-list-item-type {
      color: var(--Gray-true-700, #424242);
      font-size: 16px;
      font-style: normal;
      font-weight: 600;
      line-height: 24px; /* 150% */
      margin-left: 6px;
    }

    .payment-record {
      .payment-list-item-pay-methods {
        color: var(--Gray-true-700, #424242);
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px; /* 150% */
        margin-top: 4px;

        .payment-list-item-pay-name {
          flex: 1;
        }
      }

      .payment-list-item-surcharge {
        margin-top: 2px;
        color: var(--Gray-600, #475467);
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px; /* 142.857% */
      }

      .payment-list-item-date {
        color: var(--Gray-600, #475467);
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
        margin-top: 2px;
        .payment-list-item-platform-type {
          margin-left: 4px;
        }
      }
    }

    .payment-list-item-pay-methods {
    }
  }
}
.payment-refund-wrap {
  padding: 20px 0;
  .payment-refund-title {
    color: var(--Gray-600, #475467);
    text-align: left;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px; /* 155.556% */
    margin-bottom: 10px;
  }
  .payment-refund-amount {
    color: var(--Gray-true-700, #424242);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
    display: flex;
    justify-content: space-between;
  }
}
.payment-divider {
  width: 200%;
  margin: 0 -32px 0;
}