.discourse-comments-area ol {
  margin: 0;
}

.discourse-comments-area .comment {
  display: flex;
}

.discourse-comments-area .comment-reply-before-body {
  min-width: 40px;
  min-height: 40px;
}

.discourse-comments-area .comment-body {
  display: flex;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  padding: 16px;
  margin-left: 15px;
  width: 100%;
}

.discourse-comments-area .comment[data-reply="false"] .comment-body {
  border-top: 1px solid #eee;
}

.discourse-comments-area li.comment:first-of-type .comment-body {
  border-top-left-radius: 1em;
  border-top-right-radius: 1em;
}

.discourse-comments-area li.comment:last-of-type .comment-body {
  border-bottom: 1px solid #eee;
  border-bottom-left-radius: 1em;
  border-bottom-right-radius: 1em;
}

.discourse-comments-area .comments-title-wrap {
	display: flex;
  margin-bottom: 1em;
}

.discourse-comments-area .comment-meta {
	display: flex;
	align-items: center;
	gap: 0.75em;
}

.discourse-comments-area .comment[data-reply="false"] .comment-author {
	display: flex;
	align-items: flex-start;
	gap: 0.75em;
}

.discourse-comments-area .comment[data-reply="false"] .comment-author img {
	margin-top: 20px;
}

.discourse-comments-area .comment-body .comment-author {
	padding: 4px 12px 0 9px;
}

.discourse-comments-area .comment .avatar {
	position: relative;
	top: unset;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
  border-radius: 50%;
}

.discourse-comments-area .comment-body-container {
  width: 100%;
}

.discourse-comments-area .comment-metadata {
	display: flex;
  align-items: center;
  gap: 0.25em;
}

.discourse-comments-area .comment-metadata .comment-name {
	font-size: 15px;
  font-weight: 700;
}

.discourse-comments-area .comment-metadata .comment-username, .discourse-comments-area .comment-metadata .comment-created-at {
	display: flex;
  align-items: center;
}

.discourse-comments-area .comment-metadata .comment-username > a, .discourse-comments-area .comment-metadata .comment-created-at > time {
	font-size: 12px;
  color: #646669;
}

.discourse-comments-area .comment-content {
  flex-basis: 100%;
}

.discourse-comments-area .comment-content p {
  margin-bottom: 0;
  font-size: 16px;
}

.discourse-comments-area .comment-footer {
  flex-basis: 100%;
  display: flex;
  justify-content: flex-end;
}

.discourse-comments-area .comment-footer a {
  color: #242526;
  font-weight: 500;
  font-size: 14px;
}

.discourse-comments-area .comment-reply-title {
  border: unset;
  margin-bottom: unset;
  padding-bottom: 0.5em;
  margin-top: 0.5em;
  word-break: break-word;
}

.discourse-comments-area .comment-respond > p {
  margin-top: unset;
}

.discourse-topic-cta {
  padding: 1em;
  background-color: #242526;
  color: #fff;
  border-radius: 50px;
  width: 100%;
  display: block;
  text-align: center;
}