.see-exam-selection{

max-width:850px;
margin:40px auto;

}

.see-selection-card{

background:#fff;
padding:35px;
border-radius:18px;
box-shadow:0 15px 40px rgba(0,0,0,.08);

}

.see-selection-card h2{

font-size:34px;
margin-bottom:30px;

}

.see-selection-grid{

display:grid;
grid-template-columns:repeat(2,1fr);
gap:20px;

}

.see-selection-item{

background:#f8fafc;
padding:20px;
border-radius:14px;

}

.see-selection-item span{

display:block;
font-size:14px;
color:#64748b;

}

.see-selection-item strong{

display:block;
margin-top:8px;
font-size:24px;

}

.see-subscription-box{

margin-top:30px;
padding:18px;
background:#ecfdf5;
border:2px solid #10b981;
border-radius:14px;
font-size:18px;

}

.see-subscription-box strong{

float:right;

}

.see-selection-button{

margin-top:35px;
text-align:center;

}

.see-selection-button .see-btn{

padding:15px 45px;
font-size:18px;

}

.see-paper-selection{

margin-top:35px;

}

.see-paper-selection h3{

margin-bottom:12px;

font-size:20px;

}

.see-paper-selection select{

width:100%;
height:55px;
border:1px solid #dbe3ef;
border-radius:14px;
padding:0 16px;
font-size:16px;
background:#fff;

}