.eh-verification-wrapper{

    display:flex;
    justify-content:center;
    padding:30px 15px;

}



.eh-card{

    max-width:650px;
    width:100%;
    background:#ffffff;
    border-radius:15px;
    padding:30px;
    box-shadow:0 5px 20px rgba(0,0,0,0.12);

}



/* Logo Section Updated */

.eh-logo {

    display:flex;
    justify-content:center;
    align-items:center;
    margin-bottom:15px;

}


.eh-logo img {

    width:85px;
    height:auto;
    display:block;
    object-fit:contain;

}





.eh-header{

    text-align:center;
    border-bottom:1px solid #eee;
    padding-bottom:20px;

}



.eh-header h1{

    margin:10px 0;
    font-size:28px;
    color:#1d4ed8;

}



.eh-header p{

    color:#666;

}





.eh-status{

    text-align:center;
    margin:25px 0;

}



.eh-status span{

    background:#16a34a;
    color:white;
    padding:10px 25px;
    border-radius:30px;
    font-weight:bold;

}





.eh-details{

    margin-top:20px;

}



.eh-row{

    display:flex;
    justify-content:space-between;
    padding:12px 0;
    border-bottom:1px solid #eee;
    gap:20px;

}



.eh-row label{

    color:#666;
    font-weight:600;

}



.eh-row strong{

    text-align:right;

}





.eh-image-section{

    margin-top:30px;
    text-align:center;

}



.eh-image-section h3{

    color:#1d4ed8;

}



.eh-image-section img{

    width:100%;
    max-width:350px;
    border-radius:10px;
    border:1px solid #ddd;

}





.eh-footer{

    text-align:center;
    margin-top:30px;
    padding-top:20px;
    border-top:1px solid #eee;
    color:#555;

}





.eh-error-box{

    background:#fee2e2;
    color:#991b1b;
    padding:20px;
    border-radius:10px;

}






@media(max-width:600px){


.eh-card{

    padding:20px;

}


.eh-row{

    flex-direction:column;
    gap:5px;

}


.eh-row strong{

    text-align:left;

}


.eh-header h1{

    font-size:22px;

}


/* Mobile Logo Size */

.eh-logo img{

    width:70px;

}


}