.comment-section {
  max-width: 700px;
}

.comment-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}

.comment-item {
  display: flex;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid #eee;
}

.comment-avatar {
  width: 38px;
  height: 38px;
  background: #0d6efd;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.comment-body {
  flex: 1;
}

.comment-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.comment-name {
  font-size: 14px;
  font-weight: 600;
  color: #222;
}

.comment-time {
  font-size: 12px;
  color: #999;
}

.comment-text {
  font-size: 13px;
  color: #555;
  margin-top: 4px;
  line-height: 1.4;
}
