.infopaisa-results{
display:grid;
gap:20px;
}

@media(min-width:1200px){
.infopaisa-results{
grid-template-columns:repeat(4,1fr);
}
}

@media(min-width:768px) and (max-width:1199px){
.infopaisa-results{
grid-template-columns:repeat(2,1fr);
}
}

@media(max-width:767px){
.infopaisa-results{
grid-template-columns:1fr;
}
}

/* =========================================
MANUAL VERIFICATION CARD
========================================= */

.manual-card{
background:#ffffff;
border:1px solid #e5e7eb;
border-radius:24px;
overflow:hidden;
box-shadow:0 6px 20px rgba(0,0,0,.08);
position:relative;
height:100%;
display:flex;
flex-direction:column;
}

/* =========================================
TOP BADGE
========================================= */

.manual-card .offer-top-badge{
position:absolute;
top:0;
right:0;
background:#0d1738;
color:#ffffff;
font-size:13px;
font-weight:700;
padding:10px 18px;
border-radius:0 24px 0 18px;
z-index:5;
}

/* =========================================
TOP SECTION
40% SCORE
60% LOAN
========================================= */

.manual-card .offer-top-section{
display:grid;
grid-template-columns:40% 60%;
align-items:center;
gap:12px;
padding:55px 15px 15px;
}

.manual-card .offer-score-column{
text-align:center;
border-right:1px solid #e5e7eb;
padding-right:12px;
}

/* =========================================
BLUE APPROVAL CIRCLE
========================================= */

.manual-card .approval-circle{
width:85px;
height:85px;
margin:0 auto;
border-radius:50%;
background:conic-gradient(
#2962ff 0deg,
#2962ff 274deg,
#e5e7eb 274deg
);
display:flex;
align-items:center;
justify-content:center;
}

.manual-card .approval-circle-inner{
width:60px;
height:60px;
background:#ffffff;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
font-size:18px;
font-weight:800;
color:#111827;
}

.manual-card .approval-label{
margin-top:10px;
font-size:12px;
font-weight:700;
color:#2962ff;
}

/* =========================================
LOAN SIDE
========================================= */

.manual-card .offer-title{
font-size:12px;
color:#6b7280;
margin-bottom:6px;
}

.manual-card .offer-amount{
font-size:34px;
font-weight:900;
line-height:1;
color:#0046ff;
margin-bottom:10px;
}

.manual-card .offer-score-row{
font-size:13px;
margin-bottom:8px;
color:#374151;
}

.manual-card .offer-score-row strong{
color:#2962ff;
font-size:18px;
margin-left:4px;
}

.manual-card .offer-match-label{
display:inline-block;
padding:6px 12px;
background:#eef4ff;
color:#2962ff;
font-size:12px;
font-weight:700;
border-radius:10px;
}

/* =========================================
DIVIDER
========================================= */

.manual-card .offer-divider{
height:1px;
background:#e5e7eb;
}

/* =========================================
STATS
========================================= */

.manual-card .offer-stats-row{
display:grid;
grid-template-columns:repeat(3,1fr);
}

.manual-card .offer-stat-box{
padding:14px 10px;
text-align:center;
}

.manual-card .offer-stat-box:not(:last-child){
border-right:1px solid #e5e7eb;
}

.manual-card .offer-stat-box span{
display:block;
font-size:11px;
color:#6b7280;
margin-bottom:5px;
}

.manual-card .offer-stat-box strong{
font-size:14px;
font-weight:800;
color:#111827;
}

/* =========================================
MANUAL REVIEW BOX
========================================= */

.manual-card .manual-review-box{
margin:15px;
padding:15px;
background:#f5f8ff;
border-radius:14px;
border:1px solid #dbe7ff;
}

.manual-card .manual-review-box h3{
font-size:16px;
font-weight:800;
color:#111827;
margin:0 0 12px;
}

.manual-card .manual-grid{
display:grid;
grid-template-columns:1fr;
gap:8px;
}

.manual-card .manual-grid div{
font-size:13px;
line-height:1.5;
color:#374151;
}

/* =========================================
BUTTONS
========================================= */

.manual-card .offer-actions-row{
display:grid;
grid-template-columns:1fr 1fr;
gap:10px;
padding:0 15px 15px;
}

.manual-card .chat-expert-btn{
height:48px;
border:2px solid #0046ff;
border-radius:12px;
background:#ffffff;
color:#0046ff;
text-decoration:none;
display:flex;
align-items:center;
justify-content:center;
font-size:13px;
font-weight:700;
}

.manual-card .unlock-offer-btn-new{
height:48px;
border-radius:12px;
background:#0046ff;
color:#ffffff;
text-decoration:none;
display:flex;
align-items:center;
justify-content:center;
font-size:13px;
font-weight:700;
}

/* =========================================
TRUST FOOTER
========================================= */

.manual-card .offer-footer-trust{
margin-top:auto;
border-top:1px solid #e5e7eb;
display:grid;
grid-template-columns:repeat(3,1fr);
}

.manual-card .offer-footer-trust span{
padding:10px;
font-size:11px;
font-weight:700;
text-align:center;
color:#16a34a;
}

.manual-card .offer-footer-trust span:not(:last-child){
border-right:1px solid #e5e7eb;
}

/* Hide approval score */

.guest-card .offer-score-row{
display:none;
}

/* Replace match label text style */

.guest-card .offer-match-label{
background:none;
padding:0;
border-radius:0;
font-size:13px;
font-weight:700;
color:#2563eb;
margin-top:6px;
}

/* =========================================
MOBILE
========================================= */

@media(max-width:767px){

.manual-card .offer-top-section{
grid-template-columns:35% 65%;
}

.manual-card .approval-circle{
width:70px;
height:70px;
}

.manual-card .approval-circle-inner{
width:50px;
height:50px;
font-size:15px;
}

.manual-card .offer-amount{
font-size:28px;
}

.manual-card .offer-actions-row{
grid-template-columns:1fr 1fr;
}

.manual-card .offer-footer-trust{
grid-template-columns:repeat(3,1fr);
}

.manual-card .offer-footer-trust span{
border-right:none !important;
border-bottom:1px solid #e5e7eb;
}

    .guest-card .offer-score-row{
display:none;
}

.offer-unlock-text{
background:none !important;
padding:0 !important;
color:#2563eb !important;
font-size:13px !important;
font-weight:700 !important;
font-style:italic;
margin-top:8px;
}
    
}
