.fcp-comment-preview {
  margin-top: 12px;
  padding: 18px 22px;
  background: #f8f8f6;
  border: 1px solid #f0f0eb;
  color: #486277;
  font-family: "SimSun", "宋体", "Songti SC", "STSong", serif;
}

.fcp-comment-head {
  display: flex;
  align-items: center;
  gap: 12px;
}

.fcp-comment-avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  object-fit: cover;
  flex: 0 0 42px;
}

.fcp-comment-meta {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  flex-wrap: wrap;
  line-height: 1.5;
}

.fcp-comment-author,
.fcp-comment-author a {
  color: #5f7890;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  font-family: "Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", sans-serif;
}

.fcp-comment-date {
  color: #6f879c;
  font-size: 14px;
  font-family: "Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", sans-serif;
}

.fcp-comment-body {
  margin-top: 14px;
  font-size: 12px;
  line-height: 1.9;
  color: #6a7e91;
}

.fcp-comment-body p {
  margin: 0;
}

.fcp-comment-link {
  display: inline-block;
  margin-top: 8px;
  color: #5f7890;
  text-decoration: none;
  font-size: 14px;
  font-family: "Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", sans-serif;
}

.fcp-comment-link:hover {
  text-decoration: underline;
}

@media (max-width: 640px) {
  .fcp-comment-preview {
    padding: 14px 16px;
  }

  .fcp-comment-author,
  .fcp-comment-author a {
    font-size: 16px;
  }

  .fcp-comment-date,
  .fcp-comment-body {
    font-size: 14px;
  }
}
