.news-shell { box-sizing: border-box; max-width: 1152px; margin: 0 auto; padding: 48px 40px 64px; font-family: Inter, Arial, sans-serif; }
.news-shell * { box-sizing: border-box; letter-spacing: 0; }
.news-shell [hidden] { display: none !important; }
.news-breadcrumb { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 24px; color: #647067; font-size: 14px; }
.news-breadcrumb a:hover { text-decoration: underline; }
.news-heading { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 20px; margin-bottom: 28px; }
.news-heading h1, .news-heading h2 { margin: 0; font-size: 30px; line-height: 1.25; font-weight: 700; color: #1b4d3e; }
.news-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; }
.news-text-link { display: inline-flex; align-items: center; gap: 10px; color: #1b4d3e; font-size: 14px; font-weight: 700; text-decoration: none; }
.news-text-link:hover { text-decoration: underline; }
.news-icon-button { display: inline-flex; flex: 0 0 40px; align-items: center; justify-content: center; width: 40px; height: 40px; border: 1px solid #cad5cd; border-radius: 4px; background: white; color: #1b4d3e; cursor: pointer; }
.news-icon-button:hover:not(:disabled) { background: #edf4ed; }
.news-icon-button:disabled { opacity: .35; cursor: default; }
.news-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; align-items: stretch; }
.news-card { min-width: 0; border: 1px solid #d7d7d7; border-radius: 14px; overflow: hidden; background: white; transition: box-shadow .18s, border-color .18s; }
.news-card:hover, .news-card:focus-within { border-color: #8fb38f; box-shadow: 0 8px 24px rgb(27 77 62 / 10%); }
.news-card > a { display: flex; flex-direction: column; height: 100%; color: inherit; text-decoration: none; }
.news-visual { aspect-ratio: 16 / 9; display: flex; flex-direction: column; justify-content: space-between; padding: 20px; overflow: hidden; border-bottom: 3px solid #ffcc00; background: #e7efea; color: #1b4d3e; }
.news-visual[data-theme="institutional"] { background: #e8eef3; color: #3f6174; }
.news-visual[data-theme="sport"] { background: #eaf0df; color: #49652d; }
.news-visual[data-theme="benefits"] { background: #faf0d6; color: #7a5b18; }
.news-visual img { width: 132px; height: 56px; object-fit: contain; object-position: left; }
.news-visual-bottom { display: flex; align-items: flex-end; justify-content: space-between; gap: 12px; }
.news-visual-bottom span { font-size: 18px; font-weight: 700; }
.news-visual-bottom > i, .news-visual-bottom > svg { font-size: 34px; }
.news-card-cover { position: relative; isolation: isolate; height: 198px; border-bottom: 5px solid #f1d568; border-radius: 0 0 14px 0; overflow: hidden; background: #103d29; }
.news-card-cover img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.news-card-cover::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgb(0 47 24 / 8%) 0%, rgb(0 35 17 / 48%) 38%, #002511 86%); }
.news-card-body { display: flex; flex-direction: column; flex: 1; padding: 14px; }
.news-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 14px; color: #657168; font-size: 12px; line-height: 1.5; }
.news-category { color: #1b4d3e; font-weight: 700; }
.news-card h2, .news-card h3 { position: absolute; bottom: 12px; left: 10px; right: 10px; z-index: 1; margin: 0; color: #fff; font-size: 15px; line-height: 1.18; font-weight: 500; }
.news-card p { margin: 0; color: #344b40; font-size: 12px; line-height: 1.55; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 5; overflow: hidden; }
.news-card-footer { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 10px; padding: 15px 14px; min-height: 64px; background: #eeeeee; }
.news-card-date { display: flex; align-items: center; gap: 4px; color: #164b35; font-size: 10px; }
.news-card-date > i, .news-card-date > svg { color: #8da900; }
.news-card .news-read-more { display: inline-flex; align-items: center; justify-content: center; gap: 10px; border-radius: 6px 6px 6px 0; padding: 8px 12px; background: #1b4d3e; color: #fff; font-size: 12px; font-weight: 500; white-space: nowrap; }
.news-card:hover .news-read-more, .news-card:focus-within .news-read-more { background: #123b2f; }
.news-related .news-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.news-toolbar { display: grid; grid-template-columns: minmax(180px, 1fr) 190px 190px; gap: 16px; padding: 20px 0 24px; border-top: 1px solid #e2e8e3; border-bottom: 1px solid #e2e8e3; }
.news-field { display: flex; min-width: 0; flex-direction: column; gap: 8px; font-size: 13px; color: #46564b; }
.news-field label { font-weight: 700; }
.news-input-wrap { position: relative; }
.news-input-wrap > i, .news-input-wrap > svg { position: absolute; top: 15px; left: 14px; color: #657168; pointer-events: none; }
.news-field input, .news-field select { width: 100%; height: 44px; padding: 0 12px; border: 1px solid #cad5cd; border-radius: 4px; background: #fff; color: #263d31; font: inherit; }
.news-field input { padding-left: 40px; }
.news-result-count { margin: 22px 0; color: #657168; font-size: 14px; }
.news-empty { text-align: center; padding: 56px 16px; }
.news-empty h2 { font-size: 24px; font-weight: 700; color: #1b4d3e; margin-bottom: 12px; }
.news-empty p { color: #657168; margin-bottom: 24px; }
.news-command { border: 1px solid #1b4d3e; border-radius: 4px; background: #1b4d3e; color: white; padding: 10px 18px; font-size: 14px; font-weight: 700; cursor: pointer; }
.news-article { max-width: 780px; margin: 0 auto; }
.news-article h1 { margin: 16px 0 20px; color: #1b4d3e; font-size: 34px; line-height: 1.3; font-weight: 700; overflow-wrap: anywhere; }
.news-standfirst { color: #5b685f; font-size: 18px; line-height: 1.7; margin-bottom: 24px; }
.news-article-tools { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin: 24px 0; padding: 16px 0; border-top: 1px solid #e2e8e3; border-bottom: 1px solid #e2e8e3; }
.news-article-tools > span { margin-right: auto; color: #657168; font-size: 13px; }
.news-article .news-visual { max-width: 460px; margin-bottom: 30px; border-radius: 4px; }
.news-article-copy { color: #39483e; font-size: 17px; line-height: 1.85; }
.news-article-copy p { margin: 0 0 22px; }
.news-summary-label { margin-bottom: 20px; color: #657168; font-size: 13px; }
.news-source { padding-top: 20px; border-top: 1px solid #e2e8e3; font-size: 13px; color: #657168; }
.news-source a { text-decoration: underline; color: #1b4d3e; }
.news-return { margin-top: 32px; }
.news-related { margin-top: 56px; padding-top: 36px; border-top: 1px solid #e2e8e3; }
.news-related > h2 { margin-bottom: 24px; font-size: 24px; font-weight: 700; color: #1b4d3e; }
.news-feedback { font-size: 13px; color: #1b4d3e; }
.news-shell a:focus-visible, .news-shell button:focus-visible, .news-shell input:focus-visible, .news-shell select:focus-visible { outline: 3px solid #b38700; outline-offset: 3px; }
@media (max-width: 1023px) {
    .news-grid, .news-related .news-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .news-toolbar { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
    .news-field:first-child { grid-column: 1 / -1; }
}
@media (max-width: 639px) {
    .news-shell { padding: 32px 20px 48px; }
    .news-grid, .news-related .news-grid { grid-template-columns: minmax(0, 1fr); }
    .news-heading h1, .news-heading h2 { font-size: 26px; }
    .news-article h1 { font-size: 28px; }
    .news-card h2, .news-card h3 { min-height: 0; }
    .news-card-body { padding: 14px; }
    .news-toolbar { grid-template-columns: minmax(0, 1fr); }
}
@media (prefers-reduced-motion: reduce) { .news-card { transition: none; } }
@media print {
    body > header, body > footer, .news-article-tools, .news-related, .news-return, .news-breadcrumb { display: none !important; }
    .news-shell { padding: 0; }
    .news-article { max-width: none; }
}
