<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.totals {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.totals &gt; * {
  margin: 0;
}

.totals * {
  line-height: 1;
}

.totals &gt; * + * {
  margin-left: 2rem;
}

.cart__ctas + .totals {
  margin-top: 2rem;
}
</pre></body></html>