/* This is the CSS file for Article pages. */








/* --------- headings -------- */


/* --------- typograghy ------ */

sup {
    line-height: 0;
    vertical-align: super;
    font-size: .8em; /* Adjust as needed */
}


/* --------- block elements ----- */


ol.footnotes {
    margin: 1em 0 0 0;
    list-style-position: inside;
}

li.footnote {
    font-size: 1em;
    line-height: 1.5;
    margin: .5em 0 0 0;
    list-style-type: decimal;
}

/* For Bibliography */

li.cited-item {margin: .5em 0 0 0;}
li.related-cited-item {margin: .5em 0 0 0;}
ul.sub-items {margin: 0 0 0 1em;}

span.citation {color: #006666; font-weight: bold;}
span.related-items {color: #006666; font-weight: bold;}

