/**
 * WooCommerce Variation Gallery Frontend Styles
 *
 * @package WooCommerce_Variation_Gallery
 */

/* Variation gallery images use the exact same structure as existing gallery images */
/* They will be automatically styled by WooCommerce's :nth-child(n + 2) selector */
/* This CSS is minimal - just ensures visibility if needed */

/* Ensure variation gallery images are visible (fallback - should not be needed) */
.woocommerce-product-gallery__wrapper [data-variation-gallery="true"] {
	display: inline-block !important;
	visibility: visible !important;
	opacity: 1 !important;
}
