/*
 * Provider badges row — pairs with app/views/shared/_provider_badges.html.erb
 * Container for one-or-more publication-badge entries inside a wines-table cell.
 */
.wines-table .providers-cell {
  white-space: normal;
}

.provider-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
