
.abm-feed-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.abm-feed-card{border:1px solid var(--abm-border);border-radius:14px;overflow:hidden;background:#fff}
.abm-feed-card img{width:100%;aspect-ratio:16/9;object-fit:cover}
.abm-feed-card>div,.abm-feed-card>h3,.abm-feed-card>p,.abm-feed-card>a{margin-left:16px;margin-right:16px}
.abm-feed-source{padding-top:14px;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.08em;color:#777}
.abm-feed-card h3{font-size:21px;line-height:1.2;margin-top:6px}
.abm-feed-card p{color:#666}
.abm-read-source{display:inline-block;margin-bottom:17px;font-weight:800;font-size:13px}
@media(max-width:800px){.abm-feed-grid{grid-template-columns:1fr 1fr}}
@media(max-width:600px){.abm-feed-grid{grid-template-columns:1fr}}
