/* Optional compatibility stays deliberately generic and presentation-only. */

:where(.smartcloud-canvas-component) :where(input, select, textarea) {
	max-width: 100%;
	font: inherit;
}

:where(.smartcloud-canvas-component) :where(button, [role="button"]) {
	font: inherit;
}
