.wpcf7c-elm-step2 {}
.wpcf7c-elm-step3 {}
.wpcf7 .ajax-loader{}

.wpcf7c-hide {display: none;}
.wpcf7c-force-hide {display: none !important;}
.wpcf7c-conf {background-color: #999999; color: black; border: 1px solid #333333;}

.wpcf7c-preview {
	margin: 1.5rem 0 2rem;
}

.wpcf7c-preview h2 {
	margin-bottom: .75rem;
	text-align: center;
}

.wpcf7c-preview-lead {
	margin-bottom: 1.5rem;
	text-align: center;
}

.wpcf7c-preview dl {
	margin: 0;
	border-top: 1px solid #ddd;
}

.wpcf7c-preview-row {
	display: block;
	margin: 0;
	padding: 0;
}

.wpcf7c-preview dt,
.wpcf7c-preview dd {
	float: none !important;
	width: auto !important;
	min-height: 0 !important;
	box-sizing: border-box;
	margin: 0;
	padding: 1rem;
	border-bottom: 1px solid #ddd;
}

.wpcf7c-preview dt {
	background: #f7f7f7;
	font-weight: 700;
}

.wpcf7c-preview dd {
	white-space: pre-wrap;
	word-break: break-word;
}

.wpcf7c-is-preview .wpcf7c-preview-source {
	display: none !important;
}

@media (min-width: 768px) {
	.wpcf7c-preview-row {
		display: grid;
		grid-template-columns: minmax(12rem, 30%) 1fr;
		align-items: stretch;
	}

	.wpcf7c-preview dt,
	.wpcf7c-preview dd {
		display: flex;
		align-items: center;
		height: 100%;
	}
}
