/*
 * Wine name cell component — pairs with app/views/shared/_wine_name_cell.html.erb
 * Always rendered inside the .wines-table cell shape.
 */
.wines-table .wine-meta {
  font-size: var(--font-size-sm);
  color: var(--color-text-light);
  margin-top: 2px;
}

.wines-table .wine-varietals {
  font-size: var(--font-size-sm);
  color: var(--color-text-muted);
  margin-top: 2px;
}

.wines-table td .vintage {
  color: var(--color-text-muted);
  margin-left: var(--space-xs);
}
