@charset "UTF-8";
/* 内容页右侧评论小工具美化 */
.comment-mini-lists > div.posts-mini {
  border: 1px dashed #d4b0f5;
  border-radius: 12px;
  margin: 8px 0;
  padding: 14px 16px;
  background-color: #fefbff;
  box-shadow: 0 1px 3px rgba(168, 85, 247, 0.05);
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
}

.comment-mini-lists > div.posts-mini:hover {
  border-color: #a855f7;
  background: linear-gradient(135deg, #f9f4ff 0%, #f5edff 100%);
  box-shadow: 0 2px 8px rgba(168, 85, 247, 0.1);
  transform: translateY(-1px);
}

.comment-mini-lists .posts-mini .avatar {
  margin-right: 8px;
  border-radius: 50%;
}
.comment-mini-lists .posts-mini .content {
  color: #333;
  line-height: 1.5;
}
.comment-mini-lists .posts-mini .time {
  color: #999;
  font-size: 12px;
}
.posts-mini,.comment-widget-item {
    background-size: cover;
    margin-bottom: 5px;
    padding: 15px;
}