.withdraw-info-row { margin-top: 10px; }

.withdraw-info-row .info-card{
    background:#fff;
    border:1px solid #eee;
    border-radius:10px;
    padding:14px 16px;
    min-height:72px;
    display:flex;
    align-items:center;
    box-shadow: 0 2px 10px rgba(0,0,0,.04);
}

.withdraw-info-row .info-ic{
    width:44px;
    height:44px;
    border-radius:10px;
    background:#f6f8fb;
    color: #2e7dcc; /* سبز ملایم مثل نمونه */
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:18px;
    margin-right:12px;
    flex: 0 0 auto;
}

.withdraw-info-row .info-txt{ line-height:1.2; }
.withdraw-info-row .info-label{
    font-size:12px;
    color:#97a3b6;
    margin-bottom:4px;
}
.withdraw-info-row .info-value{
    font-size:15px;
    font-weight:700;
    color:#1f2d3d;
}

/* ریسپانسیو: فاصله بین کارت‌ها در موبایل */
@media (max-width: 767px){
    .withdraw-info-row .col-sm-4{ margin-bottom: 10px; }
}