/**
 * Empty Space feature - Base Styles (Placeholder Fill)
 *
 * Default flex layout for fill item wrappers and placeholder boxes.
 * Widget-specific styles (color, height) are injected inline by the renderer.
 * (Moved from the retired listing-fill-space module, 2026-07-28.)
 *
 * @package    Cdswerx_Jetengine_Addons
 * @subpackage Cdswerx_Jetengine_Addons/modules/listing-grid-enhancements
 * @since      1.21.0
 */

.cdswerx-fill-wrap .cdswerx-fill-inner {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}

.cdswerx-fill-wrap .cdswerx-fill-box {
	flex: 1 1 auto;
}
