.pw-toggle-wrap { position: relative; }
.pw-toggle-wrap input[type="password"],
.pw-toggle-wrap input[type="text"] { padding-right: 44px !important; }

.pw-toggle-btn {
  position: absolute;
  top: 50%;
  right: 6px;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  color: #8a8a8a;
  border-radius: 6px;
}
.pw-toggle-btn:hover { color: #444; }
.pw-toggle-btn:focus-visible { outline: 2px solid #8a8a8a; outline-offset: 1px; }
.pw-toggle-btn svg { width: 20px; height: 20px; display: block; }
