.md-typeset table:not(.dl-table):not(.highlight table) {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-size: 14px;
    line-height: 1.6;
    border: 1px solid #e0e0e0; 
    border-radius: 4px;
    box-shadow: none; 
}

.md-typeset table:not(.dl-table):not(.highlight table) thead th {
    background-color: #eff2f5; 
    color: #2c3e50;            
    padding: 12px 16px;
    text-align: left;
    font-weight: 600;
    border-bottom: 2px solid #e2e8f0; 
    white-space: nowrap;
}

.md-typeset table:not(.dl-table):not(.highlight table) tbody td {
    padding: 12px 16px;
    border-bottom: 1px solid #f0f0f0; 
    border-right: 1px solid #f5f5f5;
    color: #333;
    vertical-align: top;
}

.md-typeset table:not(.dl-table) tbody td:last-child {
    border-right: none;
}

.md-typeset table:not(.dl-table) tbody tr:hover {
    background-color: #f3f4f6; 
    transition: background-color 0.2s ease;
}
