.feedwall-feed{display:grid;gap:24px;grid-template-columns:repeat(1,1fr)}
@media(min-width:640px){.feedwall-cols-2,.feedwall-cols-3,.feedwall-cols-4{grid-template-columns:repeat(2,1fr)}}
@media(min-width:1024px){.feedwall-cols-3{grid-template-columns:repeat(3,1fr)}.feedwall-cols-4{grid-template-columns:repeat(4,1fr)}}
.feedwall-card{border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;background:#fff;display:flex;flex-direction:column}
.feedwall-card-img img{display:block;width:100%;height:220px;object-fit:cover}
.feedwall-card-body{padding:16px;display:flex;flex-direction:column;gap:8px;flex:1}
.feedwall-card-date{font-size:12px;color:#6b7280;text-transform:uppercase;letter-spacing:.04em}
.feedwall-card-text{margin:0;font-size:15px;line-height:1.5;color:#111827;flex:1}
.feedwall-card-link{font-size:14px;font-weight:600;color:#1877f2;text-decoration:none}
.feedwall-card-link:hover{text-decoration:underline}
.feedwall-gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:8px;margin:16px 0}
.feedwall-gallery img{width:100%;border-radius:8px}
.feedwall-source a{font-size:14px;color:#1877f2}
