/* Scoped Dara UI data-list: inherit the storefront, not the admin stylesheet. */
.dara-data-list.dara-wallet-checkout-allocation {
  margin: 0;
  text-align: start;
  font-weight: normal;
}
.dara-wallet-checkout-allocation > div {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.25em 1em;
  margin-block: 0 0.75em;
}
.dara-wallet-checkout-allocation > div:last-child {
  margin-block-end: 0;
  font-weight: bold;
}
.dara-wallet-checkout-allocation dt,
.dara-wallet-checkout-allocation dd {
  margin: 0;
  overflow-wrap: anywhere;
}
.dara-wallet-checkout-allocation dd {
  font-variant-numeric: tabular-nums;
}
