/*
Theme Name: Bluegreen Properties
Theme URI: https://bluegreen-properties.com
Author: Bluegreen Properties
Description: Custom block theme for Bluegreen Properties — Turkish/English real estate advisory site.
Version: 1.10.50
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 8.0
Text Domain: bluegreen
Tags: block-theme, full-site-editing, translation-ready
*/

/* EN homepage mobile — also in hotfix.php inline; kept here so style.css upload alone helps */
@media (max-width: 860px) {
	body.home.bluegreen-en main {
		overflow-x: clip;
	}

	body.home.bluegreen-en main > .wp-block-group.alignfull,
	body.home.bluegreen-en main .wp-block-post-content > .wp-block-group.alignfull {
		padding-left: 20px !important;
		padding-right: 20px !important;
		box-sizing: border-box !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
		width: 100% !important;
		max-width: 100% !important;
	}

	body.home.bluegreen-en main .wp-block-columns {
		flex-wrap: wrap !important;
	}

	body.home.bluegreen-en main .bg-hero-grid.wp-block-columns,
	body.home.bluegreen-en main .wp-block-columns.bg-hero-grid {
		flex-direction: column !important;
	}

	body.home.bluegreen-en main .wp-block-columns > .wp-block-column {
		flex-basis: 100% !important;
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0 !important;
	}

	body.home.bluegreen-en main .bg-hero-grid .bg-hero-img-col {
		order: -1;
	}

	.bg-grid-5.wp-block-columns {
		flex-wrap: wrap !important;
	}

	.bg-grid-5 > .wp-block-column {
		flex-basis: 100% !important;
	}
}
