/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 04 2026 | 00:55:58 */
/* Flex basis to 100% */
.flex-basis-100 {
	flex-basis: 100%;
}

.flex-basis-children-100 > * {
	flex-basis: 100%;
}