.article .article__body table {
    border: 1px solid #f5f5f8;
    border-radius: 1.6rem;
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
    max-width: 96.8rem;
}

.article .article__body table tr:first-child {
    font-weight: 500;
}

/* .article .article__body table tr:first-child td:last-child {
    font-weight: 500;
    text-align: center;
} */

.article .article__body table tr td:first-child {
    font-weight: 500;
    width: 27.6rem;
}

@media (width < 1200px) {
    .article .article__body table tr td:first-child {
        width: 22rem;
        min-width: 22rem;
    }

    .article .accordion__item-content table tr td:last-child {
        min-width: 300px;
    }
}

.article .article__body table td {
    border: 1px solid #f5f5f8;
    padding: 8px 16px;
    text-align: left;
}

.article .article__body table tr:first-of-type td:first-of-type {
    border-top-left-radius: 1.6rem;
}

.article .article__body table tr:first-of-type td:last-of-type {
    border-top-right-radius: 1.6rem;
}

.article .article__body table tr:last-of-type td:first-of-type {
    border-bottom-left-radius: 1.6rem;
}

.article .article__body table tr:last-of-type td:last-of-type {
    border-bottom-right-radius: 1.6rem;

}

.article .article__body .table-wrapper {
    margin-inline: -2.2rem;
    padding-inline: 2.2rem;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;

    &::-webkit-scrollbar {
        display: none;
    }
}