/* Raven Bard automated news feed */
.news-intro{max-width:760px;margin:.4rem 0 0;color:var(--slate)}
.live-news-label{display:inline-flex;align-items:center;gap:8px;font-family:var(--display);font-size:.68rem;letter-spacing:.1em;text-transform:uppercase;color:#5a231c}
.live-news-label span{width:9px;height:9px;border-radius:50%;background:#a22;box-shadow:0 0 0 5px rgba(170,34,34,.12);animation:newsPulse 1.8s ease-in-out infinite}
@keyframes newsPulse{50%{box-shadow:0 0 0 9px rgba(170,34,34,0)}}
.news-topic-row{display:flex;gap:8px;overflow-x:auto;padding:18px 0 12px;scrollbar-width:thin;position:relative;z-index:2}
.news-filter{flex:0 0 auto;padding:8px 12px;border:1px solid rgba(91,45,145,.4);background:transparent;color:#5b2d91;font-family:var(--display);font-size:.62rem;cursor:pointer}
.news-filter:hover,.news-filter.active{background:#5b2d91;color:white;border-color:#5b2d91}
.news-feed-status{margin:6px 0 16px;color:var(--slate);font-size:.78rem;position:relative;z-index:2}
.live-news-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.live-news-card{min-height:220px;border-left-width:4px}
.live-news-card>a,.live-news-card>div{display:flex;flex-direction:column;height:100%}
.news-card-meta{display:flex;justify-content:space-between;gap:14px;align-items:flex-start}
.news-category{display:inline-block;padding:4px 7px;background:rgba(91,45,145,.09);color:#5b2d91;font-family:var(--display);font-size:.56rem;line-height:1.25}
.live-news-card time{white-space:nowrap;color:#766a72}
.live-news-card h3{margin:.9rem 0 .65rem;font-size:1rem}
.news-source{margin:0;color:var(--slate);font-size:.74rem}
.news-read-more{margin-top:auto;padding-top:18px;color:#5b2d91;font-family:var(--display);font-size:.62rem}
.news-feed-footer{display:flex;justify-content:space-between;align-items:center;gap:24px;margin-top:22px;position:relative;z-index:2}
.news-feed-footer small{max-width:700px;color:var(--slate)}
.news-feed-footer .button{background:#17121d;color:var(--gold);cursor:pointer}
.news-feed-footer .button:disabled{opacity:.45;cursor:wait}
.news-empty{grid-column:1/-1;padding:28px;border:1px solid rgba(91,45,145,.25);background:white}
.news-error{grid-column:1/-1;min-height:0}
@media(max-width:1000px){.live-news-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:700px){.live-news-grid{grid-template-columns:1fr}.news-feed-footer{align-items:flex-start;flex-direction:column}.live-news-label{margin-top:12px}.news-section .section-header{align-items:flex-start;flex-direction:column}}
