/**
 * v1.6.10 — Full-width catalog after the public filters and toolbar were
 * intentionally removed. This overrides only the two-column catalog shell
 * from the child theme; it does not affect book cards or product pages.
 */
.lbr-catalog-body.lbr-catalog-body--simple {
  display: block !important;
  grid-template-columns: minmax(0, 1fr);
}

.lbr-catalog-body--simple .lbr-catalog-results {
  width: 100%;
}
