.srl_referenties_filters,
.srl_insights_filters {
    display :flex;
    flex-wrap :wrap;
    gap :8px;
    margin-top: 20px;
}
.srl_insights_filters button,
.srl_referenties_filters button {
    padding :6px 17px;
    border :1px solid #d0d0d0;
    background :#ffffff;
    cursor :pointer;
    border-radius: 30px;
    font-size: 16px;
    
}
.srl_insights_filters .active,
.srl_referenties_filters .active {
    background-color: var(--gcid-secondary-color);
    color: #fff;
    border-color: var(--gcid-secondary-color);
}