.footnote__citation {
  font-weight: bold;
}

.footnotes__item-wrapper {
  display: grid;
  grid-template-columns: minmax(auto, 1rem) 1fr;
}

.footnotes__item-wrapper span a {
  font-weight: bold;
  position: relative;
  top: -0.2em;
  vertical-align: top;
  font-size: 0.73em;
}

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;
}