.communityMainContainer.form{flex:1 1;max-width:50rem;padding-left:1rem;padding-right:1rem;margin:0 auto}.feedContainer{max-width:50rem;min-height:100vh;position:relative}.feedWrapper{padding:1rem;background-color:var(--black-color-dark);overflow-anchor:none;border-bottom:2px solid var(--gray-color-444)}.feedItem:first-child{overflow-anchor:auto}.feedItem.newly-added{overflow-anchor:none}.authorProfileImage{min-width:2.25rem;width:2.25rem;height:2.25rem;border:var(--border-white-1);border-radius:var(--circle);overflow:hidden}.authorProfileImage img{width:100%;height:100%;object-fit:cover}.authorName{font-size:.875rem;font-weight:500;text-align:left}.createdAgo{color:#8c8c8c;font-size:.625rem;font-weight:400}.feedBody{padding-bottom:1rem;border-bottom:var(--border-gray-1)}.feedContents{width:100%;line-height:1.4;letter-spacing:-.2px;white-space:pre-wrap}.feedContents a{font-weight:700;text-decoration:underline}.feedContents a:hover{color:var(--primary-color)}.countComments,.countLikes{color:#666666;font-size:.875rem;font-weight:400}.categoryLabel{display:inline-block;width:0;height:0;visibility:hidden}@media screen and (min-width:768px){.categoryLabel{width:auto;height:2rem;padding:.25rem .5rem;background-color:var(--sub-color);color:var(--text-color);font-size:.875rem;font-weight:500;line-height:1.25rem;text-align:center;border:1px solid transparent;visibility:visible}}