.calc {
    display: flex;
    align-items: end;
    gap: calc(var(--gap) * 2);
}

.calc__item {

}

.calc__label {
    font-size: 14px;
}

.calc__control {
    height: 24px;
}

.calc__control--name {

}

.calc__control--price {

}

.calc__control--quantity {

}

.calc__action {
    height: 24px;
    font-size: 14px;
}
