/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 21 2026 | 09:11:08 */
/***
CORE BLOCKS
***/
/** Columns Block **/
/* Reverse column direction on desktop for alternate layout */
@media (min-width: 782px) {
	.wp-block-columns.sw-desktop-row-reverse {
		flex-direction: row-reverse;
	}
}

section.wp-block-group.has-background {
	padding-block: var(--wp--preset--spacing--70);
}
section.wp-block-group.alignwide.has-background {
	border-radius: 1.5rem;
}
section.wp-block-group {
	margin-block-end: var(--wp--preset--spacing--80);
