﻿.footnote-box {
    border-top: solid rgb(var(--grey-light)) 1px;
    padding-top: 1rem;
    font-style: italic;
    font-size: .95rem;
    color: black;
    font-weight: 500;
    white-space: normal;
}

.footnote-box p, .footnote-box pre {
    font-size: inherit;
}
