/* ============================================
   AI领航局 - 分类页样式（简约风格）
   ============================================ */

/* 分类页头部 - 简化版，只显示描述 */
.ailhj-cat-header {
  background: #fff;
  border-radius: var(--main-radius);
  padding: 20px 24px;
  margin-bottom: 20px;
  border: 1px solid #f2f2f2;
}

.ailhj-cat-header-simple {
  padding: 16px 24px;
}

.ailhj-cat-desc {
  font-size: 14px;
  color: var(--muted-color);
  margin: 0;
  line-height: 1.6;
}

/* 响应式 */
@media (max-width: 768px) {
  .ailhj-cat-header {
    padding: 16px 20px;
    margin-bottom: 16px;
  }

  .ailhj-cat-desc {
    font-size: 13px;
  }
}
