/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 24 2025 | 15:21:02 */
.wp-site-blocks .wp-block-image.image-background > .components-resizable-box__container > img {
	max-width: none !important;
}
.wp-site-blocks .wp-block-image[class*="-h-"] > .components-resizable-box__container,
.wp-site-blocks .wp-block-image[class*="-h-"] > .components-resizable-box__container > img {
	height: 100% !important;
	width: auto !important;
	max-width: none !important;
}
.wp-site-blocks .stk-row.flex-wrap-reverse > .stk-inner-blocks > .block-editor-inner-blocks > .block-editor-block-list__layout {
	flex-direction: row-reverse !important;
}
.is-outline-mode .wp-block-stackable-column.block-editor-block-list__block:not(.remove-outline).is-highlighted,
.is-outline-mode .wp-block-stackable-column.block-editor-block-list__block:not(.remove-outline).is-hovered,
:is([data-type="stackable/column"]):hover {
	outline: purple 2px dashed !important;
}