/* QuickFORM Elementor Widget Styles */

.qf-elementor-wrapper {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.qf-checkout-box {
	width: 100%;
	margin: 0 auto;
}

.qf-elementor-wrapper[style*="text-align: left"] {
	justify-content: flex-start;
}

.qf-elementor-wrapper[style*="text-align: right"] {
	justify-content: flex-end;
}

.qf-elementor-wrapper[style*="text-align: center"] {
	justify-content: center;
}

/* Ensure centering work with max-width */
.qf-elementor-wrapper[style*="text-align: left"] .qf-checkout-box {
	margin-left: 0;
	margin-right: auto;
}

.qf-elementor-wrapper[style*="text-align: right"] .qf-checkout-box {
	margin-left: auto;
	margin-right: 0;
}

.qf-elementor-wrapper[style*="text-align: center"] .qf-checkout-box {
	margin-left: auto;
	margin-right: auto;
}

.qf-elementor-placeholder {
	padding: 20px;
	border: 2px dashed #ddd;
	text-align: center;
	background: #f9f9f9;
	border-radius: 8px;
}

.qf-elementor-placeholder h3 {
	margin-bottom: 10px;
	color: #333;
}

.qf-elementor-placeholder p {
	color: #666;
}

/* Responsive adjustments */
@media screen and (max-width: 768px) {
	.qf-checkout-box {
		max-width: 100% !important;
	}
}
