/**
 * Frontend styles for Image Scale Block
 */

.wp-block-image-scaled img {
	transform: scale( var( --image-scale, 1 ) );
	transform-origin: center;
	max-width: 100%;
	height: auto;
}

.wp-block-image-scaled figure {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0;
}

.wp-block-image-scaled figcaption {
	width: 100%;
}
