@media (width >= 48rem) {
  nv-fieldselect:not(.fluid) .select-wrapper,
  nv-fieldnumber:not(.fluid) .input-wrapper,
  nv-fieldtext:not(.fluid) .input-wrapper {
    max-width: 320px;
  }
}

label.custom-label {
  color: #f5f6f7;
  font-family: "TT Norms Pro", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
