/**
 * AIM Transparency – HomeCompany / Uncode / WooCommerce Compatibility
 */

.aicl-badge {
	color: var(--aicl-color, #000) !important;
}

/*
 * WooCommerce / Theme darf Badge-Icons
 * nicht wie Produktbilder behandeln.
 */
body .aicl-badge img,
body div.product div.images .aicl-badge img,
body .woocommerce-product-gallery .aicl-badge img {
	width: auto !important;
	height: auto !important;
	max-width: 25px !important;
	max-height: 25px !important;
	min-width: 0 !important;
	min-height: 0 !important;
	display: inline-block !important;
}

.flex-control-thumbs li {
	position: relative !important;
}

.flex-control-thumbs li .aicl-badge {
	z-index: 20 !important;
}

.flex-control-thumbs li .aicl-badge img {
	max-width: 28px !important;
	max-height: 28px !important;
}