.keynotes{
        margin: 30px 0;
}
.keynotes-blockquote {
    background: #f5f5f5 ;
    border-radius: 12px;
    border: 0;
    padding: 24px;
}

.keynotes-text {
    /*display: block;*/
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    color:rgba(8,9,10,.8);
}
.keynote_head{
    margin-bottom:20px;
}
.keynotes-author {
    /*display: none;*/
}
.keynotes-author ol{
    margin-left: 0;
    padding-left: 20px;
    text-decoration: none !important;
    color: rgba(8, 9, 10, 1);
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 0 !important;
}
.ez-toc-title-toggle a{
    color: #444;
    background: inherit;
    border: inherit;
    display: flex;
    align-items: center;
    box-shadow: none;
    text-decoration: none;
    text-shadow: none;
    display: inline-flex;
    align-items: stretch;
    flex-wrap: nowrap;
}
.ez-toc-js-icon-con{
    border: 0;
    background: #fff;
    border-radius: 50px;
    width: 48px;
    height: 32px;
    text-align: center;
    display: inline-block;
    padding: 4px 12px;
}
.ez-toc-btn-default:hover,.ez-toc-btn-default:active {
    background-color: transparent!important;
        box-shadow: none!important;
}
.ez-toc-title-toggle a {
    color: #444;
    background: inherit;
    border: inherit;
    display: flex
;
    align-items: center;
    box-shadow: none;
    text-decoration: none;
    text-shadow: none;
    display: inline-flex
;
    align-items: stretch;
    flex-wrap: nowrap;
}
.ez-toc-pull-right {
    float: right !important;
    margin-left: 10px;
}
.ez-toc-btn-xs {
    padding: 1px 5px;
}
.ez-toc-btn-sm, .ez-toc-btn-xs {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.ez-toc-icon-toggle-span:after {
    content: "";
    position: absolute;
    width: 16px;
    height: 10px;
    background: url(/wp-content/uploads/2025/03/arrow_down-1.svg);
    transform: rotate(180deg);
    top: 8px;
    left: 5px;
}