/* ParksRadar — public News archive UI (Chat 2). Readable, scannable, mobile-friendly archive. */
.pr-news-year { margin:0 0 18px; }
.pr-news-year > h4 { font:800 17px Georgia,serif; color:#2f2113; margin:0 0 6px; border-bottom:2px solid #e6d6ba; padding-bottom:3px; }
.pr-news-month > h5 { font:700 13px system-ui,-apple-system,"Segoe UI",Arial,sans-serif; color:#7a4e26; margin:10px 0 6px; text-transform:uppercase; letter-spacing:.4px; }
.pr-news-card { background:#fffdf8; border:1px solid #e6d6ba; border-radius:10px; padding:10px 13px; margin:0 0 8px; }
.pr-news-title { font:700 14px system-ui,-apple-system,"Segoe UI",Arial,sans-serif; color:#7a4e26; text-decoration:none; }
.pr-news-title:hover { text-decoration:underline; }
.pr-news-title:focus-visible { outline:3px solid #2f8f57; outline-offset:2px; }
.pr-news-meta { font:600 11.5px system-ui,Arial,sans-serif; color:#8a7456; margin:3px 0; }
.pr-news-snippet { font-size:12.5px; color:#3d2b1a; line-height:1.5; }
.pr-news-empty { font:500 13.5px system-ui,Arial,sans-serif; color:#6b563c; background:#faf5ea; border:1px dashed #d9c39c; border-radius:12px; padding:16px; text-align:center; }
@media (max-width:520px){ .pr-news-year > h4 { font-size:16px; } }
