/* Consistent content gutters for the Thai and Vietnamese sites. */
.wrap,
.section-inner,
.topbar-inner,
.nav-inner,
.market-wrap {
	width: min(1180px, calc(100% - 64px)) !important;
	margin-inline: auto !important;
}

.elementor .e-con.e-con-boxed > .e-con-inner {
	width: min(1180px, calc(100% - 64px)) !important;
	margin-inline: auto !important;
}

@media (max-width: 680px) {
	.wrap,
	.section-inner,
	.topbar-inner,
	.nav-inner,
	.market-wrap,
	.elementor .e-con.e-con-boxed > .e-con-inner {
		width: min(1180px, calc(100% - 40px)) !important;
	}
}
