/*
Theme Name: Nano BizBox
Theme URI: https://nanocreation.com.hk
Author: Nano Creation
Author URI: https://nanocreation.com.hk
Description: 中小企「營運一體包」單頁官網——預設區塊編輯可改全文／圖片；可選 Elementor 全寬或舊版檔案落地頁；香港 SME 網頁、電郵、CRM、會計轉介。
Version: 1.3.7
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: nano-bizbox
Tags: one-column, full-width-template, translation-ready, custom-logo, flexible-header

主視覺樣式載入於 assets/css/bizbox.css。
*/

.nano-bizbox-elementor-main,
.nano-bizbox-front,
.nano-bizbox-page,
.nano-bizbox-single {
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
}

.nano-bizbox-elementor-main .elementor > .elementor-inner,
.nano-bizbox-elementor-main .e-con {
	max-width: 100%;
}

/* -------------------------------------------------------------------------
 * 全螢幕：主題外層與 Elementor 區塊橫向撐滿視窗（無側邊留白）
 * ------------------------------------------------------------------------- */
html {
	overflow-x: clip;
}

body.nano-bizbox-theme {
	margin: 0;
	padding: 0;
	width: 100%;
	max-width: 100%;
}

body.nano-bizbox-theme #primary.site-main {
	display: block;
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
}

body.nano-bizbox-theme .elementor {
	width: 100%;
	max-width: 100%;
}

/* 傳統 section 版型 */
body.nano-bizbox-theme .elementor-section.elementor-section-boxed > .elementor-container,
body.nano-bizbox-theme .elementor-section.elementor-section-boxed > .elementor-row,
body.nano-bizbox-theme .elementor-section:not(.elementor-section-full_width) > .elementor-container {
	max-width: 100%;
	width: 100%;
}

/* Elementor Flexbox Container（e-con） */
body.nano-bizbox-theme .e-con,
body.nano-bizbox-theme .e-con-inner,
body.nano-bizbox-theme .elementor-element.e-con-boxed > .e-con-inner {
	max-width: 100%;
}
