.calc-input.input--number,.calc-input.input--select,.calc-input.input--text{align-items:flex-start;display:flex;flex-wrap:wrap;justify-content:space-between}.calc-input--metrics.calculated .text-input,.number-input input,.text-input input{border:1px solid #707070;border-radius:6px;padding:.75rem}.calc-input--metrics.calculated .text-input{background-color:#f2f2f2;pointer-events:none}.text-input input[type=text]{width:90px}@media screen and (max-width:950px){.number-input input[type=number],.text-input input[type=text]{width:100%}}@media screen and (max-width:767px){.calc-input.input--number,.calc-input.input--select,.calc-input.input--text{flex-direction:column}}