/**
 * Product Counting Widget - Frontend Styles
 *
 * Scoped to .cew-product-counting-widget to avoid conflicts.
 *
 * @package Custom_Elementor_Widgets
 */

.cew-product-counting-widget {
    margin: 0;
    padding: 0;
    -webkit-text-stroke-width: 0;
    box-sizing: border-box;
    transition: color 0.3s ease,
                -webkit-text-stroke-color 0.3s ease,
                text-shadow 0.3s ease;
}
