/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 20 2025 | 13:10:08 */
/* Flex basis to 100% */
.flex-basis-100 {
	flex-basis: 100%;
}

.flex-basis-children-100 > * {
	flex-basis: 100%;
}