.ssrCommunityPreviewCommentLink {
  color: inherit !important;
  text-decoration: none !important;
}
.ssrCommunityPreviewComment {
  background-color: var(--background-color);
  padding: 20px;
  border-bottom: 1px solid var(--border-divider-color);
  transition: background-color 0.2s ease;
  cursor: pointer;
  user-select: none;
}
.ssrCommunityPreviewComment:hover {
  background-color: var(--hover-color);
}
.ssrCommunityPreviewCommentWrapper:last-child .ssrCommunityPreviewComment {
  border-bottom: none;
}
.commentChannelPlaceholder {
  visibility: hidden;
}
.commentChannelOverlay {
  position: absolute;
  top: 20px;
  left: 42px; 
  z-index: 1;
  display: flex;
  text-decoration: none;
}
.commentChannelOverlay:hover {
  filter: brightness(0.85);
}