.sd-password-control {
  position: relative;
  display: block;
  width: 100%;
}

.sd-password-control [data-sd-password-input] {
  width: 100%;
  min-height: 44px;
  padding-inline-end: 52px;
}

.sd-password-toggle {
  position: absolute;
  z-index: 2;
  inset-block-start: 50%;
  inset-inline-end: 2px;
  display: inline-grid;
  width: 44px;
  height: 44px;
  padding: 10px;
  border: 0;
  border-radius: 8px;
  color: inherit;
  background: transparent;
  cursor: pointer;
  place-items: center;
  transform: translateY(-50%);
}

.sd-password-toggle:hover {
  background: rgb(127 127 127 / 12%);
}

.sd-password-toggle:focus-visible {
  outline: 3px solid #6366f1;
  outline-offset: 1px;
}

.sd-password-toggle svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  pointer-events: none;
}

@media (prefers-reduced-motion: reduce) {
  .sd-password-toggle {
    scroll-behavior: auto;
  }
}
