.temp-fields.jr-tf-labeled{
  display:flex;
  align-items:flex-end;
  gap:18px;
  flex-wrap:wrap;
}

.temp-fields.jr-tf-labeled .jr-tf-field{
  display:flex;
  flex-direction:column;
  gap:6px;
}

.temp-fields.jr-tf-labeled .jr-tf-label{
  font-weight:600;
  font-size:14px;
  line-height:1.2;
}

.temp-fields.jr-tf-labeled input.desc-input,
.temp-fields.jr-tf-labeled input.count-input{
  min-width:260px;
}

.temp-fields.jr-tf-labeled .jr-tf-count input.count-input{
  min-width:180px;
}
