/* RMA form controls: ignore theme input/select height, appearance, radius. */
body.wr-rma-form .wr-rma-root input[type='text'],
body.wr-rma-form .wr-rma-root input[type='email'],
body.wr-rma-form .wr-rma-root input[type='file'],
body.wr-rma-form .wr-rma-root select,
body.wr-rma-form .wr-rma-root textarea {
  all: revert;
  box-sizing: border-box !important;
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  min-height: 48px !important;
  height: auto !important;
  max-height: none !important;
  margin: 0 !important;
  padding: 12px 14px !important;
  font-size: 17px !important;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif !important;
  font-weight: 400 !important;
  line-height: 1.4 !important;
  letter-spacing: normal !important;
  color: #1d1d1f !important;
  background-color: #fff !important;
  background-image: none !important;
  border: 1px solid #d2d2d7 !important;
  border-radius: 12px !important;
  box-shadow: none !important;
  overflow: visible !important;
  text-indent: 0 !important;
  text-overflow: clip !important;
  transform: none !important;
}
body.wr-rma-form .wr-rma-root select {
  -webkit-appearance: menulist !important;
  appearance: auto !important;
  padding-right: 36px !important;
}
body.wr-rma-form .wr-rma-root textarea {
  min-height: 120px !important;
  resize: vertical !important;
}
body.wr-rma-form .wr-rma-root input[type='checkbox'] {
  all: revert;
  box-sizing: border-box !important;
  width: 18px !important;
  height: 18px !important;
  min-width: 18px !important;
  min-height: 18px !important;
  padding: 0 !important;
  margin: 0 !important;
  transform: none !important;
}
body.wr-rma-form .wr-rma-root .wr-rma-btn {
  box-sizing: border-box !important;
  display: inline-block !important;
  min-height: 48px !important;
  height: auto !important;
  line-height: 1.3 !important;
  padding: 12px 22px !important;
  font-size: 17px !important;
  font-weight: 500 !important;
  border-radius: 980px !important;
  overflow: visible !important;
}
