/* Keep the existing chips, wrap the seven primary choices on narrow screens. */
.bg-game .ebook-store.ebook-catalog .bacavia-categories {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
  max-height: none;
  overflow: visible;
  gap: 8px;
}
.bg-game .ebook-store.ebook-catalog .bacavia-categories a {
  white-space: normal;
  overflow-wrap: anywhere;
  max-width: 100%;
}
