/* Styling for the form controls that replaced Duda's widgets. */
/* Duda styles form inputs per widget with rules like
      #dm .dmBody div.u_1903678835 input:not([type="submit"])
   at (1 id, 3 classes, 2 elements) and !important. Matching that weight needs
   the same importance and at least as many element selectors, hence the
   explicit div. prefixes -- a shorter selector loses and the control keeps a
   border and white box the original text link never had. */
.filewrapper input[type="file"],
#dm div.dmforminput div.filewrapper input[type="file"],
#dm div.dmBody div.filewrapper input[type="file"] {
  font: inherit !important;
  color: inherit !important;
  max-width: 100% !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  padding: 0 !important;
  height: auto !important;
  min-height: 0 !important;
}
.filewrapper input[type="file"]::file-selector-button {
  font: inherit !important;
  cursor: pointer;
  background: transparent !important;
  border: 0 !important;
  padding: 0 0.6em 0 0 !important;
  margin: 0 !important;
  color: rgb(22, 42, 65) !important;
  text-decoration: underline;
}
.filewrapper input[type="file"]::file-selector-button:hover {
  opacity: 0.75;
}
.kda-form-status {
  margin: 1em 0;
  font-weight: 600;
}
