
.umads-dashboard{
background:#f5f7fb;
padding:10px;
}

.umads-dashboard h2{
font-size:26px;
font-weight:800;
margin-bottom:8px;
color:#0b2145;
}

.umads-dashboard p{
font-size:14px;
color:#53627a;
margin-bottom:25px;
}

.umads-cards{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:10px;
}

.umads-card{
height:65px;
border-radius:5px;
background:#092958;
padding:15px;
display:flex;
flex-direction:column;
justify-content:center;
color:white;
}

.umads-card.highlight{
background:#dcae3c;
color:#111;
}

.umads-card span{
font-size:11px;
opacity:.9;
}

.umads-card strong{
font-size:18px;
margin-top:4px;
}


@media(max-width:768px){
.umads-cards{
grid-template-columns:1fr;
}
}
