.ExpertLeadCard{background:#fff;border:1px solid #000;border-radius:12px;flex-direction:column;height:100%;padding:10px;display:flex;position:relative;box-shadow:0 0 6px #00000008}.ExpertLeadCard .checkbox_div{z-index:1;position:absolute;top:10px;right:10px}.ExpertLeadCard .checkbox_div .checkbox{appearance:none;cursor:pointer;background-color:#f0f0f0;border:1px solid #dcdcdc;border-radius:4px;width:24px;height:24px;transition:all .3s;position:relative}.ExpertLeadCard .checkbox_div .checkbox:checked{background-color:#db0f0f;border-color:#db0f0f}.ExpertLeadCard .checkbox_div .checkbox:checked:after{content:"✓";color:#fff;font-size:16px;font-weight:700;position:absolute;top:50%;left:50%;transform:translate(-50%,-55%)}.ExpertLeadCard .cardContent{flex-direction:column;flex:1;display:flex}.ExpertLeadCard .cardContent .dataRow{margin-bottom:8px;font-size:14px;font-weight:500;line-height:1.4;display:flex}.ExpertLeadCard .cardContent .dataRow .label{flex-shrink:0;width:110px}.ExpertLeadCard .cardContent .dataRow .value{-webkit-line-clamp:2;-webkit-box-orient:vertical;width:50%;font-weight:600;display:-webkit-box;overflow:hidden}.ExpertLeadCard .purchase_btn{width:100%;margin-top:auto;padding-top:20px}@media (min-width:576px) and (max-width:767px){.ExpertLeadCard .cardContent .dataRow .value{width:40%}}
