/* MinMax Quantities – Frontend styles */

.mmqwc-info-message {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	background: #f0edff;
	border-left: 4px solid #8975F5;
	border-radius: 4px;
	padding: 12px 16px;
	margin: 14px 0;
	font-size: 14px;
	color: #333;
	line-height: 1.5;
}

.mmqwc-info-message::before {
	content: "ℹ";
	font-size: 18px;
	color: #8975F5;
	flex-shrink: 0;
	line-height: 1.2;
}
