.auth-legal-wrap {
  margin: 12px 0 4px;
}
.auth-legal-check {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.88rem;
  line-height: 1.45;
  cursor: pointer;
}
.auth-legal-check input {
  margin-top: 3px;
  flex-shrink: 0;
}
.auth-legal-check .auth-legal-page-link {
  background: none;
  border: none;
  padding: 0;
  color: var(--accent, #2979ff);
  text-decoration: underline;
  cursor: pointer;
  font: inherit;
}
.auth-legal-check .auth-legal-page-link:hover {
  opacity: 0.85;
}
