.block.knowledge-hub-posts .filters{
    background: var(--dark-blue);
    padding: 40px 0;
    color: #fff;
}
.block.knowledge-hub-posts .filters h3{
    margin-bottom: 30px;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px; 
}
.block.knowledge-hub-posts .filters label{
    margin-bottom: 10px;
}
.block.knowledge-hub-posts .input-wrap input{
    width: 100%;
    height: 40px;
    padding: 0 15px;
    border-radius: 0;
    border: none;
}
.block.knowledge-hub-posts .reset{
    margin-top: 20px;
}
.block.knowledge-hub-posts #search-form{
    position: relative;
}
.block.knowledge-hub-posts #search-form button {
    width: 40px;
    height: 40px;
    background: var(--purple);
    position: absolute;
    z-index: 2;
    right: 0;
    background-repeat: no-repeat;
    background-position: center;
    border: none;
}
.block.knowledge-hub-posts #posts {
    padding: 30px 0;
}
.block.knowledge-hub-posts #posts .filter_results {
    margin-bottom: 30px;
}
.block.knowledge-hub-posts #posts .post {
    margin: 10px 0;
}
.block.knowledge-hub-posts #posts .post .inner {
    position: relative;
    background: var(--light-grey);
    height: 100%;
    padding: 15px 15px 75px;
}
.block.knowledge-hub-posts #posts .post .inner .type {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--dark-green);
    border-bottom: 2px solid var(--dark-green);
    padding: 0 0 10px;
}
.block.knowledge-hub-posts #posts .post .inner .type img {
    margin-right: 8px;
}
.block.knowledge-hub-posts #posts .post .inner h4 {
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: 20px;
}
.block .total-wrap{
    margin-left: 10px;
    font-size: 14px;
}
.block.knowledge-hub-posts #posts .post .inner .date {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    color: var(--dark-green);
    margin-bottom: 10px;
}
.block.knowledge-hub-posts #posts .post .inner .theme {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    color: var(--dark-green);
    margin-top: 10px;
    min-height: 24px;
}
.block.knowledge-hub-posts #posts .post .inner .content {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    color: var(--black);
    margin-bottom: 20px;
}
.block.knowledge-hub-posts #posts .post .inner .buttons {
    padding: 0 15px;
    width: 100%;
    position: absolute;
    bottom: 20px;
    left: 0;
}
.block.knowledge-hub-posts #posts .post .inner .buttons .button {
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 20px;
}

