.article-feed-card{display:flex;align-items:flex-start;gap:20px;position:relative;border-bottom:1px solid rgba(2, 7, 20, 0.2);margin:0 0 20px 0;padding:0 0 20px 0}@media only screen and (max-width:820px){.article-feed-card{flex-direction:column;gap:10px}}.article-feed-card .link{position:absolute;inset:0;z-index:2}.article-feed-card .link:focus-visible{outline:2px solid #007bc7;border-radius:18px;bottom:20px;right:3px;left:2px}.article-feed-card .link:hover{text-decoration:none}.article-feed-card .link:hover~.content-wrapper .title{color:#007bc7}.article-feed-card .photo-wrapper{height:fit-content;overflow:hidden;flex:0 0 33%;min-width:180px;max-width:216px}.article-feed-card .photo-wrapper img{height:auto;border-radius:16px}.article-feed-card .content-wrapper{display:flex;flex-direction:column;gap:14px}.article-feed-card .content-wrapper .title{font-family:"Gotham Narrow", Verdana, sans-serif;font-weight:600;font-size:23px;line-height:27px;color:#333}.article-feed-card .content-wrapper .subtitle{font-family:"Gotham Narrow", Verdana, sans-serif;font-weight:500;font-size:15px;line-height:18px;color:#404040}.article-feed-card .content-wrapper .subtitle .date{color:#888;display:inline-block}.node_mode .article-feed-card .content-wrapper .subtitle .date{display:none}.article-feed-card .content-wrapper .tags{display:flex;flex-direction:row;flex-wrap:wrap;gap:15px}.article-feed-card .content-wrapper .tag{position:relative;z-index:2;width:fit-content}