/* Wobble Form — mount styling (frontend + Elementor editor). */
.wobble-form-mount {
	display: block;
	width: 100%;
	min-height: 360px;
	position: relative;
}

/* Keep the canvas/overlay inside the mount selectable & contained. */
.wobble-form-mount canvas {
	max-width: 100%;
}
