.news-article {
    background: #fff;
}

.news-article-hero {
    padding: 32px 0 72px;
    background: #fbfdfd;
    border-bottom: 1px solid var(--line-soft);
}

.news-breadcrumb ol {
    display: flex;
    padding: 0;
    margin: 0 0 42px;
    color: var(--ink-soft);
    align-items: center;
    flex-wrap: wrap;
    gap: 9px;
    list-style: none;
    font-size: .67rem;
}

.news-breadcrumb li {
    display: flex;
    align-items: center;
    gap: 9px;
}

.news-breadcrumb li:not(:last-child)::after {
    color: #a8b8c5;
    content: "/";
}

.news-breadcrumb a {
    color: var(--blue-dark);
    font-weight: 700;
}

.news-article-heading {
    display: grid;
    grid-template-columns: minmax(0, 1.16fr) minmax(430px, .84fr);
    gap: clamp(42px, 6vw, 82px);
    align-items: center;
}

.news-article-heading h1 {
    max-width: 760px;
    margin: 14px 0 23px;
    font-size: clamp(2.65rem, 4vw, 3.75rem);
    line-height: 1.01;
    letter-spacing: -.058em;
}

.news-article-heading h1.news-headline-long {
    font-size: clamp(2.35rem, 3.35vw, 3.1rem);
}

.news-article-heading .lead {
    max-width: 740px;
    margin: 0;
    font-size: 1rem;
    line-height: 1.72;
}

.news-article-meta {
    display: flex;
    margin: 27px 0 0;
    color: var(--ink-soft);
    flex-wrap: wrap;
    gap: 16px;
    font-size: .65rem;
}

.news-article-meta span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.news-article-meta svg {
    width: 15px;
    height: 15px;
    color: var(--blue);
}

.news-article-heading figure {
    overflow: hidden;
    margin: 0;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 17px;
    box-shadow: 0 28px 60px rgba(31, 76, 114, .14);
}

.news-article-heading figure img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1200 / 630;
    object-fit: cover;
}

.news-article-summary {
    padding: 0 0 30px;
    background: #fff;
}

.news-article-summary .container > div {
    display: grid;
    position: relative;
    z-index: 2;
    padding: 27px 34px;
    margin-top: -24px;
    background: #fff;
    border: 1px solid #c5dcec;
    border-radius: 14px;
    box-shadow: var(--shadow-soft);
    grid-template-columns: auto 230px 1fr;
    gap: 20px;
    align-items: center;
}

.news-article-summary .container > div > span {
    display: grid;
    width: 44px;
    height: 44px;
    color: var(--blue);
    background: var(--blue-pale);
    border-radius: 50%;
    place-items: center;
}

.news-article-summary h2 {
    margin: 0;
    font-size: 1.12rem;
}

.news-article-summary ul {
    display: grid;
    padding: 0;
    margin: 0;
    list-style: none;
    gap: 7px;
}

.news-article-summary li {
    display: grid;
    color: var(--ink-soft);
    grid-template-columns: auto 1fr;
    gap: 8px;
    font-size: .7rem;
    line-height: 1.5;
}

.news-article-summary li svg {
    width: 16px;
    height: 16px;
    margin-top: 2px;
    color: var(--teal);
}

.news-article-body {
    padding: 62px 0 90px;
}

.news-article-layout {
    display: grid;
    max-width: 1180px;
    grid-template-columns: 235px minmax(0, 780px);
    gap: clamp(46px, 7vw, 92px);
    justify-content: center;
    align-items: start;
}

.news-article-toc {
    position: sticky;
    top: 105px;
    padding: 22px;
    background: #f7fafc;
    border: 1px solid var(--line);
    border-radius: 12px;
}

.news-article-toc > strong {
    display: block;
    margin-bottom: 15px;
    font-size: .78rem;
}

.news-article-toc nav {
    display: grid;
    gap: 4px;
}

.news-article-toc nav a {
    padding: 7px 0;
    color: var(--ink-soft);
    border-bottom: 1px solid var(--line-soft);
    font-size: .63rem;
    font-weight: 650;
    line-height: 1.4;
}

.news-article-toc nav a:hover {
    color: var(--blue-dark);
}

.news-article-toc > p {
    display: grid;
    padding-top: 16px;
    margin: 16px 0 0;
    color: var(--ink-soft);
    border-top: 1px solid var(--line);
    grid-template-columns: auto 1fr;
    gap: 8px;
    font-size: .57rem;
    line-height: 1.5;
}

.news-article-toc > p svg {
    width: 16px;
    height: 16px;
    color: var(--teal-dark);
}

.news-content-section {
    padding: 0 0 56px;
    margin: 0 0 56px;
    border-bottom: 1px solid var(--line);
    scroll-margin-top: 110px;
}

.news-content-section:last-of-type {
    margin-bottom: 34px;
}

.news-section-number {
    margin: 0 0 8px !important;
    color: var(--blue);
    font-size: .66rem !important;
    font-weight: 850;
    letter-spacing: .12em;
}

.news-content-section > h2 {
    margin: 0 0 24px;
    font-size: clamp(1.85rem, 3vw, 2.65rem);
    line-height: 1.08;
    letter-spacing: -.035em;
}

.news-content-section > p {
    margin: 0 0 19px;
    color: #3f5870;
    font-size: .88rem;
    line-height: 1.82;
}

.news-decision-facts {
    display: grid;
    overflow: hidden;
    margin: 30px 0;
    background: #f7fafc;
    border: 1px solid var(--line);
    border-radius: 12px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.news-decision-facts div {
    min-width: 0;
    padding: 18px;
}

.news-decision-facts div + div {
    border-left: 1px solid var(--line);
}

.news-decision-facts dt {
    margin-bottom: 5px;
    color: var(--ink-soft);
    font-size: .51rem;
}

.news-decision-facts dd {
    margin: 0;
    font-size: .65rem;
    font-weight: 800;
}

.news-official-source {
    display: inline-flex;
    min-height: 43px;
    padding: 10px 14px;
    color: var(--blue-dark);
    background: var(--blue-pale);
    border: 1px solid #bdd8f3;
    border-radius: 8px;
    align-items: center;
    gap: 8px;
    font-size: .66rem;
    font-weight: 800;
}

.news-official-source svg {
    width: 17px;
    height: 17px;
}

.news-distinction-grid {
    display: grid;
    margin: 30px 0;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.news-distinction-grid article {
    padding: 21px;
    background: #f8fbfd;
    border: 1px solid var(--line);
    border-radius: 11px;
}

.news-distinction-grid article > span {
    display: grid;
    width: 38px;
    height: 38px;
    margin-bottom: 17px;
    color: var(--blue);
    background: #e9f3ff;
    border-radius: 9px;
    place-items: center;
}

.news-distinction-grid article > span svg {
    width: 20px;
    height: 20px;
}

.news-distinction-grid h3 {
    margin: 0 0 9px;
    font-size: .8rem;
}

.news-distinction-grid p {
    margin: 0;
    color: var(--ink-soft);
    font-size: .64rem;
    line-height: 1.6;
}

.news-article-callout {
    display: grid;
    padding: 21px 23px;
    margin-top: 28px;
    color: #234d68;
    background: #f0faf8;
    border: 1px solid #bcded8;
    border-radius: 11px;
    grid-template-columns: auto 1fr;
    gap: 12px;
}

.news-article-callout > svg {
    width: 21px;
    height: 21px;
    color: var(--teal-dark);
}

.news-article-callout strong {
    display: block;
    margin-bottom: 5px;
    font-size: .73rem;
}

.news-article-callout p {
    margin: 0;
    font-size: .68rem;
    line-height: 1.62;
}

.news-evidence-list {
    display: grid;
    padding: 0;
    margin: 30px 0 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
    list-style: none;
}

.news-evidence-list li {
    display: grid;
    padding: 14px 15px;
    color: #35536c;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 9px;
    grid-template-columns: auto 1fr;
    align-items: start;
    gap: 9px;
    font-size: .65rem;
    line-height: 1.52;
}

.news-evidence-list svg {
    width: 17px;
    height: 17px;
    color: var(--blue);
}

.news-proof-chain {
    position: relative;
    display: grid;
    padding: 0;
    margin: 32px 0 0;
    list-style: none;
    gap: 10px;
}

.news-proof-chain::before {
    position: absolute;
    top: 28px;
    bottom: 28px;
    left: 21px;
    width: 2px;
    background: #bdd4e7;
    content: "";
}

.news-proof-chain li {
    position: relative;
    display: grid;
    padding: 15px 18px 15px 0;
    background: #f8fbfd;
    border: 1px solid var(--line);
    border-radius: 10px;
    grid-template-columns: 43px 1fr;
    align-items: center;
    gap: 14px;
}

.news-proof-chain li > span {
    z-index: 1;
    display: grid;
    width: 43px;
    height: 43px;
    margin-left: -1px;
    color: #fff;
    background: var(--blue);
    border: 5px solid #f8fbfd;
    border-radius: 50%;
    place-items: center;
    font-size: .62rem;
    font-weight: 850;
}

.news-proof-chain h3 {
    margin: 0 0 4px;
    font-size: .72rem;
}

.news-proof-chain p {
    margin: 0;
    color: var(--ink-soft);
    font-size: .62rem;
    line-height: 1.5;
}

.news-inline-cta {
    display: flex;
    padding: 25px;
    margin-top: 31px;
    color: #fff;
    background: #163f66;
    border-radius: 12px;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.news-inline-cta p {
    max-width: 330px;
    margin: 0;
    color: #dce8f2;
    font-size: .69rem;
    line-height: 1.55;
}

.news-inline-cta .button {
    max-width: 365px;
    min-height: 47px;
    text-align: center;
}

.news-disclaimer {
    display: grid;
    padding: 16px 18px;
    margin: 0;
    color: var(--ink-soft);
    background: #fafbfc;
    border: 1px solid var(--line);
    border-radius: 9px;
    grid-template-columns: auto 1fr;
    gap: 9px;
    font-size: .61rem;
    line-height: 1.55;
}

.news-disclaimer svg {
    width: 17px;
    height: 17px;
}

.news-related {
    background: #f6fafc;
}

.news-related-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 14px;
}

.news-related-grid article {
    padding: 30px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 13px;
}

.news-related-grid article > span {
    display: block;
    margin-bottom: 10px;
    color: var(--teal-dark);
    font-size: .58rem;
    font-weight: 850;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.news-related-grid h3 {
    margin: 0 0 10px;
    font-size: 1.05rem;
}

.news-related-grid h3 a {
    color: var(--ink);
}

.news-related-grid p {
    margin: 0 0 17px;
    color: var(--ink-soft);
    font-size: .7rem;
    line-height: 1.6;
}

.news-related-grid article > a {
    display: inline-flex;
    color: var(--blue-dark);
    align-items: center;
    gap: 7px;
    font-size: .64rem;
    font-weight: 800;
}

.news-related-grid article > a svg {
    width: 15px;
    height: 15px;
}

@media (max-width: 980px) {
    .news-article-heading {
        grid-template-columns: 1fr;
    }

    .news-article-heading figure {
        max-width: 820px;
    }

    .news-article-summary .container > div {
        grid-template-columns: auto 1fr;
    }

    .news-article-summary ul {
        grid-column: 2;
    }

    .news-article-layout {
        grid-template-columns: 1fr;
    }

    .news-article-toc {
        position: static;
    }
}

@media (max-width: 760px) {
    .news-article-hero {
        padding-bottom: 55px;
    }

    .news-breadcrumb ol {
        margin-bottom: 31px;
    }

    .news-article-heading {
        gap: 34px;
    }

    .news-article-heading h1 {
        font-size: clamp(2rem, 9.2vw, 2.65rem);
    }

    .news-article-heading h1.news-headline-long {
        font-size: clamp(1.125rem, 5vw, 1.7rem);
        line-height: 1.08;
        letter-spacing: -.035em;
    }

    .news-article-meta {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
    }

    .news-article-summary .container > div {
        padding: 23px 20px;
        grid-template-columns: auto 1fr;
        gap: 14px;
    }

    .news-article-summary ul {
        grid-column: 1 / -1;
    }

    .news-article-body {
        padding-top: 44px;
    }

    .news-content-section {
        padding-bottom: 43px;
        margin-bottom: 43px;
    }

    .news-decision-facts,
    .news-distinction-grid,
    .news-evidence-list,
    .news-related-grid {
        grid-template-columns: 1fr;
    }

    .news-decision-facts div + div {
        border-top: 1px solid var(--line);
        border-left: 0;
    }

    .news-inline-cta {
        align-items: stretch;
        flex-direction: column;
    }

    .news-inline-cta .button {
        width: 100%;
        max-width: none;
    }
}
