/**
 * Gravity Forms for Elementor — widget scaffolding styles.
 *
 * Kept intentionally light: the visual controls in the Style tab generate their
 * own scoped CSS via Elementor's `selectors`, and Gravity Forms ships its own
 * (orbital / gravity) theme. This file only provides stable layout hooks.
 */

.gffe-form-wrapper {
	width: 100%;
}

/* Editor-only placeholder shown when no form is selected or for AJAX previews. */
.gffe-placeholder {
	padding: 16px 20px;
	border: 1px dashed #c3c4c7;
	border-radius: 4px;
	background: #f6f7f7;
	color: #50575e;
	font-size: 14px;
	line-height: 1.5;
	text-align: center;
}
