.content-hub-page__featured img {
    max-width: 100%;
    height: auto;
    margin-bottom: 1.5rem;
}

.content-hub-page__top,
.content-hub-page__bottom,
.content-hub-page__body {
    margin: 1.5rem 0;
}

.content-hub-page__body {
    color: var(--black, #181818);
    font-size: 18px;
    line-height: 1.5;
    overflow-x: auto;
}

@media (max-width: 1015px) {
    .content-hub-page__body {
        font-size: 16px;
    }
}

.content-hub-page__body h2,
.content-hub-page__body h3,
.content-hub-page__body h4 {
    color: var(--black, #181818);
    font-weight: 700;
    margin: 1.2em 0 0.5em;
}

.content-hub-page__body h2 {
    font-size: 32px;
}

.content-hub-page__body h3 {
    font-size: 26px;
}

.content-hub-page__body h4 {
    font-size: 22px;
}

@media (max-width: 1015px) {
    .content-hub-page__body h2 {
        font-size: 26px;
    }

    .content-hub-page__body h3 {
        font-size: 22px;
    }

    .content-hub-page__body h4 {
        font-size: 18px;
    }
}

.content-hub-page__body p {
    margin: 0.75em 0;
}

.content-hub-page__body a {
    color: var(--accent, #374adb);
    text-decoration: underline;
}

.content-hub-page__body ul,
.content-hub-page__body ol {
    margin: 1em 0;
    padding-left: 1.5em;
}

.content-hub-page__body ul li,
.content-hub-page__body ol li {
    margin: 0.5em 0;
}

.content-hub-page__body table,
.content-hub-page table {
    display: table;
    width: 100%;
    min-width: 480px;
    border-collapse: collapse;
    margin: 1.5em 0;
    font-size: 0.95em;
    background: #fff;
    table-layout: auto;
}

.content-hub-page__body thead,
.content-hub-page table thead {
    display: table-header-group;
}

.content-hub-page__body tbody,
.content-hub-page table tbody {
    display: table-row-group;
}

.content-hub-page__body tr,
.content-hub-page table tr {
    display: table-row;
}

.content-hub-page__body thead th {
    background: #f3f5f9;
}

.content-hub-page__body th,
.content-hub-page__body td,
.content-hub-page table th,
.content-hub-page table td {
    display: table-cell;
    border: 1px solid #dde2ea;
    padding: 0.75rem 1rem;
    text-align: left;
    vertical-align: top;
}

.content-hub-page__body th {
    font-weight: 600;
    color: var(--black, #181818);
}

.content-hub-page__body tbody tr:nth-child(even) td {
    background: #fafbfc;
}

.content-hub-page__body blockquote {
    margin: 1.25em 0;
    padding: 0.75em 1em;
    border-left: 4px solid var(--accent, #374adb);
    background: #f7f8fc;
    color: var(--text, #6b6b6b);
}

.content-hub-page__body img {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
}

.content-hub-page__body hr {
    height: 1px;
    border: 0;
    background: #dde2ea;
    margin: 1.5em 0;
}

.content-hub-page__body pre,
.content-hub-page__body code {
    font-family: Consolas, Monaco, "Courier New", monospace;
    font-size: 0.9em;
}

.content-hub-page__body pre {
    margin: 1em 0;
    padding: 1em;
    overflow-x: auto;
    background: #f5f7fa;
    border: 1px solid #dde2ea;
    border-radius: 4px;
}

.content-hub-page__body code {
    padding: 0.15em 0.35em;
    background: #f5f7fa;
    border-radius: 3px;
}

.content-hub-page__body pre code {
    padding: 0;
    background: none;
}

.content-hub-page__children {
    margin: 2rem 0;
    padding: 1.5rem 0;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

.content-hub-children--list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.content-hub-children--list li + li {
    margin-top: 0.5rem;
}

.content-hub-children--cards {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 1rem;
}

.content-hub-card {
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    padding: 1rem;
    background: #fff;
}

.content-hub-card__image img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 4px;
}

.content-hub-card__title {
    margin: 0.75rem 0 0;
    font-size: 1.1rem;
}

.content-hub-children--table {
    width: 100%;
    border-collapse: collapse;
}

.content-hub-children--table th,
.content-hub-children--table td {
    border: 1px solid #e5e5e5;
    padding: 0.75rem;
    text-align: left;
}

/* Error Codes / Troubleshooting: ec-* owns table chrome; keep display reset only */
.content-hub-page__body table.ec-causes,
.content-hub-page__body table.ec-hub,
.content-hub-page table.ec-causes,
.content-hub-page table.ec-hub {
    margin: 0;
    background: transparent;
    min-width: 32rem;
}

.content-hub-page__body table.ec-causes thead th,
.content-hub-page__body table.ec-hub thead th {
    background: transparent;
}

.content-hub-page__body table.ec-causes tbody tr:nth-child(even) td,
.content-hub-page__body table.ec-hub tbody tr:nth-child(even) td {
    background: transparent;
}

.content-hub-page__body .ec-table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    max-width: 100%;
}

.content-hub-page--error-codes .content-hub-page__body {
    overflow-x: visible;
}

.brand-hub-text {
    margin-top: 2rem;
}
