.icp-crop-preview {
	margin: 4px 0 20px;
	max-width: 320px;
	display: none;
}

.icp-crop-preview.is-active {
	display: block;
}

.icp-crop-preview__label {
	margin: 0 0 8px;
	font-size: 12px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	opacity: 0.6;
}

.icp-crop-preview__box {
	width: 100%;
	border: 1px solid rgba(255, 255, 255, 0.15);
	background: rgba(255, 255, 255, 0.03);
	overflow: hidden;
	aspect-ratio: 1 / 1;
	transition: aspect-ratio 0.3s ease;
}

.icp-crop-preview__fill {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center top;
}

.icp-crop-preview__caption {
	margin: 8px 0 0;
	font-size: 13px;
	opacity: 0.75;
}
