.voucherCard { padding: var(--Spacing-x-one-and-half); background-color: var(--Base-Surface-Secondary-light-Normal); border-radius: var(--Corner-radius-Medium); margin: 0; width: 100%; } .voucherRow, .voucher { display: flex; gap: var(--Spacing-x-half); justify-content: space-between; align-items: baseline; } .voucher { justify-content: end; }