/*
 * Native WooCommerce gallery -> approved V5 counter placement.
 *
 * The runtime script mirrors WooCommerce's active thumbnail as "current / total".
 * Family styles already define the badge itself; the native media wrapper only
 * lacked the positioned containing block used by the approved preview.
 */

.gp-editorial-pilot-active .gp-single-product__media {
  position: relative;
}
