.wccp-customization-fields {
	margin: 1.25em 0;
	padding: 1.25em;
	border: 1px solid #e2e2e2;
	border-radius: 4px;
	background: #fafafa;
}

.wccp-customization-fields .wccp-heading {
	margin: 0 0 1em;
	font-size: 1.1em;
}

.wccp-customization-fields .wccp-field {
	margin-bottom: 1em;
}

.wccp-customization-fields .wccp-field:last-child {
	margin-bottom: 0;
}

.wccp-customization-fields label {
	display: block;
	margin-bottom: 0.35em;
	font-weight: 600;
}

.wccp-customization-fields .optional {
	font-weight: 400;
	font-size: 0.85em;
	color: #767676;
}

.wccp-customization-fields input[type="file"],
.wccp-customization-fields textarea {
	width: 100%;
	max-width: 100%;
}

.wccp-customization-fields .wccp-help {
	display: block;
	margin-top: 0.35em;
	font-size: 0.85em;
	color: #666;
}

.wccp-selected-image-preview {
	margin-top: 0.75em;
	padding: 0.5em;
	border: 1px solid #ddd;
	border-radius: 4px;
	background: #fff;
	display: inline-block;
	max-width: 100%;
}

.wccp-selected-image-preview img {
	display: block;
	max-width: 180px;
	height: auto;
	border-radius: 2px;
}

.wccp-image-preview {
	display: inline-block;
	margin-top: 0.35em;
	line-height: 0;
}

.wccp-image-preview .wccp-preview-img,
.wccp-preview-img {
	display: block;
	max-width: 120px;
	height: auto;
	border: 1px solid #ddd;
	border-radius: 3px;
	background: #fff;
	padding: 2px;
}

.woocommerce-cart-form .wccp-image-preview .wccp-preview-img,
.woocommerce-checkout-review-order-table .wccp-image-preview .wccp-preview-img,
.woocommerce-table--order-details .wccp-image-preview .wccp-preview-img {
	max-width: 100px;
}

.woocommerce-mini-cart-item .wccp-image-preview .wccp-preview-img {
	max-width: 60px;
}
