.news-rich-content table {
    width: 100%;
    margin: 1.5em 0;
    border: 1px solid #cfc9bf;
    border-collapse: collapse;
    background-color: #fff;
}

.news-rich-content th,
.news-rich-content td {
    min-width: 1px;
    padding: 10px 12px;
    border: 1px solid #cfc9bf;
    vertical-align: top;
    overflow-wrap: anywhere;
}

.news-rich-content th {
    background-color: #f1eee8;
    font-weight: 600;
}
