.kris-filter{
position:fixed;
left:16px;
top:160px;
z-index:99999;
display:flex;
flex-direction:column;
gap:8px;
background:#fff;
padding:10px;
border-radius:10px;
box-shadow:0 2px 10px rgba(0,0,0,.15);
}
.kris-filter button{
background:#335577;
color:#fff;
border:0;
padding:10px 14px;
border-radius:6px;
cursor:pointer;
text-align:left;
}
.kris-filter button.active{background:#198754;}
@media(max-width:900px){
.kris-filter{left:8px;top:100px;}
}
