<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;
}

.totals .h4 {
  font-weight: 700;
}

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

.totals .totals__subtotal-value {
  margin-left: 4px;
}

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