/* Deal NB Resources 2026: data tables only. Theme typography is untouched. */
.dealnb-insight-article .insight-content table {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 2rem 0;
    overflow-x: auto;
    border: 1px solid #d8dfe5;
    border-collapse: collapse;
    background: #fff;
    -webkit-overflow-scrolling: touch;
}

.dealnb-insight-article .insight-content thead,
.dealnb-insight-article .insight-content tbody {
    width: 100%;
}

.dealnb-insight-article .insight-content th,
.dealnb-insight-article .insight-content td {
    min-width: 10rem;
    padding: .9rem 1rem;
    border-right: 1px solid #d8dfe5;
    border-bottom: 1px solid #d8dfe5;
    text-align: left;
    vertical-align: top;
}

.dealnb-insight-article .insight-content th {
    background: #0b2239;
    color: #fff;
    font-weight: 750;
}

.dealnb-insight-article .insight-content tr:last-child td {
    border-bottom: 0;
}

.dealnb-insight-article .insight-content th:last-child,
.dealnb-insight-article .insight-content td:last-child {
    border-right: 0;
}

@media (max-width: 720px) {
    .dealnb-insight-article .insight-content th,
    .dealnb-insight-article .insight-content td {
        min-width: 9rem;
        padding: .75rem .8rem;
    }
}
