.ppp-dashboard{
max-width:900px;
margin:auto;
font-family:Arial;
}

.ppp-mes{
background:#fff;
border-radius:12px;
padding:20px;
margin-bottom:25px;
box-shadow:0 5px 20px rgba(0,0,0,0.1);
}

.ppp-mes h2{
margin:0 0 10px;
text-transform:capitalize;
}

.ppp-total{
font-size:24px;
font-weight:bold;
color:#2e7d32;
margin-bottom:20px;
display:flex;
justify-content:space-between;
}

.ppp-lista{
display:grid;
grid-template-columns:1fr 1fr;
gap:15px;
}

.ppp-item{
border:1px solid #eee;
padding:15px;
border-radius:8px;
background:#fafafa;
}

.ppp-item h3{
margin:0 0 5px;
}
