svg.icon-trust.trust-article {
    width: 18px;
    height: 18px;
    margin-right: 2px;
}

svg.icon-chevron.trust_handle {
    width: 20px;
    height: 20px;
    fill: #4dc0e6;
}

svg.icon-user-circle-o.author, svg.icon-clock.rd_time, svg.icon-loop.updated, svg.icon-calendar1.published{
    fill: #4dc0e6;
    width: 14px;
    height: 14px;
    margin-right: 5px;
    margin-bottom: 3px;
}

svg.icon-linkedin.author {
    width: 14px;
    height: 14px;
    margin-left: 3px;
}

div#blog-post-headinfo-desktop {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 5px;
    font-size: 12px;
    padding: 5px 5px 3px;
    border: solid 1px #eee;
}

div#blog-post-headinfo-desktop.no_headline {
    margin-top: 16px;
}

div#editorial_guidelines{
    padding: 3px;
    border: solid 1px #eee;
    font-size: 12px;
    margin: 8px 0 14px;
}

.article_excerpt p {
    margin-bottom: 14px;
}

div#why_trust_head {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

div#why_trust_body{
    display: none;
    padding: 5px;
}