/* 对比器样式 */
.comparison-sticky-bar {
  position: sticky;
  top: 0;
  z-index: 40;
  background: white;
  border-bottom: 1px solid #e5e7eb;
  padding: 1rem;
  margin-bottom: 1rem;
}

.compare-tools-list {
  display: flex;
  gap: 1rem;
  align-items: center;
  flex-wrap: wrap;
}

.compare-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: #dbeafe;
  color: #1e40af;
  padding: 0.5rem 1rem;
  border-radius: 0.25rem;
  font-size: 0.9rem;
}

.compare-badge .remove {
  cursor: pointer;
  font-weight: bold;
}
