/* ============================================================
   INSIGHT DETAIL - Premium Blog Article Experience
   Scoped to .site-main.unx-single-insight to avoid leaking into
   other CPT/detail templates.
   ============================================================ */

.site-main.unx-single-insight {
    --article-max: 820px;
    background:
        radial-gradient(circle at 12% 0%, color-mix(in srgb, var(--brand-primary, #2D5BFF) 10%, transparent), transparent 30%),
        radial-gradient(circle at 90% 8%, color-mix(in srgb, var(--brand-soft, #EEF2FF) 65%, transparent), transparent 34%),
        var(--brand-bg, #F7F5EE);
    padding: 104px 0 88px;
    overflow: clip;
}

/* Final detail layout polish: wider content, tighter sidebar, cleaner FAQ. */
:is(body.single-insight, body.single-post) .site-main.unx-single-insight {
    --article-max: 860px !important;
    --article-sidebar: 286px !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight > .container {
    max-width: 1240px !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-single-layout,
:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-single-layout.has-sidebar {
    grid-template-columns: minmax(0, var(--article-max)) var(--article-sidebar) !important;
    gap: 24px !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-author {
    gap: 12px !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-author-profile-link {
    display: inline-flex !important;
    align-items: center !important;
    gap: 7px !important;
    min-height: 34px !important;
    margin-left: auto !important;
    padding: 8px 12px !important;
    border: 1px solid rgba(45,91,255,.16) !important;
    border-radius: 999px !important;
    background: #f4f7ff !important;
    color: #2d5bff !important;
    font-size: 12px !important;
    font-weight: 850 !important;
    line-height: 1 !important;
    text-decoration: none !important;
    white-space: nowrap !important;
    transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-author-profile-link:hover {
    transform: translateY(-1px) !important;
    border-color: rgba(45,91,255,.28) !important;
    background: #2d5bff !important;
    color: #fff !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-author-bio-pro {
    display: none !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-faq-section {
    max-width: var(--article-max, 860px) !important;
    margin: 46px 0 30px !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    overflow: visible !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-faq-section::before,
:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-faq-section::after {
    content: none !important;
    display: none !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-faq-section > h2 {
    margin: 0 0 18px !important;
    color: #0e1116 !important;
    font-size: clamp(24px, 2.4vw, 34px) !important;
    line-height: 1.1 !important;
    letter-spacing: -.025em !important;
    font-weight: 900 !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-faq-accordion {
    display: grid !important;
    gap: 10px !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-faq-item {
    overflow: hidden !important;
    border: 1px solid rgba(45,91,255,.11) !important;
    border-radius: 14px !important;
    background: rgba(255,255,255,.94) !important;
    box-shadow: 0 10px 28px rgba(16,39,93,.045) !important;
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-faq-item:hover {
    transform: translateY(-1px) !important;
    border-color: rgba(45,91,255,.22) !important;
    box-shadow: 0 16px 36px rgba(16,39,93,.075) !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-faq-question {
    width: 100% !important;
    min-height: 58px !important;
    padding: 16px 18px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 16px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: #fff !important;
    color: #0e1116 !important;
    cursor: pointer !important;
    text-align: left !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-faq-question span {
    color: inherit !important;
    font-size: 16px !important;
    line-height: 1.35 !important;
    font-weight: 850 !important;
    letter-spacing: -.01em !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-faq-question i {
    width: 34px !important;
    height: 34px !important;
    min-width: 34px !important;
    display: grid !important;
    place-items: center !important;
    border-radius: 50% !important;
    background: #eef4ff !important;
    color: #2d5bff !important;
    font-size: 12px !important;
    transition: transform .2s ease, background .2s ease, color .2s ease !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-faq-question[aria-expanded="true"] {
    color: #2d5bff !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-faq-question[aria-expanded="true"] i {
    transform: rotate(180deg) !important;
    background: #2d5bff !important;
    color: #fff !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-faq-answer {
    padding: 0 18px 18px !important;
    background: #fff !important;
    color: #475467 !important;
    font-size: 15.5px !important;
    line-height: 1.74 !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-faq-answer p {
    margin: 0 !important;
}

@media (max-width: 1100px) {
    :is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-single-layout,
    :is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-single-layout.has-sidebar {
        grid-template-columns: minmax(0, 1fr) !important;
    }

    :is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-sidebar {
        max-width: var(--article-max, 860px) !important;
    }
}

@media (max-width: 720px) {
    :is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-author {
        align-items: flex-start !important;
    }

    :is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-author-profile-link {
        width: 100% !important;
        justify-content: center !important;
        margin: 10px 0 0 !important;
    }
}

.site-main.unx-single-insight .container {
    max-width: 1180px;
}

/* Breadcrumb */
.site-main.unx-single-insight .unx-breadcrumb {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    width: fit-content;
    max-width: 100%;
    margin: 0 0 22px;
    padding: 9px 14px;
    border: 1px solid var(--brand-border, rgba(0,0,0,.08));
    border-radius: 999px;
    background: color-mix(in srgb, white 82%, var(--brand-bg, #F7F5EE));
    box-shadow: 0 10px 28px rgba(14,17,22,.045);
    font-size: 12px;
    font-weight: 700;
    color: var(--brand-muted, #6B7280);
}

.site-main.unx-single-insight .unx-breadcrumb a {
    color: var(--brand-muted, #6B7280);
    text-decoration: none;
}

.site-main.unx-single-insight .unx-breadcrumb a:hover {
    color: var(--brand-primary, #2D5BFF);
}

.site-main.unx-single-insight .unx-breadcrumb span:last-child {
    max-width: 460px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: var(--brand-ink, #0B1220);
}

/* Main layout */
.site-main.unx-single-insight .unx-single-layout,
.site-main.unx-single-insight .unx-single-layout.has-sidebar {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 320px !important;
    gap: clamp(28px, 4vw, 52px) !important;
    align-items: start !important;
    padding: 0 0 28px !important;
}

.site-main.unx-single-insight .unx-article {
    min-width: 0;
}

/* Article header behaves as hero when a post has no hero image */
.site-main.unx-single-insight .unx-article-header {
    position: relative;
    isolation: isolate;
    padding: clamp(28px, 5vw, 54px);
    margin: 0 0 28px;
    border: 1px solid var(--brand-border, rgba(0,0,0,.08));
    border-radius: 30px;
    background:
        linear-gradient(135deg, color-mix(in srgb, white 86%, var(--brand-soft, #EEF2FF)), color-mix(in srgb, var(--brand-bg, #F7F5EE) 90%, white)),
        #fff;
    box-shadow: 0 24px 70px rgba(14,17,22,.075);
    overflow: hidden;
}

.site-main.unx-single-insight .unx-article-header::before {
    content: '';
    position: absolute;
    inset: auto -12% -42% auto;
    width: 360px;
    height: 360px;
    border-radius: 50%;
    background: color-mix(in srgb, var(--brand-primary, #2D5BFF) 12%, transparent);
    filter: blur(4px);
    z-index: -1;
}

.site-main.unx-single-insight .unx-article-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px 14px;
    margin: 0 0 18px;
    color: var(--brand-muted, #6B7280);
    font-size: 12px;
    font-weight: 700;
}

.site-main.unx-single-insight .unx-article-meta time,
.site-main.unx-single-insight .unx-reading-time,
.site-main.unx-single-insight .unx-view-count {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 26px;
}

.site-main.unx-single-insight .unx-topic-badge {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 6px 11px;
    border-radius: 999px;
    background: var(--brand-primary, #2D5BFF);
    color: #fff;
    box-shadow: 0 8px 20px color-mix(in srgb, var(--brand-primary, #2D5BFF) 26%, transparent);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.site-main.unx-single-insight .unx-single-title {
    max-width: 900px;
    margin: 0 0 18px;
    color: var(--brand-ink, #0B1220);
    font-size: clamp(38px, 6.2vw, 74px);
    font-weight: 900;
    letter-spacing: -0.055em;
    line-height: .98;
    text-wrap: balance;
}

.site-main.unx-single-insight .unx-single-lead {
    max-width: 760px;
    margin: 0 0 28px;
    color: color-mix(in srgb, var(--brand-ink, #0B1220) 62%, var(--brand-muted, #6B7280));
    font-size: clamp(17px, 2vw, 21px);
    line-height: 1.65;
}

.site-main.unx-single-insight .unx-article-author {
    display: inline-flex;
    align-items: center;
    gap: 13px;
    padding: 10px 14px 10px 10px;
    border: 1px solid var(--brand-border, rgba(0,0,0,.08));
    border-radius: 999px;
    background: rgba(255,255,255,.72);
}

.site-main.unx-single-insight .unx-article-author img,
.site-main.unx-single-insight .unx-author-bio img {
    border-radius: 50%;
    box-shadow: 0 0 0 3px #fff;
}

.site-main.unx-single-insight .unx-author-info strong {
    display: block;
    color: var(--brand-ink, #0B1220);
    font-size: 13px;
    line-height: 1.2;
}

.site-main.unx-single-insight .unx-author-info span {
    display: block;
    margin-top: 2px;
    color: var(--brand-muted, #6B7280);
    font-size: 12px;
}

/* Optional hero image */
.site-main.unx-single-insight .unx-article-hero {
    margin: 0 0 30px;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 22px 60px rgba(14,17,22,.1);
    background: var(--brand-soft, #EEF2FF);
}

.site-main.unx-single-insight .unx-article-hero img {
    display: block;
    width: 100%;
    max-height: 520px;
    object-fit: cover;
}

/* AI Summary */
.site-main.unx-single-insight .unx-ai-summary {
    position: relative;
    margin: 0 0 30px;
    padding: 26px 28px;
    border-radius: 22px;
    background:
        linear-gradient(135deg, var(--brand-ink, #0B1220), color-mix(in srgb, var(--brand-primary, #2D5BFF) 54%, var(--brand-ink, #0B1220))) !important;
    color: #fff !important;
    box-shadow: 0 22px 60px color-mix(in srgb, var(--brand-primary, #2D5BFF) 16%, rgba(14,17,22,.12));
    overflow: hidden;
}

.site-main.unx-single-insight .unx-ai-summary::after {
    content: '';
    position: absolute;
    inset: -50% -30% auto auto;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: rgba(255,255,255,.12);
}

.site-main.unx-single-insight .unx-ai-summary-header {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    margin: 0 0 12px !important;
}

.site-main.unx-single-insight .unx-ai-summary-header i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: rgba(255,255,255,.16);
    font-size: 15px !important;
}

.site-main.unx-single-insight .unx-ai-summary-header strong {
    font-size: 15px !important;
    font-weight: 900 !important;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.site-main.unx-single-insight .unx-ai-summary-content {
    position: relative;
    z-index: 1;
    font-size: 16px !important;
    line-height: 1.75 !important;
    opacity: .92;
}

.site-main.unx-single-insight .unx-ai-summary-content p:last-child {
    margin-bottom: 0;
}

/* Article prose */
.site-main.unx-single-insight .unx-prose {
    max-width: var(--article-max);
    margin: 0 auto 42px;
    padding: clamp(26px, 4vw, 44px);
    border: 1px solid var(--brand-border, rgba(0,0,0,.07));
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 18px 55px rgba(14,17,22,.055);
    color: color-mix(in srgb, var(--brand-ink, #0B1220) 86%, #333);
    font-size: 18px;
    line-height: 1.86;
}

.site-main.unx-single-insight .unx-prose > *:first-child {
    margin-top: 0;
}

.site-main.unx-single-insight .unx-prose > *:last-child {
    margin-bottom: 0;
}

.site-main.unx-single-insight .unx-prose p {
    margin: 0 0 1.25em;
}

.site-main.unx-single-insight .unx-prose h2 {
    margin: 2.15em 0 .65em;
    color: var(--brand-ink, #0B1220);
    font-size: clamp(26px, 3.2vw, 36px);
    font-weight: 900;
    letter-spacing: -0.035em;
    line-height: 1.12;
    scroll-margin-top: 110px;
}

.site-main.unx-single-insight .unx-prose h2::before {
    content: '';
    display: block;
    width: 54px;
    height: 5px;
    margin: 0 0 14px;
    border-radius: 999px;
    background: var(--brand-primary, #2D5BFF);
}

.site-main.unx-single-insight .unx-prose h3 {
    margin: 1.65em 0 .55em;
    color: var(--brand-ink, #0B1220);
    font-size: clamp(21px, 2.4vw, 26px);
    font-weight: 850;
    letter-spacing: -0.025em;
    line-height: 1.18;
}

.site-main.unx-single-insight .unx-prose ul,
.site-main.unx-single-insight .unx-prose ol {
    margin: 0 0 1.35em;
    padding-left: 1.35em;
}

.site-main.unx-single-insight .unx-prose li {
    margin: .42em 0;
    padding-left: .12em;
}

.site-main.unx-single-insight .unx-prose li::marker {
    color: var(--brand-primary, #2D5BFF);
    font-weight: 900;
}

.site-main.unx-single-insight .unx-prose a {
    color: var(--brand-primary, #2D5BFF);
    font-weight: 750;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 3px;
}

.site-main.unx-single-insight .unx-prose blockquote {
    margin: 2em 0;
    padding: 22px 24px;
    border-left: 5px solid var(--brand-primary, #2D5BFF);
    border-radius: 18px;
    background: var(--brand-soft, #EEF2FF);
    color: var(--brand-ink, #0B1220);
    font-size: 1.05em;
    font-weight: 650;
}

.site-main.unx-single-insight .unx-prose img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 2em auto;
    border-radius: 22px;
    box-shadow: 0 16px 48px rgba(14,17,22,.1);
}

.site-main.unx-single-insight .unx-prose code {
    padding: .16em .42em;
    border-radius: 7px;
    background: color-mix(in srgb, var(--brand-soft, #EEF2FF) 76%, white);
    color: var(--brand-ink, #0B1220);
    font-family: 'JetBrains Mono', monospace;
    font-size: .9em;
}

.site-main.unx-single-insight .unx-prose pre {
    margin: 2em 0;
    padding: 22px;
    border-radius: 18px;
    background: #0E1116;
    color: #F7F5EE;
    overflow-x: auto;
}

.site-main.unx-single-insight .unx-prose pre code {
    padding: 0;
    background: transparent;
    color: inherit;
}

/* Article footer / share */
.site-main.unx-single-insight .unx-article-footer {
    max-width: var(--article-max);
    margin: 0 auto 26px;
    padding: 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    flex-wrap: wrap;
    border: 1px solid var(--brand-border, rgba(0,0,0,.07));
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 14px 42px rgba(14,17,22,.045);
}

.site-main.unx-single-insight .unx-tag-list {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.site-main.unx-single-insight .unx-tag-list a {
    display: inline-flex;
    padding: 7px 11px;
    border-radius: 999px;
    background: var(--brand-soft, #EEF2FF);
    color: var(--brand-ink, #0B1220);
    font-size: 12px;
    font-weight: 800;
    text-decoration: none;
}

.site-main.unx-single-insight .unx-share-bar {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    padding: 0;
    background: transparent;
}

.site-main.unx-single-insight .unx-share-bar span {
    color: var(--brand-muted, #6B7280);
    font-size: 13px;
    font-weight: 800;
}

.site-main.unx-single-insight .unx-share-bar a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: var(--brand-soft, #EEF2FF);
    color: var(--brand-ink, #0B1220);
    text-decoration: none;
    transition: transform .2s ease, background .2s ease, color .2s ease;
}

.site-main.unx-single-insight .unx-share-bar a:hover {
    transform: translateY(-2px);
    background: var(--brand-primary, #2D5BFF);
    color: #fff;
}

/* Author Bio */
.site-main.unx-single-insight .unx-author-bio {
    max-width: var(--article-max);
    margin: 0 auto 52px;
    padding: 28px;
    display: flex;
    align-items: center;
    gap: 20px;
    border: 1px solid var(--brand-border, rgba(0,0,0,.07));
    border-radius: 24px;
    background: color-mix(in srgb, var(--brand-soft, #EEF2FF) 72%, white);
}

.site-main.unx-single-insight .unx-author-bio-content h3 {
    margin: 0 0 6px;
    color: var(--brand-ink, #0B1220);
    font-size: 20px;
    font-weight: 900;
}

.site-main.unx-single-insight .unx-author-bio-content p {
    margin: 0;
    color: var(--brand-muted, #6B7280);
    line-height: 1.65;
}

/* Sidebar */
.site-main.unx-single-insight .unx-article-sidebar {
    position: sticky;
    top: 96px;
    display: grid;
    gap: 18px;
}

.site-main.unx-single-insight .unx-toc-widget,
.site-main.unx-single-insight .unx-sidebar-widget {
    position: static;
    margin: 0;
    padding: 22px;
    border: 1px solid var(--brand-border, rgba(0,0,0,.07));
    border-radius: 22px;
    background: color-mix(in srgb, white 86%, var(--brand-bg, #F7F5EE));
    box-shadow: 0 16px 46px rgba(14,17,22,.052);
}

.site-main.unx-single-insight .unx-toc-widget h3,
.site-main.unx-single-insight .unx-sidebar-widget h3 {
    margin: 0 0 14px;
    color: var(--brand-ink, #0B1220);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.site-main.unx-single-insight .unx-toc-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.site-main.unx-single-insight .unx-toc-nav li {
    margin: 0;
}

.site-main.unx-single-insight .unx-toc-nav a {
    display: block;
    padding: 10px 12px;
    border-left: 3px solid transparent;
    border-radius: 10px;
    color: var(--brand-muted, #6B7280);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.35;
    text-decoration: none;
}

.site-main.unx-single-insight .unx-toc-nav a:hover,
.site-main.unx-single-insight .unx-toc-nav a.active {
    border-left-color: var(--brand-primary, #2D5BFF);
    background: var(--brand-soft, #EEF2FF);
    color: var(--brand-primary, #2D5BFF);
}

.site-main.unx-single-insight .unx-share-buttons {
    display: grid;
    gap: 9px;
}

.site-main.unx-single-insight .unx-share-btn {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    width: auto;
    height: auto;
    padding: 11px 13px;
    border-radius: 12px;
    color: #fff;
    font-size: 13px;
    font-weight: 850;
    text-decoration: none;
}

.site-main.unx-single-insight .unx-share-facebook { background: #1877f2; }
.site-main.unx-single-insight .unx-share-linkedin { background: #0a66c2; }
.site-main.unx-single-insight .unx-share-twitter { background: #0E1116; }

.site-main.unx-single-insight .unx-share-btn:hover {
    transform: translateY(-2px);
    opacity: .92;
}

/* FAQ & references */
.site-main.unx-single-insight .unx-faq-section,
.site-main.unx-single-insight .unx-references-section {
    max-width: var(--article-max);
    margin: 42px auto;
    padding: 30px;
    border: 1px solid var(--brand-border, rgba(0,0,0,.07));
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 14px 42px rgba(14,17,22,.045);
}

.site-main.unx-single-insight .unx-faq-section h2,
.site-main.unx-single-insight .unx-references-section h2 {
    margin: 0 0 20px;
    color: var(--brand-ink, #0B1220);
    font-size: 26px;
    font-weight: 900;
    letter-spacing: -0.025em;
}

.site-main.unx-single-insight .unx-faq-accordion {
    display: grid;
    gap: 10px;
}

.site-main.unx-single-insight .unx-faq-item {
    border: 1px solid var(--brand-border, rgba(0,0,0,.07));
    border-radius: 16px;
    overflow: hidden;
    background: var(--brand-soft, #EEF2FF);
}

.site-main.unx-single-insight .unx-faq-question {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 17px 18px;
    border: 0;
    background: transparent;
    color: var(--brand-ink, #0B1220);
    cursor: pointer;
    font: inherit;
    font-size: 15px;
    font-weight: 850;
    text-align: left;
}

.site-main.unx-single-insight .unx-faq-answer {
    padding: 0 18px 18px;
    color: var(--brand-muted, #6B7280);
    line-height: 1.65;
}

.site-main.unx-single-insight .unx-faq-answer[hidden] {
    display: none;
}

.site-main.unx-single-insight .unx-references-list {
    margin: 0;
    padding-left: 22px;
}

.site-main.unx-single-insight .unx-references-list li {
    margin: 0 0 10px;
    color: var(--brand-muted, #6B7280);
    line-height: 1.65;
}

/* Related posts */
.site-main.unx-single-insight .unx-related-posts {
    margin: 42px 0 0;
    padding: 42px 0 0;
    border-top: 1px solid var(--brand-border, rgba(0,0,0,.08));
}

.site-main.unx-single-insight .unx-related-posts h2 {
    margin: 0 0 24px;
    color: var(--brand-ink, #0B1220);
    font-size: clamp(28px, 4vw, 44px);
    font-weight: 900;
    letter-spacing: -0.045em;
}

.site-main.unx-single-insight .unx-related-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.site-main.unx-single-insight .unx-related-card {
    overflow: hidden;
    border: 1px solid var(--brand-border, rgba(0,0,0,.07));
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 16px 46px rgba(14,17,22,.052);
    transition: transform .22s ease, box-shadow .22s ease;
}

.site-main.unx-single-insight .unx-related-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 24px 66px rgba(14,17,22,.095);
}

.site-main.unx-single-insight .unx-related-image {
    display: block;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: var(--brand-soft, #EEF2FF);
}

.site-main.unx-single-insight .unx-related-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .3s ease;
}

.site-main.unx-single-insight .unx-related-card:hover .unx-related-image img {
    transform: scale(1.045);
}

.site-main.unx-single-insight .unx-related-content {
    padding: 18px;
    background: #fff;
}

.site-main.unx-single-insight .unx-related-content h3 {
    margin: 10px 0 8px;
    font-size: 18px;
    font-weight: 850;
    letter-spacing: -0.02em;
    line-height: 1.28;
}

.site-main.unx-single-insight .unx-related-content h3 a {
    color: var(--brand-ink, #0B1220);
    text-decoration: none;
}

.site-main.unx-single-insight .unx-related-content h3 a:hover {
    color: var(--brand-primary, #2D5BFF);
}

.site-main.unx-single-insight .unx-related-content time {
    color: var(--brand-muted, #6B7280);
    font-size: 12px;
    font-weight: 700;
}

/* Previous / next navigation from WP */
.site-main.unx-single-insight .post-navigation {
    margin-top: 32px;
}

.site-main.unx-single-insight .nav-links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.site-main.unx-single-insight .nav-previous a,
.site-main.unx-single-insight .nav-next a {
    display: block;
    height: 100%;
    padding: 22px;
    border: 1px solid var(--brand-border, rgba(0,0,0,.07));
    border-radius: 20px;
    background: #fff;
    color: var(--brand-ink, #0B1220);
    text-decoration: none;
    box-shadow: 0 14px 42px rgba(14,17,22,.045);
    transition: transform .2s ease, box-shadow .2s ease;
}

.site-main.unx-single-insight .nav-previous a:hover,
.site-main.unx-single-insight .nav-next a:hover {
    transform: translateY(-3px);
    box-shadow: 0 22px 56px rgba(14,17,22,.085);
}

.site-main.unx-single-insight .nav-label {
    display: block;
    margin-bottom: 5px;
    color: var(--brand-primary, #2D5BFF);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.site-main.unx-single-insight .nav-title {
    display: block;
    color: var(--brand-ink, #0B1220);
    font-size: 16px;
    font-weight: 850;
    line-height: 1.35;
}

/* Responsive */
@media (max-width: 1100px) {
    .site-main.unx-single-insight .unx-single-layout,
    .site-main.unx-single-insight .unx-single-layout.has-sidebar {
        grid-template-columns: 1fr !important;
    }

    .site-main.unx-single-insight .unx-article-sidebar {
        position: static;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .site-main.unx-single-insight {
        padding: 88px 0 64px;
    }

    .site-main.unx-single-insight .unx-breadcrumb span:last-child {
        max-width: 220px;
    }

    .site-main.unx-single-insight .unx-article-header,
    .site-main.unx-single-insight .unx-prose,
    .site-main.unx-single-insight .unx-ai-summary,
    .site-main.unx-single-insight .unx-article-footer,
    .site-main.unx-single-insight .unx-author-bio,
    .site-main.unx-single-insight .unx-faq-section,
    .site-main.unx-single-insight .unx-references-section {
        border-radius: 20px;
    }

    .site-main.unx-single-insight .unx-article-sidebar,
    .site-main.unx-single-insight .unx-related-grid,
    .site-main.unx-single-insight .nav-links {
        grid-template-columns: 1fr;
    }

    .site-main.unx-single-insight .unx-author-bio {
        flex-direction: column;
        align-items: flex-start;
    }

    .site-main.unx-single-insight .unx-article-footer {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 480px) {
    .site-main.unx-single-insight .unx-single-title {
        font-size: 36px;
    }

    .site-main.unx-single-insight .unx-prose {
        font-size: 16px;
        line-height: 1.78;
        padding: 24px 20px;
    }

    .site-main.unx-single-insight .unx-article-header {
        padding: 26px 20px;
    }
}

/* ============================================================
   INSIGHT DETAIL - SEO article refinement (source theme level)
   Applied after premium pass to normalize typography for long-form
   blog posts: calmer sizes, compact author modules, cleaner article
   structure inspired by SEO documentation pages.
   ============================================================ */
.site-main.unx-single-insight {
    --article-max: 760px;
    --article-sidebar: 280px;
    background: var(--brand-bg, #F7F5EE);
    padding: 92px 0 72px;
}

.site-main.unx-single-insight .container {
    max-width: 1120px;
}

.site-main.unx-single-insight .unx-breadcrumb {
    margin-bottom: 18px;
    padding: 7px 12px;
    box-shadow: none;
    font-size: 12px;
    font-weight: 600;
}

.site-main.unx-single-insight .unx-single-layout,
.site-main.unx-single-insight .unx-single-layout.has-sidebar {
    grid-template-columns: minmax(0, var(--article-max)) var(--article-sidebar) !important;
    justify-content: center !important;
    gap: 36px !important;
}

.site-main.unx-single-insight .unx-article-header {
    max-width: var(--article-max);
    margin-bottom: 22px;
    padding: 0 0 24px;
    border: 0;
    border-bottom: 1px solid var(--brand-border, rgba(0,0,0,.08));
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    overflow: visible;
}

.site-main.unx-single-insight .unx-article-header::before {
    display: none;
}

.site-main.unx-single-insight .unx-article-meta {
    margin-bottom: 14px;
    gap: 8px 12px;
    font-size: 12px;
    font-weight: 600;
}

.site-main.unx-single-insight .unx-topic-badge {
    min-height: 24px;
    padding: 4px 9px;
    box-shadow: none;
    font-size: 10px;
    font-weight: 800;
}

.site-main.unx-single-insight .unx-single-title {
    max-width: var(--article-max);
    margin-bottom: 14px;
    font-size: clamp(32px, 4.2vw, 48px);
    line-height: 1.12;
    letter-spacing: -0.035em;
    font-weight: 850;
}

.site-main.unx-single-insight .unx-single-lead {
    max-width: 700px;
    margin-bottom: 16px;
    font-size: 17px;
    line-height: 1.62;
    color: var(--brand-muted, #6B7280);
}

.site-main.unx-single-insight .unx-article-author {
    gap: 10px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
}

.site-main.unx-single-insight .unx-article-author img {
    width: 34px;
    height: 34px;
    box-shadow: none;
}

.site-main.unx-single-insight .unx-author-info strong {
    font-size: 13px;
    font-weight: 750;
}

.site-main.unx-single-insight .unx-author-info span {
    font-size: 12px;
}

.site-main.unx-single-insight .unx-article-hero {
    margin-bottom: 22px;
    border-radius: 16px;
    box-shadow: none;
}

.site-main.unx-single-insight .unx-ai-summary {
    max-width: var(--article-max);
    margin: 0 0 22px;
    padding: 18px 20px;
    border-radius: 16px;
    box-shadow: none;
}

.site-main.unx-single-insight .unx-ai-summary-header i {
    width: 28px;
    height: 28px;
    font-size: 13px !important;
}

.site-main.unx-single-insight .unx-ai-summary-header strong {
    font-size: 13px !important;
}

.site-main.unx-single-insight .unx-ai-summary-content {
    font-size: 15px !important;
    line-height: 1.65 !important;
}

.site-main.unx-single-insight .unx-prose {
    max-width: var(--article-max);
    margin: 0 0 34px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    font-size: 16px;
    line-height: 1.78;
    color: color-mix(in srgb, var(--brand-ink, #0B1220) 82%, #333);
}

.site-main.unx-single-insight .unx-prose p {
    margin-bottom: 1.05em;
}

.site-main.unx-single-insight .unx-prose h2 {
    margin: 2.05em 0 .72em;
    padding-top: .2em;
    font-size: clamp(23px, 2.4vw, 28px);
    line-height: 1.28;
    letter-spacing: -0.02em;
    font-weight: 800;
}

.site-main.unx-single-insight .unx-prose h2::before {
    width: 34px;
    height: 3px;
    margin-bottom: 10px;
}

.site-main.unx-single-insight .unx-prose h3 {
    margin: 1.55em 0 .55em;
    font-size: clamp(19px, 2vw, 22px);
    line-height: 1.32;
    font-weight: 780;
    letter-spacing: -0.015em;
}

.site-main.unx-single-insight .unx-prose ul,
.site-main.unx-single-insight .unx-prose ol {
    margin-bottom: 1.1em;
}

.site-main.unx-single-insight .unx-prose blockquote {
    margin: 1.5em 0;
    padding: 16px 18px;
    border-radius: 12px;
    font-size: 1em;
}

.site-main.unx-single-insight .unx-prose img {
    margin: 1.5em auto;
    border-radius: 14px;
    box-shadow: none;
}

.site-main.unx-single-insight .unx-prose pre {
    margin: 1.4em 0;
    padding: 16px;
    border-radius: 12px;
}

.site-main.unx-single-insight .unx-article-footer,
.site-main.unx-single-insight .unx-author-bio,
.site-main.unx-single-insight .unx-faq-section,
.site-main.unx-single-insight .unx-references-section {
    max-width: var(--article-max);
    margin-left: 0;
    margin-right: 0;
    box-shadow: none;
}

.site-main.unx-single-insight .unx-article-footer {
    padding: 16px 0;
    border-width: 1px 0;
    border-radius: 0;
    background: transparent;
}

.site-main.unx-single-insight .unx-share-bar a {
    width: 34px;
    height: 34px;
}

.site-main.unx-single-insight .unx-author-bio {
    margin-bottom: 36px;
    padding: 16px;
    gap: 14px;
    border-radius: 14px;
    background: color-mix(in srgb, var(--brand-soft, #EEF2FF) 52%, white);
}

.site-main.unx-single-insight .unx-author-bio img {
    width: 48px;
    height: 48px;
    box-shadow: none;
}

.site-main.unx-single-insight .unx-author-bio-content h3 {
    margin-bottom: 3px;
    font-size: 15px;
    font-weight: 800;
}

.site-main.unx-single-insight .unx-author-bio-content p {
    font-size: 13px;
    line-height: 1.5;
}

.site-main.unx-single-insight .unx-article-sidebar {
    top: 88px;
}

.site-main.unx-single-insight .unx-toc-widget,
.site-main.unx-single-insight .unx-sidebar-widget {
    padding: 16px;
    border-radius: 14px;
    background: color-mix(in srgb, white 78%, var(--brand-bg, #F7F5EE));
    box-shadow: none;
}

.site-main.unx-single-insight .unx-toc-widget h3,
.site-main.unx-single-insight .unx-sidebar-widget h3 {
    margin-bottom: 10px;
    font-size: 12px;
}

.site-main.unx-single-insight .unx-toc-nav a {
    padding: 8px 10px;
    border-radius: 8px;
    font-size: 12.5px;
    font-weight: 650;
}

.site-main.unx-single-insight .unx-share-btn {
    padding: 9px 11px;
    border-radius: 10px;
    font-size: 12.5px;
}

.site-main.unx-single-insight .unx-related-posts {
    margin-top: 30px;
    padding-top: 30px;
}

.site-main.unx-single-insight .unx-related-posts h2 {
    font-size: clamp(24px, 3vw, 32px);
    line-height: 1.2;
    letter-spacing: -0.025em;
}

.site-main.unx-single-insight .unx-related-card {
    border-radius: 16px;
    box-shadow: none;
}

.site-main.unx-single-insight .unx-related-content {
    padding: 14px;
}

.site-main.unx-single-insight .unx-related-content h3 {
    font-size: 16px;
    line-height: 1.35;
}

.site-main.unx-single-insight .nav-previous a,
.site-main.unx-single-insight .nav-next a {
    padding: 16px;
    border-radius: 14px;
    box-shadow: none;
}

.site-main.unx-single-insight .nav-title {
    font-size: 14px;
}

@media (max-width: 1100px) {
    .site-main.unx-single-insight .unx-single-layout,
    .site-main.unx-single-insight .unx-single-layout.has-sidebar {
        grid-template-columns: minmax(0, var(--article-max)) !important;
    }

    .site-main.unx-single-insight .unx-article-sidebar {
        max-width: var(--article-max);
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .site-main.unx-single-insight {
        padding: 82px 0 56px;
    }

    .site-main.unx-single-insight .unx-single-title {
        font-size: 32px;
    }

    .site-main.unx-single-insight .unx-single-lead {
        font-size: 16px;
    }

    .site-main.unx-single-insight .unx-prose {
        font-size: 16px;
    }

    .site-main.unx-single-insight .unx-author-bio {
        flex-direction: row;
        align-items: center;
    }
}

/* Long-form demo content blocks: key takeaways, callouts, tables */
.site-main.unx-single-insight .unx-article-intro {
    font-size: 17px;
    line-height: 1.72;
    color: color-mix(in srgb, var(--brand-ink, #0B1220) 88%, var(--brand-muted, #6B7280));
}

.site-main.unx-single-insight .unx-key-takeaways,
.site-main.unx-single-insight .unx-callout {
    margin: 1.35em 0;
    padding: 16px 18px;
    border: 1px solid var(--brand-border, rgba(0,0,0,.08));
    border-radius: 14px;
    background: color-mix(in srgb, var(--brand-soft, #EEF2FF) 62%, white);
}

.site-main.unx-single-insight .unx-key-takeaways > strong,
.site-main.unx-single-insight .unx-callout > strong {
    display: block;
    margin-bottom: 8px;
    color: var(--brand-ink, #0B1220);
    font-size: 14px;
    font-weight: 850;
}

.site-main.unx-single-insight .unx-key-takeaways ul {
    margin-bottom: 0;
}

.site-main.unx-single-insight .unx-callout p:last-child {
    margin-bottom: 0;
}

.site-main.unx-single-insight .unx-callout-info {
    border-left: 4px solid var(--brand-primary, #2D5BFF);
}

.site-main.unx-single-insight .unx-callout-warning {
    border-left: 4px solid #f59e0b;
    background: #fffbeb;
}

.site-main.unx-single-insight .unx-prose table {
    width: 100%;
    margin: 1.45em 0;
    border-collapse: separate;
    border-spacing: 0;
    overflow: hidden;
    border: 1px solid var(--brand-border, rgba(0,0,0,.08));
    border-radius: 14px;
    background: #fff;
    font-size: 14px;
    line-height: 1.45;
}

.site-main.unx-single-insight .unx-prose th,
.site-main.unx-single-insight .unx-prose td {
    padding: 12px 14px;
    border-bottom: 1px solid var(--brand-border, rgba(0,0,0,.07));
    vertical-align: top;
    text-align: left;
}

.site-main.unx-single-insight .unx-prose th {
    background: var(--brand-soft, #EEF2FF);
    color: var(--brand-ink, #0B1220);
    font-size: 12px;
    font-weight: 850;
    letter-spacing: .02em;
}

.site-main.unx-single-insight .unx-prose tr:last-child td {
    border-bottom: 0;
}

@media (max-width: 640px) {
    .site-main.unx-single-insight .unx-prose table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }
}

/* ============================================================
   UX/UI hotfix pass - safer gutters, calmer headings, more usable
   reading rhythm for production blog detail pages.
   ============================================================ */
.site-main.unx-single-insight {
    --article-max: 720px;
    --article-sidebar: 260px;
}

.site-main.unx-single-insight .container {
    width: min(100%, 1100px);
    padding-left: clamp(18px, 4vw, 40px);
    padding-right: clamp(18px, 4vw, 40px);
    box-sizing: border-box;
}

.site-main.unx-single-insight .unx-single-layout,
.site-main.unx-single-insight .unx-single-layout.has-sidebar {
    gap: clamp(26px, 3vw, 42px) !important;
}

.site-main.unx-single-insight .unx-single-title {
    max-width: 680px;
    font-size: clamp(28px, 3.5vw, 40px);
    line-height: 1.16;
    letter-spacing: -0.028em;
    margin-bottom: 12px;
}

.site-main.unx-single-insight .unx-single-lead {
    max-width: 640px;
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 14px;
}

.site-main.unx-single-insight .unx-article-header {
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.site-main.unx-single-insight .unx-prose {
    max-width: 100%;
    width: 100%;
    font-size: 15.5px;
    line-height: 1.82;
    word-break: break-word;
}

.site-main.unx-single-insight .unx-prose > * {
    max-width: 100%;
}

.site-main.unx-single-insight .unx-prose p,
.site-main.unx-single-insight .unx-prose ul,
.site-main.unx-single-insight .unx-prose ol,
.site-main.unx-single-insight .unx-prose blockquote,
.site-main.unx-single-insight .unx-prose pre,
.site-main.unx-single-insight .unx-key-takeaways,
.site-main.unx-single-insight .unx-callout {
    margin-left: 0;
    margin-right: 0;
}

.site-main.unx-single-insight .unx-prose h2 {
    margin: 1.9em 0 .7em;
    font-size: clamp(21px, 2.1vw, 25px);
    line-height: 1.34;
    letter-spacing: -0.015em;
}

.site-main.unx-single-insight .unx-prose h2::before {
    width: 28px;
    margin-bottom: 8px;
}

.site-main.unx-single-insight .unx-prose h3 {
    margin: 1.45em 0 .5em;
    font-size: clamp(18px, 1.8vw, 20px);
    line-height: 1.36;
}

.site-main.unx-single-insight .unx-key-takeaways,
.site-main.unx-single-insight .unx-callout,
.site-main.unx-single-insight .unx-faq-section,
.site-main.unx-single-insight .unx-references-section,
.site-main.unx-single-insight .unx-author-bio {
    border-radius: 12px;
}

.site-main.unx-single-insight .unx-key-takeaways,
.site-main.unx-single-insight .unx-callout {
    padding: 14px 15px;
}

.site-main.unx-single-insight .unx-author-bio {
    padding: 14px;
    gap: 12px;
}

.site-main.unx-single-insight .unx-author-bio img {
    width: 42px;
    height: 42px;
}

.site-main.unx-single-insight .unx-author-bio-content h3 {
    font-size: 14px;
}

.site-main.unx-single-insight .unx-author-bio-content p {
    font-size: 12.5px;
    line-height: 1.5;
}

.site-main.unx-single-insight .unx-article-sidebar {
    gap: 14px;
}

.site-main.unx-single-insight .unx-toc-widget,
.site-main.unx-single-insight .unx-sidebar-widget {
    padding: 14px;
}

.site-main.unx-single-insight .unx-prose table {
    font-size: 13px;
}

.site-main.unx-single-insight .unx-prose th,
.site-main.unx-single-insight .unx-prose td {
    padding: 10px 11px;
}

@media (max-width: 1100px) {
    .site-main.unx-single-insight .container {
        max-width: 860px;
    }
}

@media (max-width: 768px) {
    .site-main.unx-single-insight .container {
        padding-left: 16px;
        padding-right: 16px;
    }

    .site-main.unx-single-insight .unx-single-title {
        font-size: 28px;
    }

    .site-main.unx-single-insight .unx-single-lead {
        font-size: 15px;
    }

    .site-main.unx-single-insight .unx-prose {
        font-size: 15px;
        line-height: 1.76;
    }

    .site-main.unx-single-insight .unx-prose h2 {
        font-size: 20px;
    }

    .site-main.unx-single-insight .unx-prose h3 {
        font-size: 17px;
    }
}

@media (max-width: 480px) {
    .site-main.unx-single-insight .container {
        padding-left: 14px;
        padding-right: 14px;
    }

    .site-main.unx-single-insight .unx-breadcrumb {
        font-size: 11px;
        padding: 6px 10px;
    }

    .site-main.unx-single-insight .unx-single-title {
        font-size: 25px;
        line-height: 1.2;
    }

    .site-main.unx-single-insight .unx-prose {
        font-size: 14.5px;
        line-height: 1.72;
    }

    .site-main.unx-single-insight .unx-prose h2 {
        font-size: 19px;
    }

    .site-main.unx-single-insight .unx-prose h3 {
        font-size: 16px;
    }
}

/* ============================================================
   FINAL SINGLE INSIGHT NORMALIZATION - hard scoped overrides
   This pass intentionally uses !important to defeat legacy duplicate
   rules from main.css/older blog detail passes.
   ============================================================ */
:is(body.single-insight, body.single-post) .site-main.unx-single-insight {
    --article-max: 760px !important;
    --article-sidebar: 280px !important;
    padding: 92px 0 72px !important;
    background: #f7fbff !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight > .container {
    width: min(100%, 1180px) !important;
    max-width: 1180px !important;
    margin: 0 auto !important;
    padding-left: 28px !important;
    padding-right: 28px !important;
    box-sizing: border-box !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-single-layout,
:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-single-layout.has-sidebar {
    display: grid !important;
    grid-template-columns: minmax(0, var(--article-max)) var(--article-sidebar) !important;
    gap: 40px !important;
    align-items: start !important;
    justify-content: center !important;
    padding: 0 !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article {
    min-width: 0 !important;
    width: 100% !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-header {
    width: 100% !important;
    max-width: none !important;
    box-sizing: border-box !important;
    padding: 34px 38px 28px !important;
    margin: 0 0 24px !important;
    border: 1px solid rgba(14,17,22,.08) !important;
    border-radius: 24px !important;
    background: #fff !important;
    box-shadow: none !important;
    overflow: hidden !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-header::before,
:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-header::after {
    display: none !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-meta {
    margin: 0 0 16px !important;
    gap: 8px 14px !important;
    color: #667085 !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    line-height: 1.4 !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-topic-badge {
    min-height: auto !important;
    padding: 6px 11px !important;
    border-radius: 999px !important;
    background: var(--brand-primary, #2D5BFF) !important;
    color: #fff !important;
    font-size: 11px !important;
    line-height: 1.1 !important;
    letter-spacing: .05em !important;
    box-shadow: none !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight h1.unx-single-title,
:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-header .unx-single-title {
    max-width: 680px !important;
    margin: 0 0 14px !important;
    color: #101217 !important;
    font-size: clamp(30px, 3vw, 42px) !important;
    font-weight: 800 !important;
    letter-spacing: -0.025em !important;
    line-height: 1.16 !important;
    text-wrap: balance !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-single-lead {
    max-width: 680px !important;
    margin: 0 0 20px !important;
    color: #667085 !important;
    font-size: 16px !important;
    line-height: 1.68 !important;
    font-weight: 400 !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-author {
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-author img,
:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-author-mark {
    width: 34px !important;
    height: 34px !important;
    box-shadow: none !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-author-mark {
    display: grid !important;
    place-items: center !important;
    border-radius: 11px !important;
    background: linear-gradient(135deg, #0e1116 0%, #2d5bff 100%) !important;
    color: #fff !important;
    text-decoration: none !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-author-mark span {
    color: #fff !important;
    font-size: 18px !important;
    line-height: 1 !important;
    font-weight: 900 !important;
    letter-spacing: -.06em !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-author-info strong {
    color: #101217 !important;
    font-size: 13px !important;
    font-weight: 700 !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-author-info strong a {
    color: inherit !important;
    text-decoration: none !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-author-info strong a:hover {
    color: #2d5bff !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-author-info span {
    color: #667085 !important;
    font-size: 12px !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-ai-summary {
    width: 100% !important;
    max-width: none !important;
    box-sizing: border-box !important;
    margin: 0 0 26px !important;
    padding: 22px 26px !important;
    border-radius: 18px !important;
    background: linear-gradient(135deg, #101827 0%, #233d91 100%) !important;
    color: #fff !important;
    box-shadow: none !important;
    opacity: 1 !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-ai-summary::before,
:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-ai-summary::after {
    display: none !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-ai-summary-header {
    margin: 0 0 10px !important;
    color: #fff !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-ai-summary-header i {
    width: 30px !important;
    height: 30px !important;
    background: rgba(255,255,255,.16) !important;
    color: #fff !important;
    opacity: 1 !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-ai-summary-header strong {
    color: #fff !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    opacity: 1 !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-ai-summary-content,
:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-ai-summary-content p {
    color: rgba(255,255,255,.92) !important;
    opacity: 1 !important;
    font-size: 15px !important;
    line-height: 1.7 !important;
    font-weight: 400 !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-prose {
    width: 100% !important;
    max-width: none !important;
    box-sizing: border-box !important;
    padding: 34px 38px !important;
    margin: 0 0 28px !important;
    border: 1px solid rgba(14,17,22,.08) !important;
    border-radius: 22px !important;
    background: #fff !important;
    box-shadow: none !important;
    color: #1d2430 !important;
    font-size: 16px !important;
    line-height: 1.78 !important;
    font-weight: 400 !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-prose p {
    margin: 0 0 1.05em !important;
    color: #1d2430 !important;
    font-size: 16px !important;
    line-height: 1.78 !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-prose h2 {
    margin: 2em 0 .75em !important;
    padding: 0 !important;
    color: #101217 !important;
    font-size: clamp(22px, 2vw, 27px) !important;
    line-height: 1.3 !important;
    letter-spacing: -0.015em !important;
    font-weight: 800 !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-prose h2::before {
    display: none !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-prose h3 {
    margin: 1.5em 0 .6em !important;
    color: #101217 !important;
    font-size: clamp(18px, 1.6vw, 21px) !important;
    line-height: 1.35 !important;
    font-weight: 750 !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-key-takeaways,
:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-callout {
    margin: 1.25em 0 !important;
    padding: 16px 18px !important;
    border-radius: 14px !important;
    border: 1px solid rgba(14,17,22,.08) !important;
    background: #f4f7ff !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-key-takeaways > strong,
:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-callout > strong {
    color: #101217 !important;
    font-size: 14px !important;
    font-weight: 800 !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-sidebar {
    position: sticky !important;
    top: 100px !important;
    gap: 18px !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-toc-widget,
:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-sidebar-widget {
    padding: 20px !important;
    border: 1px solid rgba(14,17,22,.08) !important;
    border-radius: 18px !important;
    background: #fff !important;
    box-shadow: none !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-toc-nav a {
    color: #667085 !important;
    font-size: 13px !important;
    font-weight: 650 !important;
    line-height: 1.35 !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-toc-nav a:hover,
:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-toc-nav a.active {
    color: var(--brand-primary, #2D5BFF) !important;
    background: #eef2ff !important;
}

@media (max-width: 1100px) {
    :is(body.single-insight, body.single-post) .site-main.unx-single-insight > .container {
        max-width: 860px !important;
    }

    :is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-single-layout,
    :is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-single-layout.has-sidebar {
        grid-template-columns: minmax(0, 1fr) !important;
    }

    :is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-sidebar {
        position: static !important;
    }
}

@media (max-width: 768px) {
    :is(body.single-insight, body.single-post) .site-main.unx-single-insight > .container {
        padding-left: 18px !important;
        padding-right: 18px !important;
    }

    :is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-header,
    :is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-prose {
        padding: 24px 20px !important;
        border-radius: 18px !important;
    }

    :is(body.single-insight, body.single-post) .site-main.unx-single-insight h1.unx-single-title,
    :is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-header .unx-single-title {
        font-size: 28px !important;
        line-height: 1.2 !important;
    }

    :is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-prose,
    :is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-prose p {
        font-size: 15.5px !important;
        line-height: 1.74 !important;
    }

    :is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-prose h2 {
        font-size: 21px !important;
    }
}

@media (max-width: 480px) {
    :is(body.single-insight, body.single-post) .site-main.unx-single-insight > .container {
        padding-left: 14px !important;
        padding-right: 14px !important;
    }

    :is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-header,
    :is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-prose,
    :is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-ai-summary {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }

    :is(body.single-insight, body.single-post) .site-main.unx-single-insight h1.unx-single-title,
    :is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-header .unx-single-title {
        font-size: 25px !important;
    }
}

/* Bullet/list readability fix */
:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-prose ul,
:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-prose ol {
    margin: 0 0 1.25em !important;
    padding-left: 1.35rem !important;
    list-style-position: outside !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-prose ul {
    list-style-type: disc !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-prose ol {
    list-style-type: decimal !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-prose li {
    display: list-item !important;
    margin: .45em 0 !important;
    padding-left: .25rem !important;
    color: #1d2430 !important;
    line-height: 1.72 !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-prose li::marker {
    color: var(--brand-primary, #2D5BFF) !important;
    font-size: .95em !important;
    font-weight: 800 !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-key-takeaways ul,
:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-callout ul,
:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-key-takeaways ol,
:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-callout ol {
    margin: .65em 0 0 !important;
    padding-left: 1.35rem !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-key-takeaways li,
:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-callout li {
    display: list-item !important;
    margin: .38em 0 !important;
    padding-left: .2rem !important;
}

/* ============================================================
   Single insight polish pass - scoped after all legacy rules.
   Keeps detail-page headings calmer than global landing h2 styles.
   ============================================================ */
:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-faq-section,
:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-references-section {
    width: 100% !important;
    max-width: var(--article-max, 760px) !important;
    box-sizing: border-box !important;
    margin: 0 0 24px !important;
    padding: 28px 32px !important;
    border: 1px solid rgba(14,17,22,.08) !important;
    border-radius: 22px !important;
    background: #fff !important;
    box-shadow: none !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-faq-section > h2,
:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-references-section > h2,
:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-related-posts > h2 {
    margin: 0 0 18px !important;
    padding: 0 !important;
    color: #101217 !important;
    font-size: clamp(22px, 2.1vw, 28px) !important;
    line-height: 1.18 !important;
    letter-spacing: -0.018em !important;
    font-weight: 820 !important;
    text-wrap: balance !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-faq-question {
    padding: 17px 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: #101217 !important;
    font-size: 15px !important;
    line-height: 1.35 !important;
    font-weight: 760 !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-faq-item {
    border-bottom: 1px solid rgba(14,17,22,.08) !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-faq-answer {
    padding: 0 0 18px !important;
    color: #4b5565 !important;
    font-size: 15px !important;
    line-height: 1.72 !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-references-list {
    margin: 0 !important;
    padding-left: 1.25rem !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-references-list li {
    margin: 0 0 10px !important;
    color: #4b5565 !important;
    font-size: 15px !important;
    line-height: 1.65 !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-footer {
    max-width: var(--article-max, 760px) !important;
    margin: 0 0 22px !important;
    padding: 18px 0 !important;
    border-color: rgba(14,17,22,.08) !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-author-bio {
    max-width: var(--article-max, 760px) !important;
    margin: 0 0 44px !important;
    padding: 18px 20px !important;
    border: 1px solid rgba(14,17,22,.08) !important;
    border-radius: 18px !important;
    background: linear-gradient(135deg, #fff 0%, #f4f7ff 100%) !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-sidebar {
    display: grid !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-toc-widget h3,
:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-sidebar-widget h3 {
    color: #101217 !important;
    font-size: 12px !important;
    line-height: 1.2 !important;
    letter-spacing: .08em !important;
    font-weight: 850 !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-share-btn {
    min-height: 38px !important;
    justify-content: flex-start !important;
    border-radius: 12px !important;
    font-size: 12.5px !important;
    font-weight: 760 !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-related-posts {
    width: min(100%, 1180px) !important;
    max-width: 1180px !important;
    margin: 48px auto 0 !important;
    padding-top: 38px !important;
    border-top: 1px solid rgba(14,17,22,.08) !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-related-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(260px, 340px)) !important;
    gap: 18px !important;
    align-items: stretch !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-related-card {
    border: 1px solid rgba(14,17,22,.08) !important;
    border-radius: 18px !important;
    background: #fff !important;
    box-shadow: none !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-related-card:hover {
    border-color: rgba(45,91,255,.28) !important;
    box-shadow: 0 16px 36px rgba(16,18,23,.09) !important;
    transform: translateY(-3px) !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-related-image {
    aspect-ratio: 1.48 / 1 !important;
    background: #eef2ff !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-related-content {
    padding: 16px 16px 18px !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-related-content h3 {
    margin: 10px 0 8px !important;
    color: #101217 !important;
    font-size: 17px !important;
    line-height: 1.34 !important;
    letter-spacing: -0.012em !important;
    font-weight: 780 !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-related-content time {
    color: #667085 !important;
    font-size: 12.5px !important;
    font-weight: 650 !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .post-navigation {
    max-width: var(--article-max, 760px) !important;
    margin: 28px 0 0 !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .post-navigation .screen-reader-text {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .post-navigation .nav-links {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 14px !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .post-navigation a {
    display: block !important;
    padding: 16px 18px !important;
    border: 1px solid rgba(14,17,22,.08) !important;
    border-radius: 16px !important;
    background: #fff !important;
    color: #101217 !important;
    text-decoration: none !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .post-navigation a:hover {
    border-color: rgba(45,91,255,.28) !important;
    transform: translateY(-2px) !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .post-navigation .nav-label {
    display: block !important;
    margin-bottom: 5px !important;
    color: #667085 !important;
    font-size: 11px !important;
    font-weight: 820 !important;
    letter-spacing: .08em !important;
    text-transform: uppercase !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .post-navigation .nav-title {
    color: #101217 !important;
    font-size: 14px !important;
    line-height: 1.38 !important;
    font-weight: 780 !important;
}

@media (max-width: 768px) {
    :is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-faq-section,
    :is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-references-section {
        padding: 22px 18px !important;
        border-radius: 18px !important;
    }

    :is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-faq-section > h2,
    :is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-references-section > h2,
    :is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-related-posts > h2 {
        font-size: 22px !important;
    }

    :is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-related-posts {
        margin-top: 34px !important;
        padding-top: 28px !important;
    }

    :is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-related-grid,
    :is(body.single-insight, body.single-post) .site-main.unx-single-insight .post-navigation .nav-links {
        grid-template-columns: 1fr !important;
    }
}

/* Rich author card inspired by the KodexEcom author experience. */
:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-author-bio-pro {
    max-width: var(--article-max, 760px) !important;
    margin: 0 0 44px !important;
    padding: 26px !important;
    display: grid !important;
    grid-template-columns: auto minmax(0, 1fr) !important;
    gap: 22px !important;
    border: 1px solid rgba(14,17,22,.08) !important;
    border-radius: 24px !important;
    background:
        radial-gradient(460px 220px at 100% 0%, rgba(45,91,255,.12), transparent 62%),
        linear-gradient(135deg, #fff 0%, #f4f7ff 100%) !important;
    box-shadow: 0 18px 48px rgba(16,18,23,.07) !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-author-bio-mark {
    width: 82px !important;
    height: 82px !important;
    display: grid !important;
    place-items: center !important;
    border-radius: 26px !important;
    background: linear-gradient(135deg, #0e1116 0%, #2d5bff 100%) !important;
    color: #fff !important;
    text-decoration: none !important;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.16), 0 16px 32px rgba(45,91,255,.22) !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-author-bio-mark span {
    font-size: 34px !important;
    line-height: 1 !important;
    font-weight: 900 !important;
    letter-spacing: -.06em !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-author-bio-eyebrow {
    display: inline-flex !important;
    width: fit-content !important;
    margin-bottom: 8px !important;
    padding: 5px 10px !important;
    border-radius: 999px !important;
    background: rgba(45,91,255,.09) !important;
    color: #2d5bff !important;
    font-size: 11px !important;
    line-height: 1.1 !important;
    font-weight: 850 !important;
    letter-spacing: .08em !important;
    text-transform: uppercase !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-author-bio-body h3 {
    margin: 0 0 4px !important;
    color: #101217 !important;
    font-size: 23px !important;
    line-height: 1.12 !important;
    font-weight: 850 !important;
    letter-spacing: -.018em !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-author-bio-body h3 a {
    color: inherit !important;
    text-decoration: none !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-author-bio-role {
    display: block !important;
    margin-bottom: 12px !important;
    color: #2d5bff !important;
    font-size: 12px !important;
    font-weight: 850 !important;
    letter-spacing: .06em !important;
    text-transform: uppercase !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-author-bio-body p {
    margin: 0 0 14px !important;
    color: #4b5565 !important;
    font-size: 15px !important;
    line-height: 1.68 !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-author-bio-expertise {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
    margin: 0 0 18px !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-author-bio-expertise span {
    padding: 6px 10px !important;
    border: 1px solid rgba(45,91,255,.13) !important;
    border-radius: 999px !important;
    background: rgba(255,255,255,.76) !important;
    color: #101217 !important;
    font-size: 12px !important;
    line-height: 1.1 !important;
    font-weight: 750 !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-author-bio-actions {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 14px !important;
    flex-wrap: wrap !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-author-bio-cta {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    color: #2d5bff !important;
    font-size: 13px !important;
    font-weight: 850 !important;
    text-decoration: none !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-author-bio-cta:hover {
    gap: 12px !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-author-bio-social {
    display: flex !important;
    gap: 8px !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-author-bio-social a {
    width: 36px !important;
    height: 36px !important;
    display: grid !important;
    place-items: center !important;
    border: 1px solid rgba(14,17,22,.08) !important;
    border-radius: 50% !important;
    background: #fff !important;
    color: #101217 !important;
    text-decoration: none !important;
    transition: transform .2s ease, color .2s ease, border-color .2s ease !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-author-bio-social a:hover {
    transform: translateY(-2px) !important;
    color: #2d5bff !important;
    border-color: rgba(45,91,255,.28) !important;
}

@media (max-width: 640px) {
    :is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-author-bio-pro {
        grid-template-columns: 1fr !important;
        padding: 22px 18px !important;
    }

    :is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-author-bio-mark {
        width: 72px !important;
        height: 72px !important;
        border-radius: 22px !important;
    }
}

/* Detail content section refresh. Keep this block last to override older article styles. */
:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-faq-section,
:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-references-section {
    position: relative !important;
    overflow: hidden !important;
    max-width: var(--article-max, 760px) !important;
    margin: 0 0 28px !important;
    padding: 28px !important;
    border: 0 !important;
    border-radius: 26px !important;
    background:
        radial-gradient(420px 210px at 100% 0%, rgba(45,91,255,.12), transparent 64%),
        linear-gradient(135deg, #ffffff 0%, #f7f9ff 100%) !important;
    box-shadow: 0 18px 52px rgba(16,18,23,.07) !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-faq-section::before,
:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-references-section::before {
    content: "" !important;
    position: absolute !important;
    inset: 0 auto 0 0 !important;
    width: 5px !important;
    background: linear-gradient(180deg, #2d5bff 0%, #7aa7ff 100%) !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-faq-section > h2,
:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-references-section > h2,
:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-related-posts > h2 {
    margin: 0 0 20px !important;
    color: #0e1116 !important;
    font-size: clamp(20px, 1.9vw, 25px) !important;
    line-height: 1.16 !important;
    letter-spacing: -.02em !important;
    font-weight: 880 !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-faq-accordion {
    display: grid !important;
    gap: 12px !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-faq-item {
    overflow: hidden !important;
    border: 0 !important;
    border-radius: 18px !important;
    background: rgba(255,255,255,.84) !important;
    box-shadow:
        inset 0 0 0 1px rgba(45,91,255,.09),
        0 10px 28px rgba(16,18,23,.045) !important;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-faq-item:hover {
    transform: translateY(-2px) !important;
    background: #fff !important;
    box-shadow:
        inset 0 0 0 1px rgba(45,91,255,.18),
        0 16px 36px rgba(16,18,23,.08) !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-faq-question {
    width: 100% !important;
    min-height: 62px !important;
    padding: 16px 18px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 18px !important;
    border: 0 !important;
    border-radius: 18px !important;
    background: transparent !important;
    color: #111827 !important;
    text-align: left !important;
    cursor: pointer !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-faq-question span {
    color: inherit !important;
    font-size: 15px !important;
    line-height: 1.45 !important;
    font-weight: 820 !important;
    letter-spacing: -.006em !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-faq-question i {
    width: 30px !important;
    height: 30px !important;
    min-width: 30px !important;
    display: grid !important;
    place-items: center !important;
    border-radius: 999px !important;
    background: #eef3ff !important;
    color: #2d5bff !important;
    font-size: 12px !important;
    transition: transform .2s ease, background .2s ease, color .2s ease !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-faq-question[aria-expanded="true"] {
    color: #2d5bff !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-faq-question[aria-expanded="true"] i {
    transform: rotate(180deg) !important;
    background: #2d5bff !important;
    color: #fff !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-faq-answer {
    padding: 0 18px 18px 18px !important;
    color: #475467 !important;
    font-size: 15px !important;
    line-height: 1.76 !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-faq-answer p {
    margin: 0 !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-references-list {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
    counter-reset: refs !important;
    display: grid !important;
    gap: 12px !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-references-list li {
    position: relative !important;
    margin: 0 !important;
    padding: 15px 16px 15px 54px !important;
    border: 0 !important;
    border-radius: 16px !important;
    background: rgba(255,255,255,.88) !important;
    color: #475467 !important;
    font-size: 14.5px !important;
    line-height: 1.62 !important;
    box-shadow: inset 0 0 0 1px rgba(14,17,22,.06) !important;
    counter-increment: refs !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-references-list li::before {
    content: counter(refs) !important;
    position: absolute !important;
    left: 16px !important;
    top: 14px !important;
    width: 24px !important;
    height: 24px !important;
    display: grid !important;
    place-items: center !important;
    border-radius: 999px !important;
    background: #eef3ff !important;
    color: #2d5bff !important;
    font-size: 11px !important;
    font-weight: 850 !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-references-list a {
    color: #101217 !important;
    font-weight: 780 !important;
    text-decoration: none !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-references-list a:hover {
    color: #2d5bff !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-ref-author {
    color: #667085 !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-footer {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 16px !important;
    flex-wrap: wrap !important;
    max-width: var(--article-max, 760px) !important;
    margin: 0 0 24px !important;
    padding: 18px 20px !important;
    border: 0 !important;
    border-radius: 20px !important;
    background: #fff !important;
    box-shadow: inset 0 0 0 1px rgba(14,17,22,.06), 0 12px 30px rgba(16,18,23,.045) !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-share-bar {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-share-bar span {
    color: #667085 !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    letter-spacing: .04em !important;
    text-transform: uppercase !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-share-bar a {
    width: 36px !important;
    height: 36px !important;
    display: grid !important;
    place-items: center !important;
    border-radius: 999px !important;
    background: #f3f6ff !important;
    color: #2d5bff !important;
    text-decoration: none !important;
    transition: transform .2s ease, background .2s ease, color .2s ease !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-share-bar a:hover {
    transform: translateY(-2px) !important;
    background: #2d5bff !important;
    color: #fff !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-related-posts {
    margin-top: 56px !important;
    padding: 34px !important;
    border: 0 !important;
    border-radius: 30px !important;
    background:
        radial-gradient(520px 260px at 0% 0%, rgba(45,91,255,.08), transparent 64%),
        linear-gradient(135deg, #f7f9ff 0%, #ffffff 100%) !important;
    box-shadow: inset 0 0 0 1px rgba(14,17,22,.06) !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-related-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 18px !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-related-card {
    overflow: hidden !important;
    border: 0 !important;
    border-radius: 22px !important;
    background: rgba(255,255,255,.9) !important;
    box-shadow: 0 14px 36px rgba(16,18,23,.065) !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-related-card:hover {
    box-shadow: 0 22px 48px rgba(16,18,23,.12) !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-related-content {
    padding: 18px !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .post-navigation a {
    border: 0 !important;
    border-radius: 18px !important;
    background: #fff !important;
    box-shadow: inset 0 0 0 1px rgba(14,17,22,.06), 0 12px 28px rgba(16,18,23,.045) !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .post-navigation a:hover {
    box-shadow: inset 0 0 0 1px rgba(45,91,255,.24), 0 18px 38px rgba(16,18,23,.08) !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-callout,
:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-key-takeaways {
    border: 0 !important;
    border-radius: 20px !important;
    background:
        linear-gradient(135deg, rgba(45,91,255,.08) 0%, rgba(45,91,255,.06) 100%),
        #fff !important;
    box-shadow: inset 0 0 0 1px rgba(45,91,255,.08) !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-prose table {
    border: 0 !important;
    border-radius: 18px !important;
    background: #fff !important;
    box-shadow: inset 0 0 0 1px rgba(14,17,22,.06), 0 12px 30px rgba(16,18,23,.04) !important;
}

@media (max-width: 900px) {
    :is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-related-grid {
        grid-template-columns: 1fr !important;
    }
}

@media (max-width: 640px) {
    :is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-faq-section,
    :is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-references-section,
    :is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-related-posts {
        padding: 22px 18px !important;
        border-radius: 22px !important;
    }

    :is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-faq-question {
        min-height: 58px !important;
        padding: 15px !important;
    }

    :is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-footer {
        padding: 16px !important;
    }
}

/* Final article detail polish: wider content, tighter sidebar, cleaner FAQ. */
:is(body.single-insight, body.single-post) .site-main.unx-single-insight {
    --article-max: 860px !important;
    --article-sidebar: 286px !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight > .container {
    max-width: 1240px !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-single-layout,
:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-single-layout.has-sidebar {
    grid-template-columns: minmax(0, var(--article-max)) var(--article-sidebar) !important;
    gap: 24px !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-author {
    align-items: center !important;
    gap: 12px !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-author-info {
    min-width: 0 !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-author-profile-link {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    min-height: 38px !important;
    margin-left: auto !important;
    padding: 0 15px !important;
    border: 1px solid rgba(45, 91, 255, .16) !important;
    border-radius: 999px !important;
    background: rgba(45, 91, 255, .07) !important;
    color: #2d5bff !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    text-decoration: none !important;
    white-space: nowrap !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-author-profile-link:hover {
    border-color: rgba(45, 91, 255, .28) !important;
    background: #2d5bff !important;
    color: #fff !important;
    transform: translateY(-1px) !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-author-bio-pro {
    display: none !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-faq-section {
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    overflow: visible !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-faq-section::before,
:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-faq-section::after {
    display: none !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-faq-section h2 {
    margin: 0 0 20px !important;
    color: #0e1116 !important;
    font-size: clamp(28px, 3vw, 42px) !important;
    letter-spacing: 0 !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-faq-accordion {
    display: grid !important;
    gap: 14px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    overflow: visible !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-faq-item {
    border: 1px solid rgba(45, 91, 255, .12) !important;
    border-radius: 16px !important;
    background: rgba(255, 255, 255, .94) !important;
    box-shadow: 0 14px 34px rgba(16, 18, 23, .055) !important;
    overflow: hidden !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-faq-question {
    width: 100% !important;
    min-height: 62px !important;
    padding: 17px 18px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: #fff !important;
    color: #0e1116 !important;
    box-shadow: none !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-faq-question span {
    color: #2d5bff !important;
    font-size: 17px !important;
    font-weight: 800 !important;
    line-height: 1.35 !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-faq-question i {
    display: inline-grid !important;
    place-items: center !important;
    flex: 0 0 34px !important;
    width: 34px !important;
    height: 34px !important;
    border-radius: 50% !important;
    background: rgba(45, 91, 255, .1) !important;
    color: #2d5bff !important;
    font-size: 13px !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-faq-question[aria-expanded="true"] i {
    background: #2d5bff !important;
    color: #fff !important;
    transform: rotate(180deg) !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-faq-answer {
    padding: 0 18px 18px !important;
    background: #fff !important;
    color: #556174 !important;
    font-size: 16px !important;
    line-height: 1.7 !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-faq-answer p {
    margin: 0 !important;
}

@media (max-width: 1100px) {
    :is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-single-layout,
    :is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-single-layout.has-sidebar {
        grid-template-columns: minmax(0, 1fr) !important;
        gap: 26px !important;
    }
}

@media (max-width: 640px) {
    :is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-author {
        align-items: flex-start !important;
        flex-wrap: wrap !important;
    }

    :is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-author-profile-link {
        width: 100% !important;
        margin-left: 0 !important;
    }

    :is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-faq-section {
        padding: 0 !important;
        border-radius: 0 !important;
    }

    :is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-faq-section h2 {
        font-size: 30px !important;
    }

    :is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-faq-question {
        min-height: 58px !important;
        padding: 15px 16px !important;
    }
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-single-cta {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 22px !important;
    margin: 34px 0 0 !important;
    padding: 24px 26px !important;
    border: 1px solid rgba(45, 91, 255, .12) !important;
    border-radius: 18px !important;
    background:
        radial-gradient(360px 180px at 0% 0%, rgba(45, 91, 255, .12), transparent 62%),
        rgba(255, 255, 255, .92) !important;
    box-shadow: 0 18px 42px rgba(14, 17, 22, .065) !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-single-cta span {
    display: inline-flex !important;
    margin: 0 0 7px !important;
    color: #2d5bff !important;
    font-family: "JetBrains Mono", monospace !important;
    font-size: 10px !important;
    font-weight: 900 !important;
    letter-spacing: .1em !important;
    line-height: 1 !important;
    text-transform: uppercase !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-single-cta h2 {
    max-width: 700px !important;
    margin: 0 !important;
    color: #0e1116 !important;
    font-size: clamp(20px, 2.2vw, 30px) !important;
    font-weight: 850 !important;
    line-height: 1.18 !important;
    letter-spacing: 0 !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-single-cta .btn {
    flex: 0 0 auto !important;
    white-space: nowrap !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-related-insights {
    margin: 54px 0 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-related-insights h2 {
    margin: 0 0 24px !important;
    color: #0e1116 !important;
    font-size: clamp(30px, 4vw, 46px) !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    letter-spacing: 0 !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-related-insights .insights-editorial-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 24px !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-related-insights .insights-editorial-card {
    min-width: 0 !important;
}

@media (max-width: 1120px) {
    :is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-related-insights .insights-editorial-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 760px) {
    :is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-single-cta {
        align-items: flex-start !important;
        flex-direction: column !important;
        padding: 22px !important;
    }

    :is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-single-cta .btn {
        width: 100% !important;
    }

    :is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-related-insights {
        margin-top: 42px !important;
    }

    :is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-related-insights .insights-editorial-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 12px !important;
    }
}

/* Visual QA pass: tighten article/sidebar rhythm and reduce heavy blog-detail elements. */
:is(body.single-insight, body.single-post) .site-main.unx-single-insight {
    --article-max: 860px !important;
    --article-sidebar: 272px !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight > .container {
    width: min(100%, 1198px) !important;
    max-width: 1198px !important;
    padding-left: 24px !important;
    padding-right: 24px !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-single-layout,
:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-single-layout.has-sidebar {
    grid-template-columns: minmax(0, var(--article-max)) var(--article-sidebar) !important;
    gap: 18px !important;
    justify-content: center !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-header,
:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-prose {
    padding-left: 34px !important;
    padding-right: 34px !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-faq-section {
    padding: 24px !important;
    border: 1px solid rgba(45, 91, 255, .1) !important;
    border-radius: 20px !important;
    background: rgba(255, 255, 255, .74) !important;
    box-shadow: none !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-faq-section h2 {
    margin-bottom: 16px !important;
    font-size: clamp(24px, 2.2vw, 34px) !important;
    line-height: 1.08 !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-faq-accordion {
    gap: 12px !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-faq-item {
    border-color: rgba(45, 91, 255, .1) !important;
    border-radius: 14px !important;
    box-shadow: 0 10px 24px rgba(14, 17, 22, .04) !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-faq-question {
    min-height: 58px !important;
    padding: 16px 18px 16px 20px !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-faq-question span {
    font-size: 15px !important;
    line-height: 1.35 !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-faq-answer {
    padding: 0 20px 18px !important;
    font-size: 15px !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-single-cta {
    margin-top: 28px !important;
    padding: 22px 24px !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-single-cta h2 {
    font-size: clamp(19px, 1.8vw, 26px) !important;
    line-height: 1.22 !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-related-insights {
    margin-top: 42px !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-related-insights h2 {
    margin-bottom: 18px !important;
    font-size: clamp(24px, 2.4vw, 34px) !important;
    line-height: 1.08 !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-related-insights .insights-editorial-grid {
    gap: 18px !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-related-insights .insights-editorial-card {
    border-radius: 20px !important;
    box-shadow: 0 14px 32px rgba(14, 17, 22, .055) !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-related-insights .insights-card-media {
    margin: 10px 10px 0 !important;
    border-radius: 15px !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-related-insights .insights-card-body {
    padding: 14px 14px 16px !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-related-insights .insights-card-body h2 {
    margin: 9px 0 7px !important;
    font-size: clamp(13px, .78vw, 15px) !important;
    font-weight: 650 !important;
    line-height: 1.28 !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-related-insights .insights-card-body p {
    font-size: 12.8px !important;
    line-height: 1.52 !important;
}

@media (max-width: 1100px) {
    :is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-single-layout,
    :is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-single-layout.has-sidebar {
        grid-template-columns: minmax(0, 1fr) !important;
        gap: 24px !important;
    }
}

@media (max-width: 760px) {
    :is(body.single-insight, body.single-post) .site-main.unx-single-insight > .container {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }

    :is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-header,
    :is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-prose,
    :is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-faq-section {
        padding-left: 18px !important;
        padding-right: 18px !important;
    }

    :is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-faq-section h2,
    :is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-related-insights h2 {
        font-size: 26px !important;
    }
}

/* Final content detail pass: compact header, light AI summary, wider article/sidebar. */
:is(body.single-insight, body.single-post) .site-main.unx-single-insight {
    --article-max: 1040px !important;
    --article-sidebar: 340px !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight > .container {
    width: min(100%, 1446px) !important;
    max-width: 1446px !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-single-layout,
:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-single-layout.has-sidebar {
    grid-template-columns: minmax(0, var(--article-max)) var(--article-sidebar) !important;
    gap: 14px !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-header {
    padding: 34px 38px !important;
    margin-bottom: 22px !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-single-lead,
:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-author {
    display: none !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-ai-summary {
    margin: 0 0 22px !important;
    padding: 24px 28px !important;
    border: 1px solid rgba(45, 91, 255, .13) !important;
    border-radius: 20px !important;
    background:
        radial-gradient(420px 180px at 0% 0%, rgba(45, 91, 255, .08), transparent 64%),
        #fff !important;
    color: #1d2430 !important;
    box-shadow: 0 14px 34px rgba(14, 17, 22, .045) !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-ai-summary-header {
    margin-bottom: 12px !important;
    color: #0e1116 !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-ai-summary-header i {
    width: 34px !important;
    height: 34px !important;
    background: rgba(45, 91, 255, .1) !important;
    color: #2d5bff !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-ai-summary-header strong {
    color: #0e1116 !important;
    font-size: 14px !important;
    letter-spacing: .02em !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-ai-summary-content,
:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-ai-summary-content p {
    color: #4c586d !important;
    font-size: 16.5px !important;
    line-height: 1.75 !important;
    font-weight: 500 !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-prose {
    padding: 40px 44px !important;
    font-size: 17px !important;
    line-height: 1.78 !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-prose p,
:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-prose li {
    font-size: 17px !important;
    line-height: 1.78 !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-toc-widget,
:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-sidebar-widget {
    padding: 24px !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-toc-nav a {
    font-size: 14px !important;
    line-height: 1.45 !important;
}

@media (max-width: 1220px) {
    :is(body.single-insight, body.single-post) .site-main.unx-single-insight {
        --article-max: 860px !important;
        --article-sidebar: 300px !important;
    }

    :is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-single-layout,
    :is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-single-layout.has-sidebar {
        gap: 16px !important;
    }
}

@media (max-width: 1100px) {
    :is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-single-layout,
    :is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-single-layout.has-sidebar {
        grid-template-columns: minmax(0, 1fr) !important;
    }
}

/* Absolute final detail fixes. Keep this block last. */
:is(body.single-insight, body.single-post) .site-main.unx-single-insight h1.unx-single-title,
:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-header .unx-single-title {
    max-width: none !important;
    width: 100% !important;
    text-wrap: wrap !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight {
    --article-max: 1120px !important;
    --article-sidebar: 360px !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight > .container {
    width: min(100%, 1548px) !important;
    max-width: 1548px !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-single-layout,
:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-single-layout.has-sidebar {
    grid-template-columns: minmax(0, var(--article-max)) var(--article-sidebar) !important;
    gap: 20px !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-header {
    padding-left: 30px !important;
    padding-right: 30px !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-faq-section,
:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-faq-item {
    overflow: visible !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-faq-question {
    min-height: 0 !important;
    padding: 22px 26px !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-faq-answer {
    display: block !important;
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
    padding: 0 26px 24px !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-faq-answer[hidden] {
    display: none !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-faq-answer,
:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-faq-answer p,
:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-references-content,
:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-references-content p {
    color: #556174 !important;
    font-size: 16.5px !important;
    line-height: 1.72 !important;
}

@media (max-width: 1500px) {
    :is(body.single-insight, body.single-post) .site-main.unx-single-insight {
        --article-max: 980px !important;
        --article-sidebar: 330px !important;
    }

    :is(body.single-insight, body.single-post) .site-main.unx-single-insight > .container {
        width: min(100%, 1378px) !important;
        max-width: 1378px !important;
    }
}

/* Mobile recovery: the final desktop width pass must collapse back to one column. */
@media (max-width: 1100px) {
    :is(body.single-insight, body.single-post) .site-main.unx-single-insight {
        --article-max: 100% !important;
        --article-sidebar: 100% !important;
        padding-top: 86px !important;
    }

    :is(body.single-insight, body.single-post) .site-main.unx-single-insight > .container {
        width: min(100%, 760px) !important;
        max-width: 760px !important;
        padding-left: 18px !important;
        padding-right: 18px !important;
    }

    :is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-single-layout,
    :is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-single-layout.has-sidebar {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) !important;
        gap: 24px !important;
    }

    :is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article,
    :is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-sidebar {
        width: 100% !important;
        max-width: none !important;
        min-width: 0 !important;
    }
}

@media (max-width: 760px) {
    :is(body.single-insight, body.single-post) .site-main.unx-single-insight {
        padding-top: 74px !important;
        padding-bottom: 56px !important;
    }

    :is(body.single-insight, body.single-post) .site-main.unx-single-insight > .container {
        padding-left: 14px !important;
        padding-right: 14px !important;
    }

    :is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-breadcrumb {
        max-width: 100% !important;
        overflow-x: auto !important;
        white-space: nowrap !important;
    }

    :is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-header,
    :is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-ai-summary,
    :is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-prose,
    :is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-faq-section,
    :is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-references-section {
        padding-left: 18px !important;
        padding-right: 18px !important;
        border-radius: 20px !important;
    }

    :is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-header {
        padding-top: 24px !important;
        padding-bottom: 24px !important;
    }

    :is(body.single-insight, body.single-post) .site-main.unx-single-insight h1.unx-single-title,
    :is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-header .unx-single-title {
        font-size: clamp(30px, 9vw, 44px) !important;
        line-height: 1.08 !important;
        overflow-wrap: anywhere !important;
    }

    :is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-meta {
        gap: 9px !important;
    }

    :is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-author {
        display: flex !important;
        align-items: center !important;
        flex-wrap: wrap !important;
    }

    :is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-author-profile-link {
        width: 100% !important;
        margin-left: 0 !important;
    }

    :is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-faq-question {
        padding: 18px !important;
    }

    :is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-faq-answer {
        padding: 0 18px 20px !important;
    }

    :is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-sidebar {
        position: static !important;
        top: auto !important;
    }
}

/* Absolute final detail fixes. Keep this block last. */
:is(body.single-insight, body.single-post) .site-main.unx-single-insight h1.unx-single-title,
:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-header .unx-single-title {
    max-width: none !important;
    width: 100% !important;
    text-wrap: wrap !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-faq-section,
:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-faq-item {
    overflow: visible !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-faq-question {
    min-height: 0 !important;
    padding: 22px 26px !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-faq-answer {
    display: block !important;
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
    padding: 0 26px 24px !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-faq-answer[hidden] {
    display: none !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-faq-answer,
:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-faq-answer p,
:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-references-content,
:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-references-content p {
    color: #556174 !important;
    font-size: 16.5px !important;
    line-height: 1.72 !important;
}

/* Final article QA: let headings use the full article width and keep FAQ answers uncropped. */
:is(body.single-insight, body.single-post) .site-main.unx-single-insight h1.unx-single-title,
:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-header .unx-single-title {
    max-width: none !important;
    width: 100% !important;
    text-wrap: wrap !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-faq-section {
    overflow: visible !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-faq-item {
    overflow: visible !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-faq-question {
    min-height: 0 !important;
    padding: 22px 26px !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-faq-answer {
    display: block !important;
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
    padding: 0 26px 24px !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-faq-answer[hidden] {
    display: none !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-faq-answer,
:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-faq-answer p {
    color: #556174 !important;
    font-size: 16.5px !important;
    line-height: 1.72 !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-faq-answer p {
    margin: 0 !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-references-content,
:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-references-content p {
    color: #4f5b6f !important;
    font-size: 16px !important;
    line-height: 1.72 !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-references-content p:last-child {
    margin-bottom: 0 !important;
}

@media (max-width: 760px) {
    :is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-header,
    :is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-ai-summary,
    :is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-prose {
        padding: 22px 18px !important;
    }

    :is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-ai-summary-content,
    :is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-ai-summary-content p,
    :is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-prose,
    :is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-prose p,
    :is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-prose li {
        font-size: 15.8px !important;
        line-height: 1.74 !important;
    }
}

/* Final restore: keep author profile and tighten the desktop article grid. */
:is(body.single-insight, body.single-post) .site-main.unx-single-insight {
    --article-max: 1220px !important;
    --article-sidebar: 380px !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight > .container {
    width: min(100%, 1680px) !important;
    max-width: 1680px !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-single-layout,
:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-single-layout.has-sidebar {
    grid-template-columns: minmax(0, var(--article-max)) var(--article-sidebar) !important;
    gap: 24px !important;
    justify-content: center !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-sidebar {
    width: var(--article-sidebar) !important;
    max-width: var(--article-sidebar) !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-author {
    display: inline-flex !important;
    align-items: center !important;
    gap: 12px !important;
    margin-top: 26px !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-author-profile-link {
    width: auto !important;
    margin-left: 16px !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-prose {
    padding: 44px 50px !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-prose,
:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-prose p,
:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-prose li {
    font-size: 18px !important;
    line-height: 1.78 !important;
}

@media (max-width: 1500px) {
    :is(body.single-insight, body.single-post) .site-main.unx-single-insight {
        --article-max: 980px !important;
        --article-sidebar: 340px !important;
    }

    :is(body.single-insight, body.single-post) .site-main.unx-single-insight > .container {
        width: min(100%, 1380px) !important;
        max-width: 1380px !important;
    }
}

@media (max-width: 1100px) {
    :is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-single-layout,
    :is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-single-layout.has-sidebar {
        grid-template-columns: minmax(0, 1fr) !important;
    }

    :is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-sidebar {
        width: 100% !important;
        max-width: none !important;
    }
}

@media (max-width: 760px) {
    :is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-author-profile-link {
        width: 100% !important;
        margin-left: 0 !important;
    }

    :is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-prose {
        padding: 22px 18px !important;
    }

    :is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-prose,
    :is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-prose p,
    :is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-prose li {
        font-size: 16px !important;
        line-height: 1.74 !important;
    }
}

/* Final QA: main.css caps .unx-article at 720px, so free the detail page column. */
:is(body.single-insight, body.single-post) .site-main.unx-single-insight {
    --article-max: 1040px !important;
    --article-sidebar: 360px !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight > .container {
    width: min(100%, 1468px) !important;
    max-width: 1468px !important;
    padding-left: 24px !important;
    padding-right: 24px !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-single-layout,
:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-single-layout.has-sidebar {
    grid-template-columns: minmax(0, var(--article-max)) var(--article-sidebar) !important;
    gap: 20px !important;
    justify-content: center !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-header,
:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-ai-summary,
:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-prose,
:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-footer,
:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-faq-section,
:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-references-section {
    width: 100% !important;
    max-width: none !important;
    box-sizing: border-box !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight h1.unx-single-title,
:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-header .unx-single-title {
    max-width: 880px !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-author {
    display: inline-flex !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-single-lead {
    display: none !important;
}

@media (max-width: 1500px) {
    :is(body.single-insight, body.single-post) .site-main.unx-single-insight {
        --article-max: 940px !important;
        --article-sidebar: 330px !important;
    }

    :is(body.single-insight, body.single-post) .site-main.unx-single-insight > .container {
        width: min(100%, 1338px) !important;
        max-width: 1338px !important;
    }
}

@media (max-width: 1100px) {
    :is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-single-layout,
    :is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-single-layout.has-sidebar {
        grid-template-columns: minmax(0, 1fr) !important;
    }
}

/* Absolute final detail fixes. Keep this block last. */
:is(body.single-insight, body.single-post) .site-main.unx-single-insight h1.unx-single-title,
:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-header .unx-single-title {
    max-width: none !important;
    width: 100% !important;
    text-wrap: wrap !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-faq-section,
:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-faq-item {
    overflow: visible !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-faq-question {
    min-height: 0 !important;
    padding: 22px 26px !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-faq-answer {
    display: block !important;
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
    padding: 0 26px 24px !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-faq-answer[hidden] {
    display: none !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-faq-answer,
:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-faq-answer p,
:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-references-content,
:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-references-content p {
    color: #556174 !important;
    font-size: 16.5px !important;
    line-height: 1.72 !important;
}

/* Absolute final width pass. */
:is(body.single-insight, body.single-post) .site-main.unx-single-insight {
    --article-max: 1120px !important;
    --article-sidebar: 360px !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight > .container {
    width: min(100%, 1548px) !important;
    max-width: 1548px !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-single-layout,
:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-single-layout.has-sidebar {
    grid-template-columns: minmax(0, var(--article-max)) var(--article-sidebar) !important;
    gap: 20px !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-header {
    padding-left: 30px !important;
    padding-right: 30px !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight h1.unx-single-title,
:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-header .unx-single-title {
    max-width: none !important;
    width: 100% !important;
    text-wrap: wrap !important;
}

@media (max-width: 1500px) {
    :is(body.single-insight, body.single-post) .site-main.unx-single-insight {
        --article-max: 980px !important;
        --article-sidebar: 330px !important;
    }

    :is(body.single-insight, body.single-post) .site-main.unx-single-insight > .container {
        width: min(100%, 1378px) !important;
        max-width: 1378px !important;
    }
}

/* Absolute final mobile override. Must remain after every desktop width pass. */
@media (max-width: 1100px) {
    :is(body.single-insight, body.single-post) .site-main.unx-single-insight {
        --article-max: 100% !important;
        --article-sidebar: 100% !important;
        padding-top: 86px !important;
    }

    :is(body.single-insight, body.single-post) .site-main.unx-single-insight > .container {
        width: min(100%, 760px) !important;
        max-width: 760px !important;
        padding-left: 18px !important;
        padding-right: 18px !important;
    }

    :is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-single-layout,
    :is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-single-layout.has-sidebar {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) !important;
        gap: 24px !important;
    }

    :is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article,
    :is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-sidebar {
        width: 100% !important;
        max-width: none !important;
        min-width: 0 !important;
    }

    :is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-sidebar {
        position: static !important;
        top: auto !important;
    }
}

@media (max-width: 760px) {
    :is(body.single-insight, body.single-post) .site-main.unx-single-insight {
        padding-top: 74px !important;
        padding-bottom: 56px !important;
    }

    :is(body.single-insight, body.single-post) .site-main.unx-single-insight > .container {
        padding-left: 14px !important;
        padding-right: 14px !important;
    }

    :is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-breadcrumb {
        max-width: 100% !important;
        overflow-x: auto !important;
        white-space: nowrap !important;
    }

    :is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-header,
    :is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-ai-summary,
    :is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-prose,
    :is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-faq-section,
    :is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-references-section {
        padding-left: 18px !important;
        padding-right: 18px !important;
        border-radius: 20px !important;
    }

    :is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-header {
        padding-top: 24px !important;
        padding-bottom: 24px !important;
    }

    :is(body.single-insight, body.single-post) .site-main.unx-single-insight h1.unx-single-title,
    :is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-header .unx-single-title {
        font-size: clamp(30px, 9vw, 44px) !important;
        line-height: 1.08 !important;
        overflow-wrap: anywhere !important;
    }

    :is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-meta {
        gap: 9px !important;
    }

    :is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-author {
        display: flex !important;
        align-items: center !important;
        flex-wrap: wrap !important;
    }

    :is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-author-profile-link {
        width: 100% !important;
        margin-left: 0 !important;
    }

    :is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-faq-question {
        padding: 18px !important;
    }

    :is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-faq-answer {
        padding: 0 18px 20px !important;
    }
}

/* Mobile TOC appears directly below AI summary; desktop keeps the sidebar TOC. */
:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-mobile-toc-widget {
    display: none !important;
}

@media (max-width: 1100px) {
    :is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-mobile-toc-widget {
        display: block !important;
        width: 100% !important;
        margin: 0 0 22px !important;
        padding: 22px 24px !important;
        border: 1px solid rgba(45, 91, 255, .12) !important;
        border-radius: 20px !important;
        background: rgba(255, 255, 255, .94) !important;
        box-shadow: 0 14px 34px rgba(14, 17, 22, .045) !important;
    }

    :is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-sidebar .unx-toc-widget {
        display: none !important;
    }

    :is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-mobile-toc-widget h3 {
        margin: 0 0 14px !important;
        color: #0e1116 !important;
        font-size: 13px !important;
        font-weight: 900 !important;
        letter-spacing: .08em !important;
        line-height: 1 !important;
        text-transform: uppercase !important;
    }

    :is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-mobile-toc-nav ul {
        display: grid !important;
        gap: 8px !important;
        margin: 0 !important;
        padding: 0 !important;
        list-style: none !important;
    }

    :is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-mobile-toc-nav a {
        display: block !important;
        padding: 11px 12px !important;
        border-radius: 12px !important;
        background: rgba(45, 91, 255, .055) !important;
        color: #667085 !important;
        font-size: 14px !important;
        font-weight: 750 !important;
        line-height: 1.35 !important;
        text-decoration: none !important;
    }

    :is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-mobile-toc-nav a:hover {
        background: rgba(45, 91, 255, .1) !important;
        color: #2d5bff !important;
    }
}

@media (max-width: 760px) {
    :is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-mobile-toc-widget {
        margin-bottom: 18px !important;
        padding: 18px !important;
    }
}

/* Continuous article body: content, FAQ, references and tags share one reading frame. */
:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-body-flow {
    width: 100% !important;
    margin: 0 0 28px !important;
    border: 1px solid rgba(14, 17, 22, .08) !important;
    border-radius: 22px !important;
    background: rgba(255, 255, 255, .96) !important;
    box-shadow: 0 18px 44px rgba(14, 17, 22, .05) !important;
    overflow: hidden !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-body-flow .unx-prose,
:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-body-flow .unx-faq-section,
:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-body-flow .unx-references-section,
:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-body-flow .unx-article-footer {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    box-sizing: border-box !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-body-flow .unx-prose {
    padding: 44px 50px 38px !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-body-flow .unx-faq-section,
:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-body-flow .unx-references-section,
:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-body-flow .unx-article-footer {
    padding: 34px 50px !important;
    border-top: 1px solid rgba(14, 17, 22, .08) !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-body-flow .unx-article-footer:empty {
    display: none !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-body-flow .unx-faq-section h2,
:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-body-flow .unx-references-section h2 {
    margin: 0 0 18px !important;
    color: #0e1116 !important;
    font-size: clamp(24px, 2vw, 32px) !important;
    font-weight: 900 !important;
    line-height: 1.12 !important;
    letter-spacing: 0 !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-body-flow .unx-faq-accordion {
    display: block !important;
    border: 1px solid rgba(14, 17, 22, .08) !important;
    border-radius: 16px !important;
    background: #fff !important;
    overflow: hidden !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-body-flow .unx-faq-item {
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    overflow: visible !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-body-flow .unx-faq-item + .unx-faq-item {
    border-top: 1px solid rgba(14, 17, 22, .08) !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-body-flow .unx-faq-question {
    min-height: 0 !important;
    padding: 18px 20px !important;
    background: transparent !important;
    box-shadow: none !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-body-flow .unx-faq-answer {
    padding: 0 20px 20px !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-body-flow .unx-references-list {
    display: grid !important;
    gap: 10px !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-body-flow .unx-references-list li {
    display: block !important;
    padding: 14px 16px !important;
    border: 1px solid rgba(14, 17, 22, .08) !important;
    border-radius: 12px !important;
    background: rgba(45, 91, 255, .035) !important;
}

@media (max-width: 760px) {
    :is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-body-flow {
        border-radius: 20px !important;
    }

    :is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-body-flow .unx-prose,
    :is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-body-flow .unx-faq-section,
    :is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-body-flow .unx-references-section,
    :is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-body-flow .unx-article-footer {
        padding-left: 18px !important;
        padding-right: 18px !important;
    }

    :is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-body-flow .unx-prose {
        padding-top: 26px !important;
        padding-bottom: 24px !important;
    }

    :is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-body-flow .unx-faq-section,
    :is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-body-flow .unx-references-section,
    :is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-body-flow .unx-article-footer {
        padding-top: 24px !important;
        padding-bottom: 24px !important;
    }
}

/* Clean reading body: remove faint frames and the colored reference rail. */
:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-body-flow {
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    overflow: visible !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-body-flow .unx-prose,
:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-body-flow .unx-faq-section,
:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-body-flow .unx-references-section,
:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-body-flow .unx-article-footer {
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-faq-section::before,
:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-faq-section::after,
:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-references-section::before,
:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-references-section::after,
:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-body-flow .unx-faq-section::before,
:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-body-flow .unx-faq-section::after,
:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-body-flow .unx-references-section::before,
:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-body-flow .unx-references-section::after {
    content: none !important;
    display: none !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-body-flow .unx-prose {
    padding: 42px 46px 30px !important;
    border-radius: 20px 20px 0 0 !important;
    background: #fff !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-body-flow .unx-faq-section,
:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-body-flow .unx-references-section,
:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-body-flow .unx-article-footer {
    padding: 28px 46px !important;
    background: #fff !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-body-flow .unx-faq-section h2,
:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-body-flow .unx-references-section h2 {
    margin-bottom: 16px !important;
    font-size: clamp(22px, 1.8vw, 28px) !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-body-flow .unx-faq-accordion {
    display: grid !important;
    gap: 10px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    overflow: visible !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-body-flow .unx-faq-item,
:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-body-flow .unx-faq-item + .unx-faq-item {
    border: 0 !important;
    border-radius: 14px !important;
    background: rgba(45, 91, 255, .045) !important;
    box-shadow: none !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-body-flow .unx-faq-question {
    padding: 16px 18px !important;
    border-radius: 14px !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-body-flow .unx-references-list {
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-body-flow .unx-references-list li {
    position: relative !important;
    margin: 0 0 10px !important;
    padding: 0 0 0 24px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-body-flow .unx-references-list li::before {
    content: "" !important;
    position: absolute !important;
    left: 2px !important;
    top: .78em !important;
    width: 6px !important;
    height: 6px !important;
    border-radius: 999px !important;
    background: #98a2b3 !important;
}

@media (max-width: 760px) {
    :is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-body-flow .unx-prose,
    :is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-body-flow .unx-faq-section,
    :is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-body-flow .unx-references-section,
    :is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-body-flow .unx-article-footer {
        padding-left: 18px !important;
        padding-right: 18px !important;
    }
}

/* Nuclear clean-up for the article tail: remove legacy rails, panels and counters. */
:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-body-flow {
    border: 0 !important;
    border-radius: 0 !important;
    background: #fff !important;
    box-shadow: none !important;
    overflow: visible !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-body-flow .unx-faq-section,
:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-body-flow .unx-references-section {
    position: static !important;
    overflow: visible !important;
    max-width: none !important;
    margin: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: #fff !important;
    background-image: none !important;
    box-shadow: none !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-body-flow .unx-faq-section {
    padding: 30px 46px 26px !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-body-flow .unx-references-section {
    padding: 26px 46px 34px !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-body-flow .unx-faq-section::before,
:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-body-flow .unx-faq-section::after,
:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-body-flow .unx-references-section::before,
:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-body-flow .unx-references-section::after {
    content: none !important;
    display: none !important;
    width: 0 !important;
    background: none !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-body-flow .unx-faq-section h2,
:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-body-flow .unx-references-section h2 {
    margin: 0 0 18px !important;
    font-size: clamp(22px, 1.8vw, 28px) !important;
    letter-spacing: 0 !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-body-flow .unx-faq-accordion {
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    overflow: visible !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-body-flow .unx-faq-item,
:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-body-flow .unx-faq-item + .unx-faq-item {
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-body-flow .unx-faq-question {
    padding: 14px 0 !important;
    border-bottom: 1px solid rgba(14, 17, 22, .08) !important;
    border-radius: 0 !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-body-flow .unx-faq-answer {
    padding: 0 0 18px !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-body-flow .unx-references-list {
    display: block !important;
    counter-reset: none !important;
    gap: 0 !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-body-flow .unx-references-list li {
    position: relative !important;
    display: block !important;
    counter-increment: none !important;
    margin: 0 0 12px !important;
    padding: 0 0 0 22px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    background-image: none !important;
    box-shadow: none !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-body-flow .unx-references-list li::before {
    content: "" !important;
    position: absolute !important;
    left: 0 !important;
    top: .72em !important;
    width: 6px !important;
    height: 6px !important;
    border-radius: 999px !important;
    background: #98a2b3 !important;
    color: transparent !important;
    font-size: 0 !important;
}

@media (max-width: 760px) {
    :is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-body-flow .unx-faq-section,
    :is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-body-flow .unx-references-section {
        padding-left: 18px !important;
        padding-right: 18px !important;
    }
}

/* Final desktop width: keep article + right sidebar around 1200px total. */
@media (min-width: 1101px) {
    :is(body.single-insight, body.single-post) .site-main.unx-single-insight {
        --article-max: 840px !important;
        --article-sidebar: 340px !important;
    }

    :is(body.single-insight, body.single-post) .site-main.unx-single-insight > .container {
        width: min(100%, 1248px) !important;
        max-width: 1248px !important;
        padding-left: 24px !important;
        padding-right: 24px !important;
    }

    :is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-single-layout,
    :is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-single-layout.has-sidebar {
        grid-template-columns: minmax(0, var(--article-max)) var(--article-sidebar) !important;
        gap: 20px !important;
        justify-content: center !important;
    }

    :is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article,
    :is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-header,
    :is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-ai-summary,
    :is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-body-flow {
        width: 100% !important;
        max-width: none !important;
    }

    :is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-sidebar {
        width: var(--article-sidebar) !important;
        max-width: var(--article-sidebar) !important;
    }

    :is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-toc-widget,
    :is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-sidebar-widget {
        width: 100% !important;
    }
}

/* Intro flow: make the article opening read as one continuous editorial block. */
:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-intro-flow {
    width: 100% !important;
    max-width: none !important;
    margin: 0 0 22px !important;
    border: 0 !important;
    border-radius: 22px !important;
    background: #fff !important;
    box-shadow: none !important;
    overflow: hidden !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-intro-flow .unx-article-header,
:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-intro-flow .unx-article-hero,
:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-intro-flow .unx-ai-summary,
:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-intro-flow .unx-mobile-toc-widget {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    background-image: none !important;
    box-shadow: none !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-intro-flow .unx-article-header::before,
:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-intro-flow .unx-article-header::after,
:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-intro-flow .unx-ai-summary::before,
:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-intro-flow .unx-ai-summary::after {
    content: none !important;
    display: none !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-intro-flow .unx-article-header {
    padding: 34px 40px 26px !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-intro-flow .unx-article-meta {
    margin-bottom: 20px !important;
    gap: 12px 18px !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-intro-flow h1.unx-single-title,
:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-intro-flow .unx-article-header .unx-single-title {
    max-width: 100% !important;
    margin: 0 !important;
    font-size: clamp(34px, 3vw, 46px) !important;
    line-height: 1.08 !important;
    letter-spacing: 0 !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-intro-flow .unx-article-author {
    margin-top: 22px !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-intro-flow .unx-article-hero {
    padding: 0 40px 24px !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-intro-flow .unx-article-hero img {
    border-radius: 16px !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-intro-flow .unx-ai-summary {
    padding: 24px 40px 30px !important;
    border-top: 1px solid rgba(14, 17, 22, .06) !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-intro-flow .unx-ai-summary-header {
    margin: 0 0 14px !important;
    gap: 12px !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-intro-flow .unx-ai-summary-header i {
    width: 34px !important;
    height: 34px !important;
    border-radius: 999px !important;
    background: #eef3ff !important;
    color: #315cff !important;
    box-shadow: none !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-intro-flow .unx-ai-summary-header strong {
    font-size: 15px !important;
    line-height: 1.2 !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-intro-flow .unx-ai-summary-content,
:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-intro-flow .unx-ai-summary-content p {
    max-width: none !important;
    font-size: 17px !important;
    line-height: 1.72 !important;
}

@media (min-width: 1101px) {
    :is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-intro-flow {
        width: 100% !important;
        max-width: none !important;
    }
}

@media (max-width: 1100px) {
    :is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-intro-flow {
        border-radius: 18px !important;
        margin-bottom: 18px !important;
    }

    :is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-intro-flow .unx-mobile-toc-widget {
        display: block !important;
        padding: 20px 24px 24px !important;
        border-top: 1px solid rgba(14, 17, 22, .06) !important;
    }
}

@media (max-width: 760px) {
    :is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-intro-flow .unx-article-header {
        padding: 24px 18px 20px !important;
    }

    :is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-intro-flow .unx-article-meta {
        margin-bottom: 16px !important;
        gap: 10px 12px !important;
    }

    :is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-intro-flow h1.unx-single-title,
    :is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-intro-flow .unx-article-header .unx-single-title {
        font-size: clamp(30px, 9vw, 40px) !important;
        line-height: 1.08 !important;
    }

    :is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-intro-flow .unx-article-author {
        margin-top: 18px !important;
        gap: 12px !important;
    }

    :is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-intro-flow .unx-author-profile-link {
        width: 100% !important;
        justify-content: center !important;
        margin-left: 0 !important;
    }

    :is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-intro-flow .unx-article-hero {
        padding: 0 18px 20px !important;
    }

    :is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-intro-flow .unx-ai-summary {
        padding: 20px 18px 24px !important;
    }

    :is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-intro-flow .unx-ai-summary-content,
    :is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-intro-flow .unx-ai-summary-content p {
        font-size: 16px !important;
        line-height: 1.68 !important;
    }

    :is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-intro-flow .unx-mobile-toc-widget {
        padding: 18px !important;
    }
}

/* Compact the opening further: the AI note should feel like part of the intro, not another card. */
:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-intro-flow {
    margin-bottom: 18px !important;
    border-radius: 20px !important;
    box-shadow: none !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-intro-flow .unx-article-header {
    padding-bottom: 18px !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-intro-flow .unx-ai-summary {
    width: auto !important;
    margin: 0 40px 34px !important;
    padding: 18px 20px !important;
    border: 0 !important;
    border-left: 3px solid #315cff !important;
    border-radius: 16px !important;
    background: linear-gradient(135deg, rgba(45, 91, 255, .055), rgba(255, 255, 255, .96)) !important;
    box-shadow: none !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-intro-flow .unx-ai-summary-header {
    margin-bottom: 10px !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-intro-flow .unx-ai-summary-header i {
    display: none !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-intro-flow .unx-ai-summary-content,
:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-intro-flow .unx-ai-summary-content p {
    font-size: 16px !important;
    line-height: 1.65 !important;
}

@media (max-width: 760px) {
    :is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-intro-flow {
        margin-bottom: 14px !important;
        border-radius: 18px !important;
    }

    :is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-intro-flow .unx-ai-summary {
        margin: 0 18px 24px !important;
        padding: 16px 16px !important;
        border-radius: 14px !important;
    }
}

/* Article detail polish: tighter intro, lower author card, stronger CTA, white related area. */
:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-intro-flow {
    margin-bottom: 0 !important;
    border-radius: 20px 20px 0 0 !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-intro-flow .unx-article-header {
    padding-bottom: 8px !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-intro-flow .unx-ai-summary {
    margin: 0 40px 8px !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-body-flow .unx-prose {
    padding-top: 12px !important;
    border-radius: 0 !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-author-after {
    display: flex !important;
    align-items: center !important;
    gap: 14px !important;
    width: auto !important;
    margin: 0 !important;
    padding: 22px 46px 26px !important;
    border: 0 !important;
    border-top: 1px solid rgba(14, 17, 22, .07) !important;
    border-radius: 0 !important;
    background: #fff !important;
    box-shadow: none !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-author-after .unx-author-info {
    min-width: 0 !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-author-after .unx-author-profile-link {
    margin-left: auto !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-single-cta {
    border: 0 !important;
    background:
        radial-gradient(420px 210px at 0% 0%, rgba(255, 255, 255, .2), transparent 64%),
        linear-gradient(135deg, #0e1116 0%, #17285f 52%, #315cff 100%) !important;
    box-shadow: 0 24px 58px rgba(45, 91, 255, .22) !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-single-cta span,
:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-single-cta h2 {
    color: #fff !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-single-cta span {
    opacity: .78 !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-single-cta .btn,
:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-single-cta .btn.btn-primary {
    min-height: 48px !important;
    padding: 0 22px !important;
    border: 1px solid rgba(255, 255, 255, .7) !important;
    border-radius: 999px !important;
    background: #fff !important;
    color: #0e1116 !important;
    box-shadow: 0 14px 30px rgba(0, 0, 0, .18) !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-single-cta .btn:hover,
:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-single-cta .btn.btn-primary:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 18px 38px rgba(0, 0, 0, .22) !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-related-posts.unx-related-insights {
    padding: 28px !important;
    border-radius: 22px !important;
    background: #fff !important;
    background-image: none !important;
    box-shadow: none !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-related-insights .insights-editorial-grid,
:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-related-insights .insights-editorial-card,
:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-related-insights .insights-card-body {
    background: #fff !important;
    background-image: none !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-related-insights .insights-editorial-card {
    border: 1px solid rgba(14, 17, 22, .08) !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-related-insights .insights-card-thumb-placeholder {
    background: #fff !important;
    background-image: none !important;
}

@media (max-width: 760px) {
    :is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-intro-flow {
        margin-bottom: 0 !important;
        border-radius: 18px 18px 0 0 !important;
    }

    :is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-intro-flow .unx-article-header {
        padding-bottom: 6px !important;
    }

    :is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-intro-flow .unx-ai-summary {
        margin: 0 18px 8px !important;
    }

    :is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-body-flow .unx-prose {
        padding-top: 12px !important;
    }

    :is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-author-after {
        align-items: flex-start !important;
        flex-direction: column !important;
        padding: 20px 18px 22px !important;
    }

    :is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-author-after .unx-author-profile-link {
        width: 100% !important;
        justify-content: center !important;
        margin-left: 0 !important;
    }

    :is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-related-posts.unx-related-insights {
        padding: 18px !important;
        border-radius: 18px !important;
    }
}

/* Compact article tail: reduce excess whitespace in FAQ, references and author block. */
:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-body-flow {
    margin-bottom: 20px !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-body-flow .unx-prose {
    padding-bottom: 14px !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-body-flow .unx-faq-section,
:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-body-flow .unx-references-section {
    padding: 20px 46px 18px !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-body-flow .unx-faq-section h2,
:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-body-flow .unx-references-section h2 {
    margin: 0 0 12px !important;
    font-size: clamp(22px, 1.7vw, 28px) !important;
    line-height: 1.08 !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-body-flow .unx-faq-accordion {
    gap: 0 !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-body-flow .unx-faq-question {
    padding: 12px 0 !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-body-flow .unx-faq-answer {
    padding: 0 0 12px !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-body-flow .unx-references-list li {
    margin-bottom: 8px !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-author-after {
    padding: 16px 46px 18px !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-author-after .unx-article-author-mark {
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
}

:is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-author-after .unx-author-profile-link {
    min-height: 42px !important;
    padding: 0 18px !important;
}

@media (max-width: 760px) {
    :is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-body-flow .unx-prose {
        padding-bottom: 10px !important;
    }

    :is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-body-flow .unx-faq-section,
    :is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-body-flow .unx-references-section {
        padding: 18px !important;
    }

    :is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-body-flow .unx-faq-question {
        padding: 11px 0 !important;
    }

    :is(body.single-insight, body.single-post) .site-main.unx-single-insight .unx-article-author-after {
        padding: 16px 18px 18px !important;
    }
}
