.blog-small-content h3 a {
    color: inherit;
    text-decoration: none;
}

.blog-empty-state {
    display: grid;
    gap: 0.55rem;
    padding: 2rem;
    border-radius: 1.5rem;
    border: 1px solid rgba(15, 23, 42, 0.08);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(241, 245, 249, 0.88));
    color: #334155;
}

.news-list-page {
    display: grid;
    gap: 2rem;
}

.news-list-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 1.5rem;
    align-items: end;
    margin-bottom: 2rem;
}

.news-eyebrow {
    display: inline-flex;
    margin-bottom: 0.9rem;
    padding: 0.35rem 0.8rem;
    border-radius: 999px;
    background: #dbeafe;
    color: #1d4ed8;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.news-list-hero h1 {
    margin: 0;
    font-size: clamp(2rem, 3vw, 3.4rem);
    line-height: 1.08;
    color: #0f172a;
}

.news-list-hero p {
    max-width: 56rem;
    margin: 1rem 0 0;
    color: #475569;
    font-size: 1.02rem;
    line-height: 1.75;
}

.news-list-hero__meta {
    display: grid;
    gap: 0.2rem;
    min-width: 10rem;
    padding: 1.35rem;
    border-radius: 1.5rem;
    background: linear-gradient(135deg, #0f172a, #1e293b);
    color: #f8fafc;
    text-align: center;
}

.news-list-hero__meta strong {
    font-size: 2.2rem;
    line-height: 1;
}

.news-lead-card {
    overflow: hidden;
    border-radius: 2rem;
    background: #0f172a;
    box-shadow: 0 30px 90px rgba(15, 23, 42, 0.16);
    margin-bottom: 2rem;
}

.news-lead-card__media,
.news-card__media {
    display: block;
    min-height: 18rem;
    background-size: cover;
    background-position: center;
    position: relative;
}

.news-lead-card__media {
    min-height: 34rem;
    isolation: isolate;
    text-decoration: none;
}

.news-lead-card__media::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(15, 23, 42, 0.92) 0%, rgba(15, 23, 42, 0.72) 42%, rgba(15, 23, 42, 0.24) 100%),
        linear-gradient(180deg, rgba(15, 23, 42, 0.08) 0%, rgba(15, 23, 42, 0.82) 100%);
    z-index: -2;
}

.news-lead-card__glow {
    position: absolute;
    right: -5rem;
    bottom: -5rem;
    width: 18rem;
    height: 18rem;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(59, 130, 246, 0.45) 0%, rgba(59, 130, 246, 0) 72%);
    z-index: -1;
}

.news-lead-card__body,
.news-card__body {
    display: grid;
    gap: 1rem;
    padding: 1.6rem;
}

.news-lead-card__body {
    align-content: end;
    min-height: 34rem;
    padding: 2rem;
    color: #fff;
}

.news-lead-card__copy {
    display: grid;
    gap: 1rem;
    max-width: 38rem;
    margin-top: auto;
}

.news-lead-card__footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.news-chip {
    display: inline-flex;
    align-self: start;
    padding: 0.38rem 0.78rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    color: #0f172a;
    font-size: 0.82rem;
    font-weight: 700;
    box-shadow: 0 12px 26px rgba(15, 23, 42, 0.18);
    position: absolute;
    top: 1rem;
    left: 1rem;
}

.news-card .news-chip {
    background: rgba(15, 23, 42, 0.85);
    color: #fff;
}

.news-meta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    color: #64748b;
    font-size: 0.92rem;
}

.news-meta-row span,
.news-show-meta span {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
}

.news-lead-card h2,
.news-card h3 {
    margin: 0;
    color: #0f172a;
}

.news-lead-card h2 {
    color: #fff;
    max-width: 14ch;
    font-size: clamp(2.2rem, 4vw, 4rem);
    line-height: 1.04;
    text-wrap: balance;
}

.news-card h3 a,
.news-read-link {
    color: inherit;
    text-decoration: none;
}

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

.news-card {
    display: grid;
    overflow: hidden;
    border: 1px solid rgba(148, 163, 184, 0.18);
    border-radius: 1.6rem;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 18px 50px rgba(15, 23, 42, 0.06);
}

.news-card__media {
    min-height: 14rem;
}

.news-card p,
.news-lead-card p {
    margin: 0;
    color: #475569;
    line-height: 1.75;
}

.news-lead-card p {
    max-width: 36rem;
    color: rgba(255, 255, 255, 0.88);
    font-size: 1.02rem;
}

.news-read-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 700;
    color: #0f766e;
}

.news-lead-link {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.95rem 1.35rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.96);
    color: #0f3b78;
    font-weight: 800;
    box-shadow: 0 22px 48px rgba(15, 23, 42, 0.2);
}

.news-meta-row--light {
    color: rgba(255, 255, 255, 0.86);
}

.news-empty-state {
    grid-column: 1 / -1;
    display: grid;
    gap: 0.55rem;
    padding: 2rem;
    border-radius: 1.5rem;
    background: #fff;
    color: #334155;
    text-align: center;
}

.news-pagination {
    margin-top: 2.6rem;
}

.news-show-shell {
    overflow: hidden;
    border-radius: 2rem;
    background: #fff;
    box-shadow: 0 30px 90px rgba(15, 23, 42, 0.08);
}

.news-show-cover {
    min-height: 29rem;
    display: flex;
    align-items: end;
    background-size: cover;
    background-position: center;
}

.news-show-cover__inner {
    width: 100%;
    padding: 2rem;
    color: #fff;
}

.news-show-cover__inner h1 {
    max-width: 16ch;
    margin: 0 0 1rem;
    font-size: clamp(2.2rem, 4vw, 4rem);
    line-height: 1.02;
}

.news-show-cover__inner p {
    max-width: 50rem;
    margin: 0;
    color: rgba(255, 255, 255, 0.88);
    font-size: 1.05rem;
    line-height: 1.8;
}

.news-show-tags-row,
.news-tag-cloud,
.news-show-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.news-show-tags-row {
    margin-bottom: 1rem;
}

.news-show-chip,
.news-tag-cloud span {
    display: inline-flex;
    padding: 0.45rem 0.8rem;
    border-radius: 999px;
    font-size: 0.84rem;
    font-weight: 700;
}

.news-show-chip {
    background: rgba(255, 255, 255, 0.16);
    backdrop-filter: blur(12px);
}

.news-show-meta {
    margin-top: 1.25rem;
    color: rgba(255, 255, 255, 0.86);
    font-size: 0.94rem;
}

.news-show-content-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 20rem;
    gap: 0;
}

.news-show-article {
    padding: 2rem;
    border-right: 1px solid rgba(148, 163, 184, 0.16);
}

.news-richtext {
    color: #334155;
    font-size: 1rem;
    line-height: 1.9;
}

.news-richtext h1,
.news-richtext h2,
.news-richtext h3 {
    color: #0f172a;
    line-height: 1.2;
    margin-top: 1.4em;
}

.news-richtext p:first-child,
.news-richtext h1:first-child,
.news-richtext h2:first-child,
.news-richtext h3:first-child {
    margin-top: 0;
}

.news-richtext img {
    max-width: 100%;
    height: auto;
    border-radius: 1rem;
}

.news-show-sidebar {
    display: grid;
    gap: 1px;
    background: rgba(148, 163, 184, 0.16);
}

.news-side-card {
    padding: 1.5rem;
    background: #f8fafc;
}

.news-side-card h3 {
    margin: 0 0 1rem;
    color: #0f172a;
}

.news-tag-cloud span {
    background: #e2e8f0;
    color: #1e293b;
}

.news-side-list {
    display: grid;
    gap: 1rem;
}

.news-side-list__item {
    display: grid;
    grid-template-columns: 4.6rem 1fr;
    gap: 0.85rem;
    color: inherit;
    text-decoration: none;
}

.news-side-list__thumb {
    min-height: 4.6rem;
    border-radius: 0.9rem;
    background-size: cover;
    background-position: center;
}

.news-side-list__copy {
    display: grid;
    gap: 0.35rem;
}

.news-side-list__copy strong {
    color: #0f172a;
    line-height: 1.4;
}

.news-side-list__copy small,
.news-side-card p,
.news-show-empty {
    color: #64748b;
}

@media (max-width: 1100px) {
    .news-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 960px) {
    .news-show-content-grid {
        grid-template-columns: 1fr;
    }

    .news-show-article {
        border-right: 0;
        border-bottom: 1px solid rgba(148, 163, 184, 0.16);
    }
}

@media (max-width: 900px) {
    .news-list-hero {
        grid-template-columns: 1fr;
    }

    .news-lead-card__media,
    .news-lead-card__body {
        min-height: 30rem;
    }

    .news-lead-card h2 {
        max-width: 100%;
    }
}

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

    .news-lead-card__body {
        padding: 1.4rem;
    }

    .news-lead-link {
        width: 100%;
        justify-content: center;
    }
}
