/* v26.5.5 safe patch: disable conflicting ? help UI only */

/* Remove all previous ? help widgets */
body.esm-register-help-disabled .esm-field-help-wrap,
body.esm-register-help-disabled .esm-help-inline,
body.esm-register-help-disabled .esm-help-panel,
body.esm-register-help-disabled .esm-help-pop,
body.esm-register-help-disabled .esm-field-help-line {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  max-width: 0 !important;
  max-height: 0 !important;
  min-width: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
  background: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
}

/* Simple guidance text */
body.esm-register-help-disabled .esm-safe-guide {
  margin: 6px 0 11px 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  color: #475467 !important;
  font-size: 12.5px !important;
  font-weight: 600 !important;
  line-height: 1.45 !important;
  box-shadow: none !important;
}

body.esm-register-help-disabled .esm-password-match-safe.ok {
  color: #027a48 !important;
  font-weight: 800 !important;
}

body.esm-register-help-disabled .esm-password-match-safe.fail {
  color: #b42318 !important;
  font-weight: 800 !important;
}

body.esm-register-help-disabled .esm-email-delay-safe {
  margin-top: 8px !important;
  padding: 10px 12px !important;
  border-radius: 10px !important;
  border: 1px solid #84caff !important;
  background: #eff8ff !important;
  color: #1849a9 !important;
  font-size: 13px !important;
  font-weight: 700 !important;
}

/* Force no full-width question-only old button visual */
body.esm-register-help-disabled button.esm-help-toggle,
body.esm-register-help-disabled .esm-help-toggle,
body.esm-register-help-disabled .esm-help-dot {
  display: none !important;
}
