/* public/components/aitools/aitools.css */

#ai-cat-filters {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

#ai-tools-list > div {
  transition: background 0.2s ease;
}

#ai-tools-list > div:hover {
  background: var(--bg2);
}
