.post-card{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;max-width:680px;margin-bottom:80px}.post-card a{color:#29203f;transition:color .5s}.post-card a:hover{color:#ff0057}.post-card a.author-name::after{content:',';font-weight:700;margin-left:-3px}.post-card a.author-name:last-of-type::after{content:''}.post-card .author-row{margin-top:8px}.post-card .author-row .name{font-weight:700}.post-card .author-row .date{margin-left:8px}.post-card .bottom-row{display:flex;flex-direction:row;justify-content:center;margin-top:24px}@media screen and (max-width:768px){.post-card .bottom-row{flex-direction:column;align-items:center}.post-card .bottom-row .avatars{margin-bottom:12px}}.post-card .bottom-row .avatars{display:flex;flex-wrap:wrap;flex-shrink:0;width:250px}.post-card .bottom-row .avatars.count-1{width:unset}.post-card .bottom-row .avatars img{width:102px;height:102px;border-radius:50%;flex-shrink:0;margin-right:16px}@media screen and (max-width:768px){.post-card .bottom-row .avatars{justify-content:center}}.post-card .bottom-row .excerpt{text-align:justify;min-width:50%}@media screen and (min-width:768px){.post-card .bottom-row .excerpt{margin-left:36px}}