/* テーブルスタイル */
.post-content table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
    table-layout: fixed;
    word-wrap: break-word;
}

.post-content table th,
.post-content table td {
    border: 1px solid var(--border-color);
    padding: 12px;
}

.post-content table th {
    background-color: #f7f7f9;
    font-weight: bold;
    text-align: left;
}

.post-content table tr:nth-child(even) {
    background-color: #f9f9f9;
}

.post-content table tr:hover {
    background-color: #f0f0f0;
}
