<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">  #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;
  }</pre></body></html>