.postListPreview{width:100%;min-width:0;margin:20px auto;position:relative}.postListPreview .postListHeaderSectn{width:100%;border-radius:12px;position:relative}.postListPreview .communityCard{background-color:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:24px;width:100%;max-width:800px;display:flex;flex-direction:column;gap:8px;cursor:pointer;box-shadow:0 4px 6px -1px rgba(0,0,0,.05),0 2px 4px -1px rgba(0,0,0,.03)}.postListPreview .cardHeader{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:10px}.postListPreview .authorInfoContainer{display:flex;align-items:center;gap:12px}.postListPreview .avatarWrapper{position:relative;border:0;background:transparent;padding:0;cursor:pointer;flex:0 0 auto}.postListPreview .avatarWrapper:hover img{filter:brightness(95%)}.postListPreview .avatarWrapper.isDeletedUser{opacity:.5}.postListPreview .authorAvatar{width:48px;height:48px;border-radius:50%;object-fit:cover}.postListPreview .notificationBadge{position:absolute;bottom:-2px;right:-2px;background-color:#334155;color:#fff;border-radius:50%;width:22px;height:22px;display:flex;align-items:center;justify-content:center;border:2px solid #fff}.postListPreview .notificationBadge svg{width:12px;height:12px}.postListPreview .authorDetails{display:flex;flex-direction:column;gap:4px;min-width:0}.postListPreview .authorDetails.isDeletedUser{color:rgba(5,5,5,.3)}.postListPreview .authorNameRow{display:flex;align-items:center;gap:6px;min-width:0}.postListPreview .authorName{border:0;background:transparent;padding:0;font-weight:700;font-size:16px;color:#1e293b;cursor:pointer;max-width:260px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.postListPreview .postMeta{font-size:14px;color:#64748b;display:flex;align-items:center;gap:4px;min-width:0}.postListPreview .postMeta a{color:#64748b;text-decoration:none;max-width:220px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.postListPreview .postMeta a:hover{text-decoration:underline}.postListPreview .postMeta .newPostIndicator{display:flex;align-items:center;gap:6px;color:var(--branding-color);flex-shrink:0}.postListPreview .postMeta .newPostIndicator .newPostDot{width:8px;height:8px;border-radius:50%;background-color:currentColor;flex:0 0 8px}.postListPreview .postMeta .newPostIndicator .newPostLabel{color:currentColor;font-weight:700;white-space:nowrap}.postListPreview .plainMeta,.postListPreview .topicName{border:0;background:transparent;padding:0;font-size:14px;color:#64748b;cursor:pointer;max-width:220px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.postListPreview .topicName:hover{color:var(--branding-color)}.postListPreview .headerRightActions{display:flex;align-items:center;gap:8px;flex:0 0 auto}.postListPreview .postFollow{display:flex;align-items:center;justify-content:center;width:35px;height:35px;border:0;border-radius:50%;cursor:pointer;background-color:transparent}.postListPreview .postFollow:hover{background-color:#f0f0f5}.postListPreview .pinnedPostIcon{width:34px;height:34px;flex:0 0 34px;display:flex;align-items:center;justify-content:center;border-radius:50%;color:var(--branding-color);background-color:color-mix(in srgb,var(--branding-color) 10%,#fff);transition:background-color .2s ease,transform .2s ease}.postListPreview .pinnedPostIcon svg{width:17px;height:17px;display:block;color:inherit}.postListPreview .pinnedPostIcon:hover{background-color:color-mix(in srgb,var(--branding-color) 17%,#fff);transform:rotate(-8deg)}.postListPreview .postActionWrapper{border:0;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;width:35px;height:35px;padding:0}.postListPreview .cardContent{display:flex;gap:24px;align-items:flex-start;cursor:pointer}.postListPreview .textContent{flex:1 1;min-width:0;display:flex;flex-direction:column;gap:12px}.postListPreview .textContent a{text-decoration:none}.postListPreview .textContent .pollContent{display:flex;flex-direction:column;align-items:flex-start;gap:10px;min-width:0}.postListPreview .textContent .pollQn{margin:10px 0 0;color:#181823;font-size:16px;font-weight:400;line-height:1.5;word-break:break-word}.postListPreview .textContent .pollVoteBtn{padding:6px 15px;border:1px solid var(--branding-color);border-radius:4px;background-color:#fff;color:var(--branding-color);display:inline-flex;align-items:center;justify-content:center;gap:7px;font-size:12px;font-weight:600;line-height:1;cursor:pointer;transition:background-color .2s ease,color .2s ease}.postListPreview .textContent .pollVoteBtn .arrowIcon{width:17px;height:17px;flex:0 0 17px;display:block;overflow:visible;color:currentColor;shape-rendering:geometricPrecision;transition:transform .2s ease}.postListPreview .textContent .pollVoteBtn .arrowIcon,.postListPreview .textContent .pollVoteBtn .arrowIcon line,.postListPreview .textContent .pollVoteBtn .arrowIcon path,.postListPreview .textContent .pollVoteBtn .arrowIcon polyline{stroke:currentColor;stroke-width:3.25;stroke-linecap:round;stroke-linejoin:round}.postListPreview .textContent .pollVoteBtn:hover{background-color:color-mix(in srgb,var(--branding-color) 7%,#fff)}.postListPreview .textContent .pollVoteBtn:hover .arrowIcon{transform:translate(2px,-2px)}.postListPreview .textContent .pollVoteBtn:focus-visible{outline:2px solid var(--branding-color);outline-offset:2px}.postListPreview .listMediaPreview{flex:0 0 180px;max-width:180px;overflow:hidden;border-radius:8px;cursor:default}.postListPreview .listMediaPreview img,.postListPreview .listMediaPreview video{max-width:100%;border-radius:8px;object-fit:cover}.postListPreview .cardDivider{height:1px;background-color:#e2e8f0;margin:4px 0}.postListPreview .cardFooter{display:flex;justify-content:space-between;align-items:center;gap:16px}.postListPreview .engagementStats{gap:24px;min-width:0}.postListPreview .engagementStats,.postListPreview .statItem{display:flex;align-items:center;color:#64748b;font-size:14px;font-weight:500}.postListPreview .statItem{border:0;background:transparent;gap:8px;cursor:pointer;padding:6px 0}.postListPreview .statItem svg{width:18px;height:18px}.postListPreview .iconWrapper{display:flex;align-items:center;justify-content:center}.postListPreview .iconWrapper .commentIconBorder,.postListPreview .iconWrapper .likeIconBorder{display:none}.postListPreview .iconWrapper:hover{color:var(--branding-color)}.postListPreview .iconWrapper:hover .likeIconEmpty{display:none!important}.postListPreview .iconWrapper:hover .likeIconBorder{display:inline-block!important}.postListPreview .iconWrapper:hover .commentIconEmpty{display:none!important}.postListPreview .iconWrapper:hover .commentIconBorder{display:inline-block!important}.postListPreview .likesCount:hover{color:var(--branding-color)}.postListPreview .newActivity{border:0;background:transparent;display:flex;align-items:center;gap:6px;font-size:14px;cursor:pointer;padding:6px 0;white-space:nowrap}.postListPreview .newActivity .activityDot{width:6px;height:6px;background-color:var(--branding-color);border-radius:50%;flex:0 0 6px}.postListPreview .newActivity .activityLabel{color:var(--branding-color);font-weight:600}.postListPreview .newActivity .activitySeparator{color:#64748b;font-weight:400}.postListPreview .newActivity .activityTime{color:#64748b;font-weight:400;font-size:13px}.postListPreview .avatarStack{display:flex;align-items:center;padding:0;border:0;background:transparent;overflow:visible;isolation:isolate}.postListPreview .stackAvatarItem{position:relative;width:24px;height:24px;flex:0 0 24px;margin-left:-8px;border-radius:50%}.postListPreview .stackAvatarItem:first-child{margin-left:0}.postListPreview .stackAvatarItem:hover{z-index:10}.postListPreview .stackAvatar{display:block;width:24px;height:24px;box-sizing:border-box;border-radius:50%;border:2px solid #fff;object-fit:cover}.postListCommentSectn{background-color:#fff;border:1px solid #e2e8f0;border-top:0;border-radius:0 0 12px 12px;padding:0 24px 24px;margin-top:-8px}.postListCommentSectn .listCommentPreviewWrapper{padding-top:16px}.postListCommentSectn .viewMoreCommentsWrapper{border:0;background:transparent;display:block;font-size:14px;font-weight:600;padding:16px 0 4px;color:#64748b;cursor:pointer}.postListCommentSectn .viewMoreCommentsWrapper:hover{color:var(--branding-color)}.postListCommentSectn .viewMoreCommentsInPopup{padding-left:45px}.postListCommentSectn .commentEditWrapper{padding-top:20px}.turnedOffWrapper{background-color:#f5f5f5;padding:8px;text-align:center;color:#787878;font-weight:500;border-radius:8px;margin-top:16px}@media screen and (max-width:992px){.postListPreview{margin:10px auto}.postListPreview .communityCard{padding:18px}.postListPreview .cardContent{gap:16px}.postListPreview .listMediaPreview{flex-basis:150px;max-width:150px}}@media screen and (max-width:572px){.postListPreview{margin:0}.postListPreview .postListHeaderSectn{border-radius:0}.postListPreview .communityCard{border-radius:0;border-left:0;border-right:0;padding:16px}.postListPreview .cardHeader{gap:10px}.postListPreview .authorName{max-width:160px}.postListPreview .postMeta{font-size:12px}.postListPreview .postMeta a{max-width:140px}.postListPreview .cardContent{flex-direction:column;gap:14px}.postListPreview .listMediaPreview{flex:0 0 auto;width:100%;max-width:100%}.postListPreview .cardFooter{align-items:flex-start}.postListPreview .engagementStats{gap:16px;flex-wrap:wrap}.postListPreview .avatarStack{display:none}.pollVoteBtn{padding:7px 13px!important}.postListCommentSectn{border-radius:0;border-left:0;border-right:0;padding:0 16px 20px}}.postsList .postPreviewWrapper{width:100%;min-width:0;margin-bottom:10px}.postsList .postPreviewWrapper:first-child{margin-top:20px}.postsList .postPreviewWrapper:last-child{margin-bottom:20px}