@charset "UTF-8";
/* Documento independente do tema. Mantém o canvas neutro sem CSS inline. */
html,
body.acd-plugin-canvas {
	margin: 0;
	padding: 0;
	width: 100%;
	min-height: 100%;
	background: var(--acd-white, #fff);
}

html {
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
}

body.acd-plugin-canvas {
	max-width: none;
	overflow-x: clip;
	overscroll-behavior-x: none;
}

#acd-plugin-page-root {
	width: 100%;
	max-width: none;
	min-height: 100vh;
	min-height: 100svh;
	margin: 0;
	padding: 0;
}

@supports (min-height: 100dvh) {
	#acd-plugin-page-root { min-height: 100dvh; }
}
