/**
 * Shared password visibility toggle — signup + account-recovery auth family.
 * Inline SVG eye / eye-slash; no external icon CDN.
 */

.swaraj-auth-pw-toggle,
.swaraj-su-pw-toggle {
  width: 44px;
  min-width: 44px;
  height: 44px;
  min-height: 44px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #444;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-sizing: border-box;
}

.swaraj-auth-pw-toggle:focus-visible {
  outline: 2px solid #ffcc2f;
  outline-offset: -2px;
}

.swaraj-auth-pw-toggle-icon {
  width: 20px;
  height: 20px;
  display: block;
  pointer-events: none;
}

.swaraj-su-input-wrap:has(.swaraj-auth-pw-toggle) input,
.swaraj-su-input-wrap:has(.swaraj-su-pw-toggle) input {
  padding-right: 8px;
}
