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

.totals__total,
.totals__total-value {
  margin: 0;
}
