/* ─── Ironclad Consent Step ──────────────────────────────── */

.certn-ironclad-wrap {
	width: 100%;
}

.certn-ironclad-section {
	position: relative;
}

.certn-ironclad-label {
	font-weight: 600;
	margin-bottom: 0.5rem;
	margin-top: 0;
}

.certn-ironclad-frame-container {
	position: relative;
	border-radius: 4px;
	min-height: auto;
	height: 75px;
	overflow: hidden;
}

.certn-ironclad-frame-container iframe {
	display: block;
	width: 100%;
	/* Height set inline via PHP so it can be tuned per section. */
}

.certn-ironclad-loader {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba( 249, 250, 251, 0.92 );
	font-size: 0.875rem;
	color: #6b7280;
	pointer-events: none;
	transition: opacity 0.2s ease;
}

.certn-ironclad-error {
	padding: 0.75rem 1rem;
	background: #fef2f2;
	border: 1px solid #fecaca;
	border-radius: 4px;
	color: #dc2626;
	font-size: 0.875rem;
}

/* Disabled GF Next button state while consent is pending. */
.gform_next_button[disabled],
.gform_next_button[aria-disabled="true"] {
	cursor: not-allowed;
}
