/*
Theme Name: Flatsome Child Stitch
Description: Standalone Stitch theme for Hoa Vien Binh Duong
Author: HVBD Team
Version: 1.0
*/

/* Tailwind CSS handled via header */

html, body {
	overflow-x: hidden;
}

img, video, svg {
	max-width: 100%;
}

@media (max-width: 1024px) {
	body {
		-webkit-text-size-adjust: 100%;
	}
}

@media (max-width: 767px) {
	.font-cormorant,
	.font-display,
	.font-headline {
		letter-spacing: 0;
	}

	/* Force homepage hero title into a single line on mobile across template variants */
	body.home section:first-of-type h1,
	body.page-template-page-trang-chu section:first-of-type h1 {
		display: inline-block;
		white-space: nowrap !important;
		text-wrap: nowrap;
		font-size: clamp(1.28rem, 7.2vw, 2.1rem) !important;
		line-height: 1.05 !important;
		max-width: 100%;
	}
}
