.filter-panel{
    display: flex;
    flex-direction: column;
}

.filter-panel .findings {
}

.filter-panel__tags{
    order: -1;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
}

.filter-panel__tags a[href]{
    color: #1976e3;
    align-self: flex-start;
    transition: all ease .3s;
    text-decoration: underline;
    white-space: nowrap;
}


.filter-panel > a:hover{
    color: #000;

}
