.file-field input[type="file"] {
  padding: 10px;
  background: #f8fbfc;
  border-style: dashed;
}

.file-field > small {
  color: var(--text);
  font-size: 12px;
}

.honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.form-status {
  min-height: 20px;
  margin: 12px 0 0;
  color: #b42318;
  font-size: 14px;
  font-weight: 700;
}

.primary:disabled {
  cursor: wait;
  opacity: 0.65;
}
