/**
 * Affiliate Woo Button - Frontend Styles
 * Version: 1.0.0
 * 
 * Minimal styles that preserve theme defaults
 * Only essential styles are included to avoid conflicts
 */

/* Ensure external links open in new tab have proper cursor */
a[target="_blank"].button {
    cursor: pointer;
}

/* Hide quantity selector for products with external URLs */
.single-product .product[data-external-url] .quantity,
.single-product .product[data-external-url] .cart .quantity {
    display: none;
}
