/* Small Woodmart-specific fit-and-finish layer. The theme keeps ownership of
   the off-canvas animation; Talavest only styles the OTP content inside it. */
.login-form-side .twcf-account-auth {
  width: 100%;
  margin: 0;
  padding: 16px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background: transparent;
}
.login-form-side .twcf-account-auth-head {
  margin-bottom: 14px;
}
.login-form-side .twcf-account-auth-kicker {
  font-size: 11px;
  color: #778077;
}
.login-form-side .twcf-account-auth h2 {
  margin-bottom: 4px;
  color: #162e10;
  font-size: 19px;
}
.login-form-side .twcf-account-auth-head p {
  color: #737a73;
  font-size: 12px;
  line-height: 1.8;
}
.login-form-side .twcf-login-form input,
.login-form-side .twcf-otp-form input {
  min-height: 44px;
  border-radius: 10px;
}
.login-form-side .twcf-account-auth .button {
  min-height: 44px;
  border-radius: 10px !important;
}
/* Talavest OTP is the login surface in the drawer; keep Woodmart's native
   password form from rendering underneath the injected OTP form. */
body:not(.woocommerce-account) .login-form-side form.woocommerce-form-login,
body:not(.woocommerce-account) .login-form-side .woocommerce-LostPassword,
body:not(.woocommerce-account) .login-form-side .create-account-question {
  display: none !important;
}
