.multi-related-article-links-wrapper ul {
  list-style: none;
}

.multi-related-article-links-wrapper ul li::before {
  content: "\2022"; /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #70757c; /* Change the color */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}

.fact-box-label,
.related-article-label,
.related-article-link-label {
  letter-spacing: 0.05em;
}

.show-hide-btn {
  cursor: pointer;
}



