.communityPreviewPost {
  background-color: #fff;
  padding: 20px;
  border-bottom: 1px solid #e5e7eb;
  transition: background-color 0.2s ease;
  cursor: pointer;
  user-select: none;
}
.communityPreviewPostWrapper:last-child .communityPreviewPost {
  border-bottom: none;
}
.communityPreviewPost:hover {
  background-color: var(--hover-color)
}
.communityPreviewPost .postActionBtn {
  padding-right: 6px;
  display: flex;
  align-items: center;
  gap: 4px;
  border: none;
  background: none;
  color: #666;
  font-size: 14px;
  cursor: pointer;
}