@import '../../../styles/variables.scss'; .info-row { display: flex; justify-content: space-between; align-items: center; padding: var(--tk-gap-md) 0; border-bottom: 1px solid $bd-l; &--last { border-bottom: none; } &__label { font-size: var(--tk-font-body); color: $tx2; flex-shrink: 0; } &__value { font-size: var(--tk-font-body-lg); color: $tx; text-align: right; flex: 1; margin-left: var(--tk-gap-md); } }