.woocommerce-product-gallery .woocommerce-product-gallery__image {
	position: relative;
}

.eu-ai-content-image-wrap {
	position: relative;
	display: inline-block;
	max-width: 100%;
	line-height: 0;
	vertical-align: top;
}

.eu-ai-image-label {
	position: absolute;
	top: var(--eu-ai-label-offset, 12px);
	left: var(--eu-ai-label-offset, 12px);
	z-index: 6;
	display: block;
	height: var(--eu-ai-label-height, 28px);
	width: auto;
	aspect-ratio: 3.157 / 1;
	max-width: calc(100% - (2 * var(--eu-ai-label-offset, 12px)));
	pointer-events: none;
	line-height: 0;
	background-repeat: no-repeat;
	background-position: left top;
	background-size: contain;
}

.eu-ai-image-label--modified {
	aspect-ratio: 3 / 1;
}

.eu-ai-image-label--ai {
	aspect-ratio: 1 / 1;
}

.eu-ai-image-label--bottom-right {
	top: auto;
	right: var(--eu-ai-label-offset, 12px);
	bottom: var(--eu-ai-label-offset, 12px);
	left: auto;
}

/* PhotoSwipe recalculates dimensions inside its zoom container on rotation. */
.pswp__item > .eu-ai-image-label {
	width: auto !important;
	height: var(--eu-ai-label-height, 28px) !important;
	transform: none !important;
}
