/* Custom bullets for research lists */
.research-list {
  list-style: none;
  margin-left: 20px;
  padding-left: 0;
}
.research-list li {
  margin-bottom: 0.6rem;
}
.research-list li::before {
  content: "\2022";
  color: #b64b00;
  font-weight: 700;
  display: inline-block;
  width: 1em;
  margin-right: 0.5em;
}
