/**
 * 最新评论组件样式
 * 复用主题 aerocore-comments 样式
 * 外层容器使用组件特定类名，不覆盖主题 widget 样式
 */

/* ============================================================
   组件外层容器
   ============================================================ */

.wifilu-com-latest-comments {
  margin-bottom: 16px;
  padding: 16px 20px;
  background: var(--bg-card);
  border-radius: var(--border-radius);
}

.wifilu-com-latest-comments:last-child {
  margin-bottom: 0;
}

/* ============================================================
   标题样式
   ============================================================ */

.wifilu-com-latest-comments__title {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 16px;
  font-weight: 600;
  color: var(--text-primary);
  margin: 0 0 12px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--border-primary);
}

.wifilu-com-latest-comments__title-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  color: var(--theme-color, #4f46e5);
  flex-shrink: 0;
}

.wifilu-com-latest-comments__title-icon svg {
  width: 100%;
  height: 100%;
}

/* 跟随滚动修饰类 */
.wifilu-com-latest-comments--sticky {
  position: sticky;
  top: 76px;
  z-index: 10;
}
