/* .gform_wrapper.gravity-theme * {
	background-color: white;
} */

.gform_wrapper.gravity-theme .gf_step_completed .gf_step_number {
	border: none;
}
.preview-grid {
	display: grid;
	gap: 30px;
	padding: 20px;
}

.preview-section {
	width: 100%;
}

.section-title {
	color: #252c66;
	font-size: 18px;
	font-weight: bold;
	padding: 10px 0;
	margin-bottom: 15px;
	border-bottom: 2px solid #252c66;
}

.qa-pair {
	margin-bottom: 15px;
	break-inside: avoid;
}

.question {
	color: #252c66;
	font-weight: bold;
	margin-bottom: 0px;
	line-height: 1.4em;
}

.answer {
	padding: 0;
}

.preview-section {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}

.preview-section .section-title {
	grid-column: 1 / -1;
}

@media (max-width: 768px) {
	.preview-section {
		grid-template-columns: 1fr;
	}
}