.magiclink-box {
  max-width: 360px;
  margin: auto;
  padding: 24px;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(0,0,0,.12);
}

.magiclink-box h3 {
  text-align: center;
  margin-bottom: 16px;
}

.magiclink-box input {
  width: 100%;
  padding: 14px;
  border-radius: 8px;
  border: 1px solid #ddd;
  margin-bottom: 14px;
}

.magiclink-box button {
  width: 100%;
  padding: 14px;
  border-radius: 8px;
  background: linear-gradient(135deg,#1e6bff,#00c6ff);
  color: #fff;
  font-weight: 600;
  border: none;
  cursor: pointer;
}

.magiclink-msg {
  margin-top: 12px;
  text-align: center;
}


.magiclink-desc {
  font-size: 14px;
  color: #555;
  text-align: center;
  margin-bottom: 16px;
}
