/**
 * Lumo Pro Toolkit — Frontend wrapper styles.
 *
 * Minimal: just the wrapper around theme-builder output. We deliberately do
 * not style content — themes & Elementor own that.
 *
 * @package LumoProToolkit
 * @since 1.0.0
 */
.lpt-location { display: block; }
.lpt-location--header { position: relative; z-index: 50; }
.lpt-location--footer { position: relative; }
.lpt-location--body, .lpt-location--single, .lpt-location--archive,
.lpt-location--404, .lpt-location--search,
.lpt-location--single_product, .lpt-location--products_archive,
.lpt-location--account_page, .lpt-location--cart,
.lpt-location--checkout, .lpt-location--checkout_endpoint,
.lpt-location--thanks_page, .lpt-location--product_card { display: block; }
