.totals {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 2rem;
}

.totals > * {
  margin: 0;
  line-height: 1.15;
}

.totals__total {
  font-size: 1.3rem;
}

.totals__total-value {
  font-size: 2rem;
  font-variant-numeric: tabular-nums;
}
