/*--------------------------------------------------------------
# Company Card Styles
--------------------------------------------------------------*/
.footnote-wrapper {
    padding-top: 1rem;
    line-height: 0.75rem;
}
.footnote-source {
    font-size: 0.85rem;
}

@media (min-width: 768px) {
    .footnote-wrapper {
        padding-top: 1.5rem;
        line-height: 1rem;
    }
    .footnote-source {
        font-size: 0.85rem;
    }
}