@@ -447,10 +447,43 @@ } section.footnotes ol { margin: ◊x-lineheight[0.5] 0 0 0; } + + /* ******* “Further Notes” added to articles ******** + */ + + div.further-notes { + margin-top: ◊x-lineheight[3]; + } + + div.further-notes>h2 { + font-style: normal; + font-feature-settings: "smcp" on; + border-top: solid 2px ◊color-bodytext; + text-transform: lowercase; + } + + div.note h3 { + margin-top: 0; + font-size: 1rem; + font-weight: normal; + font-style: italic; + } + + div.note-meta { + margin-top: ◊x-lineheight[1]; + font-feature-settings: "smcp" on; + color: #888; + } + + span.disposition-mark { + color: ◊color-xrefmark; + display: inline-block; + width: 1em; + } /* ******* (Mobile first) Journal View styling ******* */ section.article-listing h2 { font-weight: normal; @@ -632,10 +665,25 @@ section.entry-content figure figcaption { grid-area: margin; text-align: right; align-self: end; } + + /* ******* (Grid support) “Further Notes” added to articles ******* + */ + + div.further-notes>h2 { + width: calc(100% + 8rem); + margin-left: -8rem; + } + + div.note h3 { + float: left; + margin-left: -8rem; + width: 7rem; + text-align: right; + } /* ******* (Grid support) Journal View styling ******* */ section.article-listing {