/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 10 2026 | 13:13:17 */
@media (max-width: 767px) {
	.single-post .elementor-widget-text-editor .table-scroll-wrapper {
		width: 100%;
    	overflow-x: auto;
    	-webkit-overflow-scrolling: touch;
	}
	
	.single-post .elementor-widget-text-editor .table-scroll-wrapper table {
    	min-width: 100%;
	}
}