/* Footnote reference in body text */
sup.footnote-reference {
  font-size: 0.72em;
  line-height: 0;
  vertical-align: super;
  margin-left: 0.08em;
}

sup.footnote-reference a {
  padding: 0 0.18em;
  border-bottom: none;
  color: var(--primary-color);
  text-decoration: none;
}

sup.footnote-reference a:hover {
  background: var(--primary-color);
  color: var(--hover-color);
  border-radius: 3px;
}

/* Footnote block */
.footnote-definition,
section.footnotes {
  margin-top: 2.5rem;
  padding-top: 1rem;
  /*border-top: 1px solid var(--border-color);*/
  font-size: 0.7rem;
  color: var(--text-1);
}

/* Individual footnotes */
.footnote-definition {
  display: grid;
  grid-template-columns: 2rem 1fr;
  gap: 0.4rem;
  margin: 0.45rem 0;
}

.footnote-definition sup {
  font-family: var(--mono-text-font);
  color: var(--primary-color);
  text-align: right;
}

.footnote-definition p {
  margin: 0;
}

/* Links inside footnotes */
.footnote-definition a {
  color: var(--text-0);
  border-bottom: 1px solid var(--primary-color);
}

.footnote-definition a:hover {
  background: var(--primary-color);
  color: var(--hover-color);
}
