.totals {
  display: flex;
  justify-content: space-between;
}

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

.totals * {
  line-height: 1;
}

.totals > * + * {
  margin-left: 1.5rem;
  text-align: right;
}

.cart__ctas + .totals {
  margin-top: 2rem;
}
