/*Targets the parent container of the simple list items*/
.items_c6cd0598a1bf4c3caa631384099070fe {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}
/*Targets the child flex items*/
.items_c6cd0598a1bf4c3caa631384099070fe > .item {
	display: flex;
	flex-direction: column;
}

/*Targets the parent container of the simple list items*/
.items_ff6f9d86d86b436e8cdf4542b98bef1c {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}
/*Targets the child flex items*/
.items_ff6f9d86d86b436e8cdf4542b98bef1c > .item {
	display: flex;
	flex-direction: column;
}