/**
 * FlexiLine WooCommerce Tweaks — front-end spacing helpers.
 * Loaded only on WooCommerce-related screens when T04/T05 is enabled.
 */

/* T04: give tax / suffix text breathing room next to wrapped prices */
.flexiline-wc-tweak-price + .woocommerce-price-suffix {
	margin-inline-start: 0.35em;
}

.woocommerce-Price-amount + .woocommerce-price-suffix {
	margin-inline-start: 0.35em;
}

/* Mini cart / widgets: separate quantity from price when theme stacks tightly */
.widget_shopping_cart .quantity {
	margin-inline-end: 0.35em;
}

/* Subtle spacing for grouped “from” / sale flash adjacency (theme-dependent) */
.flexiline-wc-tweaks-t04 .woocommerce-loop-product__link .price {
	display: inline-block;
	margin-block-start: 0.15em;
}
