.civ-filter-wrap {
    padding : 20px 0;
    position: relative;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
}

.post-type-archive-publications .list-page .cards {
    border-top: unset;
}

.civ-filter-wrap .tree-multiselect {
    display    : none;
    position   : absolute;
    top        : 54px;
    left       : 0;
    z-index    : 9;
    height     : inherit;
    font-weight: normal;
}

.civ-filter-wrap .filter-btn {
    display: inline-block;
}

.civ-filter-wrap .tree-multiselect:before {
    content          : "";
    width            : 14px;
    height           : 14px;
    position         : absolute;
    top              : -5px;
    left             : 16px;
    -webkit-transform: rotate(45deg);
    -ms-transform    : rotate(45deg);
    transform        : rotate(45deg);
    background-color : #264cb9;
    border-radius    : 3px;
}

.filter__container {
    justify-content: space-between;
}