.article-card{display:flex;gap:1.5rem;padding:0.5rem;background:#fff;border-radius:8px;box-shadow:0 1px 3px rgba(0,0,0,0.05);margin-bottom:0.5rem;transition:transform 0.2s ease,box-shadow 0.2s ease}
.article-card:hover{transform:translateY(-2px);box-shadow:0 4px 20px rgba(0,0,0,0.1)}
.article-thumb{flex:0 0 240px;height:160px;border-radius:8px;overflow:hidden}
.article-thumb img{width:100%;height:100%;object-fit:cover;transition:transform 0.3s ease}
.article-thumb:hover img{transform:scale(1.05)}
.article-content{flex:1;min-width:0}
.article-title{margin:0 0 1rem;font-size:1.25rem;line-height:1.4}
.article-title a{color:#333;text-decoration:none}
.article-title a:hover{color:#0056b3}
.article-excerpt{color:#666;font-size:0.95rem;line-height:1.6;margin-bottom:1rem;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden}
.article-meta{color:#888;font-size:0.875rem;display:flex;gap:1.5rem;align-items:center}
.meta-item{display:flex;align-items:center;gap:0.5rem}
.meta-item a{color:#666;text-decoration:none}
.meta-item a:hover{color:#0056b3}
.article-card .icon{width:16px;height:16px;flex-shrink:0;color:#999}
@media (max-width:768px){.article-card{flex-direction:column;gap:1rem;padding:1rem}
.article-thumb{flex:0 0 auto;height:200px;width:100%}
.article-meta{flex-wrap:wrap;gap:1rem}
.meta-item{font-size:0.8125rem}
}