/* Independent vertical flow: shorter cards do not reserve a neighbour's height. */
.dsp-order-list{display:block;column-count:1;column-gap:8px}
.dsp-order-list>.dsp-order{display:inline-block;vertical-align:top;width:100%;box-sizing:border-box;margin:0 0 8px;break-inside:avoid;page-break-inside:avoid}
@media(min-width:601px){.dsp-order-list{column-count:2}}
