.iee-launcher{

    max-width:1200px;
    margin:40px auto;

}

.iee-test-grid{

    display:grid;
    grid-template-columns:repeat(auto-fill,minmax(320px,1fr));
    gap:25px;

}

.iee-test-card{

    background:#fff;
    border:1px solid #ddd;
    border-radius:12px;
    padding:25px;
    box-shadow:0 4px 15px rgba(0,0,0,.08);

}

.iee-start-exam{
    display:block;
    width:100%;
    padding:14px;
    background:#0057ff;
    color:#fff;
    border:none;
    border-radius:8px;
    cursor:pointer;
    font-size:16px;
    text-align:center;
    text-decoration:none;
    box-sizing:border-box;
}

.iee-start-exam:hover{
    background:#0047d6;
    color:#fff;
}