.camp-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:24px;
margin-top:40px;
}

.camp-card{

background:white;
border-radius:16px;
padding:24px;
box-shadow:0 10px 30px rgba(0,0,0,0.08);

}

.camp-btn{

background:black;
color:white;
border:none;
padding:12px 18px;
border-radius:8px;
margin-top:16px;

}

.camp-filters button{

border-radius:20px;
padding:10px 16px;
border:none;
background:#eee;

}

.camp-filters .active{

background:black;
color:white;

}
