/* Shared by the public article view and the Manager TinyMCE preview. */
.legacy-rich-content-body table.news-content-table,
.legacy-rich-content-body table.table.table-hover {
    width: 100%;
    max-width: 100%;
    display: table;
    margin: 26px 0 30px;
    border: 1px solid rgba(201, 163, 91, 0.32);
    border-collapse: collapse;
    table-layout: fixed;
    overflow-x: visible;
    background: #211e1b;
    color: #f4f0e8;
}

.legacy-rich-content-body table.news-content-table caption,
.legacy-rich-content-body table.table.table-hover caption {
    padding: 0 0 10px;
    color: #e0bd72;
    font-weight: 600;
    text-align: left;
}

.legacy-rich-content-body table.news-content-table th,
.legacy-rich-content-body table.news-content-table td,
.legacy-rich-content-body table.table.table-hover th,
.legacy-rich-content-body table.table.table-hover td {
    min-width: 0;
    padding: 12px 16px;
    border: 0;
    border-bottom: 1px solid rgba(201, 163, 91, 0.22);
    color: #c8c0b4;
    line-height: 1.55;
    text-align: left;
    vertical-align: middle;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: normal;
}

.legacy-rich-content-body table.news-content-table thead th,
.legacy-rich-content-body table.table.table-hover thead th {
    border-bottom-color: rgba(224, 189, 114, 0.52);
    background: linear-gradient(145deg, #342f29 0%, #2b2722 100%);
    color: #f4f0e8;
    font-weight: 700;
}

.legacy-rich-content-body table.news-content-table tbody tr:nth-child(even),
.legacy-rich-content-body table.table.table-hover tbody tr:nth-child(even) {
    background: rgba(201, 163, 91, 0.045);
}

.legacy-rich-content-body table.news-content-table tbody tr:hover,
.legacy-rich-content-body table.table.table-hover tbody tr:hover {
    background: rgba(201, 163, 91, 0.11);
}

.legacy-rich-content-body table.news-content-table tbody tr:last-child > *,
.legacy-rich-content-body table.table.table-hover tbody tr:last-child > * {
    border-bottom: 0;
}

@media (max-width: 575.98px) {
    .legacy-rich-content-body table.news-content-table th,
    .legacy-rich-content-body table.news-content-table td,
    .legacy-rich-content-body table.table.table-hover th,
    .legacy-rich-content-body table.table.table-hover td {
        padding: 10px 12px;
        font-size: 0.925rem;
    }
}
