.news-directory-section {
    padding: 36px 0 52px;
}

.news-directory-shell {
    width: min(1700px, calc(100% - 115px));
}

.article-detail-hero {
    padding: 36px 0 20px;
}

.news-directory-panel {
    display: grid;
    gap: 18px;
    margin-bottom: 18px;
    padding: 0 2px;
    border: 0;
    background: transparent;
    box-shadow: none;
}

.news-directory-panel__copy h1 {
    margin: 0 0 12px;
    color: #102347;
    font-size: clamp(2rem, 3.6vw, 3rem);
    line-height: 1.08;
}

.news-directory-panel__copy p {
    max-width: 860px;
    margin: 0;
    color: #6c7f9d;
    font-size: 0.98rem;
    line-height: 1.7;
}

.news-filter-bar {
    display: grid;
    grid-template-columns: minmax(220px, 0.8fr) minmax(300px, 1.2fr) minmax(280px, 1fr);
    gap: 12px;
    align-items: stretch;
}

.news-filter-field {
    display: flex;
    align-items: center;
    min-height: 60px;
    border: 1px solid #d8e4f5;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.82);
}

.news-filter-field select,
.news-filter-field input {
    width: 100%;
    min-width: 0;
    border: 0;
    background: transparent;
    color: #102347;
    font: inherit;
}

.news-filter-field select:focus,
.news-filter-field input:focus {
    outline: none;
}

.news-filter-field--select {
    position: relative;
    padding: 0 16px;
}

.news-filter-field--select::after {
    content: "\f282";
    position: absolute;
    top: 50%;
    right: 16px;
    color: #8da0bc;
    font-family: "bootstrap-icons";
    font-size: 0.78rem;
    transform: translateY(-50%);
    pointer-events: none;
}

.news-filter-field--select select {
    appearance: none;
    padding-right: 28px;
    font-size: 0.92rem;
    font-weight: 600;
}

.news-filter-field--dates {
    display: flex;
    align-items: center;
    padding: 10px 14px;
}

.news-filter-field__dates {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    width: 100%;
}

.news-filter-field__dates input {
    min-height: 34px;
    padding: 0 0 0 2px;
    font-size: 0.88rem;
    color-scheme: light;
}

.news-filter-field--search {
    gap: 10px;
    padding: 0 10px 0 14px;
}

.news-filter-field--search i {
    color: #a1b0c8;
    font-size: 0.95rem;
}

.news-filter-field--search input {
    padding: 0;
    font-size: 0.92rem;
}

.news-filter-field--search input::placeholder {
    color: #94a5bf;
}

.news-filter-field__submit {
    min-width: 92px;
    min-height: 44px;
    padding: 0 18px;
    border: 0;
    border-radius: 12px;
    background: linear-gradient(180deg, #3b82f6 0%, #2563eb 100%);
    color: #ffffff;
    font: inherit;
    font-size: 0.88rem;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 12px 24px rgba(37, 99, 235, 0.22);
    transition: transform 0.18s ease, box-shadow 0.2s ease;
}

.news-filter-field__submit:hover,
.news-list-item__share:hover {
    transform: translateY(-1px);
}

.news-filter-bar__reset {
    justify-self: start;
    color: #cc2338;
    font-size: 0.88rem;
    font-weight: 700;
}

.news-directory-results {
    display: grid;
    gap: 12px;
}

.news-list-item {
    position: relative;
    display: grid;
    grid-template-columns: 248px minmax(0, 1fr);
    gap: 18px;
    align-items: stretch;
    min-height: 214px;
    padding: 12px;
    border-radius: 16px;
    border: 1px solid rgba(214, 224, 239, 0.92);
    background: rgba(255, 255, 255, 0.97);
    box-shadow: 0 10px 24px rgba(12, 42, 92, 0.08);
}

.news-list-item__link-overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    border-radius: 16px;
}

.news-list-item__image-wrap {
    display: block;
    overflow: hidden;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 190px;
    border-radius: 12px;
    min-height: 190px;
    background: #eaf1fb;
}

.news-list-item__image-wrap.is-pdf {
    background: #ffffff;
}

.news-list-item__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.24s ease;
}

.news-list-item__pdf {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
    background: #ffffff;
    pointer-events: none;
}

.news-list-item:hover .news-list-item__image {
    transform: scale(1.03);
}

.news-list-item__content {
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: flex-start;
    min-height: 190px;
    min-width: 0;
    position: relative;
    padding: 4px 4px 4px 0;
}

.news-list-item__meta-top,
.news-list-item__meta-bottom {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.news-list-item__meta-bottom {
    justify-content: space-between;
    flex-wrap: nowrap;
    margin-top: auto;
    padding-top: 4px;
    position: relative;
    z-index: 3;
}

.news-list-item__meta-stats {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: nowrap;
    min-width: 0;
}

.news-list-item__meta-bottom span {
    color: #7b8ca7;
    font-size: 0.82rem;
    font-weight: 600;
    white-space: nowrap;
}

.news-list-item__meta-bottom i {
    margin-right: 6px;
    color: #92a4bf;
}

.news-category-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 24px;
    padding: 0 10px;
    border-radius: 999px;
    color: #ffffff;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.news-category-badge.is-online {
    background: linear-gradient(180deg, #3b82f6 0%, #2563eb 100%);
}

.news-category-badge.is-daily {
    background: linear-gradient(180deg, #3b8bf0 0%, #2567d9 100%);
}

.news-category-badge.is-weekly {
    background: linear-gradient(180deg, #12a594 0%, #0f8b7d 100%);
}

.news-category-badge.is-monthly {
    background: linear-gradient(180deg, #e9953b 0%, #d57b1f 100%);
}

.news-list-item h2 {
    margin: 0;
    min-height: 0;
    color: #102347;
    font-size: clamp(1.08rem, 1.6vw, 1.48rem);
    line-height: 1.28;
}

.news-list-item h2 span {
    display: block;
    overflow: visible;
    -webkit-line-clamp: unset;
    -webkit-box-orient: initial;
    transition: color 0.18s ease;
}

.news-list-item:hover h2 span {
    color: #1d4fa3;
}

.news-list-item p {
    margin: 0;
    min-height: calc(1.6em * 2);
    color: #5d7092;
    font-size: 0.94rem;
    line-height: 1.6;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news-list-item__share {
    position: relative;
    z-index: 4;
    min-height: 34px;
    padding: 0 12px;
    gap: 6px;
    border-radius: 999px;
    border: 1px solid rgba(45, 110, 242, 0.22);
    background: rgba(244, 248, 255, 0.98);
    color: #2d6ef2;
    font-size: 0.72rem;
    font-weight: 800;
    text-transform: uppercase;
    box-shadow: none;
}

.news-list-item__share i {
    font-size: 0.82rem;
}

.news-list-item__share.is-copied {
    background: rgba(45, 110, 242, 0.12);
}

.article-detail-shell {
    padding-top: 28px;
}

.article-feature {
    min-height: 0;
    align-items: start;
    grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
    gap: 30px;
}

.article-feature__image-wrap {
    align-self: start;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    height: auto;
    min-height: 0;
    max-height: none;
    aspect-ratio: 1 / 1;
    background:
        radial-gradient(circle at top center, rgba(47, 93, 228, 0.12), transparent 52%),
        #eef4ff;
}

.article-feature__content {
    display: flex;
    flex-direction: column;
    align-self: start;
    min-width: 0;
    min-height: auto;
    gap: 14px;
}

.article-feature__body {
    gap: 14px;
}

.article-feature__eyebrow {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

.article-feature__publisher {
    color: #6f83a6;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.article-feature__title {
    margin: 0;
    color: var(--klise-text);
    font-size: clamp(1.65rem, 2.05vw, 2.45rem);
    line-height: 1.16;
}

.lead-story__content .article-feature__summary {
    margin: 0;
    color: var(--klise-soft);
    font-size: 1rem;
    line-height: 1.72;
    display: block;
    overflow: visible;
    -webkit-line-clamp: unset;
    -webkit-box-orient: initial;
}

.article-feature__meta-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.article-feature__meta-card {
    display: grid;
    gap: 6px;
    padding: 15px 16px;
    border: 1px solid rgba(208, 221, 241, 0.98);
    border-radius: 16px;
    background: linear-gradient(180deg, rgba(250, 252, 255, 0.98) 0%, rgba(242, 247, 255, 0.98) 100%);
}

.article-feature__meta-card span {
    color: #7a8da8;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.article-feature__meta-card strong {
    color: #16325d;
    font-size: 0.98rem;
    line-height: 1.45;
}

.article-feature__footer {
    align-items: center;
    margin-top: 6px;
    padding-top: 0;
}

.article-feature__meta-bar {
    row-gap: 10px;
}

.article-feature__meta-bar span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.article-feature__meta-bar i {
    color: #7d94b6;
}

.article-feature__actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 10px;
}

.article-feature__actions .button-primary,
.article-feature__actions .button-secondary,
.article-feature__actions .lead-story__share {
    min-height: 44px;
    padding-inline: 18px;
}

.article-detail-section .news-section__head {
    align-items: flex-end;
}

.article-detail-related-grid .story-card {
    height: 100%;
}

.article-detail-related-grid .story-card__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    flex-wrap: nowrap;
}

.article-detail-related-grid .story-card__meta-bar {
    flex: 1 1 auto;
    min-width: 0;
    flex-wrap: nowrap;
    gap: 10px;
}

.article-detail-related-grid .story-card__meta-bar span {
    white-space: nowrap;
}

.article-detail-related-grid .story-card__share {
    flex: 0 0 auto;
    min-height: 32px;
    padding: 0 10px;
    font-size: 0.68rem;
}

.article-detail-sidebar {
    align-content: start;
}

.article-sidebar-summary {
    display: grid;
    gap: 10px;
}

.article-sidebar-summary__item {
    display: grid;
    gap: 6px;
    padding: 12px 14px;
    border-radius: 12px;
    border: 1px solid var(--klise-line);
    background: #f8fbff;
}

.article-sidebar-summary__item span {
    color: #778aa8;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.article-sidebar-summary__item strong {
    color: #173462;
    font-size: 0.92rem;
    line-height: 1.45;
    word-break: break-word;
}

.article-detail-empty {
    padding: 32px 24px;
}

.proof-viewer-section {
    padding-top: 28px;
}

.proof-viewer-shell {
    width: min(1360px, calc(100% - 32px));
}

.proof-viewer-shell--pdf {
    width: min(980px, calc(100% - 48px));
}

.article-detail {
    border-radius: 32px;
    border: 1px solid rgba(214, 224, 239, 0.84);
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 24px 60px rgba(12, 42, 92, 0.14);
}

.detail-meta-grid div,
.report-form input,
.report-form select {
    min-height: 52px;
    padding: 0 18px;
    border: 1px solid #d8e4f5;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.92);
    font: inherit;
    color: #102347;
}

.pager {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-top: 28px;
}

.article-detail {
    display: grid;
    grid-template-columns: minmax(320px, 0.95fr) minmax(0, 1.05fr);
    gap: 26px;
    padding: 30px;
}

.article-detail__visual {
    min-height: 100%;
    overflow: hidden;
    border-radius: 28px;
}

.article-detail__visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.article-detail__content p {
    color: #6c7f9d;
    line-height: 1.85;
}

.proof-viewer-card {
    display: grid;
    gap: 14px;
}

.proof-viewer-heading h1 {
    margin: 0;
    color: #102347;
    font-size: clamp(1.28rem, 2vw, 1.9rem);
    line-height: 1.24;
}

.proof-viewer-toolbar {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    flex-wrap: wrap;
}

.proof-viewer-toolbar__actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-left: auto;
}

.proof-viewer-toolbar__actions .button-primary,
.proof-viewer-toolbar__actions .button-secondary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.proof-viewer-files {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    flex: 1 1 auto;
}

.proof-viewer-file {
    display: grid;
    gap: 4px;
    min-width: 190px;
    padding: 14px 16px;
    border: 1px solid #d8e4f5;
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(250, 252, 255, 0.98) 0%, rgba(243, 248, 255, 0.98) 100%);
    text-decoration: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.proof-viewer-file:hover {
    border-color: #97b2ef;
    box-shadow: 0 10px 20px rgba(47, 93, 228, 0.08);
    transform: translateY(-1px);
}

.proof-viewer-file.is-active {
    border-color: #6d96f0;
    box-shadow: 0 0 0 4px rgba(47, 93, 228, 0.1);
    background: linear-gradient(180deg, rgba(247, 250, 255, 1) 0%, rgba(236, 244, 255, 1) 100%);
}

.proof-viewer-file__label {
    color: #365a96;
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.proof-viewer-file__name {
    color: #102347;
    font-size: 0.95rem;
    font-weight: 600;
    line-height: 1.45;
}

.proof-viewer-stage {
    overflow: hidden;
    border-radius: 0;
    border: 1px solid #d8e4f5;
    background: #ffffff;
    box-shadow: 0 24px 60px rgba(12, 42, 92, 0.1);
}

.proof-viewer-stage__controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 14px 18px;
    background: #353535;
    color: #ffffff;
    border-radius: 0;
}

.proof-viewer-stage__controls-title {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
    font-size: 0.98rem;
    font-weight: 700;
}

.proof-viewer-stage__controls-title i {
    color: rgba(255, 255, 255, 0.84);
    font-size: 1rem;
}

.proof-viewer-stage__controls-title span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.proof-viewer-stage__controls-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.proof-viewer-control-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    min-height: 40px;
    padding: 0 12px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    cursor: pointer;
    text-decoration: none;
    transition: background 0.18s ease, transform 0.18s ease, border-color 0.18s ease;
}

.proof-viewer-control-button:hover {
    border-color: rgba(255, 255, 255, 0.28);
    background: rgba(255, 255, 255, 0.14);
    transform: translateY(-1px);
}

.proof-viewer-control-button--label {
    gap: 8px;
    font-size: 0.9rem;
    font-weight: 600;
}

.proof-viewer-stage__zoom-value {
    min-width: 68px;
    color: #ffffff;
    font-size: 0.9rem;
    font-weight: 700;
    text-align: center;
}

.proof-viewer-stage__viewport {
    overflow: auto;
    max-height: clamp(640px, 82vh, 980px);
    padding: 8px 6px 0;
    background:
        linear-gradient(180deg, rgba(24, 24, 24, 0.98) 0%, rgba(34, 34, 34, 0.98) 100%);
}

.proof-viewer-stage__canvas {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    min-width: min-content;
    margin: 0 auto;
}

.proof-viewer-stage--pdf {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    background: transparent;
}

.proof-viewer-stage__image,
.proof-viewer-stage__frame {
    display: block;
    width: 100%;
}

.proof-viewer-stage__image {
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    object-fit: contain;
    background: #ffffff;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.28);
}

.proof-viewer-stage__frame {
    min-height: clamp(640px, 82vh, 980px);
    border: 0;
    background: #ffffff;
}

.proof-viewer-stage__fallback {
    display: grid;
    justify-items: center;
    gap: 12px;
    padding: 44px 24px;
    text-align: center;
}

.proof-viewer-stage__fallback i {
    color: #2f5de4;
    font-size: 2.4rem;
}

.proof-viewer-stage__fallback h2 {
    margin: 0;
    color: #102347;
    font-size: 1.2rem;
}

.proof-viewer-stage__fallback p {
    margin: 0;
    color: #6c7f9d;
    line-height: 1.7;
}

.detail-meta-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin: 24px 0;
}

.detail-meta-grid div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    padding: 16px 18px;
    min-height: unset;
}

.detail-meta-grid strong {
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #6c7f9d;
}

.detail-meta-grid span {
    font-size: 1rem;
    color: #102347;
}

@media (max-width: 900px) {
    .news-directory-section {
        padding: 28px 0 44px;
    }

    .news-directory-shell {
        width: calc(100% - 24px);
    }

    .article-detail-shell {
        padding-top: 18px;
    }

    .news-filter-bar,
    .article-detail,
    .detail-meta-grid {
        grid-template-columns: 1fr;
    }

    .news-directory-panel {
        gap: 14px;
        margin-bottom: 14px;
    }

    .news-filter-bar {
        gap: 10px;
    }

    .news-filter-field {
        min-height: 54px;
        border-radius: 16px;
    }

    .news-filter-field--select {
        padding: 0 14px;
    }

    .news-list-item {
        grid-template-columns: 160px minmax(0, 1fr);
        gap: 14px;
        min-height: 176px;
        padding: 10px;
    }

    .news-list-item__image-wrap {
        height: 156px;
        min-height: 156px;
    }

    .news-list-item__content {
        min-height: 0;
        gap: 8px;
        padding: 2px 0;
    }

    .news-list-item__meta-bottom {
        flex-wrap: wrap;
        align-items: center;
        gap: 8px;
    }

    .news-list-item__meta-stats {
        flex: 1 1 auto;
        flex-wrap: wrap;
        gap: 8px 10px;
        min-width: 0;
    }

    .news-filter-field--dates {
        min-height: auto;
        padding: 8px 12px;
    }

    .news-filter-field__dates {
        gap: 8px;
    }

    .article-feature {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .article-feature__image-wrap {
        aspect-ratio: 16 / 10;
    }

    .article-feature__content {
        padding: 0;
    }

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

    .article-feature__footer {
        align-items: flex-start;
    }

    .article-feature__actions {
        justify-content: flex-start;
    }

    .proof-viewer-shell {
        width: calc(100% - 24px);
    }

    .proof-viewer-toolbar__actions {
        width: 100%;
    }

    .proof-viewer-toolbar__actions .button-primary,
    .proof-viewer-toolbar__actions .button-secondary {
        justify-content: center;
        width: 100%;
    }

    .proof-viewer-files {
        width: 100%;
    }

    .proof-viewer-file {
        min-width: 0;
        width: 100%;
    }

    .proof-viewer-stage__controls {
        align-items: flex-start;
        flex-direction: column;
        padding: 12px 14px;
    }

    .proof-viewer-stage__controls-actions {
        width: 100%;
        justify-content: flex-start;
    }

    .proof-viewer-stage__viewport {
        padding: 6px 4px 0;
        max-height: 72vh;
    }
}

@media (max-width: 640px) {
    .news-directory-section {
        padding: 18px 0 36px;
    }

    .news-directory-shell {
        width: calc(100% - 20px);
    }

    .article-detail-shell {
        padding-top: 12px;
    }

    .proof-viewer-stage__controls {
        gap: 10px;
        padding: 10px 12px;
    }

    .proof-viewer-stage__controls-title {
        gap: 8px;
        font-size: 0.84rem;
    }

    .proof-viewer-stage__controls-title i {
        font-size: 0.84rem;
    }

    .proof-viewer-stage__controls-actions {
        display: grid;
        grid-template-columns: 34px auto 34px minmax(0, 1fr) minmax(0, 1fr);
        gap: 6px;
        align-items: center;
    }

    .proof-viewer-control-button {
        min-width: 34px;
        min-height: 34px;
        padding: 0 8px;
        border-radius: 8px;
    }

    .proof-viewer-control-button i {
        font-size: 0.78rem;
    }

    .proof-viewer-control-button--label {
        gap: 6px;
        font-size: 0.78rem;
    }

    .proof-viewer-stage__zoom-value {
        min-width: 44px;
        font-size: 0.78rem;
    }

    .news-directory-panel {
        padding: 0;
        gap: 12px;
        margin-bottom: 12px;
    }

    .news-directory-panel__copy h1 {
        margin: 0 0 8px;
        font-size: clamp(1.72rem, 8vw, 2.12rem);
    }

    .news-directory-panel__copy p {
        font-size: 0.88rem;
        line-height: 1.55;
    }

    .news-filter-bar {
        grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
        gap: 8px;
    }

    .news-filter-field {
        min-height: 46px;
        border-radius: 13px;
    }

    .news-filter-field--select {
        padding: 0 10px;
    }

    .news-filter-field--select::after {
        right: 10px;
        font-size: 0.68rem;
    }

    .news-filter-field--select select {
        padding-right: 20px;
        font-size: 0.8rem;
    }

    .news-filter-field--dates {
        padding: 6px 8px;
    }

    .news-filter-field__dates {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 4px 8px;
    }

    .news-filter-field__dates input {
        min-height: 26px;
        font-size: 0.72rem;
    }

    .news-filter-field--search {
        grid-column: 1 / -1;
        gap: 8px;
        padding: 0 6px 0 10px;
    }

    .news-filter-bar__reset {
        grid-column: 1 / -1;
        font-size: 0.8rem;
    }

    .news-filter-field--search i {
        font-size: 0.86rem;
    }

    .news-filter-field--search input {
        font-size: 0.86rem;
    }

    .news-filter-field__submit {
        min-width: 68px;
        min-height: 36px;
        padding: 0 12px;
        border-radius: 10px;
        font-size: 0.82rem;
        box-shadow: 0 10px 20px rgba(199, 30, 47, 0.16);
    }

    .news-directory-results {
        gap: 8px;
    }

    .news-list-item {
        grid-template-columns: 102px minmax(0, 1fr);
        gap: 7px;
        min-height: 0;
        padding: 6px;
        border-radius: 12px;
    }

    .news-list-item__link-overlay {
        border-radius: 12px;
    }

    .news-list-item__image-wrap {
        height: 98px;
        min-height: 98px;
        border-radius: 9px;
        aspect-ratio: auto;
    }

    .news-list-item__content {
        min-height: 98px;
        height: 100%;
        gap: 4px;
        padding: 1px 0;
    }

    .news-category-badge {
        min-height: 16px;
        padding: 0 6px;
        font-size: 0.48rem;
    }

    .news-list-item h2 {
        min-height: 0;
        font-size: 0.72rem;
        line-height: 1.12;
    }

    .news-list-item h2 span {
        display: -webkit-box;
        overflow: hidden;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }

    .news-list-item p {
        min-height: 0;
        font-size: 0.6rem;
        line-height: 1.24;
        -webkit-line-clamp: 1;
    }

    .news-list-item__share {
        min-height: 22px;
        padding: 0 6px;
        margin-left: 0;
        justify-content: center;
        flex-shrink: 0;
        gap: 3px;
        border: 1px solid rgba(45, 110, 242, 0.22);
        background: rgba(244, 248, 255, 0.98);
        color: #2d6ef2;
        font-size: 0.52rem;
        font-weight: 800;
        box-shadow: none;
    }

    .news-list-item__share i {
        font-size: 0.6rem;
    }

    .news-list-item__meta-top,
    .news-list-item__meta-bottom {
        gap: 3px;
    }

    .news-list-item__meta-bottom {
        flex-wrap: nowrap;
        align-items: center;
    }

    .news-list-item__meta-stats {
        gap: 3px 5px;
        flex-wrap: nowrap;
    }

    .news-list-item__meta-bottom span {
        font-size: 0.54rem;
    }

    .news-list-item__meta-bottom i {
        margin-right: 2px;
    }

    .article-feature__eyebrow {
        gap: 6px;
    }

    .article-feature__publisher {
        font-size: 0.62rem;
        letter-spacing: 0.05em;
    }

    .article-feature__title {
        font-size: 1.34rem;
        line-height: 1.14;
    }

    .lead-story__content .article-feature__summary {
        font-size: 0.84rem;
        line-height: 1.58;
    }

    .article-feature__image-wrap {
        aspect-ratio: 16 / 10;
        min-height: 0;
        border-radius: 18px;
    }

    .article-feature {
        gap: 12px;
    }

    .article-feature__meta-grid {
        gap: 8px;
    }

    .article-feature__meta-card {
        gap: 4px;
        padding: 10px 12px;
        border-radius: 12px;
    }

    .article-feature__meta-card span {
        font-size: 0.58rem;
    }

    .article-feature__meta-card strong {
        font-size: 0.78rem;
    }

    .article-feature__footer {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        align-items: center;
        gap: 8px 10px;
    }

    .article-feature__meta-bar {
        gap: 8px;
        font-size: 0.68rem;
    }

    .article-feature__actions {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        width: auto;
    }

    .article-feature__actions .button-primary,
    .article-feature__actions .button-secondary,
    .article-feature__actions .lead-story__share {
        justify-content: center;
        width: auto;
        min-height: 34px;
        padding-inline: 10px;
        font-size: 0.68rem;
    }

    .pager {
        gap: 10px;
        margin-top: 18px;
    }

    .pager span {
        font-size: 0.78rem;
    }

    .pager .button-primary,
    .pager .button-secondary {
        min-height: 40px;
        padding: 0 16px;
        font-size: 0.88rem;
        box-shadow: 0 10px 20px rgba(239, 35, 60, 0.16);
    }

    .article-sidebar-summary__item {
        padding: 10px 12px;
        gap: 4px;
    }

    .article-sidebar-summary__item span {
        font-size: 0.58rem;
    }

    .article-sidebar-summary__item strong {
        font-size: 0.76rem;
    }

    .article-detail-empty {
        padding: 24px 16px;
    }
}

@media print {
    .site-header,
    .site-footer,
    .proof-viewer-toolbar,
    .proof-viewer-stage__controls,
    .flash-popup-overlay {
        display: none !important;
    }

    .public-main,
    .proof-viewer-section,
    .section-block--soft {
        padding: 0 !important;
        background: #ffffff !important;
    }

    .proof-viewer-card,
    .proof-viewer-stage {
        padding: 0;
        border: 0;
        border-radius: 0;
        box-shadow: none;
        background: #ffffff;
    }

    .proof-viewer-stage__image {
        max-height: none;
    }

    .proof-viewer-stage__frame {
        min-height: 100vh;
    }
}
