/**
 * Listing Fill Space - Base Styles
 *
 * Default flex layout for fill item wrappers and placeholder boxes.
 * Widget-specific styles (color, height) are injected inline by the handler.
 *
 * @package    Cdswerx_Jetengine_Addons
 * @subpackage Cdswerx_Jetengine_Addons/modules/listing-fill-space
 * @since      1.0.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;
}
