.dashboard-stats{
display:flex;
flex-wrap:wrap;
margin-bottom:30px;
}

.dashboard-card{
background:#6f89c6;
border-radius:20px;
padding:25px;
text-align:center;
color:white;
margin:10px;
flex:1 1 22%;
min-width:220px;
box-shadow:0 10px 20px rgba(0,0,0,0.15);
}

.dashboard-card i{
font-size:28px;
margin-bottom:10px;
}

.dashboard-card h4{
font-size:16px;
margin-bottom:5px;
}

.dashboard-card p{
font-size:22px;
font-weight:bold;
}

/* الهاتف */
@media (max-width:768px){

.dashboard-card{
flex:1 1 45%;
min-width:auto;
}

}
.social-filter{
background:#f4f1e8;
padding:20px;
border-radius:15px;
margin-bottom:30px;
}

.social-buttons{
display:flex;
flex-wrap:wrap;
gap:10px;
}

.social-btn{
background:#e7e2d5;
border:none;
padding:10px 15px;
border-radius:10px;
cursor:pointer;
font-weight:600;
}

.social-btn:hover{
background:#dcd5c3;
}
.social-filter{
background:#f4f1e8;
padding:25px;
border-radius:20px;
margin-bottom:30px;
}

.social-buttons{
display:flex;
flex-wrap:wrap;
gap:12px;
}

.social-btn{
border:none;
padding:10px 18px;
border-radius:12px;
cursor:pointer;
font-weight:600;
background:#e9e5d9;
}

.social-btn i{
margin-right:6px;
}

.instagram{background:#ffe6ef;}
.tiktok{background:#e6f7ff;}
.youtube{background:#ffeaea;}
.facebook{background:#e8f0ff;}
.telegram{background:#e8f6ff;}
.twitter{background:#eef7ff;}
.all{background:#ffdede;}
.spotify{background:#d9f7e3;}
.twitch{background:#e8dcff;}
.kick{background:#e6ffe8;}