.ff-pw-field {
  display: flex;
  align-items: center;
  gap: 6px;
}

.ff-pw-field input[type="password"],
.ff-pw-field input[type="text"] {
  flex: 1 1 auto;
}

.ff-pw-hint {
  margin-top: 4px;
  font-size: 12px;
  color: #666;
}


.ff-pw-toggle {
  border: none;
  background: transparent;
  padding: 4px;
  cursor: pointer;
  display: flex;
  align-items: center;
  color: #333; /* ← モノトーン */
}

.ff-pw-toggle:hover {
  color: #000;
}
