
.edid-analytics-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
gap:20px;
margin-top:40px;
}

.edid-card{
background:#111111;
padding:30px;
border-radius:20px;
color:#ffffff;
border:1px solid #2a2a2a;
}

.edid-card h2{
color:#f7b500;
margin-bottom:20px;
}

.edid-card p{
font-size:32px;
font-weight:700;
}
