.camp-availability-wrapper{
max-width:900px;
margin:60px auto;
padding:30px;
background:#fff;
border-radius:10px;
box-shadow:0 10px 30px rgba(0,0,0,0.1);
}

.camp-title{
text-align:center;
font-size:28px;
margin-bottom:25px;
}

.fc-event{
border:none;
border-radius:6px;
padding:4px;
font-size:13px;
font-weight:600;
}

.camp-legend{
margin-top:20px;
text-align:center;
}

.legend{
display:inline-block;
width:15px;
height:15px;
border-radius:3px;
margin-right:5px;
margin-left:15px;
}

.available{
background:#28a745;
}

.limited{
background:#f39c12;
}

.full{
background:#e74c3c;
}