.footnote__citation {
  font-weight: bold;
}

.footnotes__item-wrapper {
  display: grid;
  grid-template-columns: minmax(auto, 1rem) 1fr;
}

.footnotes__item-wrapper span.footnotes__item-backlinks a {
  font-weight: bold;
  position: relative;
  top: -0.2em;
  vertical-align: top;
  font-size: 0.73em;
}

.node-detail-page .main-wrapper .region.region-content .node--type-infoclio-conference-report .node__content .footnotes__item-wrapper span.footnotes__item-text a {
  font-weight: normal;
}

html[lang="en"] .footnotes.js-footnotes::before {
content: "Notes:";
  font-weight: bold;
  margin-bottom: 10px;
  display: block;
}

html[lang="de"] .footnotes.js-footnotes::before {
content: "Anmerkungen:";
  font-weight: bold;
  margin-bottom: 10px;
  display: block;
}

html[lang="fr"] .footnotes.js-footnotes::before {
content: "Notes:";
  font-weight: bold;
  margin-bottom: 10px;
  display: block;
}

html[lang="it"] .footnotes.js-footnotes::before {
content: "Notes:";
  font-weight: bold;
  margin-bottom: 10px;
  display: block;
}