.markdown-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 1.5em 0;
}

.markdown-content table th,
.markdown-content table td {
    border: 1px solid #d0d0d0;
    padding: 10px 14px;
    text-align: left;
    vertical-align: top;
    color: #1a1a1a;
}

.markdown-content table th {
    background-color: #f2f2f2;
    font-weight: 600;
}

.markdown-content table td:first-child {
    font-weight: 500;
    color: #1a1a1a;
    background-color: #fafafa;
}

.markdown-content table tr:nth-child(even) td {
    background-color: #fbfbfb;
}