.common-form-field {
  min-width: 0;
}

.common-form-field-full {
  grid-column: 1 / -1;
}

.common-form-label {
  display: block;
  margin-bottom: 8px;
  color: #16211c;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
}

.common-form-help {
  margin-top: 6px;
  color: #5f6d67;
  font-size: 14px;
  line-height: 1.45;
}

.common-form-error {
  margin-top: 6px;
  color: #b42318;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.45;
}
