.article-detail .layer-number {
    display: block;
    margin-bottom: 0.35rem;
    color: var(--article-teal);
    font-family: Inter, sans-serif;
    font-size: 0.72rem;
    letter-spacing: 0.12em;
}

.article-detail .boundary-table tbody td:first-child {
    color: var(--article-ink);
    font-weight: 700;
}

.article-detail .source-note {
    margin-top: 1.5rem;
}

.article-detail .article-main .article-cta-actions a.article-cta-primary {
    color: #fff !important;
    text-decoration: none !important;
}

@media (max-width: 768px) {
    .article-detail .article-author-name {
        white-space: nowrap;
        font-size: 15px;
    }

    .article-detail .article-table--stacked caption {
        display: block;
        width: 100%;
        box-sizing: border-box;
    }
}
