/**
 * Public: customization fields + live preview on main product image.
 */

.cn-cn-product-customization {
	margin-bottom: 1.5em;
	clear: both;
	max-width: 100%;
}

/* —— Live preview on WooCommerce gallery image —— */
.cn-cn-gallery-block {
	margin-bottom: 1em;
}

.cn-cn-gallery-stage {
	position: relative;
	display: block;
}

.cn-cn-gallery-overlay {
	position: absolute;
	left: 0;
	right: 0;
	top: 22%;
	width: 100%;
	pointer-events: none;
	z-index: 2;
	text-align: center;
}

.cn-cn-gallery-overlay-inner {
	display: block;
	width: 100%;
	padding: 0 8%;
	box-sizing: border-box;
}

.cn-cn-gallery-overlay .cn_line {
	color: #fff;
	font-size: 28px;
	line-height: 1.25;
	text-align: center;
	text-shadow: 0 0 3px rgba( 0, 0, 0, 0.85 ), 0 1px 2px rgba( 0, 0, 0, 0.9 );
	word-break: break-word;
}

/* Shared disclaimer (under gallery + above Add to cart) */
.cn-cn-preview-note,
.cn-cn-gallery-note,
.cn-cn-fields-note-before-cart {
	margin: 0.75em 0 0;
	font-size: 0.88em;
	line-height: 1.45;
	/* text-align: center; */
}

.cn-cn-preview-note__line {
	margin: 0.35em 0 0;
}

.cn-cn-preview-note__line:first-child {
	margin-top: 0;
}

.cn-cn-fields-note-before-cart {
	margin-top: 1.25em;
	margin-bottom: 0.5em;
	padding-top: 0.75em;
	border-top: 1px solid rgba( 0, 0, 0, 0.08 );
}

/* Ensure gallery image stacking */
.cn-cn-gallery-stage .woocommerce-product-gallery__image {
	position: relative;
}

.cn-cn-fields .cn-form-group {
	margin-bottom: 1em;
}

.cn-cn-fields .control-label {
	font-weight: bold;
	color: #000;
	display: block;
	margin-bottom: 0.35em;
}

.cn-cn-fields .cn-saying-heading {
	margin: 1em 0 0.5em;
}

.cn-cn-fields .cn-char-hint {
	display: block;
	font-size: 0.85em;
	color: #555;
	margin-top: 0.25em;
}

.cn-cn-fields .cn-design-comment {
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
}

.cn_error {
	display: none;
	color: red;
	font-size: 0.85em;
}

.text_center {
	text-align: center;
}

/* Order received / view order / emails: customization under product name */
.woocommerce-order .cn-cn-order-customization,
.woocommerce-view-order .cn-cn-order-customization {
	margin-top: 0.5em;
	font-size: 0.95em;
	line-height: 1.45;
}

.woocommerce-order .cn-cn-order-customization .custom,
.woocommerce-view-order .cn-cn-order-customization .custom {
	margin: 0;
}
