.news-page-wrap {
    padding-top: clamp(3.25rem, 4vw, 4.35rem);
    padding-bottom: 2.5rem;
}

.news-shell {
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(var(--yump-gold-rgb), 0.2);
    border-radius: 20px;
    box-shadow: 0 16px 38px rgba(0, 0, 0, 0.06);
    padding: clamp(1rem, 1.2vw + 0.7rem, 1.8rem);
}

.news-head {
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: clamp(1rem, 2vw, 2rem);
    border-bottom: 1px solid rgba(var(--yump-gold-rgb), 0.24);
    padding-bottom: 0.9rem;
}

.news-front-grid,
.news-region-block,
.news-recent-days {
    width: 100%;
}

.news-head > div:first-child {
    flex: 1 1 auto;
    min-width: 0;
}

.news-head h1 {
    font-size: clamp(2.35rem, 4vw + 1rem, 5.8rem);
    line-height: 0.95;
}

.news-head p {
    max-width: 1120px;
    font-size: clamp(1rem, 0.35vw + 0.92rem, 1.22rem);
    line-height: 1.55;
}

.news-head-links {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 0.7rem;
    margin-bottom: 0.2rem;
}

.news-head-actions {
    align-self: flex-end;
    justify-content: flex-end;
    min-width: min(100%, 360px);
}

.news-head-links a,
.news-section-link {
    color: var(--yump-gold);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-decoration: none;
    border-bottom: 1px solid rgba(var(--yump-gold-rgb), 0.45);
    padding-bottom: 0.14rem;
}

.news-head-links .news-head-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    min-width: 112px;
    border: 1px solid rgba(var(--yump-gold-rgb), 0.42);
    border-radius: 6px;
    padding: 0.7rem 1.1rem;
}

.news-head-links .news-head-action-primary {
    background: var(--yump-gold);
    border-color: var(--yump-gold);
    color: #24130e;
}

.news-head-links a:hover,
.news-head-links a:focus-visible,
.news-section-link:hover,
.news-section-link:focus-visible {
    color: var(--yump-gold);
    border-bottom-color: currentColor;
}

.news-head-links .news-head-action-primary:hover,
.news-head-links .news-head-action-primary:focus-visible {
    color: #24130e;
}

.news-region-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1rem;
    border-bottom: 1px solid rgba(var(--yump-gold-rgb), 0.24);
    padding-bottom: 0.7rem;
    margin-bottom: 1.05rem;
}

.news-region-title {
    font-size: clamp(1.3rem, 0.8vw + 1.1rem, 1.75rem);
    color: #5f3a2a;
}

.news-region-block > .d-flex {
    border-bottom: 1px solid rgba(var(--yump-gold-rgb), 0.24);
    padding-bottom: 0.55rem;
    margin-bottom: 1rem !important;
}

.news-daily-digest-block {
    margin-top: clamp(2rem, 3vw, 3.5rem);
}

.news-front-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(260px, 0.68fr) minmax(260px, 0.55fr);
    gap: clamp(1.2rem, 2.2vw, 2rem);
    align-items: start;
}

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

.news-front-lead .news-lead-link {
    flex-direction: column;
}

.news-front-lead .news-thumb-wrap {
    aspect-ratio: 16 / 8.7;
    border-bottom-right-radius: 18px;
}

.news-front-lead .news-story-body {
    padding: 1rem 0 0;
}

.news-front-lead h2 {
    color: #493124;
    font-size: clamp(2.45rem, 3.2vw + 0.8rem, 4.7rem);
    line-height: 1;
    margin-bottom: 0.8rem;
}

.news-front-lead .news-summary {
    font-size: clamp(1rem, 0.25vw + 0.95rem, 1.15rem);
    line-height: 1.5;
    line-clamp: 3;
    -webkit-line-clamp: 3;
}

.news-secondary-stack,
.news-latest-panel {
    min-width: 0;
}

.news-secondary-stack {
    display: grid;
    gap: 0.9rem;
}

.news-text-story,
.news-latest-item,
.news-lane-card {
    border-bottom: 1px solid rgba(var(--yump-gold-rgb), 0.2);
    padding-bottom: 0.95rem;
}

.news-text-story .news-lead-link,
.news-latest-item .news-lead-link,
.news-lane-card .news-lead-link {
    display: block;
}

.news-text-story h3 {
    font-size: clamp(1.35rem, 0.65vw + 1.05rem, 1.72rem);
    line-height: 1.12;
    margin-bottom: 0.45rem;
}

.news-text-story .news-summary {
    font-size: 0.86rem;
    line-height: 1.45;
}

.news-latest-panel {
    background: rgba(36, 27, 23, 0.72);
    border: 1px solid rgba(var(--yump-gold-rgb), 0.22);
    border-radius: 6px;
    padding: clamp(1rem, 1.4vw, 1.35rem);
}

.news-latest-panel .news-region-title {
    margin-bottom: 0.9rem;
}

.news-latest-item {
    padding-bottom: 0.75rem;
}

.news-latest-item + .news-latest-item {
    margin-top: 0.75rem;
}

.news-latest-item h3 {
    font-size: 1.08rem;
    line-height: 1.18;
    margin-bottom: 0;
}

.news-recommended-grid {
    display: grid;
    grid-template-columns: minmax(360px, 0.85fr) minmax(260px, 0.75fr) minmax(260px, 0.75fr);
    column-gap: clamp(1.35rem, 2vw, 2rem);
    align-items: start;
}

.news-recommended-column {
    display: grid;
    gap: clamp(0.9rem, 1.15vw, 1.2rem);
    min-width: 0;
}

.news-recommended-card {
    min-width: 0;
    border-bottom: 1px solid rgba(var(--yump-gold-rgb), 0.2);
    padding-bottom: 0.9rem;
}

.news-recommended-card .news-lead-link {
    flex-direction: column;
}

.news-recommended-card-media .news-lead-link {
    flex-direction: row;
    gap: 0.9rem;
}

.news-recommended-card .news-thumb-wrap {
    aspect-ratio: 16 / 7;
    border-bottom-right-radius: 16px;
}

.news-recommended-card-media .news-thumb-wrap {
    width: 132px;
    min-width: 132px;
    aspect-ratio: 1 / 0.82;
}

.news-recommended-card .news-story-body {
    padding: 0.85rem 0 0;
}

.news-recommended-card-text .news-story-body,
.news-recommended-card-media .news-story-body {
    padding-top: 0;
}

.news-recommended-card h3 {
    font-size: clamp(1.22rem, 0.45vw + 1rem, 1.55rem);
    line-height: 1.14;
}

.news-recommended-card-wide {
    min-width: 0;
}

.news-recommended-card.news-recommended-card-wide .news-lead-link h3 {
    font-size: clamp(2rem, 1.25vw + 1.28rem, 2.75rem);
    line-height: 1.08;
}

.news-strip-head {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 1rem;
    margin: 1rem 0 0.85rem;
}

.news-strip-head .news-strip-title {
    margin: 0;
}

.news-strip-head span,
.news-section-count {
    color: #7a6458;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.news-lane-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(0.9rem, 1.6vw, 1.5rem);
}

.news-lane-card h3 {
    font-size: clamp(1.05rem, 0.45vw + 0.9rem, 1.3rem);
    line-height: 1.16;
    margin-bottom: 0;
}

.news-section-strip + .news-section-strip {
    margin-top: clamp(1.35rem, 2vw, 2.2rem);
}

.news-strip-title {
    color: var(--yump-gold);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.13em;
    line-height: 1.2;
    text-transform: uppercase;
    margin: 1rem 0 0.85rem;
}

.news-feed-card {
    background:
        radial-gradient(circle at 0% 0%, rgba(var(--yump-gold-rgb), 0.1), transparent 34%),
        linear-gradient(180deg, #ffffff 0%, #f9f4ee 100%);
}

.news-story-card {
    padding: 0;
    border-radius: 0;
    overflow: hidden;
}

.news-story-card-compact {
    background: transparent;
    border: 0;
    box-shadow: none;
}

.news-feed-layout {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 0.85rem;
    row-gap: 0.35rem;
}

.news-feed-layout > .news-story-card:nth-child(1) {
    grid-column: 1;
    grid-row: 1 / span 3;
}

.news-feed-layout > .news-story-card:nth-child(2) {
    grid-column: 2;
    grid-row: 1;
}

.news-feed-layout > .news-story-card:nth-child(3) {
    grid-column: 2;
    grid-row: 2;
}

.news-feed-layout > .news-story-card:nth-child(4) {
    grid-column: 2;
    grid-row: 3;
}

.news-feed-topline {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.75rem;
    margin-bottom: 0.6rem;
}

.news-feed-source-link {
    text-decoration: none;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-feed-source-link:hover,
.news-feed-source-link:focus-visible {
    color: var(--yump-gold);
}

.news-feed-origin {
    font-size: 0.78rem;
    text-decoration: none;
    color: var(--yump-gold);
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.news-feed-origin:hover,
.news-feed-origin:focus-visible {
    color: var(--yump-gold);
}

.news-lead-link {
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 0;
}

.news-story-card.is-lead .news-lead-link {
    flex-direction: column;
}

.news-thumb-wrap {
    width: 100%;
    background: transparent;
    overflow: hidden;
    border-bottom-right-radius: 18px;
}

.news-page-wrap .site-img-loader-host.site-img-loader-loading {
    background: transparent;
}

.news-page-wrap :is(.news-thumb-wrap, .news-article-figure, .news-related-thumb).site-img-loader-host.site-img-loader-loading {
    background: transparent;
}

.news-story-card.is-lead .news-thumb-wrap {
    aspect-ratio: 16 / 8;
}

.news-story-card:not(.is-lead) .news-thumb-wrap,
.news-story-card-compact .news-thumb-wrap {
    width: 164px;
    min-width: 164px;
    aspect-ratio: 1 / 1;
}

.news-daily-digest-block .news-story-card-compact .news-thumb-wrap {
    aspect-ratio: 4 / 3;
}

.news-region-block:not(.news-daily-digest-block) .news-story-card-compact .news-thumb-wrap {
    width: 328px;
    min-width: 328px;
    aspect-ratio: 2 / 1;
}

.news-features-block .news-lead-link h3 {
    font-size: 1.16rem;
    line-height: 1.24;
}

.news-features-block .news-summary {
    font-size: 0.92rem;
    line-height: 1.5;
}

.news-lead-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    background: transparent;
    margin: 0;
    border-bottom-right-radius: 18px;
}

.news-lead-image-fallback {
    background: linear-gradient(145deg, #f1dfd8 0%, #e6cdc3 100%);
}

.news-story-body {
    padding: 0.68rem 0.75rem 0.62rem;
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.news-story-card.is-lead .news-story-body {
    padding: 0.86rem 0.92rem 0.82rem;
}

.news-lead-link h3 {
    font-size: 1.04rem;
    line-height: 1.25;
    margin-bottom: 0.32rem;
}

.news-story-card.is-lead .news-lead-link h3 {
    font-size: 1.72rem;
    line-height: 1.2;
}

.news-lead-link:hover h3,
.news-lead-link:focus-visible h3 {
    color: var(--yump-gold);
}

.news-meta {
    display: block;
    width: 100%;
    font-size: 0.7rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--yump-gold);
    margin-bottom: 0.34rem;
    white-space: nowrap;
    word-break: normal;
    overflow-wrap: normal;
}

.news-summary {
    color: #4a3e36;
    font-size: 0.82rem;
    line-height: 1.45;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.news-story-card.is-lead .news-summary {
    font-size: 0.96rem;
    line-clamp: 4;
    -webkit-line-clamp: 4;
}

.news-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.news-list li {
    position: relative;
    padding-left: 1.05rem;
}

.news-list li::before {
    content: "\2022";
    position: absolute;
    left: 0;
    top: 0;
    color: var(--yump-gold);
}

.news-list a {
    text-decoration: none;
    color: #3a322c;
    font-size: 0.92rem;
    line-height: 1.45;
}

.news-list a:hover,
.news-list a:focus-visible {
    color: var(--yump-gold);
}

.news-empty-state {
    text-align: center;
    padding: 2.2rem 1.2rem;
}

.news-recent-days {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 0.75rem 1rem;
    margin-top: clamp(1.8rem, 2.4vw, 2.7rem);
    padding-top: 0.9rem;
    border-top: 1px solid rgba(var(--yump-gold-rgb), 0.24);
}

.news-recent-days .news-source-heading {
    margin: 0;
}

.news-recent-days a {
    color: var(--yump-gold);
    font-size: 0.78rem;
    text-decoration: none;
}

.news-recent-days a:hover,
.news-recent-days a:focus-visible {
    color: var(--yump-gold);
}

.news-recent-days a span {
    color: var(--yump-gold);
    font-size: 0.68rem;
    margin-left: 0.22rem;
}

.news-digest-lead {
    padding: 0;
    overflow: hidden;
}

.news-digest-lead .news-lead-link {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(340px, 0.8fr);
}

.news-digest-lead .news-thumb-wrap {
    aspect-ratio: 16 / 8.7;
}

.news-index-page .news-digest-lead .news-thumb-wrap,
.news-index-page .news-digest-lead .news-lead-image {
    border-bottom-right-radius: 0;
}

.news-digest-lead .news-story-body {
    justify-content: center;
    padding: clamp(1.25rem, 2.4vw, 3rem);
}

.news-digest-lead h2 {
    color: #493124;
    font-size: clamp(2.2rem, 3.1vw + 1rem, 5rem);
    line-height: 0.98;
    margin-bottom: clamp(0.95rem, 0.7vw + 0.75rem, 1.45rem);
}

.news-article-page {
    padding-top: clamp(2.25rem, 3vw, 3.35rem);
}

.news-article-shell {
    max-width: none;
    margin: 0 auto;
    padding: clamp(0.45rem, 1vw + 0.45rem, 1.2rem) 0 clamp(1rem, 1.8vw + 0.8rem, 2.25rem);
}

.news-article-header {
    max-width: 1260px;
    margin-bottom: clamp(1.25rem, 2vw, 2.4rem);
}

.news-article-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
    gap: clamp(1.4rem, 2.5vw, 3rem);
    align-items: start;
}

.news-article-maincol {
    min-width: 0;
}

.news-back-link {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    margin-bottom: 0.9rem;
    color: var(--yump-gold);
    font-size: 1.02rem;
    font-weight: 700;
    text-decoration: none;
}

.news-back-link:hover,
.news-back-link:focus-visible {
    color: var(--yump-gold);
}

.news-article-title {
    color: #493124;
    font-size: clamp(3rem, 5vw + 1rem, 7.5rem);
    line-height: 0.96;
    margin-bottom: 0.75rem;
    max-width: 1180px;
}

.news-article-deck {
    color: #5d4b40;
    font-size: clamp(1.05rem, 0.45vw + 0.95rem, 1.35rem);
    line-height: 1.55;
    margin-bottom: 1.35rem;
    max-width: 980px;
}

.news-article-figure {
    margin: 0 0 clamp(1.35rem, 2vw, 2.25rem);
    overflow: hidden;
    background: transparent;
    border-bottom-right-radius: 22px;
}

.news-article-figure img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 7.4;
    object-fit: cover;
    border-bottom-right-radius: 22px;
}

.news-article-standfirst {
    max-width: 980px;
    color: #5d4b40;
    font-size: clamp(1.65rem, 1.1vw + 1.35rem, 2.2rem);
    line-height: 1.35;
    margin: 0 0 1.5rem;
}

.news-article-body {
    color: #362e29;
    font-size: 1.04rem;
    line-height: 1.75;
    max-width: 940px;
}

.news-article-body p {
    margin-bottom: 1rem;
}

.news-source-credit {
    display: block;
    max-width: 940px;
    margin-top: 1.5rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(var(--yump-gold-rgb), 0.24);
    color: #6a5548;
    font-size: 0.78rem;
    line-height: 1.45;
}

.news-article-engagement {
    --profile-comment-input-min-height: 36px;
    --profile-comment-input-border: 1px solid rgba(var(--terracotta-rgb), 0.24);
    --profile-comment-input-background: rgba(255, 255, 255, 0.05);
    --profile-comment-input-color: #fff7f2;
    --profile-comment-input-padding: 0.48rem 0.85rem 0.28rem;
    --profile-comment-input-font-family: 'Merriweather', serif;
    --profile-comment-input-font-size: 0.82rem;
    --profile-comment-input-font-weight: 400;
    --profile-comment-input-line-height: 1.35;
    --profile-comment-input-placeholder: rgba(255, 239, 231, 0.5);
    --profile-comment-input-focus: rgba(var(--yump-gold-rgb), 0.22);
    max-width: 940px;
    margin-top: 1.55rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(var(--yump-gold-rgb), 0.24);
}

.news-article-actions {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
    color: rgba(255, 247, 242, 0.56);
    font-size: 0.76rem;
}

.news-article-actions .public-profile-post-avatar {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: rgba(var(--terracotta-rgb), 0.2);
    color: #fff7f2;
    flex: 0 0 30px;
    font-size: 0.78rem;
    font-weight: 700;
}

.news-article-actions .public-profile-post-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-article-actions .public-profile-post-action {
    border: 0;
    background: transparent;
    color: inherit;
    display: inline-flex;
    align-items: center;
    gap: 0.28rem;
    padding: 0;
    font-size: 0.76rem;
    line-height: 1;
    text-decoration: none;
}

.news-article-actions .public-profile-post-action:hover,
.news-article-actions .public-profile-post-action:focus-visible {
    color: var(--terracotta);
}

.news-system-avatar {
    background: #050403;
    border: 1px solid rgba(var(--yump-gold-rgb), 0.24);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25);
}

.news-system-avatar img {
    width: 86%;
    height: 86%;
    object-fit: contain;
}

.news-article-actions .news-system-avatar img {
    width: 86%;
    height: 86%;
    object-fit: contain;
}

.news-article-feedback {
    margin-top: 0.85rem;
    padding-top: 0.85rem;
    border-top: 1px solid rgba(var(--yump-gold-rgb), 0.24);
}

.news-article-feedback .public-profile-feedback-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 0.7rem;
    color: #6a5548;
    text-transform: none;
    letter-spacing: 0;
}

.news-article-feedback .public-profile-feedback-list {
    display: grid;
    gap: 0.45rem;
}

.news-article-feedback .future-module-label {
    color: var(--yump-gold);
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.news-article-feedback .public-profile-feedback-list:not(:empty) {
    margin-bottom: 0.75rem;
}

.news-article-feedback .public-profile-blog-comment-list {
    display: grid;
    gap: 0;
}

.news-article-feedback .public-profile-blog-comment {
    display: flex;
    gap: 0.65rem;
    padding: 0.8rem 0;
    border-bottom: 1px solid rgba(var(--terracotta-rgb), 0.15);
}

.news-article-feedback .public-profile-blog-comment:first-child {
    padding-top: 0;
}

.news-article-feedback .public-profile-blog-comment:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.news-article-feedback .public-profile-blog-comment-avatar {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: rgba(var(--terracotta-rgb), 0.18);
    color: var(--yump-gold);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    object-fit: cover;
    flex: 0 0 30px;
    font-size: 0.78rem;
    font-weight: 700;
    border: 1px solid rgba(var(--terracotta-rgb), 0.25);
}

.news-article-feedback .public-profile-blog-comment-body {
    flex: 1;
    min-width: 0;
}

.news-article-feedback .public-profile-blog-comment-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.6rem;
    margin-bottom: 0.2rem;
    min-height: 30px;
}

.news-article-feedback .public-profile-blog-comment-head :is(a, strong) {
    color: var(--yump-gold);
    font-size: 0.72rem;
    font-weight: 500;
    letter-spacing: 0.14em;
    line-height: 1.2;
    text-decoration: none;
    text-transform: uppercase;
}

.news-article-feedback .public-profile-blog-comment-head time {
    color: rgba(255, 247, 242, 0.52);
    font-size: 0.72rem;
    letter-spacing: 0.08em;
    text-align: right;
    text-transform: uppercase;
    white-space: nowrap;
}

.news-article-feedback .public-profile-blog-comment p {
    margin: 0 0 0.35rem;
    color: #4a3e36;
    font-family: 'Merriweather', serif;
    font-size: 0.82rem;
    line-height: 1.45;
}

.news-article-feedback .comment-image-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    margin: 0.45rem 0;
}

.news-article-feedback .comment-thumb-btn {
    width: 58px;
    height: 58px;
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid rgba(var(--terracotta-rgb), 0.22);
}

.news-article-feedback .comment-thumb-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.comment-images-modal .modal-dialog.comment-images-dialog {
    --bs-modal-width: min(1180px, calc(100vw - 2rem));
    width: min(1180px, calc(100vw - 2rem));
    max-width: min(1180px, calc(100vw - 2rem));
}

.comment-images-modal .news-comment-image-modal {
    background: #0f0b09;
    border: 1px solid rgba(var(--terracotta-rgb), 0.42);
    border-radius: 8px;
    overflow: hidden;
    max-height: calc(100dvh - 2rem);
}

.comment-images-modal .news-comment-image-modal-head {
    position: absolute;
    top: 0.7rem;
    right: 0.7rem;
    z-index: 4;
    display: block;
    width: auto;
    padding: 0;
    border: 0;
    background: transparent;
}

.comment-images-modal .news-comment-image-modal-body {
    padding: 0.75rem;
    overflow: hidden;
}

.comment-images-modal .comment-image-modal-wrap {
    position: relative;
    min-height: min(74dvh, 760px);
    background: #080605;
    overflow: hidden;
}

.comment-images-modal .comment-image-modal-img {
    display: block;
    max-width: 100%;
    max-height: min(74dvh, 760px);
    width: auto;
    height: auto;
    margin: 0 auto;
    object-fit: contain;
    border: 0;
    border-radius: 0 0 8px 0;
}

.comment-images-modal .comment-image-nav {
    position: absolute;
    top: 50%;
    z-index: 3;
    transform: translateY(-50%);
    background: rgba(18, 12, 9, 0.76);
    color: #fff6ef;
    border-color: rgba(var(--terracotta-rgb), 0.46);
}

.comment-images-modal #comment_image_prev {
    left: 0.75rem;
}

.comment-images-modal #comment_image_next {
    right: 0.75rem;
}

.comment-images-modal .comment-image-nav:disabled {
    opacity: 0;
    pointer-events: none;
}

.news-article-feedback .public-profile-blog-comment-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.85rem;
    color: rgba(255, 247, 242, 0.52);
    font-size: 0.76rem;
}

.news-article-feedback .public-profile-blog-comment-action {
    border: 0;
    background: transparent;
    color: rgba(255, 247, 242, 0.56);
    display: inline-flex;
    align-items: center;
    gap: 0.28rem;
    padding: 0;
    font: inherit;
    line-height: 1;
}

.news-article-feedback .public-profile-blog-comment-action:hover,
.news-article-feedback .public-profile-blog-comment-action:focus-visible,
.news-article-feedback .public-profile-blog-comment-action.is-active {
    color: var(--yump-gold);
}

.news-article-feedback .public-profile-feedback-delete {
    border: 0;
    background: transparent;
    color: var(--terracotta);
    padding: 0;
    font-size: 0.74rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    text-decoration: none;
}

.news-article-feedback .public-profile-feedback-form {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr) 38px;
    gap: 0;
    align-items: end;
    width: 100%;
    max-width: none;
    border: 1px solid rgba(var(--terracotta-rgb), 0.28);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.04);
    overflow: hidden;
}

.news-article-feedback .public-profile-feedback-form.is-image-dragging {
    border-color: rgba(var(--yump-gold-rgb), 0.78);
    background: rgba(var(--yump-gold-rgb), 0.08);
    box-shadow: 0 0 0 2px rgba(var(--yump-gold-rgb), 0.12);
}

.news-article-feedback .public-profile-feedback-form.has-no-attach {
    grid-template-columns: minmax(0, 1fr) 38px;
}

.news-article-feedback .public-profile-feedback-attach {
    width: 38px;
    height: 38px;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: var(--yump-gold);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: end;
}

.news-article-feedback .public-profile-feedback-attach {
    grid-column: 1;
    grid-row: 1;
}

.news-article-feedback .public-profile-feedback-attach.is-active {
    background: rgba(var(--terracotta-rgb), 0.18);
    color: #fff7f2;
}

.news-article-feedback .public-profile-feedback-file {
    display: none !important;
}

.news-article-feedback .public-profile-feedback-form textarea {
    grid-column: 2;
    grid-row: 1;
    width: 100%;
    min-height: var(--profile-comment-input-min-height);
    max-height: 9.6rem;
    border: var(--profile-comment-input-border);
    border-radius: 0;
    background: var(--profile-comment-input-background);
    color: var(--profile-comment-input-color);
    padding: var(--profile-comment-input-padding);
    font-family: var(--profile-comment-input-font-family);
    font-size: var(--profile-comment-input-font-size);
    font-weight: var(--profile-comment-input-font-weight);
    line-height: var(--profile-comment-input-line-height);
    overflow-y: auto;
    resize: none;
    scrollbar-width: thin;
    align-self: stretch;
    outline: none;
    box-shadow: none;
    caret-color: rgba(var(--yump-gold-rgb), 0.92);
}

.news-article-feedback .public-profile-comment-counter {
    display: none;
    width: 100%;
    text-align: right;
    padding: 0.24rem 0.08rem 0;
    color: rgba(255, 247, 242, 0.52);
    font-family: 'Merriweather', serif;
    font-size: 0.66rem;
    line-height: 1;
}

.news-article-feedback .public-profile-comment-counter.is-over-limit {
    color: #ffb199;
}

.news-article-feedback .public-profile-feedback-form:focus-within + .public-profile-comment-counter,
.news-article-feedback .public-profile-feedback-form.is-comment-focused + .public-profile-comment-counter {
    display: block;
}

.news-article-feedback .public-profile-feedback-form textarea::placeholder {
    color: var(--profile-comment-input-placeholder);
}

.news-article-feedback .public-profile-feedback-form textarea:focus {
    outline: none;
    box-shadow: inset 0 0 0 1px var(--profile-comment-input-focus);
}

.news-article-feedback .public-profile-blog-comment-submit {
    width: 38px;
    height: 38px;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: var(--yump-gold);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: end;
}

.news-article-feedback .public-profile-blog-comment-submit {
    grid-column: 3;
    grid-row: 1;
}

.news-article-feedback .public-profile-blog-comment-submit:hover,
.news-article-feedback .public-profile-blog-comment-submit:focus-visible {
    background: rgba(var(--terracotta-rgb), 0.16);
    color: #fff7f2;
}

@media (max-width: 575.98px) {
    .news-article-feedback .public-profile-feedback-form {
        max-width: 100%;
    }
}

.news-source-credit a {
    color: var(--yump-gold);
    font-size: 0.78rem;
}

.news-source-heading {
    display: block;
    margin-bottom: 0.32rem;
    font-size: 0.68rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.news-source-list {
    list-style: square;
    margin: 0.15rem 0 0;
    padding-left: 1rem;
    display: grid;
    gap: 0.18rem;
}

.news-source-list li {
    padding-left: 0.08rem;
}

.news-source-list span {
    color: #6a5548;
    font-size: 0.78rem;
    line-height: 1.45;
}

.news-image-disclaimer {
    margin-top: 0.9rem;
}

.news-image-disclaimer p {
    margin: 0.15rem 0 0;
    color: #6a5548;
    font-size: 0.78rem;
    line-height: 1.45;
}

.news-related-panel {
    position: sticky;
    top: 6rem;
    border-left: 1px solid rgba(var(--yump-gold-rgb), 0.24);
    padding-left: clamp(1rem, 1.4vw, 1.5rem);
}

.news-related-panel h2 {
    font-size: clamp(1.3rem, 0.85vw + 1rem, 1.9rem);
    margin-bottom: 1rem;
}

.news-related-list {
    display: grid;
    gap: 0.85rem;
}

.news-related-card {
    display: grid;
    grid-template-columns: 96px minmax(0, 1fr);
    gap: 0.75rem;
    color: inherit;
    text-decoration: none;
    padding-bottom: 0.85rem;
    border-bottom: 1px solid rgba(var(--yump-gold-rgb), 0.18);
}

.news-related-thumb {
    display: block;
    aspect-ratio: 1 / 1;
    background: transparent;
    overflow: hidden;
    border-bottom-right-radius: 12px;
}

.news-related-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-bottom-right-radius: 12px;
}

.news-related-copy {
    min-width: 0;
}

.news-related-copy .news-meta {
    display: block;
    margin-bottom: 0.22rem;
}

.news-related-copy strong {
    display: block;
    font-size: 1rem;
    line-height: 1.24;
}

.news-related-day-link {
    display: inline-flex;
    margin-top: 1rem;
    margin-bottom: 1.15rem;
}

.news-archive-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 0.85rem 1.35rem;
}

.news-archive-month {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 1rem;
    color: inherit;
    text-decoration: none;
    padding: 0.85rem 0;
    border-bottom: 1px solid rgba(var(--yump-gold-rgb), 0.22);
}

.news-archive-month span {
    font-size: clamp(1.1rem, 0.35vw + 1rem, 1.35rem);
    line-height: 1.2;
}

.news-archive-month small {
    color: var(--yump-gold);
    font-size: 0.72rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    white-space: nowrap;
}

.news-archive-month:hover,
.news-archive-month:focus-visible,
.news-archive-row:hover strong,
.news-archive-row:focus-visible strong {
    color: var(--yump-gold);
}

.news-archive-list {
    display: grid;
    gap: 0;
}

.news-archive-row {
    display: grid;
    grid-template-columns: 140px minmax(220px, 0.55fr) minmax(0, 1fr);
    gap: clamp(0.75rem, 1.3vw, 1.4rem);
    align-items: baseline;
    color: inherit;
    text-decoration: none;
    padding: 0.85rem 0;
    border-bottom: 1px solid rgba(var(--yump-gold-rgb), 0.18);
}

.news-archive-row .news-meta {
    min-width: 0;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: normal;
    line-height: 1.35;
}

.news-archive-row strong {
    min-width: 0;
    font-size: 1.05rem;
    line-height: 1.25;
}

.news-archive-row > span:last-child {
    color: #6a5548;
    font-size: 0.88rem;
    line-height: 1.45;
}

body.site-dark-theme .news-page-wrap {
    color: #f7eee8;
}

body.site-dark-theme .news-note-card p,
body.site-dark-theme .news-head p,
body.site-dark-theme .news-summary,
body.site-dark-theme .news-article-deck,
body.site-dark-theme .news-article-standfirst,
body.site-dark-theme .news-article-body,
body.site-dark-theme .news-source-credit,
body.site-dark-theme .news-source-list span,
body.site-dark-theme .news-image-disclaimer p {
    color: #f0dfd4;
}

body.site-dark-theme .news-article-shell,
body.site-dark-theme .news-digest-lead {
    background:
        linear-gradient(180deg, rgba(36, 27, 23, 0.97), rgba(22, 17, 14, 0.98));
    border-color: rgba(var(--yump-gold-rgb), 0.24) !important;
}

body.site-dark-theme .news-article-shell {
    background: transparent;
    border: 0;
}

body.site-dark-theme .news-feed-card {
    background:
        radial-gradient(circle at 0% 0%, rgba(var(--yump-gold-rgb), 0.12), transparent 34%),
        linear-gradient(180deg, rgba(36, 27, 23, 0.96), rgba(22, 17, 14, 0.98));
}

body.site-dark-theme .news-region-title,
body.site-dark-theme .news-head h1,
body.site-dark-theme .news-digest-lead h2,
body.site-dark-theme .news-front-lead h2,
body.site-dark-theme .news-article-title,
body.site-dark-theme .news-related-panel h2,
body.site-dark-theme .news-related-copy strong,
body.site-dark-theme .news-lead-link h3 {
    color: #fff9f6;
}

body.site-dark-theme .news-meta {
    color: var(--yump-gold);
}

body.site-dark-theme .news-back-link,
body.site-dark-theme .news-source-credit a,
body.site-dark-theme .news-feed-source-link,
body.site-dark-theme .news-feed-origin,
body.site-dark-theme .news-head-links a,
body.site-dark-theme .news-section-link,
body.site-dark-theme .news-strip-title,
body.site-dark-theme .news-recent-days a {
    color: var(--yump-gold);
}

body.site-dark-theme .news-back-link:hover,
body.site-dark-theme .news-back-link:focus-visible,
body.site-dark-theme .news-source-credit a:hover,
body.site-dark-theme .news-source-credit a:focus-visible,
body.site-dark-theme .news-lead-link:hover h3,
body.site-dark-theme .news-lead-link:focus-visible h3,
body.site-dark-theme .news-head-links a:hover,
body.site-dark-theme .news-head-links a:focus-visible,
body.site-dark-theme .news-section-link:hover,
body.site-dark-theme .news-section-link:focus-visible,
body.site-dark-theme .news-recent-days a:hover,
body.site-dark-theme .news-recent-days a:focus-visible,
body.site-dark-theme .news-archive-month:hover,
body.site-dark-theme .news-archive-month:focus-visible,
body.site-dark-theme .news-archive-row:hover strong,
body.site-dark-theme .news-archive-row:focus-visible strong {
    color: var(--yump-gold);
}

body.site-dark-theme .news-article-body p {
    color: #f0dfd4;
}

body.site-dark-theme .news-article-standfirst {
    color: #fff9f6;
}

body.site-dark-theme .news-source-credit {
    border-top-color: rgba(var(--yump-gold-rgb), 0.24);
}

body.site-dark-theme .news-article-engagement,
body.site-dark-theme .news-article-feedback {
    border-top-color: rgba(var(--yump-gold-rgb), 0.24);
}

body.site-dark-theme .news-article-actions,
body.site-dark-theme .news-article-feedback .public-profile-feedback-head {
    color: rgba(255, 247, 242, 0.74);
}

body.site-dark-theme .news-article-actions .public-profile-post-action:hover,
body.site-dark-theme .news-article-actions .public-profile-post-action:focus-visible,
body.site-dark-theme .news-article-actions .public-profile-post-action.is-active,
body.site-dark-theme .news-article-feedback .future-module-label {
    color: var(--yump-gold);
}

body.site-dark-theme .news-article-feedback .public-profile-blog-comment-head :is(a, strong) {
    color: var(--yump-gold);
}

body.site-dark-theme .news-article-feedback .public-profile-blog-comment p {
    color: #fff7f2;
}

body.site-dark-theme .news-related-panel {
    border-left-color: rgba(var(--yump-gold-rgb), 0.24);
}

body.site-dark-theme .news-related-card {
    border-bottom-color: rgba(var(--yump-gold-rgb), 0.18);
}

body.site-dark-theme .news-head-links a,
body.site-dark-theme .news-section-link {
    border-bottom-color: rgba(var(--yump-gold-rgb), 0.45);
}

body.site-dark-theme .news-head-links .news-head-action {
    border-color: rgba(var(--yump-gold-rgb), 0.42);
    border-bottom-color: rgba(var(--yump-gold-rgb), 0.42);
}

body.site-dark-theme .news-head-links .news-head-action-primary,
body.site-dark-theme .news-head-links .news-head-action-primary:hover,
body.site-dark-theme .news-head-links .news-head-action-primary:focus-visible {
    background: var(--yump-gold);
    border-color: var(--yump-gold);
    color: #24130e;
}

body.site-dark-theme .news-latest-panel {
    background: rgba(36, 27, 23, 0.72);
    border-color: rgba(var(--yump-gold-rgb), 0.22);
}

body.site-dark-theme .news-text-story,
body.site-dark-theme .news-latest-item,
body.site-dark-theme .news-recommended-card,
body.site-dark-theme .news-lane-card {
    border-color: rgba(var(--yump-gold-rgb), 0.2);
}

body.site-dark-theme .news-recent-days,
body.site-dark-theme .news-archive-month,
body.site-dark-theme .news-archive-row {
    border-color: rgba(var(--yump-gold-rgb), 0.22);
}

body.site-dark-theme .news-archive-month small,
body.site-dark-theme .news-recent-days a span,
body.site-dark-theme .news-strip-head span,
body.site-dark-theme .news-section-count {
    color: var(--yump-gold);
}

body.site-dark-theme .news-archive-row > span:last-child {
    color: #f0dfd4;
}

@media (max-width: 767.98px) {
    .news-note-card {
        max-width: 100%;
    }

    .news-page-wrap {
        padding-top: 3.4rem;
    }

    .news-head {
        display: block;
    }

    .news-head-links {
        justify-content: flex-start;
        margin-top: 0.9rem;
    }

    .news-head-actions {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        min-width: 0;
        width: 100%;
    }

    .news-head-links .news-head-action {
        min-width: 0;
        width: 100%;
    }

    .news-digest-lead .news-lead-link,
    .news-article-layout {
        grid-template-columns: 1fr;
    }

    .news-front-grid,
    .news-recommended-grid,
    .news-lane-grid {
        grid-template-columns: 1fr;
    }

    .news-front-grid {
        gap: 1.5rem;
    }

    .news-front-lead .news-thumb-wrap {
        aspect-ratio: 16 / 10;
    }

    .news-front-lead h2 {
        font-size: clamp(2.05rem, 8vw, 3rem);
    }

    .news-secondary-stack {
        gap: 0.8rem;
    }

    .news-latest-panel {
        padding: 1rem;
    }

    .news-recommended-card-media .news-thumb-wrap {
        width: 96px;
        min-width: 96px;
    }

    .news-related-panel {
        position: static;
        border-left: 0;
        padding-left: 0;
        border-top: 1px solid rgba(var(--yump-gold-rgb), 0.24);
        padding-top: 1.25rem;
    }

    .news-feed-layout {
        grid-template-columns: 1fr;
        row-gap: 0.7rem;
    }

    .news-feed-layout > .news-story-card:nth-child(1),
    .news-feed-layout > .news-story-card:nth-child(2),
    .news-feed-layout > .news-story-card:nth-child(3),
    .news-feed-layout > .news-story-card:nth-child(4) {
        grid-column: 1;
        grid-row: auto;
    }

    .news-story-card:not(.is-lead) .news-thumb-wrap,
    .news-story-card-compact .news-thumb-wrap {
        width: 112px;
        min-width: 112px;
    }

    .news-region-block:not(.news-daily-digest-block) .news-story-card-compact .news-thumb-wrap {
        width: 112px;
        min-width: 112px;
    }

    .news-story-body {
        padding: 0.52rem 0.58rem 0.5rem;
    }

    .news-lead-link h3 {
        font-size: 0.96rem;
        line-height: 1.2;
    }

    .news-summary {
        font-size: 0.78rem;
        line-height: 1.38;
    }

    .news-meta {
        font-size: 0.62rem;
        line-height: 1.2;
        margin-bottom: 0.28rem;
    }

    .news-digest-lead .news-thumb-wrap {
        aspect-ratio: 16 / 10;
    }

    .news-article-figure img {
        aspect-ratio: 16 / 10;
    }

    .news-archive-row {
        grid-template-columns: 1fr;
        gap: 0.32rem;
    }

    .news-recent-days {
        align-items: flex-start;
    }

    .news-recent-days .news-source-heading {
        flex: 0 0 100%;
    }
}
