.cropper-root .jcrop-active {
	margin: 0 auto;
}

/* Constrain the Cropper.js canvas to the modal body so the crop area and grid
 * can never spill past the modal onto the page. The cropper builds its own
 * `.cropper-container` sized from the host <img>; capping both to 100% of the
 * (padded) modal body keeps it fully inside regardless of image dimensions. */
.cropper-root {
	max-width: 100%;
	overflow: hidden;
	/* QA_AT-235: zero padding so the cropper fills the root edge-to-edge and the
	 * checkerboard can't bleed around the image canvas. */
	padding: 0 !important;
}

.cropper-root .cropper-container {
	max-width: 100% !important;
}
