.table>:not(caption)>*>* {
    border-bottom: none;
}

.article-content tr td {
    vertical-align: middle !important;
}

/* Chỉ áp dụng cho table bên trong .article-content */
@media (max-width: 768px) {
    .article-content table,
    .article-content thead,
    .article-content tbody,
    .article-content th,
    .article-content td,
    .article-content tr {
        display: block;
        width: 100%;
    }

    .article-content td,
    .article-content th {
        padding: 8px;
        box-sizing: border-box;
    }

    .article-content td::before,
    .article-content th::before {
        content: attr(data-label);
        font-weight: bold;
        display: block;
        margin-bottom: 4px;
        color: #666;
    }

    .article-content td[data-label],
    .article-content th[data-label] {
        position: relative;
        padding-left: 1rem;
    }

    .article-content figure {
        margin: 0 auto;
    }
    .article-content td ul {
        padding-inline-start: 10px !important;
    }
}
