.emi-card{max-width:420px;margin:auto;background:#fff;border-radius:20px;padding:15px;
box-shadow:0 8px 25px rgba(0,0,0,.1);font-family:Arial}

.share-box{background:#e3f2fd;padding:12px;border-radius:12px;
display:flex;justify-content:space-between;align-items:center}

.emi-highlight{text-align:center;padding:15px}
.emi-highlight h2{color:#1976d2;font-size:30px}

.chart-row{display:flex;gap:10px;align-items:center}
.chart-row canvas{width:160px!important;height:160px!important}

.blue-dot,.yellow-dot{width:10px;height:10px;border-radius:50%;display:inline-block}
.blue-dot{background:#1e88e5}
.yellow-dot{background:#f9a825}

.emi-table div{display:flex;justify-content:space-between;
padding:10px 0;border-bottom:1px solid #eee}

.emi-table .total b{color:#1976d2}

.emi-buttons{display:flex;gap:10px;margin-top:15px}
.emi-buttons button{flex:1;padding:12px;border-radius:12px;
border:1px solid #1976d2;background:#fff}

.emi-buttons .primary{background:#1976d2;color:#fff;border:none}

.emi-table-full{width:100%;border-collapse:collapse;font-size:13px;margin-top:10px}
.emi-table-full th,.emi-table-full td{border:1px solid #ddd;padding:8px;text-align:right}
.emi-table-full th{background:#f5f5f5}
.emi-table-full td:first-child{text-align:center}