/* news.css */
.news-featured-card{display:grid;grid-template-columns:1fr 1fr;border-radius:var(--radius-lg);overflow:hidden;border:1px solid var(--border);box-shadow:var(--shadow-md);margin-bottom:40px}
@media(max-width:760px){.news-featured-card{grid-template-columns:1fr}}
.news-featured-img{position:relative;min-height:280px}
.news-featured-img img{width:100%;height:100%;object-fit:cover}
.news-featured-body{padding:36px;background:#fff;display:flex;flex-direction:column;justify-content:center}
.news-featured-body h3{font-family:'Playfair Display',serif;font-size:1.45rem;font-weight:700;color:var(--text);margin:8px 0 14px;line-height:1.3}
.news-featured-body h3 a{color:inherit;text-decoration:none}
.news-featured-body h3 a:hover{color:var(--brown)}
.news-featured-body p{font-size:.92rem;color:var(--text-mid);line-height:1.75}
