.e69-news-item{
display:flex;
gap:10px;
background:#fff;
margin:8px;
padding:8px;
border-radius:6px;
text-decoration:none;
color:#000;
}
.e69-news-item img{
width:120px;
height:80px;
object-fit:cover;
border-radius:4px;
}
.e69-news-item h3{
font-size:16px;
margin:0;
}
.e69-news-item p{
font-size:13px;
color:#555;
margin-top:4px;
}
