.bfn-footnoteHook,.bfn-footnoteRef{font-size:.7em;font-weight:700;margin-top:-.4em;/*margin-left: 0.2em;*/display:inline-block;vertical-align:top}.bfn-footnotesList{list-style:none}

.container.main-content{
    list-style-type: none;
    counter-reset: css-counter 0; /* initializes counter to 0; use -1 for zero-based numbering */
}

a.bfn-footnoteHook > sup{
    counter-increment: css-counter 1; /* Increase the counter by 1. */
}

a.bfn-footnoteHook > sup:before {
    content: counter(css-counter) ""; /* Apply counter before children's content. */
}
/*
.wpb_content_element:has(a.bfn-footnoteHook) .bfn-footnotes{

    display:block!important;
}*/

.bfn-footnotes-title-line{


    width:100%;
    height:1px;
    border-bottom: 1px solid rgba(0,0,0,.15);
    margin-bottom:20px;
}
.bfn-footnotes{

    display:block!important;
   
}

.bfn-footnotesList {
    list-style: none;
    margin-left:0px!important;
}
.bfn-footnotesList li.bfn-footnoteItem:before{

    content: none!important;
}


.bfn-footnotesList .bfn-footnoteItem{


}


