/* Custom bibliography styling to match desired format */
.references.csl-bib-body .csl-entry {
  margin-bottom: 1em;
  padding-left: 0;
  text-indent: 0;
  line-height: 1.6;
}

.references.csl-bib-body .csl-entry::before {
  content: "\2022\00a0\00a0\00a0"; /* Bullet dot + three non-breaking spaces */
  font-weight: bold;
}

/* Hide the separate URL link since we want title to be clickable */
/* .csl-entry a[href] {
  display: none;
} */

/* Make the title span look like a clickable link */
.csl-entry span:first-of-type {
  font-weight: bold;
  color: #0066cc;
  cursor: pointer;
  text-decoration: none;
}

.csl-entry span:first-of-type:hover {
  text-decoration: underline;
}

/* Style the rest of the entry with dim-text appearance */
.csl-entry {
  color: var(--dim-text, #666);
}

/* Make author names and other info appear dimmed */
.csl-entry::after {
  content: "";
}

/* Style journal names in italics */
.csl-entry em {
  font-style: italic;
}

/* Custom formatting to match your desired layout */
.csl-entry {
  display: block;
}

/* Make the entire entry follow the pattern: [**Title**](url) [authors, journal, date]{.dim-text} */