[data-thc-cf7-confirm] [hidden] {
	display: none !important;
}

.wpcf7 form.thc-cf7-confirm-form .wpcf7-response-output:empty {
	display: none;
}

[data-thc-cf7-confirm] [data-thc-step="input"] {
	display: grid;
	gap: 30px;
}

[data-thc-cf7-confirm] [data-thc-step="confirm"] {
	display: grid;
	gap: 30px;
}

[data-thc-cf7-confirm] [data-thc-panel-heading] {
	color: #666;
	font-size: 14px;
	line-height: 2;
	text-align: center;
}

[data-thc-cf7-confirm] [data-thc-client-error] {
	padding: 12px 16px;
	border: 1px solid #d63638;
	border-radius: 6px;
	color: #b32d2e;
	font-size: 14px;
	line-height: 1.7;
	text-align: left;
}

[data-thc-cf7-confirm] [data-thc-action="confirm"],
[data-thc-cf7-confirm] [data-thc-action="back"] {
	border-radius: 5px !important;
}

[data-thc-cf7-confirm] .thc-cf7-confirm__character-count {
	display: block;
	margin-top: 6px;
	color: #666;
	font-size: 13px;
	line-height: 1.5;
	text-align: right;
}

[data-thc-cf7-confirm] .thc-cf7-confirm__character-count.is-over-limit {
	color: #b32d2e;
	font-weight: 700;
}

[data-thc-cf7-confirm] .p-homecoming-form-native__textarea {
	resize: vertical !important;
}

[data-thc-cf7-confirm] [data-thc-reflection] {
	display: block;
	min-width: 0;
	white-space: pre-wrap;
	overflow-wrap: anywhere;
}

[data-thc-cf7-confirm] .p-contact-form__confirm-value {
	min-width: 0;
	white-space: pre-wrap;
	overflow-wrap: anywhere;
}

[data-thc-cf7-confirm][aria-busy="true"] {
	opacity: 0.75;
}

@media (max-width: 480px) {
	[data-thc-cf7-confirm] [data-thc-step="input"],
	[data-thc-cf7-confirm] [data-thc-step="confirm"] {
		gap: 16px;
	}

	[data-thc-cf7-confirm] [data-thc-panel-heading] {
		text-align: left;
	}
}
