.pisell-lowcode__deposit-item {
  border-radius: 12px;
  border: 1px solid var(--Gray-300, #d0d5dd);
  background: var(--Base-White, #fff);
  box-shadow: 0px 1px 3px 0px rgba(16, 24, 40, 0.1),
    0px 1px 2px 0px rgba(16, 24, 40, 0.06);
  overflow: hidden;
  .pisell-lowcode__deposit-item-header {
    background: var(--Blue-50, #eff8ff);
    display: flex;
    padding: 20px;
    align-items: center;
    .pisell-lowcode__deposit-status {
      display: flex;
      padding: 6px 16px;
      align-items: center;
      border-radius: 16px;
      color: var(--Base-Black, #000);
      text-align: center;
      font-size: 14px;
      font-style: normal;
      font-weight: 500;
      line-height: 20px; /* 142.857% */
      height: 32px;
    }
    .pisell-lowcode__deposit-item-header-right {
      flex: 1;
      text-align: right;
      display: flex;
      align-items: center;
      justify-content: flex-end;
      font-weight: 600;
      .pisell-lowcode__deposit-item-header-right-line1 {
        color: var(--Warning-600, #dc6803);
        font-size: 14px;
        line-height: 20px; /* 142.857% */
      }
      .pisell-lowcode__deposit-item-header-right-line2 {
        color: var(--Gray-900, #101828);
        font-size: 14px;
        line-height: 20px; /* 142.857% */
      }
      .pisell-lowcode__deposit-item-header-right-amount {
        color: var(--Warning-600, #dc6803);
        font-size: 20px;
        font-style: normal;
        line-height: 30px; /* 150% */
        margin-right: 8px;
      }
      .pisell-lowcode__deposit-item-header-right-edit {
        font-size: 24px;
        color: #1570ef;
        cursor: pointer;
      }
    }
  }
  .pisell-lowcode__deposit-item-content {
    border-top: 1px solid #eaecf0;
    border-bottom: 1px solid #eaecf0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    padding: 32px 0;
    .pisell-lowcode__deposit-item-content-line1 {
      color: var(--Gray-600, #475467);
      font-size: 14px;
      font-style: normal;
      font-weight: 500;
      line-height: 20px; /* 142.857% */
    }
    .pisell-lowcode__deposit-item-content-line2 {
      color: #000;
      font-size: 16px;
      font-style: normal;
      font-weight: 600;
      line-height: 24px; /* 150% */
    }
  }
  .pisell-lowcode__deposit-item-footer {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    .pisell-lowcode__deposit-item-footer-total {
      display: flex;
      justify-content: space-between;

      color: var(--Gray-900, #101828);
      text-align: right;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 24px; /* 150% */
    }
    .pisell-lowcode__deposit-item-footer-total-deposit {
      display: flex;
      justify-content: space-between;

      color: var(--Gray-500, #667085);
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: 20px; /* 142.857% */
    }
    .pisell-lowcode__deposit-item-footer-action {
      display: flex;
      gap: 20px;
      margin-top: 12px;
    }
  }
}
