/* Layout guards for custom landing pages and long-form factory content. */
html,
body {
	max-width: 100%;
	overflow-x: clip;
}

.entry-content img,
.fulei-homepage-oem img,
.fva-page img {
	max-width: 100%;
	height: auto;
}

.fhm-product-card figure,
.fhm-capability-card figure,
.fhm-quality-card figure,
.fhm-case-card figure,
.fva-photo-card,
.fva-process figure,
.fva-case figure,
.fva-photo-mosaic figure {
	min-width: 0;
	overflow: hidden;
}

.fhm-product-card img,
.fhm-capability-card img,
.fhm-quality-card img,
.fhm-case-card img,
.fva-photo-card img,
.fva-process figure img,
.fva-case img,
.fva-photo-mosaic img {
	display: block;
	width: 100%;
	object-fit: cover;
}

/* Keep only the usable GTranslate instance when older integrations output two. */
.fulei-duplicate-translate-widget {
	display: none !important;
}

@media (max-width: 921px) {
	#gt_float_wrapper {
		top: 10px !important;
		right: 68px !important;
		z-index: 9990 !important;
	}

	#gt_float_wrapper .gt_float_switcher {
		transform: scale(.72) !important;
		transform-origin: top right !important;
	}

	.fulei-contact-float {
		right: 14px !important;
		bottom: max(14px, env(safe-area-inset-bottom)) !important;
		z-index: 9991 !important;
	}

	.fulei-contact-float__panel {
		width: min(310px, calc(100vw - 32px)) !important;
		max-width: calc(100vw - 32px) !important;
		max-height: calc(100dvh - 92px) !important;
		overflow-y: auto !important;
		overscroll-behavior: contain;
	}

	.fulei-contact-float__top {
		grid-template-columns: 44px 1fr !important;
		gap: 10px !important;
		padding: 11px 13px !important;
	}

	.fulei-contact-float__photo {
		width: 44px !important;
		height: 44px !important;
	}

	.fulei-contact-float__body {
		padding: 11px 13px 13px !important;
	}

	.fulei-contact-float__text {
		font-size: 12px !important;
		line-height: 1.45 !important;
		margin-bottom: 9px !important;
	}

	.fulei-contact-float__link {
		min-height: 38px !important;
		padding: 7px 9px !important;
		font-size: 11px !important;
		overflow-wrap: anywhere;
	}

	.fulei-contact-float__button {
		width: 52px !important;
		height: 52px !important;
	}

	body.fulei-mobile-menu-open .fulei-contact-float,
	body.fulei-mobile-menu-open #gt_float_wrapper,
	body.fulei-contact-panel-open #gt_float_wrapper {
		display: none !important;
	}

	.fhm-wrap,
	.fva-wrap {
		width: 100%;
		max-width: 100%;
		padding-left: 18px !important;
		padding-right: 18px !important;
	}
}

@media (max-width: 420px) {
	#gt_float_wrapper {
		right: 58px !important;
	}

	#gt_float_wrapper .gt_float_switcher {
		transform: scale(.66) !important;
	}
}
