/* Tag styles for components that may be missing from liquid glass */
.tag-row {
  display: flex;
  gap: var(--space-xs);
  flex-wrap: wrap;
  margin-top: var(--space-sm);
}
