  #revy-discounts-total-table tr {
      display: flex;
  }
  #revy-discounts-total-table tr:nth-child(n+2) {
    justify-content: flex-end;
    gap: 50px;
  }
  #revy-discounts-total-table tr:nth-child(1) {
    justify-content: flex-end;
  }