/**
 * MeowKats Promo Popup compatibility boundary.
 * Popup geometry remains plugin-owned. The theme only publishes safe-zone values.
 */

body.mk-integration-promo-popup-active {
	--mk-promo-popup-safe-bottom: var(--mk-floating-bottom-offset);
	--mk-promo-popup-safe-side: var(--mk-floating-inline-offset);
	--mk-promo-popup-mobile-safe-bottom: var(--mk-floating-mobile-bottom-offset);
	--mk-promo-popup-mobile-safe-side: var(--mk-floating-mobile-inline-offset);
}
