form[action="/register"] div:has(input[type="checkbox"]),
#LearnerProfileCustomRegFields div[data-type="checkbox"]{
  display: flex;
  flex-wrap: wrap;
}

#LearnerProfileCustomRegFields div[data-type="checkbox"]{
  flex-direction: row-reverse;
  align-items: center;
  justify-content: start;
}

#LearnerProfileCustomRegFields div[data-type="checkbox"]>div:first-child{
  margin-bottom: 0;
  margin-left: 8px;
  font-weight: normal;
}

form[action="/register"]
  div:has(input[type="checkbox"][name="sentinel"])::before,
  #LearnerProfileCustomRegFields div[data-type="checkbox"][data-name="sentinel"]::before {
  content: "Please review the list of options below and select your current product subscription(s). Your selection will determine which learning resources will be available in your Academy account.";
  text-align: left;
  font-weight: 600;
  margin-bottom: 16px;
  width: 100%;
  color: #324050;
}

