/* Design Archive page — reuses the shared design-grid/design-card system; adds only
   the toolbar layout needed for the standalone page header. */

.design-toolbar-actions {
  display: flex;
  align-items: center;
  gap: 16px;
}

/* Keep archive filters readable in every interaction state. */
.filter-button.is-active,
.filter-button:hover,
.filter-button:focus-visible {
  color: var(--text);
  border-color: currentColor;
  background: transparent;
}
