.insights {
    max-width: 52rem;
    margin-top: 1.5rem;
    margin-bottom: 3rem;
}

.insights-wide {
    max-width: 68rem;
}

.insights .crumb {
    font-size: 0.9rem;
    color: #5a5a5a;
    margin-bottom: 0.75rem;
}

.insights .crumb a {
    text-decoration: none;
}

.insights .crumb a:hover {
    text-decoration: underline;
}

.insights h1 {
    font-size: 2rem;
    margin-bottom: 0.4rem;
    line-height: 1.25;
}

.insights .lede {
    font-size: 1.15rem;
    color: #333;
    margin-bottom: 0.5rem;
}

.insights .meta {
    color: #6a6a6a;
    font-size: 0.9rem;
    margin-bottom: 1.75rem;
}

.insights .article-body > p,
.insights .article-body > ul,
.insights .article-body > ol,
.insights .article-body > table {
    margin-bottom: 1rem;
}

.insights .article-body h2 {
    margin-top: 2rem;
    margin-bottom: 0.6rem;
    font-size: 1.4rem;
}

.insights .article-body h3 {
    margin-top: 1.4rem;
    margin-bottom: 0.4rem;
    font-size: 1.15rem;
}

.insights .article-body ul,
.insights .article-body ol {
    padding-left: 1.3rem;
}

.insights .article-body li {
    margin-bottom: 0.35rem;
}

.insights .article-body table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.95rem;
}

.insights .article-body th,
.insights .article-body td {
    border-bottom: 1px solid #ddd;
    padding: 0.45rem 0.4rem;
    text-align: left;
    vertical-align: top;
}

.insights .callout {
    background: #f4f8fb;
    border-left: 4px solid #006bb7;
    padding: 0.9rem 1rem;
    margin: 1.4rem 0;
}

.insights .callout p:last-child {
    margin-bottom: 0;
}

.insights-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.25rem;
    margin-top: 1.5rem;
}

@media (min-width: 800px) {
    .insights-grid {
        grid-template-columns: 1fr 1fr;
    }
}

.insights-card {
    display: block;
    text-decoration: none;
    color: inherit;
    border: 1px solid #d8d8d8;
    border-radius: 6px;
    padding: 1.15rem 1.2rem;
    background: #fff;
    height: 100%;
}

.insights-card:hover {
    border-color: #006bb7;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
}

.insights-card h2,
.insights-card h3 {
    font-size: 1.2rem;
    margin: 0 0 0.4rem;
    color: #006bb7;
}

.insights-card p {
    margin: 0;
    color: #333;
}

.insights .article-list {
    list-style: none;
    padding: 0;
    margin: 1rem 0 0;
}

.insights .article-list li {
    border-top: 1px solid #e5e5e5;
    padding: 1rem 0;
}

.insights .article-list a {
    font-weight: 600;
    text-decoration: none;
}

.insights .article-list a:hover {
    text-decoration: underline;
}

.shot {
    margin: 1.6rem 0 0.4rem;
    border: 1px solid #c8c8c8;
    border-radius: 10px;
    overflow: hidden;
    background: #eceae4;
    box-shadow: 0 10px 28px rgba(23, 32, 51, 0.12);
}

.shot-chrome {
    background: #dedad1;
    padding: 8px 12px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    color: #5c5c5c;
}

.shot-dots span {
    display: inline-block;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #c5c1b6;
    margin-right: 4px;
}

.shot-url {
    background: #f7f4ee;
    border-radius: 999px;
    padding: 3px 12px;
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.shot-caption {
    font-size: 0.9rem;
    color: #5a5a5a;
    margin: 0 0 1.4rem;
}

.money-shell {
    display: grid;
    grid-template-columns: 168px 1fr;
    min-height: 320px;
    font-family: "Segoe UI", "IBM Plex Sans", Arial, sans-serif;
    font-size: 13px;
    color: #172033;
    background: #f3efe6;
}

.money-rail {
    background: #121a26;
    color: #d7d2c6;
    padding: 16px 12px;
}

.money-mark {
    display: inline-block;
    background: #c46b2d;
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.08em;
    padding: 2px 6px;
    border-radius: 3px;
}

.money-brand {
    display: block;
    font-family: Georgia, "Source Serif 4", serif;
    font-size: 20px;
    color: #fff;
    margin: 6px 0 2px;
}

.money-sub {
    font-size: 10px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #8b93a0;
    margin-bottom: 14px;
}

.money-rail a {
    display: block;
    color: #d7d2c6;
    text-decoration: none;
    padding: 6px 8px;
    border-radius: 5px;
}

.money-rail a.active {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
}

.money-main {
    padding: 16px 18px 20px;
}

.money-main h2 {
    font-family: Georgia, "Source Serif 4", serif;
    font-size: 1.35rem;
    margin: 0 0 4px;
}

.money-muted {
    color: #4a5568;
    font-size: 12px;
    margin: 0 0 12px;
}

.money-stats {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 8px;
    margin-bottom: 14px;
}

.money-stat {
    background: #fffdf8;
    border: 1px solid #d5cdbc;
    border-radius: 8px;
    padding: 8px 10px;
}

.money-stat .lbl {
    font-size: 11px;
    color: #4a5568;
}

.money-stat .val {
    font-size: 16px;
    font-weight: 600;
}

.money-table {
    width: 100%;
    border-collapse: collapse;
    background: #fffdf8;
}

.money-table th,
.money-table td {
    border-bottom: 1px solid #d5cdbc;
    padding: 6px 8px;
    text-align: left;
}

.money-table th {
    font-size: 11px;
    color: #4a5568;
    font-weight: 600;
}

.money-table .num {
    text-align: right;
}

.money-totals {
    margin-left: auto;
    width: 220px;
    margin-top: 10px;
}

.money-totals div {
    display: flex;
    justify-content: space-between;
    padding: 3px 0;
}

.money-badge {
    display: inline-block;
    background: #eef4f2;
    color: #1f5a50;
    font-size: 11px;
    padding: 2px 8px;
    border-radius: 999px;
    margin-bottom: 8px;
}

.money-btns {
    display: flex;
    gap: 6px;
    margin: 8px 0 10px;
}

.money-btn {
    background: #1f5a50;
    color: #fff;
    border-radius: 4px;
    padding: 4px 10px;
    font-size: 12px;
}

.money-btn.sec {
    background: #fff;
    color: #172033;
    border: 1px solid #d5cdbc;
}

@media (max-width: 700px) {
    .money-shell {
        grid-template-columns: 1fr;
    }

    .money-rail {
        display: none;
    }

    .money-stats {
        grid-template-columns: 1fr;
    }

    .insights .article-body table {
        font-size: 0.85rem;
    }
}
