.footnote-ref { font-weight: bold; &:before { content: " ["; } &:after { content: "] " } } .footnotes { hr { display: flex; align-items: center; border: 0; &:before { content: "Footnotes"; color: var(--ui-text); text-transform: uppercase; font-weight: 900; font-size: 0.8em; } &:after { content: ''; width: 100%; margin-inline-start: 1rem; border-block-end: 1px solid var(--ui-overlay); } } }