.news-page-body {
    min-width: 320px;
    background: #f4f6f8;
}

.news-page {
    width: min(1560px, calc(100% - 32px));
    margin: 18px auto 36px;
}

.news-page-header,
.news-filter-panel,
.news-timeline-panel,
.news-side-section {
    background: #fff;
    border: 1px solid #dfe3e8;
    border-radius: 7px;
}

.news-filter-panel {
    border-top: 0;
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
}

.news-filter-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    min-height: 50px;
    padding: 10px 14px;
    border-bottom: 1px solid #e8ebef;
}

.news-filter-title {
    color: #101828;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.25;
}

.news-page-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 68px;
    padding: 12px 16px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.news-page-title,
.news-page-updated,
.news-item-meta,
.news-section-header,
.news-section-header > div {
    display: flex;
    align-items: center;
}

.news-section-header-actions {
    display: inline-flex;
    align-items: center;
    gap: 9px;
}

.news-view-switch {
    display: inline-flex;
    align-items: center;
    padding: 2px;
    background: #f2f4f7;
    border: 1px solid #d0d5dd;
    border-radius: 5px;
}

.news-view-link {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    padding: 0 8px;
    color: #667085;
    font-size: 11px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 3px;
}

.news-view-link:hover,
.news-view-link:focus-visible {
    color: #175cd3;
}

.news-view-link.is-active {
    color: #175cd3;
    background: #fff;
    box-shadow: 0 1px 2px rgb(16 24 40 / 10%);
}

.news-page-title {
    flex: 1 1 auto;
    gap: 12px;
    min-width: 0;
}

.news-header-links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
}

.news-source-link {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    min-height: 30px;
    padding: 0 9px;
    color: #175cd3;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    background: #f5f8ff;
    border: 1px solid #b2ccff;
    border-radius: 6px;
}

.news-source-link:hover,
.news-source-link:focus-visible {
    color: #004eeb;
    background: #eff4ff;
    border-color: #84adff;
}

.news-status-link {
    color: #067647;
    background: #ecfdf3;
    border-color: #abefc6;
}

.news-status-link:hover,
.news-status-link:focus-visible {
    color: #05603a;
    background: #dcfae6;
    border-color: #75e0a7;
}

.news-source-link svg {
    width: 13px;
    height: 13px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.news-page-title h1,
.news-page-title p,
.news-section-header h2,
.news-side-section h2,
.news-timeline-content h3,
.news-timeline-content p,
.news-board-trends h3,
.news-board-trends p {
    margin: 0;
}

.news-page-title h1 {
    color: #101828;
    font-size: 24px;
    line-height: 1.25;
}

.news-page-title p {
    margin-top: 3px;
    color: #667085;
    font-size: 12px;
}

.news-back-link,
.news-page-updated a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    color: #475467;
    border: 1px solid #d0d5dd;
    border-radius: 6px;
}

.news-back-link:hover,
.news-page-updated a:hover {
    color: #175cd3;
    background: #f5f8ff;
    border-color: #b2ccff;
}

.news-back-link svg,
.news-page-updated svg {
    width: 17px;
    height: 17px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.news-page-updated {
    gap: 8px;
    color: #667085;
    font-size: 12px;
}

.news-page-updated strong {
    color: #344054;
}

.news-topic-bar {
    position: relative;
    z-index: 10;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 7px 12px 8px;
    border: 0;
    border-radius: 0;
}

.news-topic-primary {
    display: flex;
    flex: 1 1 auto;
    gap: 7px;
    min-width: 0;
    overflow-x: auto;
    scrollbar-width: thin;
}

.news-topic-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-height: 34px;
    padding: 0 12px;
    color: #344054;
    background: #fff;
    border: 1px solid #d0d5dd;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 700;
    white-space: nowrap;
}

.news-topic-link:hover,
.news-topic-link.is-active {
    color: #175cd3;
    background: #eff6ff;
    border-color: #84adff;
}

.news-topic-link small {
    color: #667085;
    font-size: 10px;
}

.news-topic-more {
    position: relative;
    flex: 0 0 auto;
}

.news-topic-more summary {
    cursor: pointer;
    list-style: none;
}

.news-topic-more summary::-webkit-details-marker {
    display: none;
}

.news-topic-menu {
    position: absolute;
    top: calc(100% + 6px);
    right: 0;
    display: grid;
    width: 210px;
    padding: 6px;
    background: #fff;
    border: 1px solid #d0d5dd;
    border-radius: 6px;
    box-shadow: 0 12px 28px rgba(16, 24, 40, .14);
}

.news-topic-menu a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 34px;
    padding: 0 9px;
    color: #344054;
    border-radius: 4px;
    font-size: 12px;
}

.news-topic-menu a:hover,
.news-topic-menu a.is-active {
    color: #175cd3;
    background: #f5f8ff;
}

.news-topic-menu small {
    color: #98a2b3;
}

.news-label-bar {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 6px 12px;
    border: 0;
    border-radius: 0;
}

.news-label-title,
.news-account-title {
    flex: 0 0 auto;
    color: #667085;
    font-size: 11px;
    font-weight: 700;
}

.news-label-list,
.news-account-list {
    display: flex;
    gap: 6px;
    min-width: 0;
    overflow-x: auto;
    scrollbar-width: thin;
}

.news-account-list {
    flex: 1 1 auto;
    flex-wrap: wrap;
    overflow-x: visible;
}

.news-label-link {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    min-height: 27px;
    padding: 0 8px;
    color: #475467;
    background: #f8fafc;
    border: 1px solid #e4e7ec;
    border-radius: 4px;
    font-size: 10px;
    font-weight: 700;
    white-space: nowrap;
}

.news-label-link .news-status-icon {
    width: 11px;
    height: 11px;
}

.news-label-link small {
    color: #98a2b3;
    font-size: 9px;
}

.news-label-link:hover,
.news-label-link.is-active {
    border-color: currentColor;
}

.news-label-link.is-active {
    box-shadow: inset 0 0 0 1px currentColor;
}

.news-label-link.is-major {
    color: #b42318;
    background: #fef3f2;
}

.news-label-link.is-featured {
    color: #175cd3;
    background: #eff6ff;
}

.news-label-link.is-rumor {
    color: #b54708;
    background: #fff5df;
}

.news-label-link.is-review {
    color: #6c57b6;
    background: #f3efff;
}

.news-label-link.is-opinion {
    color: #6941c6;
    background: #f4f3ff;
}

.news-label-link.is-official {
    color: #067647;
    background: #ecfdf3;
}

.news-label-link.is-public,
.news-label-link.is-all {
    color: #475467;
    background: #f2f4f7;
}

.news-account-bar {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 6px 12px 8px;
    border: 0;
    border-radius: 0;
}

.news-account-link {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    min-height: 27px;
    padding: 0 8px;
    color: #344054;
    background: #f8fafc;
    border: 1px solid #d0d5dd;
    border-radius: 4px;
    font-size: 10px;
    font-weight: 700;
    white-space: nowrap;
}

.news-account-link small {
    color: #98a2b3;
    font-size: 9px;
}

.news-account-link:hover,
.news-account-link.is-active {
    color: #175cd3;
    background: #eff6ff;
    border-color: #84adff;
}

.news-account-link.is-active {
    box-shadow: inset 0 0 0 1px #84adff;
}

.news-filter-reset {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-height: 34px;
    padding: 0 12px;
    color: #475467;
    background: #fff;
    border: 1px solid #d0d5dd;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 700;
    white-space: nowrap;
    text-decoration: none;
}

.news-filter-reset:hover,
.news-filter-reset:focus-visible {
    color: #175cd3;
    background: #eff6ff;
    border-color: #84adff;
}

.news-filter-reset svg {
    width: 13px;
    height: 13px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.news-board-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.9fr) minmax(360px, 1fr);
    align-items: start;
    gap: 12px;
    margin-top: 12px;
}

.news-timeline-panel,
.news-side-section {
    min-width: 0;
    overflow: hidden;
}

.news-section-header,
.news-side-section > header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 50px;
    padding: 10px 14px;
    border-bottom: 1px solid #e8ebef;
}

    .news-section-header h2,
    .news-side-section h2 {
        color: #101828;
        font-size: 15px;
    }

.news-section-header span,
.news-section-header small,
.news-side-section h2 span {
    color: #667085;
    font-size: 11px;
    font-weight: 500;
}

.news-section-header span {
    margin-left: 8px;
}

.news-timeline {
    padding: 0 14px 8px;
}

.news-date-divider {
    padding: 10px 0 8px;
    color: #475467;
    border-bottom: 1px solid #eaecf0;
    font-size: 12px;
    font-weight: 700;
}

.news-timeline-item {
    position: relative;
    display: grid;
    grid-template-columns: 50px 14px minmax(0, 1fr);
    gap: 8px;
    padding: 13px 0;
    border-bottom: 1px solid #eef0f3;
}

.news-timeline-item > time {
    padding-top: 3px;
    color: #175cd3;
    font-size: 12px;
    font-weight: 700;
    text-align: right;
}

.news-timeline-dot {
    position: relative;
    width: 8px;
    height: 8px;
    margin: 6px auto 0;
    background: #2e6cf6;
    border: 2px solid #dbeafe;
    border-radius: 50%;
}

.news-timeline-dot::after {
    position: absolute;
    top: 9px;
    left: 2px;
    width: 1px;
    height: calc(100% + 76px);
    background: #dbe5f5;
    content: '';
}

.news-timeline-item:last-child .news-timeline-dot::after {
    display: none;
}

.news-timeline-content {
    min-width: 0;
}

.news-item-meta {
    flex-wrap: wrap;
    gap: 5px;
}

.news-topic-badge,
.news-source-badge,
.news-status-badge,
.news-item-meta b {
    display: inline-flex;
    align-items: center;
    min-height: 20px;
    padding: 0 6px;
    border-radius: 3px;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
}

.news-status-badge {
    gap: 3px;
}

.news-status-icon {
    width: 10px;
    height: 10px;
    flex: 0 0 auto;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.news-topic-badge {
    color: #175cd3;
    background: #eff6ff;
}

.news-source-badge {
    gap: 4px;
    padding: 0 7px 0 3px;
    color: #344054;
    background: #f8fafc;
    border: 1px solid #dbe5f2;
    font-weight: 600;
    text-decoration: none;
    transition: border-color .16s ease, color .16s ease, background .16s ease;
}

.news-source-badge:hover,
.news-source-badge:focus-visible {
    color: #175cd3;
    background: #eff6ff;
    border-color: #b8d2ff;
    text-decoration: none;
    outline: none;
}

.news-source-avatar {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 14px;
    height: 14px;
    color: #175cd3;
    background: #dbeafe;
    border-radius: 50%;
    font-size: 8px;
    font-weight: 800;
    line-height: 1;
}

.news-source-name {
    max-width: 88px;
    overflow: hidden;
    color: #101828;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-source-handle {
    max-width: 112px;
    overflow: hidden;
    color: #667085;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-source-badge:hover .news-source-name,
.news-source-badge:focus-visible .news-source-name,
.news-source-badge:hover .news-source-handle,
.news-source-badge:focus-visible .news-source-handle {
    color: inherit;
}

.news-status-badge.is-major {
    color: #b42318;
    background: #fef3f2;
}

.news-status-badge.is-featured {
    color: #175cd3;
    background: #eff6ff;
}

.news-status-badge.is-official {
    color: #067647;
    background: #ecfdf3;
}

.news-status-badge.is-rumor {
    color: #b54708;
    background: #fff5df;
}

.news-status-badge.is-review {
    color: #6c57b6;
    background: #f3efff;
}

.news-status-badge.is-opinion {
    color: #6941c6;
    background: #f4f3ff;
}

.news-status-badge.is-public,
.news-item-meta b {
    color: #475467;
    background: #f2f4f7;
}

.news-timeline-content h3 {
    margin-top: 7px;
    color: #101828;
    font-size: 14px;
    line-height: 1.45;
}

.news-timeline-content p {
    margin-top: 4px;
    color: #667085;
    font-size: 12px;
    line-height: 1.6;
}

.news-board-side {
    display: grid;
    gap: 12px;
}

.news-reset-forecast {
    padding: 12px 14px 13px;
    background: #fff;
    border-bottom: 1px solid #e8ebef;
}

.news-reset-forecast-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.news-reset-forecast-head > div {
    display: grid;
    gap: 3px;
    min-width: 0;
}

.news-reset-forecast-head strong {
    color: #101828;
    font-size: 12px;
    line-height: 1.4;
}

.news-reset-forecast-head small {
    color: #667085;
    font-size: 9px;
    line-height: 1.4;
}

.news-reset-forecast-head > span {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    flex: none;
    padding: 2px 5px;
    color: #b54708;
    background: #fff5df;
    border-radius: 3px;
    font-size: 9px;
    font-weight: 700;
    line-height: 1.4;
    white-space: nowrap;
}

.news-reset-forecast-head > span::before {
    width: 5px;
    height: 5px;
    background: #f79009;
    border-radius: 50%;
    content: "";
}

.news-reset-forecast-head > span.is-waiting {
    color: #475467;
    background: #f2f4f7;
}

.news-reset-forecast-head > span.is-waiting::before {
    background: #98a2b3;
}

.news-reset-forecast-head > span.is-signal {
    color: #9a3412;
    background: #fff3e8;
}

.news-reset-forecast-head > span.is-signal::before {
    background: #ea580c;
}

.news-reset-forecast-head > span.is-confirmed {
    color: #067647;
    background: #ecfdf3;
}

.news-reset-forecast-head > span.is-confirmed::before {
    background: #12b76a;
}

.news-reset-forecast-head > span.is-probability {
    color: #175cd3;
    background: #eff8ff;
}

.news-reset-forecast-head > span.is-probability::before {
    background: #175cd3;
}

.news-reset-forecast-scenarios {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: 100%;
    margin-top: 12px;
    color: #344054;
    font-variant-numeric: tabular-nums;
}

.news-reset-forecast-scenarios.is-single {
    grid-template-columns: minmax(0, 240px);
    justify-content: center;
}

.news-reset-forecast-scenarios.is-two {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.news-reset-forecast-scenarios.is-three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.news-reset-forecast-scenario {
    position: relative;
    min-width: 0;
    padding: 10px 10px 9px;
    border-left: 1px solid #e4e7ec;
}

.news-reset-forecast-scenario:first-child {
    padding-left: 0;
    border-left: 0;
}

.news-reset-forecast-scenario:last-child {
    padding-right: 0;
}

.news-reset-forecast-scenario::before {
    position: absolute;
    top: 0;
    right: 10px;
    left: 10px;
    height: 2px;
    background: #98a2b3;
    content: "";
}

.news-reset-forecast-scenario:first-child::before {
    left: 0;
}

.news-reset-forecast-scenario:last-child::before {
    right: 0;
}

.news-reset-forecast-scenario.is-near::before {
    background: #175cd3;
}

.news-reset-forecast-scenario.is-loose::before {
    background: #dc6803;
}

.news-reset-forecast-scenario.is-weekly::before {
    background: #12b76a;
}

.news-reset-forecast-scenario.is-hard::before {
    background: #12b76a;
}

.news-reset-forecast-scenario.is-today::before {
    background: #dc6803;
}

.news-reset-forecast-scenario-head {
    display: grid;
    justify-items: center;
    padding: 2px 0 8px;
    text-align: center;
}

.news-reset-forecast-scenario-head strong {
    color: #175cd3;
    font-size: 10px;
    line-height: 1.4;
    white-space: nowrap;
}

.news-reset-forecast-scenario.is-loose .news-reset-forecast-scenario-head strong {
    color: #b54708;
}

.news-reset-forecast-scenario.is-delayed .news-reset-forecast-scenario-head strong {
    color: #475467;
}

.news-reset-forecast-scenario.is-weekly .news-reset-forecast-scenario-head strong {
    color: #067647;
}

.news-reset-forecast-scenario.is-hard .news-reset-forecast-scenario-head strong {
    color: #067647;
}

.news-reset-forecast-scenario.is-today .news-reset-forecast-scenario-head strong {
    color: #b54708;
}

.news-reset-forecast-scenario-head time {
    margin-top: 3px;
    color: #101828;
    font-size: 19px;
    font-weight: 600;
    line-height: 1.25;
    white-space: nowrap;
}

.news-reset-forecast-scenario-head small {
    margin-top: 3px;
    color: #667085;
    font-size: 9px;
    line-height: 1.4;
    white-space: nowrap;
}

.news-reset-forecast-times {
    display: grid;
    gap: 4px;
    margin: 0;
    padding: 7px 0;
    border-top: 1px solid #e8ebef;
    border-bottom: 1px solid #e8ebef;
}

.news-reset-forecast-times > div {
    display: grid;
    grid-template-columns: max-content max-content;
    align-items: baseline;
    justify-content: center;
    gap: 9px;
    min-width: 0;
}

.news-reset-forecast-times dt,
.news-reset-forecast-times dd {
    margin: 0;
    font-size: 9px;
    line-height: 1.4;
    white-space: nowrap;
}

.news-reset-forecast-times dt {
    color: #667085;
}

.news-reset-forecast-times dd {
    color: #344054;
    font-size: 10px;
    font-weight: 600;
}

.news-reset-forecast-relative {
    display: block;
    padding-top: 6px;
    color: #667085;
    font-size: 9px;
    line-height: 1.4;
    text-align: center;
    white-space: nowrap;
}

.news-reset-forecast-scenario.is-past {
    opacity: .56;
}

.news-reset-forecast-scenario.is-active .news-reset-forecast-scenario-head time {
    color: #067647;
}

.news-reset-forecast.is-signal .news-reset-forecast-times > div {
    grid-template-columns: max-content max-content;
    column-gap: 8px;
}

.news-reset-forecast.is-signal .news-reset-forecast-times dd {
    font-size: 9px;
}

.news-reset-forecast > p {
    margin: 0;
    padding-top: 9px;
    color: #667085;
    border-top: 1px solid #e8ebef;
    font-size: 10px;
    line-height: 1.55;
}

.news-benefit-board-list,
.news-board-trends {
    padding: 4px 14px 12px;
}

.news-benefit-board-list article {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: start;
    gap: 8px;
    padding: 10px 0;
    border-bottom: 1px solid #eef0f3;
}

.news-benefit-board-list article:last-child,
.news-board-trends article:last-child {
    border-bottom: 0;
}

.news-benefit-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 11px;
    height: 11px;
    margin-left: 3px;
    color: #067647;
    background: transparent;
    vertical-align: -1px;
}

.news-benefit-icon svg {
    width: 11px;
    height: 11px;
}

.news-benefit-board-list .news-benefit-reset .news-benefit-icon {
    color: #087443;
}

.news-benefit-board-list .news-benefit-reset b {
    color: #087443;
    background: #e7f8ee;
}

.news-benefit-board-list .news-benefit-free .news-benefit-icon {
    color: #9a6700;
}

.news-benefit-board-list .news-benefit-free b {
    color: #9a6700;
    background: #fff5d6;
}

.news-benefit-board-list .news-benefit-campaign .news-benefit-icon {
    color: #b54708;
}

.news-benefit-board-list .news-benefit-campaign b {
    color: #b54708;
    background: #fff0e5;
}

.news-benefit-board-list .news-benefit-preview .news-benefit-icon {
    color: #175cd3;
}

.news-benefit-board-list .news-benefit-preview b {
    color: #175cd3;
    background: #eaf2ff;
}

.news-benefit-board-list .news-benefit-rights .news-benefit-icon {
    color: #6941c6;
}

.news-benefit-board-list .news-benefit-rights b {
    color: #6941c6;
    background: #f0eaff;
}

.news-benefit-board-list div {
    display: grid;
    gap: 3px;
    min-width: 0;
}

.news-benefit-board-list b {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    width: fit-content;
    padding: 1px 5px;
    color: #067647;
    background: #ecfdf3;
    border-radius: 3px;
    font-size: 9px;
}

.news-benefit-board-list strong {
    color: #101828;
    font-size: 11px;
}

.news-benefit-board-list small {
    color: #667085;
    font-size: 10px;
    line-height: 1.5;
}

.news-benefit-board-list time {
    color: #667085;
    font-size: 9px;
    white-space: nowrap;
}

.news-board-trends article {
    padding: 11px 0;
    border-bottom: 1px solid #eef0f3;
}

.news-board-trends article > div {
    display: flex;
    align-items: center;
    gap: 6px;
}

.news-board-trends article span,
.news-board-trends article b {
    padding: 2px 5px;
    color: #475467;
    background: #f2f4f7;
    border-radius: 3px;
    font-size: 9px;
}

.news-board-trends article span.is-strong {
    color: #067647;
    background: #ecfdf3;
}

.news-board-trends article span.is-observing {
    color: #b54708;
    background: #fffaeb;
}

.news-board-trends h3 {
    margin-top: 7px;
    color: #101828;
    font-size: 12px;
    line-height: 1.5;
}

.news-board-trends p,
.news-board-trends small {
    display: block;
    margin-top: 4px;
    color: #667085;
    font-size: 10px;
    line-height: 1.55;
}

.news-board-trends small strong {
    color: #b54708;
}

.news-volume-chart {
    width: 100%;
    height: 258px;
    padding: 0 4px 4px;
    box-sizing: border-box;
}

.news-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 14px;
    border-top: 1px solid #eaecf0;
}

.news-pagination a {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 0 11px;
    color: #344054;
    background: #fff;
    border: 1px solid #d0d5dd;
    border-radius: 5px;
    font-size: 11px;
}

.news-pagination a:hover {
    color: #175cd3;
    border-color: #84adff;
}

.news-pagination a.is-disabled {
    pointer-events: none;
    opacity: .45;
}

.news-pagination span,
.news-side-empty,
.news-empty-state {
    color: #667085;
    font-size: 11px;
}

.news-empty-state {
    display: grid;
    place-items: center;
    gap: 5px;
    min-height: 260px;
}

.news-empty-state strong {
    color: #344054;
    font-size: 14px;
}

.news-side-empty {
    margin: 0;
    padding: 28px 14px;
    text-align: center;
}

@media (max-width: 1120px) {
    .news-board-grid {
        grid-template-columns: minmax(0, 1.5fr) minmax(320px, 1fr);
    }

    .news-page-updated span {
        display: none;
    }
}

@media (max-width: 860px) {
    .news-page {
        width: min(100% - 20px, 760px);
        margin-top: 10px;
    }

    .news-page-header {
        align-items: flex-start;
    }

    .news-page-title h1 {
        font-size: 19px;
    }

    .news-page-updated {
        align-items: flex-end;
        flex-direction: column;
    }

    .news-page-updated strong {
        font-size: 10px;
    }

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

    .news-board-side {
        grid-template-columns: 1fr;
    }

    .news-topic-bar {
        align-items: stretch;
    }
}

@media (max-width: 560px) {
    .news-page {
        width: 100%;
        margin: 0;
    }

    .news-page-header,
    .news-filter-panel,
    .news-timeline-panel,
    .news-side-section {
        border-right: 0;
        border-left: 0;
        border-radius: 0;
    }

    .news-filter-head {
        padding-right: 8px;
        padding-left: 8px;
    }

    .news-page-header {
        padding: 10px 12px;
    }

    .news-page-title {
        flex-wrap: wrap;
        gap: 8px;
    }

    .news-header-links {
        flex: 1 1 100%;
        margin-left: 42px;
    }

    .news-source-link {
        padding: 0 7px;
    }

    .news-page-updated strong {
        display: none;
    }

    .news-topic-bar {
        padding-right: 8px;
        padding-left: 8px;
    }

    .news-label-bar,
    .news-account-bar {
        padding-right: 8px;
        padding-left: 8px;
    }

    .news-topic-link {
        padding: 0 9px;
    }

    .news-timeline {
        padding-right: 10px;
        padding-left: 10px;
    }

    .news-timeline-item {
        grid-template-columns: 38px 10px minmax(0, 1fr);
        gap: 6px;
    }

    .news-timeline-item > time {
        font-size: 10px;
    }

    .news-timeline-content h3 {
        font-size: 13px;
    }

    .news-reset-forecast {
        padding-top: 11px;
        padding-right: 10px;
        padding-bottom: 12px;
        padding-left: 10px;
    }

    .news-reset-forecast-scenario {
        padding-right: 6px;
        padding-left: 6px;
    }

    .news-reset-forecast-scenario:first-child {
        padding-left: 0;
    }

    .news-reset-forecast-scenario:last-child {
        padding-right: 0;
    }

    .news-reset-forecast-scenarios.is-single {
        grid-template-columns: minmax(0, 240px);
        justify-content: center;
    }

    .news-reset-forecast-scenarios.is-two {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .news-reset-forecast-scenarios.is-three {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .news-reset-forecast-scenario {
        border-left: 1px solid #e4e7ec;
        border-top: 0;
    }

    .news-reset-forecast-scenario:first-child {
        border-left: 0;
    }

    .news-reset-forecast-scenario::before {
        right: 6px;
        left: 6px;
    }

    .news-reset-forecast-scenario:first-child::before {
        left: 0;
    }

    .news-reset-forecast-scenario:last-child::before {
        right: 0;
    }

    .news-reset-forecast-scenario-head time {
        font-size: 17px;
    }

    .news-reset-forecast-head > span {
        padding: 3px 7px;
        font-size: 10px;
    }

    .news-reset-forecast-scenario-head time {
        letter-spacing: .02em;
    }

    .news-reset-forecast-times > div {
        grid-template-columns: max-content max-content;
        gap: 10px;
    }

    .news-reset-forecast-times dt {
        font-size: 10px;
    }

    .news-reset-forecast-times dd {
        font-size: 11px;
    }

    .news-reset-forecast > p {
        padding: 9px 2px 3px;
    }

    .news-volume-chart {
        height: 240px;
    }
}
