.nsdl-public-table-container {
    margin: 20px 0;
    font-family: inherit;
}

.nsdl-table-responsive {
    overflow-x: auto;
}

.nsdl-public-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    border: 1px solid #e5e7eb;
}

.nsdl-public-table th {
    background: #f9fafb;
    padding: 12px;
    text-align: left;
    font-weight: 600;
    border-bottom: 2px solid #e5e7eb;
}

.nsdl-public-table td {
    padding: 12px;
    border-bottom: 1px solid #f3f4f6;
}

.nsdl-public-table .debit { color: #dc2626; font-weight: 600; }
.nsdl-public-table .credit { color: #16a34a; font-weight: 600; }

@media (max-width: 640px) {
    .nsdl-public-table th, .nsdl-public-table td {
        padding: 8px;
        font-size: 14px;
    }
}
