/* Condense table spacing */
.md-typeset table {
    border-collapse: collapse; /* tighter borders */
    font-size: 0.85rem;        /* smaller text */
}

.md-typeset table th,
.md-typeset table td {
    padding: 0.25rem 0.5rem;   /* reduce cell padding */
    line-height: 1.0;          /* tighter rows */
}

.md-typeset table thead th {
    line-height: 1.1;          /* tighter header rows */
}

/* Optional: reduce margin around tables */
.md-typeset table {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}
