/*
 * Generated by tools/build-grids.js - do not edit by hand.
 *
 * Restores the source's auto-fit grid behaviour. WordPress grid layout emits
 * auto-fill, which leaves empty tracks and narrows the visible columns.
 * Selector specificity (0,2,0) beats core's generated container rule (0,1,0),
 * so no !important is needed.
 */
.ngs-grid-320.is-layout-grid { grid-template-columns: repeat(auto-fit, minmax(min(320px, 100%), 1fr)); }
