.joost-filter{
    padding:10px 0;
}
.joost-filter h4{
    font-size:14px;
    text-transform:uppercase;
    letter-spacing:.5px;
    margin-bottom:15px;
    font-weight:600;
}
.joost-item{
    display:flex;
    align-items:center;
    gap:10px;
    color:#222;
    text-decoration:none;
    margin:10px 0;
    font-size:15px;
}
.joost-item:hover{
    opacity:.8;
}
.joost-item .box{
    width:14px;
    height:14px;
    border:1px solid #222;
    display:inline-block;
    flex-shrink:0;
}
.joost-item.active .box{
    background:#111;
}