.tn-news-article {
    background: #fff;
    color: #243247;
}

.tn-news-header {
    padding: clamp(3rem, 6vw, 5.5rem) 0 2.5rem;
    background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
}

.tn-news-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    margin-bottom: 1.6rem;
    color: #64748b;
    font-size: .83rem;
}

.tn-news-breadcrumb a {
    color: inherit;
    text-decoration: none;
}

.tn-news-breadcrumb a:hover {
    color: var(--atlas-accent, #0ea5e9);
}

.tn-news-category {
    display: inline-flex;
    margin-bottom: 1rem;
    color: var(--atlas-accent, #0ea5e9);
    font-size: .74rem;
    font-weight: 800;
    letter-spacing: .14em;
    text-decoration: none;
    text-transform: uppercase;
}

.tn-news-header h1 {
    max-width: 980px;
    margin: 0;
    color: var(--atlas-primary, #0b1f4d);
    font-family: "EB Garamond", Georgia, serif;
    font-size: clamp(2.8rem, 6vw, 5.2rem);
    font-weight: 600;
    line-height: .98;
    letter-spacing: -.025em;
}

.tn-news-deck {
    max-width: 900px;
    margin: 1.5rem 0 0;
    color: #64748b;
    font-size: clamp(1.05rem, 1.5vw, 1.28rem);
    line-height: 1.65;
}

.tn-news-meta {
    display: flex;
    flex-wrap: wrap;
    gap: .8rem 1.4rem;
    margin-top: 1.8rem;
    color: #64748b;
    font-size: .86rem;
}

.tn-news-meta span {
    display: inline-flex;
    gap: .45rem;
    align-items: center;
}

.tn-news-featured-wrap {
    margin-top: 1rem;
}

.tn-news-featured {
    overflow: hidden;
    margin: 0;
    border-radius: 22px;
    background: #e2e8f0;
    box-shadow: 0 24px 65px rgba(15, 23, 42, .12);
}

.tn-news-featured img {
    display: block;
    width: 100%;
    max-height: 720px;
    object-fit: cover;
}

.tn-news-body-section {
    padding: clamp(3rem, 7vw, 6rem) 0;
}

.tn-news-layout {
    display: grid;
    grid-template-columns: minmax(0, 850px) 100px;
    gap: clamp(2rem, 6vw, 5rem);
    justify-content: center;
    align-items: start;
}

.tn-news-prose {
    min-width: 0;
    color: #334155;
    font-size: 1.08rem;
    line-height: 1.85;
}

.tn-news-prose > *:first-child {
    margin-top: 0;
}

.tn-news-prose p,
.tn-news-prose ul,
.tn-news-prose ol,
.tn-news-prose blockquote,
.tn-news-prose table,
.tn-news-prose figure {
    margin-top: 0;
    margin-bottom: 1.45rem;
}

.tn-news-prose h2,
.tn-news-prose h3,
.tn-news-prose h4 {
    color: var(--atlas-primary, #0b1f4d);
    font-family: "EB Garamond", Georgia, serif;
    font-weight: 600;
    line-height: 1.1;
}

.tn-news-prose h2 {
    margin: 2.8rem 0 1rem;
    font-size: clamp(2rem, 3vw, 2.7rem);
}

.tn-news-prose h3 {
    margin: 2.3rem 0 .9rem;
    font-size: clamp(1.55rem, 2.4vw, 2rem);
}

.tn-news-prose h4 {
    margin: 2rem 0 .8rem;
    font-size: 1.35rem;
}

.tn-news-prose ul,
.tn-news-prose ol {
    padding-left: 1.5rem;
}

.tn-news-prose li + li {
    margin-top: .45rem;
}

.tn-news-prose a {
    color: #0369a1;
    text-decoration-thickness: 1px;
    text-underline-offset: .18em;
}

.tn-news-prose blockquote {
    padding: 1.4rem 1.6rem;
    border-left: 4px solid var(--atlas-accent, #0ea5e9);
    background: #f8fafc;
    color: #475569;
    font-size: 1.12rem;
}

.tn-news-prose img {
    max-width: 100%;
    height: auto;
    border-radius: 14px;
}

.tn-news-prose table {
    display: block;
    width: 100%;
    overflow-x: auto;
    border-collapse: collapse;
}

.tn-news-prose th,
.tn-news-prose td {
    padding: .85rem 1rem;
    border: 1px solid #e2e8f0;
}

.tn-news-prose th {
    background: #f8fafc;
    color: #0f172a;
    text-align: left;
}

.tn-news-tags {
    display: flex;
    flex-wrap: wrap;
    gap: .55rem;
    margin-top: 3rem;
    padding-top: 1.5rem;
    border-top: 1px solid #e2e8f0;
}

.tn-news-tags span {
    padding: .45rem .7rem;
    border-radius: 999px;
    background: #f1f5f9;
    color: #475569;
    font-size: .78rem;
    font-weight: 700;
}

.tn-news-share {
    position: sticky;
    top: 110px;
    display: flex;
    flex-direction: column;
    gap: .75rem;
    align-items: center;
}

.tn-news-share > span {
    color: #94a3b8;
    font-size: .68rem;
    font-weight: 800;
    letter-spacing: .11em;
    text-transform: uppercase;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
}

.tn-news-share__links {
    display: flex;
    flex-direction: column;
    gap: .55rem;
}

.tn-news-share__links a {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border: 1px solid #dbe3ee;
    border-radius: 50%;
    background: #fff;
    color: var(--atlas-primary, #0b1f4d);
    text-decoration: none;
    transition: .2s ease;
}

.tn-news-share__links a:hover {
    border-color: var(--atlas-accent, #0ea5e9);
    color: var(--atlas-accent, #0ea5e9);
    transform: translateY(-2px);
}

.tn-news-related {
    padding: clamp(3.5rem, 7vw, 6rem) 0;
    background: #f8fafc;
}

.tn-news-related__head > span {
    color: var(--atlas-accent, #0ea5e9);
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.tn-news-related__head h2 {
    margin: .4rem 0 2rem;
    color: var(--atlas-primary, #0b1f4d);
    font-family: "EB Garamond", Georgia, serif;
    font-size: clamp(2.2rem, 4vw, 3.5rem);
}

.tn-news-related__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.4rem;
}

.tn-news-related-card {
    overflow: hidden;
    border: 1px solid rgba(15, 23, 42, .08);
    border-radius: 16px;
    background: #fff;
}

.tn-news-related-card__media {
    display: block;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #e2e8f0;
}

.tn-news-related-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tn-news-related-card__body {
    padding: 1.35rem;
}

.tn-news-related-card h3 {
    margin: 0;
    font-family: "EB Garamond", Georgia, serif;
    font-size: 1.55rem;
    line-height: 1.1;
}

.tn-news-related-card h3 a {
    color: var(--atlas-primary, #0b1f4d);
    text-decoration: none;
}

.tn-news-related-card p {
    margin: .85rem 0 1rem;
    color: #64748b;
    line-height: 1.6;
}

.tn-news-related-card__link {
    display: inline-flex;
    gap: .5rem;
    align-items: center;
    color: var(--atlas-primary, #0b1f4d);
    font-size: .86rem;
    font-weight: 800;
    text-decoration: none;
}

@media (max-width: 991px) {
    .tn-news-layout {
        grid-template-columns: minmax(0, 820px);
    }

    .tn-news-share {
        position: static;
        flex-direction: row;
        justify-content: flex-start;
        order: -1;
        margin-bottom: 1.25rem;
    }

    .tn-news-share > span {
        writing-mode: initial;
        transform: none;
    }

    .tn-news-share__links {
        flex-direction: row;
    }

    .tn-news-related__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .tn-news-header h1 {
        font-size: clamp(2.4rem, 12vw, 3.6rem);
    }

    .tn-news-featured {
        border-radius: 12px;
    }

    .tn-news-prose {
        font-size: 1rem;
        line-height: 1.78;
    }

    .tn-news-related__grid {
        grid-template-columns: 1fr;
    }
}
