.PostCard_postCard__e8zKY{display:flex;flex-direction:row;gap:12px;padding:12px 0;cursor:pointer;border-radius:12px;transition:background-color .3s ease;width:100%}@media(max-width:1023px){.PostCard_postCard__e8zKY{flex-direction:column;gap:0}}.PostCard_postCard__e8zKY .PostCard_content__MEt8u{flex:1 1;display:flex;flex-direction:column;gap:8px;min-width:0}@media(max-width:1023px){.PostCard_postCard__e8zKY .PostCard_content__MEt8u{gap:8px}}.post-focus-highlight{animation:focusFlash 1.5s ease-out}@keyframes focusFlash{0%{background-color:rgba(22,119,255,.08)}70%{background-color:rgba(22,119,255,.05)}to{background-color:rgba(0,0,0,0)}}