.auth-legal-consent {
  margin: 1rem 0;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  text-align: left;
  font-size: 0.85rem;
  line-height: 1.4;
}

.auth-legal-label {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  cursor: pointer;
  color: inherit;
}

.auth-legal-label input[type="checkbox"] {
  margin-top: 0.15rem;
  flex-shrink: 0;
}

.auth-legal-label a {
  text-decoration: underline;
}
