/* WordPress-style password visibility control. */
.bbd-password-reveal-wrap,
.bbd-wp-password-wrap{
  position:relative !important;
  display:block !important;
  width:100% !important;
  min-width:0 !important;
  margin:0 !important;
}
.bbd-password-reveal-wrap > input,
.bbd-wp-password-wrap > input{
  width:100% !important;
  min-width:0 !important;
  padding-left:44px !important;
}
.bbd-password-reveal,
.bbd-wp-password-toggle{
  position:absolute !important;
  left:8px !important;
  right:auto !important;
  top:50% !important;
  transform:translateY(-50%) !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  box-sizing:border-box !important;
  width:30px !important;
  min-width:30px !important;
  height:30px !important;
  min-height:30px !important;
  margin:0 !important;
  padding:0 !important;
  border:0 !important;
  border-radius:4px !important;
  background:transparent !important;
  box-shadow:none !important;
  color:#646970 !important;
  font-size:0 !important;
  line-height:1 !important;
  cursor:pointer !important;
  opacity:1 !important;
  z-index:3 !important;
}
.bbd-password-reveal:hover,
.bbd-password-reveal:focus-visible,
.bbd-wp-password-toggle:hover,
.bbd-wp-password-toggle:focus-visible{
  border:0 !important;
  background:transparent !important;
  color:#1d2327 !important;
  box-shadow:none !important;
}
.bbd-password-reveal:focus-visible,
.bbd-wp-password-toggle:focus-visible{
  outline:1px dotted #2271b1 !important;
  outline-offset:1px !important;
}
.bbd-password-reveal-icon{
  display:block !important;
  width:18px !important;
  height:18px !important;
  pointer-events:none !important;
}
.bbd-password-reveal-icon svg{
  display:block !important;
  width:18px !important;
  height:18px !important;
  fill:currentColor !important;
}
.bbd-password-reveal.is-visible,
.bbd-wp-password-toggle.is-visible{
  border:0 !important;
  background:transparent !important;
  color:#2271b1 !important;
  box-shadow:none !important;
}
@media(prefers-reduced-motion:reduce){.bbd-password-reveal,.bbd-wp-password-toggle{transition:none !important;}}
