/* Changes block editor preview width to mimic iPhone 13 Pro Max */
.is-mobile-preview {
	height: 800px !important;
	width: 360px !important;
}
