#brx-content.finch-orderer-auto-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	width: 100%;
	min-width: 0;
	align-items: initial;
}
