/**
 * Product detail inquiry form — WPForms modern markup + CF7 backend.
 * Base field/button layout from wpforms-full.min.css + common.css (spider).
 */

.bluesun-product-single-page .pro-form-content #wpforms-product-detail {
	max-width: 87.5rem;
	margin: 1.875rem auto 0;
	padding: 0 15px;
	box-sizing: content-box;
}

.bluesun-product-single-page .pro-form-content #wpforms-error-noscript,
.bluesun-product-single-page .pro-form-content .wpforms-error-noscript {
	display: none;
}

/* CF7 wrapper must not break wpforms-container-full > form selectors */
.bluesun-product-single-page .pro-form-content .blkg-detail-form > .wpcf7 {
	display: contents;
}

.bluesun-product-single-page .pro-form-content .blkg-detail-form .wpcf7-form {
	margin: 0;
}

.bluesun-product-single-page .pro-form-content .blkg-detail-form .hidden-fields-container,
.bluesun-product-single-page .pro-form-content .blkg-detail-form .screen-reader-response {
	display: none !important;
}

/* Honeypot — WPForms anti-spam field (hidden on live via wpforms-field-hp) */
.pro-form-content #wpforms-product-detail-field_2-container,
.pro-form-content #wpforms-product-detail .wpforms-field-hp,
.bluesun-product-single-page .pro-form-content .blkg-detail-form #wpforms-product-detail-field_2-container,
.bluesun-product-single-page .pro-form-content .blkg-detail-form .wpforms-field-hp {
	display: none !important;
	position: absolute !important;
	left: -9000px !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
	visibility: hidden !important;
	margin: 0 !important;
	padding: 0 !important;
}

.bluesun-product-single-page .pro-form-content .blkg-detail-form .wpforms-field-label.wpforms-label-hide {
	border: 0 !important;
	clip: rect(0, 0, 0, 0) !important;
	-webkit-clip-path: inset(50%) !important;
	clip-path: inset(50%) !important;
	height: 1px !important;
	margin: -1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	width: 1px !important;
	white-space: nowrap !important;
}

.bluesun-product-single-page .pro-form-content .blkg-detail-form .wpforms-submit-container .wpcf7-spinner {
	position: absolute;
	right: 12px;
	top: 50%;
	transform: translateY(-50%);
	margin: 0;
}

.bluesun-product-single-page .pro-form-content .blkg-detail-form .wpcf7-not-valid-tip {
	font-size: 14px;
	color: #c00;
	margin-top: 4px;
}

.bluesun-product-single-page .pro-form-content .blkg-detail-form .wpcf7-response-output {
	margin: 1.25rem 0 0;
	border: 1px solid #b0b0b0;
	padding: 0.75rem 1rem;
	text-align: center;
}

.bluesun-product-single-page .pro-form-content .blkg-detail-form form.sent .wpcf7-response-output {
	border-color: #46b450;
}

.bluesun-product-single-page .pro-form-content .blkg-detail-form form.failed .wpcf7-response-output,
.bluesun-product-single-page .pro-form-content .blkg-detail-form form.invalid .wpcf7-response-output {
	border-color: #dc3232;
}

@media only screen and (max-width: 767px) {
	.bluesun-product-single-page .pro-form-content .blkg-detail-form textarea {
		max-width: 100%;
	}
}
