.newsfeedPostsSection_container__8sHcM{display:flex;flex-direction:column;gap:var(--spacing-lg);width:100%}.newsfeedPostsSection_header__342_U{display:flex;justify-content:space-between;align-items:center;gap:var(--spacing-md);width:100%}.newsfeedPostsSection_feedTitle__vFu_3{font-size:var(--font-size-xl);font-family:var(--font-display);color:var(--color-text-primary);margin:0}.newsfeedPostsSection_viewAllButton__hCWOC{display:flex;align-items:center;gap:var(--spacing-xs);color:var(--color-text-secondary);text-decoration:none;transition:color .2s ease;flex-shrink:0}.newsfeedPostsSection_viewAllButton__hCWOC:hover{color:var(--color-text-primary)}.newsfeedPostsSection_viewAllIcon__mbQgh{width:24px;height:24px}.newsfeedPostsSection_postsGrid__v95KW{display:flex;flex-direction:column;gap:var(--spacing-lg);width:100%}.newsfeedPostsSection_emptyState__Fh8qP{display:flex;align-items:center;justify-content:center;padding:var(--spacing-xl);color:var(--color-text-secondary);text-align:center}.newsfeedPostsSection_skeletonCard__CEBMi{width:100%;min-height:400px;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-xl);position:relative;overflow:hidden}.newsfeedPostsSection_skeletonCard__CEBMi:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.05) 50%,transparent);animation:newsfeedPostsSection_shimmer__s0b3R 1.5s infinite}@keyframes newsfeedPostsSection_shimmer__s0b3R{0%{left:-100%}to{left:100%}}@media (max-width:1024px){.newsfeedPostsSection_feedTitle__vFu_3{font-size:var(--font-size-lg)}}@media (max-width:768px){.newsfeedPostsSection_header__342_U{flex-direction:row;align-items:center;justify-content:space-between;gap:var(--spacing-sm)}.newsfeedPostsSection_feedTitle__vFu_3{font-size:var(--font-size-md)}.newsfeedPostsSection_viewAllIcon__mbQgh{width:20px;height:20px}.newsfeedPostsSection_postsGrid__v95KW{gap:var(--spacing-md)}}@media (max-width:480px){.newsfeedPostsSection_feedTitle__vFu_3{font-size:var(--font-size-base)}}