table.score_indicators {
	margin:auto;
	border-spacing: 9px;
    margin-top: 96px;
    width: calc(100% - 18px);
}
table.score_indicators td,table.score_indicators th {
	text-align: left;
	vertical-align: top;
}
table.score_indicators th {
	color: rgba(105, 105, 105, 1);
    font-family: 'RiformaLLWeb-Regular';
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
    padding-bottom: 24px;
}
td.research {
    /*border-left-width: 4px;
    border-left-style: solid;
    border-left-color: #fbb06c;*/
    padding-left: 6px;
    margin-bottom:  24px;
}
td.research::before {
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #fbb06c;
    display: inline-flex;
    margin-right: 12px;
}
td.societal {
    /*border-left-width: 4px;
    border-left-style: solid;
    border-left-color: #87c978;*/
    padding-left: 6px;
    margin-bottom:  24px;
}
td.societal::before {
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #87c978;
    display: inline-flex;
    margin-right: 12px;
}
td.innovation::before {
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #6ba4d9;
    display: inline-flex;
    margin-right: 12px;
}
td.innovation {
	/*border-left-width: 4px;
    border-left-style: solid;
    border-left-color: #6ba4d9;*/
    padding-left: 6px;
    margin-bottom:  24px;
}
.methodology-content-section .block100,
.methodology-content-section .block100 p{
        font-family: 'RiformaLLWeb-Regular';
        font-size: 20px;
        line-height: 26px;
}

.methodology-news-card {
    background-color: rgba(51, 44, 44, 1);
    border-radius: 12px;
    padding: 20px 24px;
    
}
.methodology-news-content{
    display: flex;
    flex-direction: column;
    gap: 24px;

}
.gap12{
    gap: 12px;
    display: flex;
    flex-direction: column;
}
.methodology-news-content,
.methodology-news-content  ul{
    color: #ffffff;
    margin: 0;
    text-align: left;
}
.methodology-news-content  a{
    color:rgba(247, 62, 89, 1);
}

.methodology-news-badge {
    display: block;
    width: fit-content;
    padding: 4px 20px;
    border-radius: 16px;        
    border: 1px solid rgba(255, 255, 255, 0.7);    
    font-size: 16px;
    line-height: 24px;
    
    font-family:'RiformaLLWeb-Medium';
    font-weight: 500;
}

.methodology-bibliography-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.methodology-bibliography-list > li {
    background-color: #ffffff;
    border-radius: 16px;
    padding: 24px;
    text-align: left;
}
.methodology-content-section .vblocks{
    gap: 12px;
}
.block-right.wrap-chart {
        width: calc(100% - 24px * 2);
}

.methodology-bibliography-list .read-more-hidden-item {
    display: none;
}

.methodology-bibliography-list.read-more-initial-collapsed li:nth-child(n+4) {
    display: none;
}