.news-page {
    padding: 18px 0 36px;
}

.news-shell {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 22px;
    align-items: start;
}

.news-heading {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: flex-end;
    margin-bottom: 16px;
}

.news-title {
    font-weight: 800;
    letter-spacing: 0;
}

.news-subtitle {
    color: var(--mud-palette-text-secondary);
    max-width: 680px;
}

.news-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(260px, 0.55fr);
    gap: 16px;
}

.news-hero-list {
    display: grid;
    gap: 12px;
}

.news-section {
    margin-top: 26px;
}

.news-section-first {
    margin-top: 0;
}

.news-section-header {
    border-bottom: 2px solid #1f2937;
    display: flex;
    justify-content: space-between;
    margin-bottom: 14px;
    padding-bottom: 8px;
}

.news-section-header h2 {
    font-size: 1.12rem;
    font-weight: 800;
    margin: 0;
}

.news-section-title-link {
    color: inherit;
    text-decoration: none;
}

.news-section-title-link:hover {
    color: #0f7792;
}

.news-section-more {
    color: #0f7792;
    font-size: 0.86rem;
    font-weight: 750;
    text-decoration: none;
}

.news-section-more:hover {
    color: #b25e09;
}

.news-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 14px;
}

.news-list {
    display: grid;
    gap: 14px;
}

.news-cluster-card,
.news-article-card,
.news-sidebar-panel,
.news-search-panel {
    background: var(--mud-palette-surface);
    border: 1px solid rgba(148, 163, 184, 0.24);
    border-radius: 4px;
    overflow: hidden;
}

.news-cluster-card {
    display: block;
    padding: 14px 16px 12px;
}

.news-cluster-card-featured {
    min-height: auto;
}

.news-cluster-topic {
    font-size: 1.38rem;
    font-weight: 800;
    line-height: 1.25;
    margin: 0 0 14px;
}

.news-cluster-topic a {
    align-items: center;
    color: #005ea8;
    display: inline-flex;
    gap: 6px;
    text-decoration: none;
}

.news-cluster-topic a:hover {
    color: #0f7792;
}

.news-cluster-topic span {
    font-size: 1.45rem;
    font-weight: 600;
    line-height: 1;
}

.news-cluster-layout {
    display: grid;
    grid-template-columns: minmax(220px, 280px) minmax(0, 1fr);
    gap: 22px;
}

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

.news-cluster-lead {
    min-width: 0;
}

.news-cluster-image,
.news-article-image {
    background: rgba(20, 135, 166, 0.08);
    display: block;
    overflow: hidden;
}

.news-cluster-image {
    aspect-ratio: 16 / 9;
    border-radius: 8px;
    margin-bottom: 10px;
}

.news-cluster-image img,
.news-article-image img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.news-cluster-card-featured .news-cluster-image {
    aspect-ratio: 16 / 9;
}

.news-cluster-body,
.news-article-body {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.news-article-body {
    padding: 12px;
}

.news-cluster-kicker {
    color: var(--mud-palette-text-secondary);
    display: flex;
    flex-wrap: wrap;
    font-size: 0.78rem;
    font-weight: 650;
    gap: 8px;
    text-transform: uppercase;
}

.news-cluster-body h3,
.news-article-body h2 {
    font-size: 1.05rem;
    font-weight: 800;
    line-height: 1.25;
    margin: 0;
}

.news-cluster-card-featured h2 {
    font-size: 1.55rem;
}

.news-cluster-body a,
.news-article-body a {
    color: inherit;
    text-decoration: none;
}

.news-cluster-body a:hover,
.news-article-body a:hover {
    color: #0f7792;
}

.news-cluster-body p,
.news-article-body p {
    color: var(--mud-palette-text-secondary);
    display: -webkit-box;
    font-size: 0.92rem;
    line-height: 1.45;
    margin: 0;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.news-cluster-footer {
    align-items: center;
    color: var(--mud-palette-text-secondary);
    display: flex;
    font-size: 0.84rem;
    font-weight: 650;
    gap: 10px;
    justify-content: center;
    margin-top: 14px;
}

.news-cluster-all {
    background: rgba(148, 163, 184, 0.14);
    border-radius: 999px;
    color: #0f7792;
    display: block;
    padding: 9px 18px;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    width: 100%;
}

.news-cluster-all:hover {
    background: rgba(20, 135, 166, 0.12);
    color: #0b647c;
}

.news-cluster-sources {
    border-left: 1px solid rgba(148, 163, 184, 0.24);
    display: grid;
    gap: 0;
    list-style: none;
    margin: 0;
    min-width: 0;
    padding: 0 0 0 18px;
}

.news-cluster-sources li {
    border-bottom: 1px solid rgba(148, 163, 184, 0.24);
    display: grid;
    gap: 5px;
    padding: 10px 0;
}

.news-cluster-sources li:first-child {
    padding-top: 0;
}

.news-cluster-sources li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.news-cluster-sources a {
    text-decoration: none;
}

.news-cluster-sources a:hover {
    color: #0f7792;
}

.news-cluster-source {
    color: inherit;
    font-size: 0.82rem;
    font-weight: 800;
}

.news-cluster-source-title {
    color: inherit;
    display: -webkit-box;
    font-size: 0.94rem;
    font-weight: 650;
    line-height: 1.35;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.news-cluster-sources span {
    color: var(--mud-palette-text-secondary);
    display: -webkit-box;
    font-size: 0.8rem;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.news-article-card {
    display: grid;
    grid-template-columns: 180px minmax(0, 1fr);
}

.news-article-card-expanded {
    grid-template-columns: 260px minmax(0, 1fr);
}

.news-sidebar {
    display: grid;
    gap: 14px;
    position: sticky;
    top: 82px;
}

.news-sidebar-panel,
.news-search-panel {
    padding: 14px;
}

.news-sidebar-panel h3 {
    font-size: 1rem;
    font-weight: 800;
    margin: 0 0 10px;
}

.news-sidebar-list {
    display: grid;
    gap: 9px;
}

.news-sidebar-list a {
    color: inherit;
    display: block;
    font-size: 0.92rem;
    font-weight: 650;
    text-decoration: none;
}

.news-sidebar-list a:hover {
    color: #0f7792;
}

.news-category-menu {
    display: grid;
    gap: 2px;
}

.news-category-menu-link {
    border-left: 3px solid transparent;
    color: inherit;
    display: block;
    font-size: 0.94rem;
    font-weight: 750;
    padding: 9px 10px;
    text-decoration: none;
}

.news-category-menu-link:hover {
    background: rgba(20, 135, 166, 0.08);
    color: #0f7792;
}

.news-category-menu-link-active,
.news-category-menu-link-parent-active {
    background: rgba(20, 135, 166, 0.1);
    border-left-color: #1487a6;
    color: #0f7792;
}

.news-category-menu-children {
    border-left: 1px solid rgba(148, 163, 184, 0.3);
    display: grid;
    margin: 2px 0 8px 13px;
}

.news-category-menu-child {
    font-size: 0.88rem;
    font-weight: 650;
    padding: 7px 10px;
}

.news-empty {
    border: 1px dashed rgba(148, 163, 184, 0.42);
    border-radius: 8px;
    color: var(--mud-palette-text-secondary);
    padding: 32px;
    text-align: center;
}

.news-pagination {
    display: flex;
    justify-content: center;
    margin-top: 18px;
}

@media (max-width: 1100px) {
    .news-shell {
        grid-template-columns: 1fr;
    }

    .news-sidebar {
        position: static;
    }
}

@media (max-width: 760px) {
    .news-heading,
    .news-section-header {
        align-items: flex-start;
        flex-direction: column;
    }

    .news-hero,
    .news-grid {
        grid-template-columns: 1fr;
    }

    .news-article-card,
    .news-article-card-expanded {
        grid-template-columns: 1fr;
    }

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

    .news-cluster-sources {
        border-left: 0;
        border-top: 1px solid rgba(148, 163, 184, 0.24);
        margin-top: 12px;
        padding: 10px 0 0;
    }

    .news-cluster-card-featured {
        min-height: auto;
    }

    .news-cluster-image,
    .news-article-image {
        aspect-ratio: 16 / 9;
    }
}
