.communityPage {
  background-color: var(--background-gray);
  height: 100%;
  font-size: 14px;
}
.siteLayout:has(.communityPage) .content {
  min-height: 0;
}
.communityPage .communitySidebar {
  border-right: 1px solid var(--border-divider-color);
  padding: 8px 0;
  scrollbar-gutter: stable both-edges;
  overflow: auto;
  width: var(--site-left-sidebar-width);
  height: 100%;
}
.communityPage .communityGroup {
  padding-bottom: 4px;
  padding-left: 4px;
  padding-right: 2px;
}
.communityPage .communityHeading {
  font-size: 16px;
  padding: 6px 4px 2px 4px;
  margin-bottom: 2px;
  border-radius: 5px;
  min-height: 34px;
}
.communityPage .communityChannelName {
  padding-left: 4px;
  font-size: 15px;
  overflow-x: hidden;
}
.communityPage .communityChannel {
  padding: 2px 4px 2px 4px;
  border-radius: 6px;
  height: 32px;
  color: inherit !important;
  text-decoration: none !important;
}
.communityPage .communityChannel:hover {
  background-color: var(--hover-color-darker) !important;
  color: inherit !important;
  text-decoration: none !important;
}
.communityPage .communityChannel:focus {
  color: inherit !important;
  text-decoration: none !important;
}
.communityPage .communityChannel.selected {
  background-color: var(--selected-color-darker) !important;
  font-weight: normal !important;
}
.communityPage .communityChannelIcon {
  width: 28px;
  height: 28px;
}
.communityPage .communityContentWrapper {
  height: 100%;
  overflow-y: auto;
  scrollbar-gutter: stable both-edges;
}
.communityPage .communityContentWrapper .headerWrapper {
  padding: 22px 16px;
  min-height: 84px;
}
.communityPage .communityContentWrapper .communityName {
  font-weight: bold;
  font-size: 28px;
  margin: 0 !important;
}
.communityPage .communityContentWrapper .communityDescription {
  padding: 0 16px 24px;
  margin-top: -12px;
}
.communityPage .communityContent {
  padding: 0 15px 20px;
}
.communityPage .communityPageContent {
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.communityPage .noPostContent {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 300px;
}
.communityPage .noPostContent h3 {
  font-size: 24px;
  margin-bottom: 8px;
  margin-top: 0;
}
.sm-l .communityPage .noPostContent h3 {
  font-size: 20px;
}
.communityPage .groupTitleWrapper {
  margin-bottom: 10px;
}
.communityPage .postGroup:not(:first-child) .groupTitleWrapper {
  padding-top: 25px;
}
.communityPage .groupName {
  font-size: 18px;
  text-transform: capitalize;
  display: inline-flex;
}
.communityContent .formatted p {
  margin-bottom: 30px;
}
.communityContent .formatted ul {
  padding-bottom: 30px;
  line-height: 2;
}
.communityPage .postHeader {
  padding: 14px 16px;
}
.communityPage .postLikeBtn {
  display: flex;
  align-items: center;
  gap: 6px;
  border-radius: 8px;
  min-height: 24px;
  transition: background-color 0.2s ease;
}
.communityPage .communityPostReplies {
  margin-top: 12px;
  border-top: 1px solid var(--border-divider-color);
  margin-left: -25px;
  margin-right: -25px;
  padding: 30px 20px 0 24px;
}
.communityPage .communityReply {
  margin-left: -25px;
  margin-right: -25px;
  padding: 30px 25px 0 25px;
}
.communityPage .communityComment {
  margin-bottom: 20px;
  margin-right: -16px;
  padding-right: 16px;
}
.communityPage .communityCommentName {
  font-weight: bold;
  font-size: 17px;
}
.communityPage .replyInput {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-sizing: border-box;
}
.ql-editor .img-border {
  border: 2px solid rgb(136, 136, 136);
}
.ql-editor .ql-video {
  border-radius: 16px;
}