.field-hidden {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.form-note.is-success {
  color: #1f6f43;
}

.form-note.is-error {
  color: #a33a2c;
}

.photo-field {
  gap: 10px;
}

.file-picker {
  display: inline-flex;
  align-items: center;
}

.file-picker input {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.file-picker-button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  border: 1px solid #d5d0c6;
  border-radius: 8px;
  padding: 12px 16px;
  color: #23483a;
  background: #ffffff;
  font-weight: 850;
  cursor: pointer;
}

.file-picker-button:hover {
  border-color: #55745b;
}

.photo-help,
.photo-list {
  color: #66756e;
  font-size: 0.86rem;
  font-weight: 700;
}

.photo-list {
  display: block;
  line-height: 1.4;
}
