.elementor-5956 .elementor-element.elementor-element-2363771{--display:flex;}/* Start custom CSS */.set-password-box {
  max-width: 480px;
  margin: 80px auto;
  padding: 32px 24px;
  background: rgba(255, 255, 255, 0.92);
  border-radius: 18px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
  text-align: center;
}

.set-password-box h2 {
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: 700;
}

.set-password-box input {
  width: 100%;
  margin-bottom: 14px;
  padding: 14px 16px;
  border: 1px solid #d8d8d8;
  border-radius: 10px;
  font-size: 16px;
  box-sizing: border-box;
}

.password-rule {
  margin: 4px 0 18px;
  font-size: 13px;
  color: #666;
  line-height: 1.6;
}

#setPasswordBtn {
  width: 100%;
  padding: 14px 16px;
  border: none;
  border-radius: 999px;
  background: #8b5cf6;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
}

#setPasswordBtn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

#setPasswordMessage {
  margin-top: 16px;
  font-size: 14px;
  color: #d33;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .set-password-box {
    margin: 40px 16px;
    padding: 28px 20px;
  }
}
.password-field {
  position: relative;
  width: 100%;
  margin-bottom: 14px;
}

.password-field input {
  width: 100%;
  padding-right: 52px;
  margin-bottom: 0;
}

.toggle-password {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  border: none;
  background: transparent;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  padding: 0;
}

.toggle-password:hover {
  background: transparent;
  transform: translateY(-50%);
}

.toggle-password:focus {
  outline: none;
}/* End custom CSS */