/* ################################################################################################################################################ */
/* DEBUG: seraph-accel CSS src="/wp-content/plugins/siteorigin-panels/css/front-flex.min.css?ver=2.34.3" */

.panel-grid.panel-has-style>.panel-row-style, .panel-grid.panel-no-style {
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: nowrap;
	-ms-justify-content: space-between;
	justify-content: space-between;
}

.panel-grid-cell {
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.panel-grid-cell .panel-cell-style {
	height: 100%;
}

.panel-grid-cell .so-panel {
	zoom: 1;
}

.panel-grid-cell .so-panel:before {
	content: "";
	display: block;
}

.panel-grid-cell .so-panel:after {
	content: "";
	display: table;
	clear: both;
}

.panel-grid-cell .panel-last-child {
	margin-bottom: 0;
}

body.siteorigin-panels-before-js:not(.siteorigin-panels-css-container) {
	overflow-x: clip;
}