.custom-children-list {
    padding-left: 1.5em;
    margin-top: 1em;
}

.custom-children-list li {
    margin-bottom: 0.5em;
}

.custom-children-list a {
    text-decoration: none;
    color: #0073aa;
}

.custom-children-list a:hover {
    text-decoration: underline;
}
.helpful-content-container {
  background: #F2F8FC;
  padding: 20px;
  border-radius: 8px;
}

.helpful-content-h4 {
  text-align: left;
  box-sizing: inherit;
  font-family: 'Poppins';
  line-height: 150%;
  transition: all 0.4s ease !important;
  color: var(--dark_grey_color);
  font-weight: 700;
  font-size: 16px;
  margin: 0px 0px 10px;
}

.helpful-content {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.helpful-content li {
    margin-bottom: 0;
    padding-bottom: 10px;
}

.helpful-content a {
  text-align: left;
  box-sizing: inherit;
  font-family: 'Poppins';
  line-height: 150%;
  transition: all 0.4s ease !important;
  color: var(--bright_blue_color);
  font-weight: 500;
  font-size: 18px;
  background: transparent;
  text-decoration: none;
}

.helpful-content a:hover {
  color: var(--e-a-color-primary-bold);
  text-decoration: underline;
}
