/**
 * Auto Form Builder - Embed Frame styles.
 *
 * Minimal reset applied only to the standalone embed page that is loaded
 * inside the iframe. Keeps the form flush to the frame edges and lets the
 * host page background show through.
 */

html.auto-form-builder-embed-html,
body.auto-form-builder-embed-body {
	margin: 0;
	padding: 0;
	background: transparent;
}

body.auto-form-builder-embed-body {
	overflow-x: hidden;
}

.auto-form-builder-embed-container {
	margin: 0;
	padding: 0;
	width: 100%;
}
