input,
select,
textarea {
  border-radius: 10px;
  border: 1px solid var(--line-soft);
  color: var(--text-strong);
  font: inherit;
}

input::placeholder,
textarea::placeholder {
  color: #6a7f95;
}

input:focus,
select:focus,
textarea:focus {
  outline: none;
  box-shadow: var(--focus-ring);
  border-color: #8db2d8;
}

.field-error {
  border-color: #d14848 !important;
  background: #fff5f5 !important;
}

.field-error-message {
  margin-top: 4px;
  color: #a12626;
  font-size: 13px;
  line-height: 1.4;
}

.field-help-text {
  margin-top: 4px;
  color: var(--text-muted);
  font-size: 13px;
  line-height: 1.45;
}
