/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Feb 13 2026 | 12:40:20 */
.row-center {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}