.row { display: flex; justify-content: space-between; color: var(--Text-Default); } .price { text-align: end; display: flex; align-items: center; gap: var(--Space-x1); } .discounted { color: var(--Scandic-Brand-Scandic-Red); } .price .strikeThroughRate { text-decoration: line-through; color: var(--Text-Secondary); } .bookingCodeCell { justify-content: center; width: 100%; }