@media (min-width: 769px) {
	.wp-block-table.stbt-table-scroll-desktop,
	.wp-block-table.stbe-table-scroll-desktop,
	.wp-block-table.ste-table-scroll-desktop {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}

	.wp-block-table.stbt-table-scroll-desktop.stbt-table-has-desktop-width table,
	.wp-block-table.stbe-table-scroll-desktop.stbe-table-has-desktop-width table,
	.wp-block-table.stbe-table-scroll-desktop.stbt-table-has-desktop-width table,
	.wp-block-table.ste-table-scroll-desktop.stbt-table-has-desktop-width table,
	.wp-block-table.ste-table-scroll-desktop.stbe-table-has-desktop-width table {
		width: var(--stbt-desktop-table-width, var(--stbe-desktop-table-width));
		max-width: none;
	}
}

@media (max-width: 768px) {
	.wp-block-table.stbt-table-scroll-mobile,
	.wp-block-table.stbe-table-scroll-mobile,
	.wp-block-table.ste-table-scroll-mobile {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}

	.wp-block-table.stbt-table-scroll-mobile.stbt-table-has-mobile-width table,
	.wp-block-table.stbe-table-scroll-mobile.stbe-table-has-mobile-width table,
	.wp-block-table.stbe-table-scroll-mobile.stbt-table-has-mobile-width table,
	.wp-block-table.ste-table-scroll-mobile.stbt-table-has-mobile-width table,
	.wp-block-table.ste-table-scroll-mobile.stbe-table-has-mobile-width table {
		width: var(--stbt-mobile-table-width, var(--stbe-mobile-table-width));
		max-width: none;
	}

	.wp-block-table.stbt-table-stack-mobile table,
	.wp-block-table.stbe-table-stack-mobile table,
	.wp-block-table.ste-table-stack-mobile table {
		width: 100% !important;
	}

	.wp-block-table.stbt-table-stack-mobile thead,
	.wp-block-table.stbt-table-stack-mobile tbody,
	.wp-block-table.stbt-table-stack-mobile tfoot,
	.wp-block-table.stbt-table-stack-mobile tr,
	.wp-block-table.stbt-table-stack-mobile th,
	.wp-block-table.stbt-table-stack-mobile td,
	.wp-block-table.stbe-table-stack-mobile thead,
	.wp-block-table.stbe-table-stack-mobile tbody,
	.wp-block-table.stbe-table-stack-mobile tfoot,
	.wp-block-table.stbe-table-stack-mobile tr,
	.wp-block-table.stbe-table-stack-mobile th,
	.wp-block-table.stbe-table-stack-mobile td,
	.wp-block-table.ste-table-stack-mobile thead,
	.wp-block-table.ste-table-stack-mobile tbody,
	.wp-block-table.ste-table-stack-mobile tfoot,
	.wp-block-table.ste-table-stack-mobile tr,
	.wp-block-table.ste-table-stack-mobile th,
	.wp-block-table.ste-table-stack-mobile td {
		display: block;
		width: auto !important;
	}
}
