/* Minimal, non-invasive styles. Does NOT add wrappers that change layout. */

.pt-password-toggle {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: #666; /* inherits currentColor if you prefer */
}

/* SVG sizing */
.pt-password-toggle svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

/* Ensure text entered doesn't overlap icon — very small, non-destructive padding */
#password[name="pwd"] {
  padding-right: 42px !important;
  box-sizing: border-box;
}
