/**
 * Cartlyra Revenue Recovery for WooCommerce — Public styles.
 *
 * Loaded only on cart, checkout, product, and search pages.
 * All selectors are prefixed with .rrai- — no global pollution.
 * Phase 1 ships no visible frontend UI; this file is the foundation
 * for recovery messages and forms in later phases.
 */

.rrai-frontend {
	/* Reserved root class for future frontend components. */
	box-sizing: border-box;
}
