.newsroom-main { padding: 0 0 72px; }
.newsroom-page-head { border-bottom: 1px solid var(--line); padding-bottom: 36px; padding-top: 52px; }
.newsroom-page-head h1 { color: var(--ink); font-family: var(--v3-serif); font-size: clamp(32px, 5vw, 58px); line-height: 1.25; margin: 8px 0 14px; }
.newsroom-page-head > p { color: var(--muted); font-size: 15px; margin: 0; max-width: 760px; }
.newsroom-page-head__status { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 20px; }
.newsroom-page-head__status span { background: var(--paper); border: 1px solid var(--line); font-size: 12px; padding: 7px 10px; }
.newsroom-legend { border-bottom: 1px solid var(--line); padding: 28px 0; }
.newsroom-legend h2 { font-family: var(--v3-serif); font-size: 20px; margin: 0 0 14px; }
.newsroom-legend ul { display: grid; gap: 8px; grid-template-columns: repeat(4, minmax(0, 1fr)); list-style: none; margin: 0; padding: 0; }
.newsroom-legend li { background: var(--paper); border: 1px solid var(--line); display: grid; font-size: 12px; gap: 6px; min-height: 96px; padding: 14px; }
.newsroom-status { align-items: center; border: 1px solid currentColor; display: inline-flex; font-size: 12px; font-weight: 800; justify-content: center; min-height: 32px; padding: 4px 9px; width: fit-content; }
.newsroom-status--confirmed { color: var(--green-dark); }
.newsroom-status--observed { color: var(--amber); }
.newsroom-status--checking { color: var(--muted); }
.newsroom-status--correction { color: var(--stamp); }
.newsroom-feed-section { padding-top: 36px; }
.newsroom-feed-section__head { align-items: end; border-bottom: 4px double var(--ink); display: flex; justify-content: space-between; gap: 20px; margin-bottom: 20px; padding-bottom: 10px; }
.newsroom-feed-section__head h2 { font-family: var(--v3-serif); font-size: 24px; margin: 0; }
.newsroom-feed-section__head p { color: var(--muted); font-size: 12px; margin: 0; }
.newsroom-feed-summary, .newsroom-empty { background: var(--paper); border: 1px solid var(--line); font-size: 13px; margin: 0 0 18px; padding: 14px 16px; }
.newsroom-empty { border-style: dashed; }
.newsroom-grid { display: grid; gap: 18px; }
.newsroom-card { background: var(--paper); border: 1px solid var(--line); border-left: 5px solid var(--green); padding: 22px; }
.newsroom-card--observed { border-left-color: var(--amber); }
.newsroom-card__head { align-items: center; display: flex; flex-wrap: wrap; gap: 10px 14px; justify-content: space-between; }
.newsroom-card__actor { color: var(--muted); font-size: 12px; }
.newsroom-card__title { color: var(--ink); font-family: var(--v3-serif); font-size: 22px; line-height: 1.55; margin: 14px 0 18px; }
.newsroom-meta { display: grid; gap: 0; grid-template-columns: repeat(4, minmax(0, 1fr)); margin: 0 0 18px; }
.newsroom-meta > div { border-bottom: 1px solid var(--line); border-top: 1px solid var(--line); display: grid; gap: 4px; padding: 10px 12px; }
.newsroom-meta > div + div { border-left: 1px solid var(--line); }
.newsroom-meta dt { color: var(--muted); font-size: 12px; }
.newsroom-meta dd { font-size: 12px; font-weight: 700; margin: 0; }
.newsroom-comment { background: var(--green-soft); border: 1px solid rgba(32, 96, 75, 0.3); margin: 0 0 16px; padding: 14px 16px; }
.newsroom-comment h3 { font-size: 12px; margin: 0 0 5px; }
.newsroom-comment p { font-size: 14px; margin: 0; }
.newsroom-source { align-items: center; color: var(--green-dark); display: inline-flex; font-size: 13px; font-weight: 800; min-height: 44px; }
.newsroom-corrections { border: 1px solid var(--stamp); margin-top: 14px; padding: 12px 14px; }
.newsroom-corrections h3 { color: var(--stamp); font-size: 13px; margin: 0 0 7px; }
.newsroom-corrections ul { margin: 0; padding-left: 20px; }
.newsroom-corrections li { font-size: 12px; }
.newsroom-card__foot { border-top: 1px solid var(--line); display: flex; flex-wrap: wrap; gap: 8px 20px; justify-content: space-between; margin-top: 16px; padding-top: 12px; }
.newsroom-card__foot span { color: var(--muted); font-size: 12px; }
.newsroom-policy { border-top: 4px double var(--ink); display: grid; gap: 16px; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 42px; padding-top: 24px; }
.newsroom-policy article { background: var(--paper); border: 1px solid var(--line); padding: 18px; }
.newsroom-policy h2 { font-family: var(--v3-serif); font-size: 17px; margin: 0 0 8px; }
.newsroom-policy p { color: var(--muted); font-size: 13px; margin: 0; }

@media (max-width: 760px) {
  .newsroom-main { padding-bottom: 48px; }
  .newsroom-page-head { padding-bottom: 28px; padding-top: 34px; }
  .newsroom-page-head h1 { font-size: 34px; }
  .newsroom-legend ul, .newsroom-policy { grid-template-columns: 1fr; }
  .newsroom-legend li { min-height: 0; }
  .newsroom-feed-section__head { align-items: start; display: grid; }
  .newsroom-card { padding: 18px; }
  .newsroom-card__title { font-size: 19px; }
  .newsroom-meta { grid-template-columns: 1fr 1fr; }
  .newsroom-meta > div + div { border-left: 0; }
  .newsroom-meta > div:nth-child(even) { border-left: 1px solid var(--line); }
}

@media (max-width: 420px) {
  .newsroom-meta { grid-template-columns: 1fr; }
  .newsroom-meta > div:nth-child(even) { border-left: 0; }
}
