/* WC Enhanced - Product Variation widget styles */

.wce-product-variation {
	display: block;
	width: 100%;
}

.wce-product-variation__title {
	margin: 0 0 8px 0;
	font-size: 16px;
	line-height: 1.2;
	font-weight: 600;
}

.wce-product-variation__select {
	display: block;
	width: 100%;
	min-height: 44px;
	border-radius: 6px;
	border: 1px solid rgba(0, 0, 0, 0.18);
	padding: 10px 12px;
	background: #fff;
	color: inherit;
	font-size: 14px;
	line-height: 1.2;
}

.wce-product-variation--notice {
	padding: 10px 12px;
	border: 1px dashed rgba(0, 0, 0, 0.25);
	border-radius: 8px;
	opacity: 0.9;
}
