/* ============================================
   Photo-type quick filter (#243)
   One section inside the `Filters · N` panel (filters-shell.css) — chips
   reuse the drawer's existing text-only tag-toggle vocabulary (.filter-tag /
   .filter-tag-protected, drawer.css) rather than inventing a second chip
   language for the same "toggle a photo-type" action. This partial only
   supplies the row layout; color/size/touch-target rules live with
   .filter-tag itself (including its existing <768px 44px bump).
   ============================================ */

.filter-phototype-list {
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacing-8);
}

/* Matches the shell's own .filters-shell-empty tone for a group with no
   photo-type tags configured yet (mirrors filters-shell-empty in
   filters-shell.css, scoped to one group's body instead of the whole panel). */
.filters-shell-empty-group {
  margin: 0;
  color: var(--color-text-muted);
  font-size: var(--text-body);
}
