/* Blocksy empty top row (light bar above main header) */
#header [data-row='top'][data-column-set='0'] {
	display: none !important;
}

/* Full-width content (mobile + desktop) */
body.ct-elementor-default-template {
	--theme-container-edge-spacing: 100vw;
	--theme-container-width-base: 100vw;
	--theme-block-width: 100%;
	--theme-container-width: 100%;
	--theme-block-max-width: 100%;
	--theme-normal-container-max-width: 100%;
}

.ct-container-full,
.entry-content.is-layout-constrained,
.entry-content > .elementor,
#main-container .site-main > .elementor {
	width: 100% !important;
	max-width: 100% !important;
	padding-inline: 0 !important;
	margin-inline: 0 !important;
}

body.ct-elementor-default-template .elementor-top-section:not(.ct-section-stretched):not(.elementor-sticky),
body.ct-elementor-default-template .elementor-section.elementor-section-boxed > .elementor-container,
body.ct-elementor-default-template .e-con > .e-con-inner,
#main-container .site-main .elementor-section.elementor-section-boxed > .elementor-container,
#main-container .site-main .e-con > .e-con-inner {
	width: 100% !important;
	max-width: 100% !important;
	margin-inline: 0 !important;
	padding-inline: 0 !important;
}

.elementor-section.elementor-section-boxed > .elementor-container,
.e-con {
	--container-max-width: 100% !important;
}

.elementor-section.elementor-section-boxed > .elementor-container {
	max-width: 100% !important;
}

/* Fixed header (mobile + desktop): #main-container overflow:clip breaks sticky */
#header [data-device].gch-header-fixed {
	position: fixed;
	left: 0;
	right: 0;
	top: var(--gch-header-top, 0);
	width: 100%;
	z-index: 1000;
	background-color: #fff;
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
}

@media (max-width: 689.98px) {
	#header [data-device='mobile'] [data-row='middle'] > .ct-container {
		padding-inline: 15px;
	}

	#header [data-device='mobile'] [data-column='start'] > [data-items='primary'] {
		display: flex;
		align-items: center;
		justify-content: flex-start;
		width: 100%;
		gap: 10px;
	}

	#header [data-device='mobile'] .site-branding {
		flex: 0 0 auto;
		min-width: 0;
		margin-inline-end: auto;
	}

	#header [data-device='mobile'] .site-branding .site-logo-container img {
		max-height: 48px;
		width: auto;
	}

	#header [data-device='mobile'] .galaxychinese-header-actions {
		display: flex;
		align-items: center;
		justify-content: flex-end;
		flex: 0 0 auto;
		gap: 8px;
		margin-inline-start: auto;
	}

	#header [data-device='mobile'] .galaxychinese-header-actions .ct-header-trigger {
		flex-shrink: 0;
		margin: 0;
	}

	#header [data-device='mobile'] .galaxychinese-header-actions .gtranslate_wrapper {
		display: flex !important;
		align-items: center;
		flex-shrink: 0;
		line-height: 1;
	}

	#header [data-device='mobile'] #gt_float_wrapper {
		position: static !important;
		top: auto !important;
		right: auto !important;
		bottom: auto !important;
		left: auto !important;
		z-index: auto !important;
	}

	#header [data-device='mobile'] .gt_float_switcher {
		opacity: 1 !important;
		visibility: visible !important;
		font-size: 14px;
		line-height: 1.2;
		box-shadow: 0 1px 4px rgba(0, 0, 0, 0.12);
	}

	#header [data-device='mobile'] .gt_float_switcher img {
		width: 22px;
		margin: 0 4px 0 0;
	}

	#header [data-device='mobile'] .gt_float_switcher .gt-current-lang {
		padding: 6px 8px;
		display: flex;
		align-items: center;
	}

	.elementor-column-gap-default > .elementor-column > .elementor-element-populated {
		padding-inline: 10px;
	}
}
