
.comment-area {
  max-width: 100%;
  margin: 5px auto 5px auto;
  padding: 1rem;
  border: 1px solid #f2f1f1;
}
.comments-title{font-size:20px;}

.comment-list {
  list-style: none;
  padding: 0;
}

.comment-body {
  border-bottom: 1px solid #ddd;
  padding: 1rem 0;
}

.comment-meta {
  display: flex;
  align-items: center;
}

.comment-avatar {
  margin-right: 1rem;
}

.letter-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  font-weight: bold;
  font-size: 1.2rem;
  color: #fff;
  text-align: center;
  line-height: 48px;
}

.comment-info {
  font-size: 0.9rem;
}

.comment-author {
  font-weight: bold;
}

.comment-date,
.comment-url {
  display: block;
  color: #888;
}

.comment-content a {
  color: #0073aa;
  text-decoration: underline;
}

.comment-content a[rel="nofollow"] {
  color: #d33;
}

.reply {
  margin-top: 0.5rem;
}

.reply a {
  color: #0073aa;
  text-decoration: none;
  font-weight: bold;
}

.reply a:hover {
  text-decoration: underline;
}

#rich-editor-toolbar button {
  margin-right: 4px;
  padding: 4px 6px;
  cursor: pointer;
}

textarea#comment {
  width: 100%;
  padding: 0.5rem;
  margin-top: 10px;
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.5;
}

/*回复评论嵌套css*/
.comment-list .children {
  margin-left: 30px; /* Adjust depth here */
  border-left: 2px solid #ddd;
  padding-left: 15px;
}

.comment-body {
  margin-bottom: 20px;
}

.comment-respond {
  margin-top: 15px;
}


