/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 09 2025 | 15:41:31 */
/* BODY SLIDER */
.gb-is-root-block:has(.body-slider) {
	overflow-x: auto;
	/*max-width: 100%;*/
}
.block-editor-page .body-slider {
	display: flex !important;
	flex-direction: row !important;
    width: max-content;
}
.body-slider .wp-block-generateblocks-element {
	max-width: 100vw!important;
    overflow: hidden;
    width: 70vw !important;
    min-width: initial !important;
    max-height: 60vh !important;
}