/* FlatIcons — shared styles for CDN/no-build surfaces */
.fi { display: inline-block; vertical-align: middle; flex-shrink: 0; }
.fi-wrap { display: inline-flex; align-items: center; gap: 6px; }
.fi-icon-slot { display: inline-flex; align-items: center; justify-content: center; }

/* Lucide-style check bullet (replaces content:"✓" in lists) */
.fi-check-bullet::before {
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 6px;
  vertical-align: -2px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%2327c1a3' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") center / contain no-repeat;
}
