/**
 * PrepKnow Lighthouse Mobile Fix Suite v1.2.3
 * Login/Register only. This file is not enqueued on Directory/listing pages.
 */
body.pk-lmfs-login-register-page *,
body.pk-lmfs-login-register-page *::before,
body.pk-lmfs-login-register-page *::after {
  box-sizing: border-box;
}

body.pk-lmfs-login-register-page form,
body.pk-lmfs-login-register-page .login,
body.pk-lmfs-login-register-page .register,
body.pk-lmfs-login-register-page .woocommerce-form,
body.pk-lmfs-login-register-page .sign-in-form,
body.pk-lmfs-login-register-page .sign-up-form {
  max-width: 100%;
}

body.pk-lmfs-login-register-page input,
body.pk-lmfs-login-register-page select,
body.pk-lmfs-login-register-page textarea,
body.pk-lmfs-login-register-page button {
  max-width: 100%;
}

body.pk-lmfs-login-register-page [hidden],
body.pk-lmfs-login-register-page [aria-hidden="true"] {
  display: none !important;
}

body.pk-lmfs-login-register-page .pk-lmfs-visually-hidden,
body.pk-lmfs-login-register-page .honeypot,
body.pk-lmfs-login-register-page .hp-field,
body.pk-lmfs-login-register-page .wpa_hidden_field,
body.pk-lmfs-login-register-page .pk-honeypot {
  position: absolute !important;
  inline-size: 1px !important;
  block-size: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  border: 0 !important;
  white-space: nowrap !important;
}

body.pk-lmfs-login-register-page .captcha,
body.pk-lmfs-login-register-page .human-check,
body.pk-lmfs-login-register-page .pk-human-check,
body.pk-lmfs-login-register-page [class*="captcha"],
body.pk-lmfs-login-register-page [class*="human-check"] {
  max-width: 100%;
  overflow: hidden;
  contain: layout paint;
}

body.pk-lmfs-login-register-page .tabs-nav,
body.pk-lmfs-login-register-page .account-tabs,
body.pk-lmfs-login-register-page .login-tabs {
  max-width: 100%;
  overflow-wrap: anywhere;
}

body.pk-lmfs-login-register-page a,
body.pk-lmfs-login-register-page button,
body.pk-lmfs-login-register-page input[type="submit"] {
  touch-action: manipulation;
}
