.priceRow { display: flex; justify-content: space-between; padding: var(--Spacing-x-quarter) 0; } .priceTable { margin: 0; } .price { display: flex; gap: var(--Spacing-x-half); } .perNight { font-weight: 400; font-size: var(--typography-Caption-Regular-fontSize); }