.registration-language-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 15px;
}

.Test.login-background {
  background-image: url("./images/backgrounds/login-background.png");
  background-position: center;
  background-size: cover;
}

@media (min-width: 1024px) {
  .registration-language-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .steps.interest-steps {
    max-width: 72rem;
  }
}
/* Explicit legal choices remain separate and are never preselected. */
.registration-legal-consents {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.registration-legal-consent {
  align-items: flex-start;
  color: #26323c;
  display: flex;
  font-size: 0.88rem;
  gap: 10px;
  line-height: 1.45;
  text-align: left;
}

.registration-legal-consent input {
  accent-color: rgb(13 101 153);
  flex: 0 0 auto;
  height: 18px;
  margin-top: 2px;
  width: 18px;
}

.registration-legal-consent a {
  color: rgb(13 101 153);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
}
