
.whatsapp-float{position:fixed;right:20px;bottom:20px;}

.tv-badge{display:none !important;}

.filter-box{
background:#111;
padding:20px;
border-radius:10px;
margin-bottom:30px;
display:flex;
gap:10px;
flex-wrap:wrap;
}

.filter-box select,
.filter-box input{
padding:10px;
border-radius:6px;
border:none;
background:#1c1c1c;
color:white;
}

.filter-box button{
background:#ff6a00;
border:none;
padding:10px 16px;
border-radius:6px;
color:white;
cursor:pointer;
}
