/**
 * AIGC Store Generator - Public Styles
 *
 * Base styles for the AIGC plugin front-end components.
 */

.aigc-loading {
	text-align: center;
	padding: 40px 20px;
	color: #666;
	font-size: 14px;
}

#seller-center-app,
#ops-center-app {
	min-height: 400px;
}
