body {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	color: var(--cbz-text);
	background: var(--cbz-bg);
	-webkit-font-smoothing: antialiased;
}

/* Premium 2026 catalog refresh */
body.cbz-catalog,
body.post-type-archive-building,
body.tax-status-realestate,
body.tax-hot,
body.tax-vtorichka,
body.tax-location {
	background:
		radial-gradient(circle at 12% 6%, rgba(200, 139, 58, 0.14), transparent 30%),
		linear-gradient(180deg, #fbf7ef 0%, #f7f3ea 46%, #ffffff 100%);
}

.cbz-catalog-intro,
.cbz-catalog-search-wrap {
	max-width: 1200px;
	margin: 0 auto;
	padding-left: var(--cbz-layout-pad-x);
	padding-right: var(--cbz-layout-pad-x);
}

.cbz-catalog-intro {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.72fr);
	gap: clamp(24px, 5vw, 64px);
	align-items: stretch;
	padding-top: clamp(34px, 6vw, 72px);
	padding-bottom: 24px;
}

.cbz-catalog-intro__content,
.cbz-catalog-intro__stats,
.cbz-catalog-search-wrap .search-section {
	background: rgba(255, 255, 255, 0.78) !important;
	border: 1px solid rgba(32, 38, 51, 0.1) !important;
	border-radius: var(--cbz-radius) !important;
	box-shadow: var(--cbz-shadow) !important;
	backdrop-filter: blur(18px);
	-webkit-backdrop-filter: blur(18px);
}

.cbz-catalog-intro__content {
	padding: clamp(28px, 5vw, 58px);
	background:
		radial-gradient(circle at 80% 20%, rgba(200, 139, 58, 0.18), transparent 26%),
		linear-gradient(135deg, #0b101c, #172236) !important;
	color: #fff;
	overflow: hidden;
}

.cbz-catalog-intro__content .cbz-section__eyebrow {
	color: #f2cf92;
}

.cbz-catalog-intro h1 {
	max-width: 760px;
	margin: 0 0 18px;
	font-size: clamp(2.4rem, 6vw, 5rem);
	font-weight: 780;
	line-height: 0.98;
	letter-spacing: -0.065em;
	color: #fff !important;
}

.cbz-catalog-intro p {
	max-width: 660px;
	margin: 0;
	font-size: clamp(1rem, 1.5vw, 1.2rem);
	line-height: 1.6;
	color: rgba(255, 255, 255, 0.78);
}

.cbz-catalog-intro__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 28px;
}

.cbz-catalog-intro__actions .cbz-btn--outline {
	color: #fff !important;
	border-color: rgba(255, 255, 255, 0.3) !important;
}

.cbz-catalog-intro__stats {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	padding: 18px;
}

.cbz-catalog-intro__stats div,
.cbz-catalog-intro__stats p {
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.78);
	border: 1px solid rgba(200, 139, 58, 0.16);
	padding: 18px;
}

.cbz-catalog-intro__stats div strong,
.cbz-catalog-intro__stats div span {
	display: block;
}

.cbz-catalog-intro__stats div strong {
	font-size: clamp(1.55rem, 3vw, 2.35rem);
	line-height: 1;
	letter-spacing: -0.04em;
	color: var(--cbz-dark);
}

.cbz-catalog-intro__stats div span,
.cbz-catalog-intro__stats p {
	font-size: 0.88rem;
	line-height: 1.45;
	color: var(--cbz-muted);
}

.cbz-catalog-intro__stats p {
	grid-column: 1 / -1;
	margin: 0;
}

.cbz-catalog-search-wrap {
	padding-bottom: 28px;
}

.cbz-catalog-search-wrap .search-section {
	padding: clamp(18px, 3vw, 28px) !important;
}

.cbz-catalog-search-wrap .cbz-freshness {
	background: rgba(200, 139, 58, 0.1);
	border-color: rgba(200, 139, 58, 0.22);
	color: var(--cbz-orange-dark);
}

.cbz-search-form__filters,
.ct-dynamic-filter {
	gap: 10px !important;
}

.cbz-search-radio,
.cbz-search-clear,
.ct-dynamic-filter a {
	border-radius: 999px !important;
	background: rgba(255, 255, 255, 0.72) !important;
	border: 1px solid rgba(32, 38, 51, 0.12) !important;
	color: var(--cbz-text) !important;
	font-weight: 720 !important;
	box-shadow: none !important;
}

.cbz-search-radio.is-active,
.ct-dynamic-filter a.active,
.ct-dynamic-filter a:hover {
	background: var(--cbz-dark) !important;
	border-color: var(--cbz-dark) !important;
	color: #fff !important;
}

.cbz-search-form__fields select,
.cbz-search-form__fields input[type="number"],
.cbz-search-form__fields input[type="text"] {
	height: 50px;
	border-radius: 999px;
	border-color: rgba(32, 38, 51, 0.12);
	background: rgba(255,255,255,0.86);
	padding-inline: 18px;
}

.cbz-search-form__fields button {
	height: 50px;
	border-radius: 999px;
	background: linear-gradient(135deg, #d8a351, #a96f24);
	box-shadow: 0 14px 30px rgba(200, 139, 58, 0.22);
}

.cbz-search-cards {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}

.cbz-search-card {
	overflow: hidden;
	border-radius: 22px;
	background: #fff;
	border: 1px solid rgba(32, 38, 51, 0.1);
	box-shadow: 0 14px 40px rgba(11, 16, 28, 0.06);
}

.cbz-search-card__media {
	position: relative;
	display: block;
	aspect-ratio: 4 / 3;
	overflow: hidden;
	background: #111827;
	color: #fff;
}

.cbz-search-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.cbz-search-card__media .cbz-badge {
	position: absolute;
	top: 12px;
	left: 12px;
}

.cbz-search-card__placeholder {
	display: grid;
	place-items: center;
	height: 100%;
	font-weight: 800;
	letter-spacing: 0.12em;
	color: rgba(255,255,255,0.72);
}

.cbz-search-card__body {
	padding: 18px;
}

.cbz-search-card__body h3 {
	margin: 8px 0;
	font-size: 1.02rem;
	line-height: 1.35;
	letter-spacing: -0.02em;
}

.cbz-search-card__body h3 a {
	color: var(--cbz-dark);
	text-decoration: none;
}

.cbz-search-card__location {
	margin: 0 0 14px;
	font-size: 0.88rem;
	color: var(--cbz-muted);
}

.cbz-search-card__cta {
	display: inline-flex;
	font-weight: 760;
	font-size: 0.9rem;
	color: var(--cbz-orange-dark) !important;
	text-decoration: none !important;
}

.cbz-catalog .hero-section,
[data-prefix="building_archive"] .hero-section {
	display: none !important;
}

.cbz-catalog .ct-container[data-vertical-spacing],
[data-prefix="building_archive"] .ct-container[data-vertical-spacing] {
	padding-top: 0 !important;
}

.cbz-catalog .entries[data-layout="grid"],
[data-prefix="building_archive"] .entries[data-layout="grid"] {
	gap: clamp(18px, 2vw, 28px) !important;
}

.cbz-catalog .entry-card,
[data-prefix="building_archive"] .entry-card {
	border-radius: 24px !important;
	background: rgba(255, 255, 255, 0.88) !important;
	border: 1px solid rgba(32, 38, 51, 0.1) !important;
	box-shadow: 0 16px 46px rgba(11, 16, 28, 0.07) !important;
	overflow: hidden !important;
}

.cbz-catalog .entry-card:hover,
[data-prefix="building_archive"] .entry-card:hover {
	border-color: rgba(200, 139, 58, 0.32) !important;
	box-shadow: 0 28px 72px rgba(11, 16, 28, 0.13) !important;
}

.cbz-card-price-badge {
	background: rgba(251, 247, 239, 0.94) !important;
	border-color: rgba(200, 139, 58, 0.28) !important;
	border-radius: 999px !important;
	color: var(--cbz-dark) !important;
	box-shadow: 0 12px 30px rgba(11, 16, 28, 0.12) !important;
}

.cbz-card-photo-count,
.cbz-badge {
	border-radius: 999px !important;
	background: rgba(11, 16, 28, 0.82) !important;
	color: #fff !important;
}

.cbz-badge--sell {
	background: rgba(18, 90, 58, 0.88) !important;
}

.cbz-badge--rent {
	background: rgba(169, 111, 36, 0.9) !important;
}

footer.ct-footer {
	display: none !important;
}

@media (max-width: 1024px) {
	.cbz-catalog-intro {
		grid-template-columns: 1fr;
	}

	.cbz-search-cards {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 700px) {
	.cbz-catalog-intro,
	.cbz-catalog-search-wrap {
		padding-left: var(--cbz-layout-pad-x);
		padding-right: var(--cbz-layout-pad-x);
	}

	.cbz-catalog-intro h1 {
		font-size: clamp(2.3rem, 12vw, 3.25rem);
	}

	.cbz-catalog-intro__stats,
	.cbz-search-cards {
		grid-template-columns: 1fr;
	}

	.cbz-catalog-intro__actions .cbz-btn {
		width: 100%;
	}
}

.entry-content a:not(.cbz-btn):not(.wp-block-button__link):not(.kh-btn):not([class*="re-hero__"]):not([class*="cbz-property-cta"]):not([class*="cbz-action-btn"]):not([class*="cbz-sticky-cta"]) {
	color: var(--cbz-orange);
}

.entry-content a:not(.cbz-btn):not(.wp-block-button__link):not(.kh-btn):not([class*="re-hero__"]):not([class*="cbz-property-cta"]):not([class*="cbz-action-btn"]):not([class*="cbz-sticky-cta"]):hover {
	color: var(--cbz-orange-dark);
}

/* Кнопки — см. cbz-ux.css */

.entry-content > h1,
.entry-content > h2,
.kh-faq__title {
	color: var(--cbz-dark) !important;
}

.entry-content > h2,
.kh-faq__title {
	font-weight: 800;
}

.wpDataTablesWrapper.wdt-skin-light {
	--wdt-header-bg: var(--cbz-dark);
	--wdt-header-color: var(--cbz-white);
	font-family: inherit;
}

.wpDataTablesWrapper .wpDataTable th {
	background: var(--cbz-dark) !important;
	color: var(--cbz-white) !important;
	font-weight: 700;
}

.wpDataTablesWrapper .wpDataTable td {
	color: var(--cbz-text);
}

.wpDataTablesWrapper .paginate_button.current,
.wpDataTablesWrapper .paginate_button:hover {
	background: var(--cbz-orange) !important;
	border-color: var(--cbz-orange) !important;
	color: var(--cbz-white) !important;
}

.wpDataTablesWrapper .dataTables_filter input,
.wpDataTablesWrapper .wpDataTableFilterBox input,
.wpDataTablesWrapper .wpDataTableFilterBox select {
	border-radius: var(--cbz-radius) !important;
	border-color: #e0e0ea !important;
}

.wpDataTablesWrapper .wpDataTableFilterBox {
	border-radius: var(--cbz-radius);
	box-shadow: var(--cbz-shadow);
}

.wpDataTablesWrapper .wdt-clear-filters-button,
.wpDataTablesWrapper button.wdt-clear-filters-button {
	background: var(--cbz-orange) !important;
	border-color: var(--cbz-orange) !important;
	border-radius: var(--cbz-radius) !important;
	color: var(--cbz-white) !important;
}

.cbz-section {
	padding: var(--cbz-layout-pad-y-top) 0 var(--cbz-layout-pad-y-bottom);
}

.cbz-section--alt {
	background: var(--cbz-bg);
}

.site-main > [class*="ct-container"],
.site-main > .ct-container-full {
	max-width: var(--cbz-layout-max);
	margin-left: auto;
	margin-right: auto;
	padding-left: var(--cbz-layout-pad-x);
	padding-right: var(--cbz-layout-pad-x);
	box-sizing: border-box;
	width: 100%;
}

.site-main .entry-content {
	max-width: var(--cbz-layout-max);
	margin-left: auto;
	margin-right: auto;
	padding-left: 0;
	padding-right: 0;
	box-sizing: border-box;
}

.cbz-section__title {
	font-size: clamp(1.75rem, 3vw, 2.25rem);
	font-weight: 800;
	text-align: center;
	margin: 0 0 12px;
	color: var(--cbz-dark) !important;
}

.cbz-section__subtitle {
	text-align: center;
	color: var(--cbz-muted);
	max-width: 620px;
	margin: 0 auto 40px;
	font-size: 1.05rem;
	line-height: 1.6;
}

.cbz-devs {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: center;
}

.cbz-devs span {
	background: var(--cbz-white);
	border: 1px solid #e8e8ef;
	padding: 8px 14px;
	border-radius: 8px;
	font-size: 0.82rem;
	color: var(--cbz-muted);
}

.cbz-contacts {
	display: grid;
	grid-template-columns: 1.05fr 0.95fr;
	gap: 24px;
	align-items: stretch;
}

.cbz-contacts__info {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.cbz-contact-card {
	display: grid;
	grid-template-columns: 48px 1fr;
	gap: 14px;
	padding: 18px 20px;
	background: var(--cbz-white);
	border: 1px solid rgba(0, 0, 0, 0.06);
	border-radius: 14px;
	box-shadow: var(--cbz-shadow);
}

.cbz-contact-card__icon {
	width: 48px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.35rem;
	background: rgba(255, 98, 0, 0.1);
	border-radius: 12px;
}

.cbz-contact-card__label {
	margin: 0 0 4px;
	font-size: 0.75rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: var(--cbz-muted);
}

.cbz-contact-card__value {
	margin: 0;
	font-size: 0.95rem;
	line-height: 1.55;
	color: var(--cbz-text);
}

.cbz-contact-card__value a {
	color: var(--cbz-text);
	text-decoration: none;
	border-bottom: 1px dashed rgba(255, 98, 0, 0.45);
}

.cbz-contact-card__value a:hover {
	color: var(--cbz-orange);
	border-bottom-color: var(--cbz-orange);
}

.cbz-contacts__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 8px;
}

.cbz-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 14px 28px;
	border-radius: var(--cbz-radius);
	font-weight: 700;
	font-size: 1rem;
	text-decoration: none !important;
	transition: transform 0.2s, background 0.2s, box-shadow 0.2s;
	border: none;
	cursor: pointer;
}

.cbz-btn--sm {
	padding: 10px 18px;
	font-size: 0.9rem;
}

.cbz-btn--primary {
	background: var(--cbz-orange);
	color: var(--cbz-white) !important;
	box-shadow: none;
}

.cbz-btn--primary:hover {
	background: var(--cbz-orange-dark);
	transform: none;
}

.cbz-btn--outline {
	background: transparent;
	color: var(--cbz-orange) !important;
	border: 2px solid var(--cbz-orange);
}

.cbz-btn--outline:hover {
	background: var(--cbz-orange);
	color: var(--cbz-white) !important;
}

.cbz-map {
	position: relative;
	overflow: hidden;
	border-radius: var(--cbz-radius);
	background: var(--cbz-white);
	border: 1px solid rgba(0, 0, 0, 0.06);
	box-shadow: var(--cbz-shadow);
	min-height: 480px;
}

.cbz-map iframe {
	width: 100%;
	height: 100%;
	min-height: 480px;
	border: 0;
	display: block;
	pointer-events: none;
}

.cbz-map__overlay {
	position: absolute;
	inset: 0;
	display: grid;
	place-items: center;
	padding: 18px;
	background: linear-gradient(180deg, rgba(26, 26, 46, 0.15), rgba(26, 26, 46, 0.45));
	color: #fff;
	text-align: center;
	cursor: pointer;
}

.cbz-map__overlay-inner {
	max-width: 420px;
	padding: 20px;
	border-radius: 14px;
	background: rgba(26, 26, 46, 0.82);
	border: 1px solid rgba(255, 255, 255, 0.12);
}

.cbz-map__overlay-title {
	margin: 0 0 8px;
	font-weight: 700;
	font-size: 1rem;
}

.cbz-map__overlay-text {
	margin: 0 0 14px;
	opacity: 0.88;
	font-size: 0.9rem;
	line-height: 1.5;
}

.cbz-map__note {
	position: absolute;
	left: 14px;
	bottom: 14px;
	font-size: 0.75rem;
	color: rgba(255, 255, 255, 0.85);
	background: rgba(26, 26, 46, 0.65);
	padding: 6px 10px;
	border-radius: var(--cbz-radius);
}

.cbz-map.is-active iframe {
	pointer-events: auto;
}

.cbz-map.is-active .cbz-map__overlay {
	display: none;
}

.kh-services {
	max-width: 1140px !important;
	margin: 40px auto !important;
	padding: 40px 28px !important;
	font-family: inherit !important;
	background: var(--cbz-bg) !important;
	border-radius: var(--cbz-radius) !important;
	box-shadow: var(--cbz-shadow) !important;
	border: 1px solid rgba(0, 0, 0, 0.04) !important;
}

.kh-services h2 {
	color: var(--cbz-dark) !important;
	font-weight: 800 !important;
	text-transform: none !important;
	font-size: clamp(1.5rem, 3vw, 2rem) !important;
}

.svc-nav a {
	color: var(--cbz-text) !important;
	border-color: #e0e0ea !important;
	font-weight: 600;
}

.svc-nav a:hover {
	color: var(--cbz-orange) !important;
	border-color: rgba(255, 98, 0, 0.35) !important;
}

.svc-card {
	border-radius: var(--cbz-radius) !important;
	box-shadow: var(--cbz-shadow) !important;
	border: 1px solid rgba(0, 0, 0, 0.04) !important;
}

.svc-card h2,
.svc-card h3 {
	color: var(--cbz-dark) !important;
	font-weight: 800 !important;
	border-bottom-color: var(--cbz-orange) !important;
}

.svc-subtitle {
	color: var(--cbz-orange) !important;
}

.kh-btn {
	border-radius: var(--cbz-radius) !important;
	background: var(--cbz-orange) !important;
	font-weight: 700 !important;
}

.kh-btn:hover {
	filter: none !important;
	background: var(--cbz-orange-dark) !important;
}

@media (max-width: 960px) {
	.cbz-contacts {
		grid-template-columns: 1fr;
	}
}

.kh-faq {
	background: var(--cbz-bg) !important;
}

.kh-faq__title {
	color: var(--cbz-orange) !important;
}

.kh-faq__q span::before,
.kh-faq__icon {
	stroke: var(--cbz-orange) !important;
}

.kh-faq__q span::before {
	background: var(--cbz-orange) !important;
}

.cbz-cta-band {
	text-align: center;
	padding: 48px 24px;
	background: linear-gradient(135deg, var(--cbz-dark), #2d2d4a);
	color: var(--cbz-white);
	border-radius: var(--cbz-radius);
	margin: 40px 0;
}

.cbz-cta-band h2 {
	color: #ffffff !important;
	margin: 0 0 12px;
	font-weight: 800;
}

.cbz-cta-band p {
	margin: 0 0 24px;
	opacity: 0.92;
	color: rgba(255, 255, 255, 0.92) !important;
}

.cbz-cta-band .cbz-btn--primary {
	background: var(--cbz-orange);
	color: var(--cbz-white) !important;
	padding: 14px 28px;
	text-decoration: none;
	display: inline-flex;
}

a:focus-visible,
button:focus-visible,
.cbz-btn:focus-visible,
.wp-block-button__link:focus-visible {
	outline: 3px solid rgba(255, 98, 0, 0.45);
	outline-offset: 3px;
}

.cbz-home-hero {
	position: relative;
	isolation: isolate;
	max-width: 1140px;
	margin: 0 auto 40px;
	border-radius: var(--cbz-radius);
	overflow: hidden;
	min-height: clamp(280px, 42vh, 420px);
	display: flex;
	align-items: center;
}

.cbz-home-hero__bg {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(180deg, rgba(26, 26, 46, 0.55) 0%, rgba(26, 26, 46, 0.78) 100%),
		url('https://realestate.cambobiz.co/wp-content/uploads/2023/07/hero-bg.jpg') center / cover no-repeat;
	z-index: 0;
}

.cbz-home-hero__inner {
	position: relative;
	z-index: 1;
	padding: clamp(40px, 7vw, 72px) clamp(20px, 4vw, 36px);
	text-align: center;
}

.cbz-home-hero__title {
	margin: 0 0 14px;
	font-size: clamp(1.6rem, 4vw, 2.35rem);
	line-height: 1.2;
	font-weight: 800;
	color: var(--cbz-white);
}

.cbz-home-hero__lead {
	margin: 0 auto 24px;
	max-width: 640px;
	font-size: clamp(1rem, 2.2vw, 1.12rem);
	line-height: 1.65;
	color: rgba(255, 255, 255, 0.92);
}

.cbz-home-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: center;
}

.cbz-home .cbz-home-hero {
	margin-bottom: var(--cbz-layout-gap);
}

.cbz-home .why-choose-us {
	max-width: 900px;
	margin: 0 auto;
	padding: clamp(24px, 4vw, 36px);
	background: var(--cbz-white);
	border: 1px solid rgba(0, 0, 0, 0.06);
	border-radius: var(--cbz-radius);
	box-shadow: var(--cbz-shadow);
	text-align: left;
}

.cbz-home .why-choose-us h2 {
	font-size: clamp(1.35rem, 3vw, 1.75rem);
	color: var(--cbz-dark);
	text-align: center;
	font-weight: 800;
	margin: 0 0 20px;
}

.cbz-home .why-choose-us ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.cbz-home .why-choose-us ul li {
	color: var(--cbz-text);
	font-size: clamp(0.95rem, 2vw, 1.05rem);
	line-height: 1.6;
	padding-left: 28px;
	margin-bottom: 12px;
	position: relative;
}

.cbz-home .why-choose-us ul li::before {
	content: "✔";
	position: absolute;
	left: 0;
	color: var(--cbz-orange);
	font-weight: 700;
}

.cbz-home .search-section {
	margin: 0 0 var(--cbz-layout-gap);
}

.cbz-home-hot.entries {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: var(--cbz-layout-gap);
}

.cbz-home-hot .entry-card {
	background: var(--cbz-white);
	border: 1px solid rgba(0, 0, 0, 0.06);
	border-radius: var(--cbz-radius);
	box-shadow: var(--cbz-shadow);
	overflow: hidden;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.cbz-home-hot .entry-card:hover {
	transform: none;
	box-shadow: 0 16px 40px rgba(26, 26, 46, 0.12);
}

.cbz-home-hot__link {
	display: block;
	text-decoration: none;
	color: inherit;
}

.cbz-home-hot__media img {
	display: block;
	width: 100%;
	height: 220px;
	object-fit: cover;
}

.cbz-home-hot .entry-title {
	margin: 0;
	padding: 14px 16px 16px;
	font-size: 1rem;
	font-weight: 700;
	color: var(--cbz-dark);
}

.cbz-home-hot__more {
	text-align: center;
	margin: var(--cbz-layout-gap) 0 0;
}

.cbz-home-quote__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: var(--cbz-layout-gap);
	align-items: center;
}

.cbz-home-quote__media img {
	width: 100%;
	height: auto;
	border-radius: var(--cbz-radius);
	display: block;
	box-shadow: var(--cbz-shadow);
}

.cbz-home-quote__content {
	margin: 0;
	padding: clamp(24px, 4vw, 36px);
	background: var(--cbz-white);
	border: 1px solid rgba(0, 0, 0, 0.06);
	border-radius: var(--cbz-radius);
	box-shadow: var(--cbz-shadow);
}

.cbz-home-quote__icon {
	margin: 0 0 8px;
	font-size: 1.5rem;
	color: var(--cbz-orange);
}

.cbz-home-quote__content h2 {
	margin: 0 0 14px;
	font-size: clamp(1.35rem, 3vw, 1.65rem);
	color: var(--cbz-dark);
	font-weight: 800;
}

.cbz-home-quote__content p {
	margin: 0 0 20px;
	color: var(--cbz-muted);
	line-height: 1.65;
}

.cbz-home-lead {
	background:
		linear-gradient(180deg, rgba(26, 26, 46, 0.72), rgba(26, 26, 46, 0.82)),
		url('https://realestate.cambobiz.co/wp-content/uploads/2023/07/cta.jpg') center / cover no-repeat;
	border-radius: var(--cbz-radius);
}

.cbz-home-lead__panel {
	max-width: 640px;
	margin: 0 auto;
	padding: clamp(28px, 5vw, 48px);
	background: rgba(255, 255, 255, 0.92);
	border-radius: var(--cbz-radius);
	box-shadow: var(--cbz-shadow);
	text-align: center;
}

.cbz-home-lead__eyebrow {
	margin: 0 0 8px;
	font-size: 0.82rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: var(--cbz-orange);
}

.cbz-home-lead__title {
	margin: 0 0 20px;
	font-size: clamp(1.35rem, 3vw, 1.75rem);
	color: var(--cbz-dark);
	font-weight: 800;
}

.cbz-offcanvas-lead__cta {
	background: linear-gradient(135deg, var(--cbz-dark), #2d2d4a);
	padding: 24px 20px;
	border-radius: var(--cbz-radius);
	margin-bottom: 16px;
}

.cbz-offcanvas-lead__title {
	margin: 0 0 16px;
	font-size: clamp(1.5rem, 4vw, 2rem);
	font-weight: 800;
	color: var(--cbz-orange);
	text-align: center;
}

.cbz-offcanvas-lead__logo {
	margin: 0;
	text-align: center;
}

.cbz-offcanvas-lead__logo img {
	max-width: 220px;
	height: auto;
}

.cbz-freshness {
	margin: 0 0 12px;
	font-size: 0.92rem;
	color: var(--cbz-muted);
	text-align: center;
}

.search-section .cbz-freshness {
	text-align: left;
	margin-bottom: 16px;
}

.search-section {
	max-width: 1140px;
	margin-left: auto !important;
	margin-right: auto !important;
}

.search-section {
	margin-top: 48px;
	margin-bottom: 48px;
	padding: clamp(28px, 4vw, 40px) clamp(20px, 3vw, 32px) !important;
	background: var(--cbz-white) !important;
	border: 1px solid rgba(0, 0, 0, 0.06) !important;
	border-radius: var(--cbz-radius) !important;
	box-shadow: var(--cbz-shadow) !important;
	font-family: inherit !important;
}

.search-section h2 {
	font-size: clamp(1.35rem, 3vw, 1.75rem) !important;
	color: var(--cbz-dark) !important;
	font-weight: 800 !important;
	text-transform: none !important;
	margin: 0 0 24px;
}

.search-section .wpDataTablesWrapper {
	margin-top: 8px;
}

#offcanvas .fluentform .ff-el-form-control {
	background: var(--cbz-white);
	border-color: #e0e0ea;
	color: var(--cbz-text);
}

#offcanvas .fluentform .ff-el-input--label label {
	color: rgba(255, 255, 255, 0.92);
}

#offcanvas .fluentform .ff-btn-submit {
	background: var(--cbz-orange) !important;
	color: var(--cbz-white) !important;
	border-radius: var(--cbz-radius) !important;
	font-weight: 700 !important;
}

.cbz-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 14px 28px;
	border-radius: var(--cbz-radius);
	font-weight: 700;
	font-size: 1rem;
	text-decoration: none !important;
	transition: transform 0.2s, box-shadow 0.2s, background 0.2s;
	border: none;
	cursor: pointer;
}

.cbz-btn--primary {
	background: var(--cbz-orange);
	color: var(--cbz-white) !important;
	box-shadow: none;
}

.cbz-btn--primary:hover {
	background: var(--cbz-orange-dark);
	transform: none;
}

.cbz-btn--ghost-dark {
	background: transparent;
	color: var(--cbz-white) !important;
	border: 2px solid rgba(255, 255, 255, 0.55);
}

.cbz-btn--ghost-dark:hover {
	background: rgba(255, 255, 255, 0.12);
}

.cbz-cta-band--page {
	max-width: 1140px;
	margin: 48px auto;
	padding: 48px 24px;
}

.cbz-cta-band__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	justify-content: center;
}

.entry-content {
	color: var(--cbz-text);
}

.entry-content > h2,
.cambodia-real-estate h2 {
	color: var(--cbz-dark) !important;
	font-weight: 800;
}

.cbz-catalog .entry-card,
[data-prefix="building_archive"] .entry-card,
[data-prefix="news_archive"] .entry-card {
	border-radius: var(--cbz-radius);
	box-shadow: var(--cbz-shadow);
	border: 1px solid rgba(0, 0, 0, 0.04);
	overflow: hidden;
	transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.3s;
	position: relative;
}

.cbz-catalog .entry-card:hover,
[data-prefix="building_archive"] .entry-card:hover,
[data-prefix="news_archive"] .entry-card:hover {
	transform: none;
	box-shadow: var(--cbz-shadow-hover);
}

.cbz-catalog .entry-title a,
[data-prefix="building_archive"] .entry-title a,
[data-prefix="news_archive"] .entry-title a {
	color: var(--cbz-dark) !important;
}

.cbz-catalog .entry-title a:hover,
[data-prefix="building_archive"] .entry-title a:hover,
[data-prefix="news_archive"] .entry-title a:hover {
	color: var(--cbz-orange) !important;
}

body.cbz-single-property,
body.single-building {
	background: #f4f5f8;
}

body.cbz-single-property .entry-content,
body.single-building .entry-content {
	max-width: 1120px;
	margin: 0 auto 40px;
	padding: 0 16px;
	font-size: 1.02rem;
	line-height: 1.65;
	color: var(--cbz-text);
}

body.cbz-single-property .cbz-property-shell,
body.single-building .cbz-property-shell {
	padding-top: 28px;
	padding-bottom: 36px;
}

body.cbz-single-property .cbz-property-card,
body.single-building .cbz-property-card {
	position: relative;
	overflow: hidden;
	background: #fff;
	border-radius: 18px;
	padding: 24px 28px;
	box-shadow: 0 10px 32px rgba(26, 26, 46, 0.08);
	margin-bottom: 20px;
	border: 1px solid rgba(0, 0, 0, 0.04);
}

body.cbz-single-property .cbz-property-card::before,
body.single-building .cbz-property-card::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: linear-gradient(90deg, var(--cbz-orange) 0%, #ff9a3c 55%, #ffd2a8 100%);
}

body.cbz-single-property .cbz-property-card__row,
body.single-building .cbz-property-card__row {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	gap: 28px;
	align-items: stretch;
}

body.cbz-single-property .cbz-property-info,
body.single-building .cbz-property-info {
	flex: 1 1 56%;
	max-width: 56%;
	border: none;
	box-shadow: none;
	overflow: visible;
	background: transparent;
	text-align: left;
}

body.cbz-single-property .cbz-property-media,
body.single-building .cbz-property-media {
	flex: 1 1 44%;
	max-width: 44%;
	align-items: stretch;
	align-self: stretch;
	width: 100%;
}

body.cbz-single-property .cbz-property-featured,
body.single-building .cbz-property-featured {
	position: relative;
	width: 100%;
	max-width: 100%;
	height: auto;
}

body.cbz-single-property .cbz-property-featured figure,
body.single-building .cbz-property-featured figure {
	position: relative;
	margin: 0;
	width: 100%;
	max-width: 100%;
	height: auto;
}

body.cbz-single-property .cbz-property-featured__wrapper,
body.single-building .cbz-property-featured__wrapper {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
	min-height: 0;
	aspect-ratio: 4 / 3;
	border-radius: 14px;
	overflow: hidden;
	transition: box-shadow 0.3s ease;
	position: relative;
	box-sizing: border-box;
	box-shadow: 0 5px 30px -10px rgba(18, 63, 82, 0.3);
}

body.cbz-single-property .cbz-property-featured:hover .cbz-property-featured__wrapper,
body.single-building .cbz-property-featured:hover .cbz-property-featured__wrapper {
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

body.cbz-single-property .cbz-property-featured__wrapper.cbz-featured-live,
body.single-building .cbz-property-featured__wrapper.cbz-featured-live {
	cursor: zoom-in;
}

body.cbz-single-property .cbz-property-featured__img,
body.single-building .cbz-property-featured__img,
body.cbz-single-property .cbz-property-featured img,
body.single-building .cbz-property-featured img,
body.cbz-single-property .cbz-property-featured picture,
body.single-building .cbz-property-featured picture {
	width: 100%;
	max-width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: opacity 0.22s ease;
}

.cbz-featured-overlay {
	position: absolute;
	inset: 0;
	z-index: 4;
	pointer-events: none;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 12px;
	border-radius: inherit;
	background: linear-gradient(
		180deg,
		rgba(0, 0, 0, 0.08) 0%,
		transparent 38%,
		transparent 58%,
		rgba(15, 15, 18, 0.5) 100%
	);
}

.cbz-featured-overlay__count {
	align-self: flex-end;
	display: inline-flex;
	align-items: center;
	gap: 5px;
	background: rgba(15, 15, 18, 0.78);
	color: #fff;
	font-size: 0.74rem;
	font-weight: 700;
	padding: 5px 12px;
	border-radius: var(--cbz-radius);
	backdrop-filter: blur(10px);
	border: 1px solid rgba(255, 255, 255, 0.12);
	letter-spacing: 0.3px;
}

.cbz-featured-overlay__hint {
	align-self: flex-end;
	font-size: 0.7rem;
	font-weight: 600;
	color: rgba(255, 255, 255, 0.92);
	background: rgba(255, 98, 0, 0.88);
	padding: 4px 10px;
	border-radius: var(--cbz-radius);
	backdrop-filter: blur(6px);
}

body.cbz-single-property .cbz-property-title,
body.single-building .cbz-property-title {
	text-align: left;
	font-size: clamp(1.35rem, 3.2vw, 1.75rem);
	font-weight: 700;
	color: var(--cbz-dark);
	line-height: 1.25;
	margin: 0 0 12px;
}

body.cbz-single-property .cbz-property-description,
body.single-building .cbz-property-description {
	text-align: left;
	font-size: 0.98rem;
	font-weight: 400;
	color: var(--cbz-text);
	line-height: 1.65;
	margin: 0 0 16px;
}

body.cbz-single-property .cbz-property-info ul,
body.single-building .cbz-property-info ul {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
	gap: 8px 14px;
	list-style: none;
	padding: 14px 16px;
	margin: 14px 0 18px !important;
	background: linear-gradient(180deg, #f9fafc 0%, #f3f5fa 100%);
	border-radius: 12px;
	border: 1px solid rgba(0, 0, 0, 0.05);
}

body.cbz-single-property .cbz-property-info ul li,
body.single-building .cbz-property-info ul li {
	position: relative;
	padding-left: 14px;
	margin: 0 !important;
	font-size: 0.94rem;
	color: var(--cbz-text);
}

body.cbz-single-property .cbz-property-info ul li::before,
body.single-building .cbz-property-info ul li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0.58em;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--cbz-orange);
	box-shadow: 0 0 0 3px rgba(255, 98, 0, 0.15);
}

body.cbz-single-property .cbz-gallery-hero--strip-only,
body.single-building .cbz-gallery-hero--strip-only {
	margin: 0;
	background: transparent;
	border: none;
	box-shadow: none;
}

body.cbz-single-property .cbz-gallery-hero--strip-only .cbz-gallery-hero__main,
body.single-building .cbz-gallery-hero--strip-only .cbz-gallery-hero__main {
	display: none !important;
}

body.cbz-single-property .cbz-gallery-strip__head {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 10px;
	padding: 0 4px;
}

body.cbz-single-property .cbz-gallery-strip__title {
	font-size: 1.05rem;
	font-weight: 700;
	color: var(--cbz-dark);
}

body.cbz-single-property .cbz-gallery-strip__count {
	font-size: 0.78rem;
	font-weight: 600;
	color: var(--cbz-muted);
	background: #eef0f5;
	padding: 3px 10px;
	border-radius: var(--cbz-radius);
}

body.cbz-single-property .cbz-gallery-strip__open {
	margin-left: auto;
	font-size: 0.82rem;
	padding: 6px 14px;
	border: 1px solid var(--cbz-orange);
	color: var(--cbz-orange);
	background: transparent;
	border-radius: var(--cbz-radius);
	cursor: pointer;
	font-weight: 600;
}

body.cbz-single-property .cbz-gallery-strip__open:hover,
body.cbz-single-property .cbz-gallery-strip__open:focus {
	background: var(--cbz-orange) !important;
	color: #fff !important;
	border-color: var(--cbz-orange) !important;
}

body.cbz-single-property .cbz-gallery-hero--strip-only .cbz-gallery-hero__filmstrip-wrapper {
	background: #fff;
	border-radius: 14px;
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
	border: 1px solid rgba(0, 0, 0, 0.04);
}

body.cbz-single-property .cbz-gallery-hero--strip-only .cbz-gallery-hero__thumb,
body.single-building .cbz-gallery-hero--strip-only .cbz-gallery-hero__thumb {
	width: 96px;
	height: 68px;
	border-radius: 10px;
}

body.cbz-single-property .cbz-gallery-hero--strip-only .cbz-gallery-hero__thumb.is-active,
body.single-building .cbz-gallery-hero--strip-only .cbz-gallery-hero__thumb.is-active {
	border-color: var(--cbz-orange);
	box-shadow: 0 0 0 3px rgba(255, 98, 0, 0.2);
	transform: none;
}

body.cbz-single-property .cbz-property-description strong,
body.cbz-single-property .cbz-property-description b {
	color: var(--cbz-orange);
	font-weight: 700;
}

body.cbz-single-property .entry-content ul,
body.cbz-single-property .entry-content ol {
	margin: 12px 0;
	padding-left: 18px;
}

body.cbz-single-property .entry-content ul li {
	margin-bottom: 6px;
}

body.cbz-single-property .entry-content a:not(.cbz-btn):not(.wp-block-button__link):not([class*="cbz-property-cta"]):not([class*="cbz-action-btn"]):not([class*="cbz-sticky-cta"]) {
	color: var(--cbz-orange);
}

body.cbz-single-property .entry-content a:not(.cbz-btn):not(.wp-block-button__link):not([class*="cbz-property-cta"]):not([class*="cbz-action-btn"]):not([class*="cbz-sticky-cta"]):hover {
	color: var(--cbz-orange-dark);
}

@media (max-width: 900px) {
	body.cbz-single-property .cbz-property-card__row,
	body.single-building .cbz-property-card__row {
		flex-direction: column;
	}

	body.cbz-single-property .cbz-property-info,
	body.cbz-single-property .cbz-property-media,
	body.single-building .cbz-property-info,
	body.single-building .cbz-property-media {
		max-width: 100%;
		flex: 1 1 100%;
	}

	body.cbz-single-property .cbz-property-media,
	body.single-building .cbz-property-media {
		order: -1;
	}

	body.cbz-single-property .cbz-property-featured__wrapper,
	body.single-building .cbz-property-featured__wrapper {
		min-height: 220px;
	}

	body.cbz-single-property .cbz-property-info ul,
	body.single-building .cbz-property-info ul {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 768px) {
	body.cbz-single-property .entry-content {
		padding: 0 12px 24px;
	}

	body.cbz-single-property .cbz-property-card {
		padding: 18px 16px;
	}

	body.cbz-single-property .cbz-gallery-hero__filmstrip {
		padding: 10px 44px;
	}

	.cbz-sticky-cta {
		display: flex;
	}
}

.cbz-breadcrumbs {
	margin: 0 0 14px;
}

.cbz-breadcrumbs ol {
	display: flex;
	flex-wrap: wrap;
	gap: 6px 4px;
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 0.82rem;
	color: var(--cbz-muted);
}

.cbz-breadcrumbs li {
	display: inline-flex;
	align-items: center;
}

.cbz-breadcrumbs li:not(:last-child)::after {
	content: '›';
	margin: 0 6px;
	opacity: 0.45;
}

.cbz-breadcrumbs a {
	color: var(--cbz-muted);
	text-decoration: none;
}

.cbz-breadcrumbs a:hover {
	color: var(--cbz-orange);
}

.cbz-breadcrumbs__current {
	color: var(--cbz-dark);
	font-weight: 600;
	max-width: 280px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.cbz-price-badge {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
	width: 100%;
	max-width: 100%;
	margin: 8px 0 14px;
	padding: 12px 16px;
	background: linear-gradient(135deg, #fff7f2 0%, #fff 100%);
	border: 1px solid rgba(255, 98, 0, 0.2);
	border-radius: 12px;
	box-shadow: 0 4px 14px rgba(255, 98, 0, 0.08);
	box-sizing: border-box;
}

.cbz-price-badge__type {
	font-size: 0.72rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: var(--cbz-orange);
	background: rgba(255, 98, 0, 0.1);
	padding: 4px 8px;
	border-radius: var(--cbz-radius);
}

.cbz-price-badge__value {
	font-size: clamp(1.4rem, 3vw, 1.85rem);
	font-weight: 800;
	color: #1a1a2e;
	letter-spacing: -0.02em;
	line-height: 1.2;
	white-space: nowrap;
}

.cbz-hot-chip {
	display: inline-flex;
	align-items: center;
	margin-bottom: 8px;
	padding: 4px 10px;
	border-radius: var(--cbz-radius);
	background: linear-gradient(135deg, #ff6200, #ff8a3c);
	color: #fff;
	font-size: 0.74rem;
	font-weight: 700;
	letter-spacing: 0.02em;
}

.cbz-property-chips {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 12px 0 16px;
}

.cbz-property-chip {
	display: inline-flex;
	align-items: center;
	padding: 7px 12px;
	border-radius: var(--cbz-radius);
	background: #f3f5fa;
	border: 1px solid rgba(0, 0, 0, 0.05);
	font-size: 0.86rem;
	color: var(--cbz-text);
	line-height: 1.3;
}

.cbz-property-actions {
	margin: 16px 0 12px;
}

.cbz-action-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(148px, 1fr));
	gap: 10px;
}

.cbz-action-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 44px;
	padding: 10px 14px;
	border-radius: 12px;
	border: 1px solid transparent;
	font-size: 0.86rem;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none !important;
	cursor: pointer;
	transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, border-color 0.18s ease;
	box-sizing: border-box;
}

.cbz-action-btn__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.cbz-action-btn__icon svg {
	display: block;
}

.cbz-action-btn__label {
	white-space: nowrap;
}

.cbz-action-btn--tg {
	background: #229ed9;
	color: #fff !important;
	box-shadow: 0 6px 18px rgba(34, 158, 217, 0.28);
}

.cbz-action-btn--tg:hover,
.cbz-action-btn--tg:focus {
	background: #1a8bc4 !important;
	color: #fff !important;
	transform: none;
}

.cbz-action-btn--wa {
	background: #25d366;
	color: #fff !important;
	box-shadow: 0 6px 18px rgba(37, 211, 102, 0.24);
}

.cbz-action-btn--wa:hover,
.cbz-action-btn--wa:focus {
	background: #1fb85a !important;
	color: #fff !important;
	transform: none;
}

.cbz-action-btn--yt {
	background: #fff;
	color: #ff0000 !important;
	border-color: rgba(255, 0, 0, 0.22);
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
}

.cbz-action-btn--yt .cbz-action-btn__icon {
	color: #ff0000;
}

.cbz-action-btn--yt:hover,
.cbz-action-btn--yt:focus {
	background: #fff5f5 !important;
	border-color: rgba(255, 0, 0, 0.35) !important;
	color: #cc0000 !important;
	transform: none;
}

.cbz-action-btn--soft {
	background: #fff;
	color: var(--cbz-dark) !important;
	border-color: rgba(0, 0, 0, 0.1);
}

.cbz-action-btn--soft:hover,
.cbz-action-btn--soft:focus {
	border-color: var(--cbz-orange) !important;
	background: #fff7f2 !important;
	color: var(--cbz-orange-dark) !important;
}

.cbz-action-btn--icon {
	width: 40px;
	height: 40px;
	min-height: 40px;
	padding: 0;
	border-radius: 10px;
}

.cbz-action-btn.is-copied {
	border-color: #25d366 !important;
	background: #f0fff5 !important;
	color: #1a9d4f !important;
}

.cbz-share-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-top: 14px;
	padding-top: 14px;
	border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.cbz-share-row__label {
	font-size: 0.82rem;
	color: var(--cbz-muted);
	font-weight: 600;
}

.cbz-share-row__buttons {
	display: flex;
	gap: 8px;
}

.cbz-property-cta { margin: 0; }
.cbz-share-bar { margin: 0; padding: 0; border: 0; }

.cbz-property-media__stack {
	display: flex;
	flex-direction: column;
	gap: 10px;
	width: 100% !important;
	max-width: 100% !important;
	box-sizing: border-box;
}

body.cbz-single-property .cbz-property-media__stack .cbz-gallery-hero--strip-only,
body.single-building .cbz-property-media__stack .cbz-gallery-hero--strip-only {
	width: 100% !important;
	max-width: 100% !important;
	margin: 0;
	box-sizing: border-box;
}

body.cbz-single-property .cbz-property-media__stack .cbz-gallery-hero__filmstrip-wrapper,
body.single-building .cbz-property-media__stack .cbz-gallery-hero__filmstrip-wrapper {
	width: 100% !important;
	max-width: 100% !important;
	box-sizing: border-box;
}

.cbz-gallery-hint {
	margin: 0 0 6px;
	padding: 0 4px;
	font-size: 0.78rem;
	color: var(--cbz-muted);
}

.cbz-featured-skeleton {
	position: absolute;
	inset: 0;
	z-index: 2;
	background: linear-gradient(90deg, #eceef3 0%, #f7f8fb 45%, #eceef3 90%);
	background-size: 220% 100%;
	animation: cbz-shimmer 1.2s ease-in-out infinite;
	border-radius: inherit;
	pointer-events: none;
}

.cbz-featured-skeleton.is-hidden {
	opacity: 0;
	transition: opacity 0.35s ease;
}

@keyframes cbz-shimmer {
	0% { background-position: 100% 0; }
	100% { background-position: -100% 0; }
}

.cbz-gallery-hero__thumb {
	position: relative;
}

.cbz-thumb-expand {
	position: absolute;
	right: 4px;
	top: 4px;
	width: 22px;
	height: 22px;
	border: none;
	border-radius: 6px;
	background: rgba(15, 15, 18, 0.72);
	color: #fff;
	font-size: 11px;
	line-height: 1;
	cursor: pointer;
	opacity: 0;
	transition: opacity 0.15s;
	z-index: 2;
}

.cbz-gallery-hero__thumb:hover .cbz-thumb-expand,
.cbz-gallery-hero__thumb:focus-within .cbz-thumb-expand {
	opacity: 1;
}

.cbz-sticky-cta {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 90;
	display: none;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
	background: rgba(255, 255, 255, 0.96);
	backdrop-filter: blur(12px);
	border-top: 1px solid rgba(0, 0, 0, 0.08);
	box-shadow: 0 -6px 20px rgba(0, 0, 0, 0.08);
	transform: translateY(110%);
	transition: transform 0.25s ease;
}

.cbz-sticky-cta.is-visible {
	transform: translateY(0);
}

.cbz-sticky-cta__price {
	font-size: 1.05rem;
	font-weight: 800;
	color: var(--cbz-dark);
	white-space: nowrap;
}

.cbz-sticky-cta__actions {
	display: flex;
	gap: 8px;
}

.cbz-sticky-cta__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	padding: 10px 14px;
	border-radius: 10px;
	font-size: 0.82rem;
	font-weight: 700;
	text-decoration: none;
	border: 1px solid rgba(0, 0, 0, 0.1);
	color: #fff;
	background: #fff;
	min-height: 40px;
}

.cbz-sticky-cta__btn svg {
	display: block;
	flex-shrink: 0;
}

.cbz-sticky-cta__btn--tg {
	background: #229ed9;
	border-color: #229ed9;
	color: #fff !important;
}

.cbz-sticky-cta__btn--tg:hover,
.cbz-sticky-cta__btn--tg:focus {
	background: #1a8bc4 !important;
	border-color: #1a8bc4 !important;
	color: #fff !important;
}

.cbz-sticky-cta__btn--wa {
	background: #25d366;
	border-color: #25d366;
	color: #fff !important;
}

.cbz-sticky-cta__btn--wa:hover,
.cbz-sticky-cta__btn--wa:focus {
	background: #1fb85a !important;
	border-color: #1fb85a !important;
	color: #fff !important;
}

.cbz-similar-host {
	margin-top: 28px;
}

.cbz-similar__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 14px;
}

.cbz-similar__title {
	margin: 0;
	font-size: 1.2rem;
	font-weight: 800;
	color: var(--cbz-dark);
}

.cbz-similar__all {
	font-size: 0.86rem;
	font-weight: 600;
	color: var(--cbz-orange);
	text-decoration: none;
}

.cbz-similar__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
}

.cbz-similar-card {
	display: flex;
	flex-direction: column;
	background: #fff;
	border-radius: 14px;
	overflow: hidden;
	border: 1px solid rgba(0, 0, 0, 0.05);
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
	text-decoration: none;
	color: inherit;
	transition: transform 0.2s, box-shadow 0.2s;
}

.cbz-similar-card:hover {
	transform: none;
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
}

.cbz-similar-card__media {
	position: relative;
	aspect-ratio: 4 / 3;
	overflow: hidden;
	background: #eceef3;
}

.cbz-similar-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.cbz-similar-card__count {
	position: absolute;
	right: 8px;
	bottom: 8px;
	background: rgba(15, 15, 18, 0.78);
	color: #fff;
	font-size: 0.68rem;
	font-weight: 700;
	padding: 3px 8px;
	border-radius: var(--cbz-radius);
}

.cbz-similar-card__body {
	padding: 10px 12px 12px;
}

.cbz-similar-card__type {
	display: inline-block;
	font-size: 0.68rem;
	font-weight: 700;
	color: var(--cbz-orange);
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.cbz-similar-card__name {
	margin: 4px 0 6px;
	font-size: 0.9rem;
	font-weight: 700;
	color: var(--cbz-dark);
	line-height: 1.3;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.cbz-similar-card__price {
	font-size: 0.92rem;
	font-weight: 800;
	color: var(--cbz-dark);
}

body.cbz-single-property #header .ct-header-socials,
body.cbz-single-property #footer .ct-footer-socials,
body.single-building #header .ct-header-socials,
body.single-building #footer .ct-footer-socials {
	display: none !important;
}

.cbz-catalog .cbz-card-photo-count {
	pointer-events: none;
	cursor: default;
}

@media (max-width: 1024px) {
	.cbz-similar__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 768px) {
	.cbz-action-grid {
		grid-template-columns: 1fr;
	}

	.cbz-action-btn {
		width: 100%;
	}

	.cbz-similar__grid {
		grid-template-columns: 1fr;
	}
}

.cbz-lightbox {
	position: fixed;
	inset: 0;
	background: rgba(10,10,15,0.96);
	z-index: 999999;
	display: flex;
	align-items: center;
	justify-content: center;
}

.cbz-lightbox-inner {
	width: 100%;
	max-width: 1100px;
	position: relative;
}

.cbz-lightbox-close {
	position: absolute;
	top: 12px;
	right: 12px;
	background: rgba(255,255,255,0.1);
	color: #fff;
	border: none;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	font-size: 26px;
	cursor: pointer;
	z-index: 10;
}

.cbz-lightbox-stage {
	background: #000;
	border-radius: 12px;
	overflow: hidden;
	min-height: 60vh;
	display: flex;
	align-items: center;
	justify-content: center;
}

.cbz-lightbox-img {
	max-width: 100%;
	max-height: 82vh;
	display: block;
}

.cbz-lightbox-thumbs {
	display: flex;
	gap: 6px;
	margin-top: 12px;
	overflow-x: auto;
	padding: 4px;
}

.cbz-lightbox-thumbs img {
	height: 52px;
	width: auto;
	border-radius: 6px;
	border: 2px solid transparent;
	cursor: pointer;
	opacity: 0.7;
}

.cbz-lightbox-thumbs img.active {
	border-color: var(--cbz-orange);
	opacity: 1;
}

body.cbz-single-property .cbz-filmstrip-arrow {
	background: rgba(255,255,255,0.9);
	border: 1px solid #e5e5e5;
}

.cbz-catalog .entry-card .ct-image-container,
.cbz-catalog .entry-card figure,
[data-prefix="building_archive"] .entry-card .ct-image-container,
[data-prefix="building_archive"] .entry-card figure {
	position: relative;
	overflow: hidden;
	border-radius: 12px 12px 0 0;
}

.cbz-catalog .entry-card img,
[data-prefix="building_archive"] .entry-card img {
	transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
	will-change: transform;
}

.cbz-catalog .entry-card:hover img,
[data-prefix="building_archive"] .entry-card:hover img {
	transform: scale(1.08);
}

.cbz-catalog .entry-card::after,
[data-prefix="building_archive"] .entry-card::after {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(to bottom, transparent 60%, rgba(0,0,0,0.25));
	opacity: 0;
	transition: opacity 0.3s;
	pointer-events: none;
	border-radius: 12px 12px 0 0;
}

.cbz-catalog .entry-card:hover::after,
[data-prefix="building_archive"] .entry-card:hover::after {
	opacity: 1;
}

.cbz-card-price-badge {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 6;
	display: inline-flex;
	align-items: center;
	padding: 6px 11px;
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.96);
	color: var(--cbz-dark);
	font-size: 0.82rem;
	font-weight: 800;
	line-height: 1.2;
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.14);
	border: 1px solid rgba(255, 98, 0, 0.18);
	pointer-events: none;
	letter-spacing: -0.01em;
}

.cbz-card-photo-count {
	position: absolute;
	top: 10px;
	right: 10px;
	bottom: auto;
	left: auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 26px;
	height: 26px;
	padding: 0 8px;
	background: rgba(26, 26, 46, 0.82);
	color: #fff;
	font-size: 0.72rem;
	font-weight: 700;
	line-height: 1;
	border-radius: var(--cbz-radius);
	backdrop-filter: blur(6px);
	z-index: 5;
	box-shadow: none;
	pointer-events: none;
	letter-spacing: 0;
}

.cbz-catalog .ct-image-container,
.cbz-catalog .entry-card figure,
.cbz-catalog .cbz-card-image,
[data-prefix="building_archive"] .ct-image-container,
[data-prefix="building_archive"] .entry-card figure,
[data-prefix="building_archive"] .cbz-card-image {
	position: relative;
}

.cbz-catalog .cbz-card-image,
[data-prefix="building_archive"] .cbz-card-image {
	display: block;
	overflow: hidden;
}

.cbz-catalog .cbz-card-image a,
[data-prefix="building_archive"] .cbz-card-image a {
	display: block;
	cursor: pointer;
}

.cbz-catalog .cbz-card-image img,
[data-prefix="building_archive"] .cbz-card-image img {
	width: 100%;
	display: block;
	transition: opacity 0.25s ease;
	cursor: pointer;
}

.cbz-card-filmstrip {
	display: flex;
	gap: 6px;
	padding: 8px 6px;
	background: #fff;
	border-top: 1px solid rgba(0,0,0,0.06);
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

@media (min-width: 769px) {
.cbz-card-filmstrip {
	display: flex;
	gap: 6px;
	padding: 8px 6px;
	background: #fff;
	border-top: 1px solid rgba(0,0,0,0.06);
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.cbz-card-filmstrip img {
	height: 38px;
	width: auto;
	max-width: 52px;
	object-fit: cover;
	border-radius: 6px;
	border: 1px solid rgba(0,0,0,0.1);
	box-shadow: 0 1px 3px rgba(0,0,0,0.1);
	transition: transform 0.15s, border-color 0.15s;
	cursor: pointer;
	flex-shrink: 0;
}

.cbz-card-filmstrip img:hover {
	transform: none;
	border-color: var(--cbz-orange);
}

.cbz-card-filmstrip img.is-active {
	border-color: var(--cbz-orange);
	box-shadow: 0 0 0 2px rgba(255, 98, 0, 0.18);
}
}

.cbz-catalog .entry-card:hover .cbz-card-filmstrip,
[data-prefix="building_archive"] .entry-card:hover .cbz-card-filmstrip {
	box-shadow: 0 -2px 8px rgba(0,0,0,0.04);
}

.cbz-catalog .cbz-card-filmstrip,
[data-prefix="building_archive"] .cbz-card-filmstrip {
	display: flex !important;
	visibility: visible !important;
	opacity: 1 !important;
}

.cbz-card-image .cbz-card-filmstrip ~ .cbz-card-filmstrip {
	display: none !important;
}

@media (min-width: 769px) {
	.cbz-catalog .cbz-card-photo-count {
		pointer-events: auto;
		cursor: pointer;
	}

	.cbz-catalog .cbz-card-photo-count:hover {
		background: var(--cbz-orange);
	}
}

.cbz-catalog .entry-card .entry-title,
[data-prefix="building_archive"] .entry-card .entry-title {
	font-weight: 700;
	font-size: 1.05rem;
}

.cbz-catalog .entry-card .entry-meta,
[data-prefix="building_archive"] .entry-card .entry-meta {
	color: var(--cbz-muted);
}

.cbz-gallery-hero {
	margin: 8px 0 24px;
	border-radius: var(--cbz-radius);
	overflow: hidden;
	box-shadow: var(--cbz-shadow);
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.04);
}

.cbz-gallery-hero__main {
	position: relative;
	width: 100%;
	background: #0f0f12;
	aspect-ratio: 16 / 10;
	overflow: hidden;
}

.cbz-gallery-hero__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.2s;
	will-change: transform;
}

.cbz-gallery-hero__main:hover .cbz-gallery-hero__img {
	transform: scale(1.012);
}

.cbz-gallery-hero__overlay {
	position: absolute;
	top: 12px;
	right: 12px;
	z-index: 2;
}

.cbz-gallery-hero__count {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	background: rgba(15, 15, 18, 0.75);
	color: #fff;
	font-size: 0.75rem;
	font-weight: 600;
	padding: 5px 12px;
	border-radius: var(--cbz-radius);
	backdrop-filter: blur(10px);
	letter-spacing: 0.4px;
	border: 1px solid rgba(255,255,255,0.1);
}

.cbz-gallery-hero__open {
	position: absolute;
	bottom: 12px;
	right: 12px;
	z-index: 3;
	display: inline-flex;
	align-items: center;
	gap: 7px;
	background: var(--cbz-orange);
	color: #fff;
	border: none;
	padding: 9px 16px;
	border-radius: var(--cbz-radius);
	font-weight: 700;
	font-size: 0.85rem;
	box-shadow: 0 6px 18px rgba(255, 98, 0, 0.4);
	cursor: pointer;
	transition: all 0.2s ease;
	min-height: 40px;
}

.cbz-gallery-hero__open:hover {
	background: var(--cbz-orange-dark);
	transform: none;
}

.cbz-gallery-hero__open svg {
	flex-shrink: 0;
}

.cbz-gallery-hero__filmstrip-wrapper {
	position: relative;
	display: flex;
	align-items: center;
	background: #fff;
}

.cbz-gallery-hero__filmstrip {
	display: flex;
	gap: 8px;
	padding: 12px 50px;
	background: #fff;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
	scroll-snap-type: x mandatory;
	flex: 1;
}

.cbz-gallery-hero__filmstrip::-webkit-scrollbar {
	display: none;
}

.cbz-filmstrip-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 34px;
	height: 34px;
	background: #fff;
	color: var(--cbz-dark);
	border: 1px solid rgba(0,0,0,0.08);
	border-radius: 50%;
	font-size: 20px;
	font-weight: 300;
	cursor: pointer;
	z-index: 10;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 3px 8px rgba(0,0,0,0.08);
	transition: all 0.2s cubic-bezier(0.22,1,0.36,1);
	opacity: 0.85;
}

.cbz-filmstrip-arrow:hover {
	background: var(--cbz-orange);
	color: #fff;
	border-color: var(--cbz-orange);
	opacity: 1;
	transform: translateY(-50%);
}

.cbz-filmstrip-arrow--prev { left: 8px; }
.cbz-filmstrip-arrow--next { right: 8px; }

.cbz-gallery-hero__filmstrip-wrapper:hover .cbz-filmstrip-arrow {
	opacity: 1;
}

.cbz-gallery-hero__thumb {
	flex: 0 0 auto;
	width: 84px;
	height: 60px;
	border-radius: 8px;
	overflow: hidden;
	border: 2px solid transparent;
	padding: 0;
	background: none;
	cursor: pointer;
	transition: border-color .15s, box-shadow .15s, transform .15s;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	scroll-snap-align: start;
	touch-action: manipulation;
}

.cbz-gallery-hero__thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.25s ease;
}

.cbz-gallery-hero__thumb:hover img,
.cbz-gallery-hero__thumb:active img {
	transform: scale(1.06);
}

.cbz-gallery-hero__thumb.is-active {
	border-color: var(--cbz-orange);
	box-shadow: 0 0 0 3px rgba(255, 98, 0, 0.18);
}

.cbz-gallery-hero__thumb.is-active img {
	transform: scale(1.02);
}

.cbz-gallery-hero__thumb:focus-visible,
.cbz-gallery-hero__open:focus-visible {
	outline: 3px solid rgba(255, 98, 0, 0.5);
	outline-offset: 2px;
}

.cbz-gallery-modal__nav:focus-visible,
.cbz-gallery-modal__close:focus-visible,
.cbz-gallery-modal__thumbs button:focus-visible {
	outline: 3px solid #fff;
	outline-offset: 2px;
}

.cbz-gallery-modal {
	position: fixed;
	inset: 0;
	background: rgba(8, 8, 12, 0.97);
	z-index: 999999;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 0;
	touch-action: none;
}

.cbz-gallery-modal.is-open {
	display: flex;
}

.cbz-gallery-modal__inner {
	position: relative;
	width: 100%;
	max-width: 100%;
	height: 100%;
	max-height: 100%;
	display: flex;
	flex-direction: column;
	background: #000;
}

.cbz-gallery-modal__stage {
	position: relative;
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #000;
	overflow: hidden;
}

.cbz-gallery-modal__img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	object-fit: contain;
	display: block;
	touch-action: pan-y pinch-zoom;
}

.cbz-gallery-modal__nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 52px;
	height: 52px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(255,255,255,0.08);
	color: white;
	border: none;
	border-radius: var(--cbz-radius);
	font-size: 32px;
	line-height: 1;
	cursor: pointer;
	z-index: 10;
	transition: background .15s;
	touch-action: manipulation;
}

.cbz-gallery-modal__nav:active {
	background: rgba(255,255,255,0.2);
}

.cbz-gallery-modal__nav--prev { left: 8px; }
.cbz-gallery-modal__nav--next { right: 8px; }

.cbz-gallery-modal__close {
	position: absolute;
	top: 12px;
	right: 12px;
	background: rgba(255,255,255,0.1);
	color: #fff;
	border: none;
	width: 46px;
	height: 46px;
	border-radius: var(--cbz-radius);
	font-size: 32px;
	line-height: 1;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 20;
	touch-action: manipulation;
}

.cbz-gallery-modal__close:active {
	background: var(--cbz-orange);
}

.cbz-gallery-modal__bar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 14px;
	color: #aaa;
	font-size: 0.82rem;
	background: rgba(0,0,0,0.6);
	flex-shrink: 0;
}

.cbz-gallery-modal__counter {
	font-feature-settings: "tnum";
	font-weight: 600;
}

.cbz-gallery-modal__thumbs {
	display: flex;
	gap: 4px;
	padding: 8px 10px;
	overflow-x: auto;
	background: rgba(0,0,0,0.85);
	flex-shrink: 0;
	-webkit-overflow-scrolling: touch;
}

.cbz-gallery-modal__thumbs button {
	flex: 0 0 58px;
	height: 42px;
	border-radius: 6px;
	overflow: hidden;
	border: 2px solid transparent;
	opacity: 0.65;
	transition: all .15s;
	padding: 0;
	background: none;
	cursor: pointer;
	touch-action: manipulation;
}

.cbz-gallery-modal__thumbs button img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.cbz-gallery-modal__thumbs button.is-active {
	opacity: 1;
	border-color: var(--cbz-orange);
}

@media (max-width: 768px) {
	.cbz-gallery-hero {
		margin: 12px 0 22px;
		border-radius: 12px;
	}

	.cbz-gallery-hero__main {
		aspect-ratio: 4 / 3;
	}

	.cbz-gallery-hero__filmstrip {
		padding: 8px 8px;
		gap: 5px;
	}

	.cbz-gallery-hero__thumb {
		width: 72px;
		height: 52px;
		border-radius: 6px;
	}

	.cbz-gallery-hero__open {
		padding: 8px 13px;
		font-size: 0.78rem;
		min-height: 36px;
		bottom: 8px;
		right: 8px;
	}

	.cbz-gallery-hero__count {
		font-size: 0.7rem;
		padding: 4px 10px;
		top: 8px;
		right: 8px;
	}

	.cbz-gallery-modal {
		padding: 0;
	}

	.cbz-gallery-modal__nav {
		width: 44px;
		height: 44px;
		font-size: 26px;
	}

	.cbz-gallery-modal__nav--prev { left: 6px; }
	.cbz-gallery-modal__nav--next { right: 6px; }

	.cbz-gallery-modal__close {
		width: 42px;
		height: 42px;
		font-size: 28px;
		top: 8px;
		right: 8px;
	}

	.cbz-gallery-modal__bar {
		padding: 8px 10px;
		font-size: 0.78rem;
	}

	.cbz-gallery-modal__thumbs {
		padding: 6px 8px;
		gap: 4px;
	}

	.cbz-gallery-modal__thumbs button {
		flex: 0 0 52px;
		height: 38px;
	}
}

@media (max-width: 480px) {
	.cbz-gallery-hero__main {
		aspect-ratio: 1.35 / 1;
	}

	.cbz-gallery-hero__thumb {
		width: 64px;
		height: 46px;
	}

	.cbz-gallery-hero__filmstrip {
		gap: 4px;
		padding: 6px 6px;
	}
}

.entry-content figure.wp-block-image {
	margin-bottom: 8px;
}

.entry-content figure.wp-block-image img {
	border-radius: 8px;
}

.acf-gallery-block {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
	gap: 8px;
	padding: 8px 0;
}

.acf-gallery-block a {
	display: block;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 1px 4px rgba(0,0,0,.08);
}

.acf-gallery-block img {
	width: 100%;
	height: 100%;
	aspect-ratio: 1.4 / 1;
	object-fit: cover;
	display: block;
}

.entry-content .wp-block-image + .wp-block-image {
	margin-top: 8px;
}

.entry-content figure.wp-block-image {
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 2px 10px rgba(0,0,0,.06);
}

.entry-content figure.wp-block-image img {
	display: block;
	width: 100%;
	height: auto;
}

@media (max-width: 768px) {
	:root {
		--theme-container-edge-spacing: 100% !important;
		--theme-content-vertical-spacing: var(--cbz-layout-gap) !important;
		--theme-boxed-content-spacing: 12px !important;
		--container-padding: var(--cbz-layout-pad-y-top) 0 !important;
		--card-inner-spacing: 12px;
		--card-element-spacing: 10px;
	}

	body[data-frame] {
		--theme-frame-size: 0px !important;
	}

	.site-main > [class*="ct-container"]:not(:has(.cbz-home)),
	.site-main > .ct-container-full:not(:has(.cbz-home)) {
		padding-left: var(--cbz-layout-pad-x) !important;
		padding-right: var(--cbz-layout-pad-x) !important;
	}

	.site-main .entry-content {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	[data-vertical-spacing*="top"] {
		padding-top: var(--cbz-layout-gap) !important;
	}

	[data-vertical-spacing*="bottom"] {
		padding-bottom: var(--cbz-layout-gap) !important;
	}

	[class*="ct-container"] > article[class*="post"]:not(:has(.cbz-home)) {
		padding: 12px !important;
	}

	[class*="ct-container"] > article:has(.cbz-home) {
		padding: 0 !important;
	}

	.entry-content.is-layout-constrained,
	.entry-content.is-layout-flow {
		--wp--style--root--padding-left: 0;
		--wp--style--root--padding-right: 0;
	}

	.cbz-home-hero {
		max-width: 100%;
		margin: 0 0 var(--cbz-layout-gap);
		border-radius: var(--cbz-radius);
		min-height: 220px;
	}

	.cbz-home-hero__inner {
		padding: var(--cbz-layout-pad-y-top) 0;
	}

	.cbz-home .cbz-section,
	.search-section,
	.kh-services,
	.kh-faq,
	.cbz-cta-band,
	.cbz-cta-band--page,
	.cambodia-real-estate,
	.why-choose-us,
	.cbz-home-quote__content,
	.cbz-home-lead__panel {
		max-width: 100% !important;
	}

	.cbz-home .why-choose-us,
	.cbz-home .search-section,
	.cbz-home-quote__content,
	.cbz-home-lead__panel {
		padding: 12px !important;
		margin-bottom: var(--cbz-layout-gap) !important;
	}

	.cbz-home-quote__grid {
		grid-template-columns: 1fr;
	}

	.cbz-home-hot__media img {
		height: 180px;
	}

	.kh-faq__list {
		padding: 12px !important;
	}

	.kh-faq__q {
		padding: 10px 12px !important;
	}

	.kh-faq__a {
		padding: 8px 12px 10px !important;
	}

	.svc-card {
		padding: 12px !important;
		margin-bottom: var(--cbz-layout-gap) !important;
	}

	.hero-section {
		margin-bottom: var(--cbz-layout-gap) !important;
	}

	.hero-section[data-type="type-2"] > [class*="ct-container"] {
		padding-top: var(--cbz-layout-pad-y-top) !important;
		padding-bottom: var(--cbz-layout-pad-y-bottom) !important;
		min-height: auto !important;
	}

	.ct-dynamic-filter,
	.ct-filter-widget {
		margin-bottom: var(--cbz-layout-gap) !important;
	}

	[data-archive="default"] .card-content {
		--card-element-spacing: 10px;
	}

	[data-prefix*="archive"] .entries[data-layout],
	.cbz-catalog .entries[data-layout] {
		--grid-columns-gap: var(--cbz-layout-gap);
	}

	body.cbz-single-property .cbz-property-shell,
	body.single-building .cbz-property-shell {
		padding: var(--cbz-layout-gap) 0 var(--cbz-layout-pad-y-bottom);
	}

	body.cbz-single-property .cbz-property-card,
	body.single-building .cbz-property-card {
		padding: 12px;
		margin-bottom: var(--cbz-layout-gap);
	}

	.cbz-contact-card {
		padding: 12px;
	}

	.cbz-contacts {
		gap: var(--cbz-layout-gap);
	}

	.cbz-map {
		min-height: 260px;
	}
}

/* Premium 2026 final overrides */
.cbz-catalog-intro__content,
.cbz-catalog-search-wrap .search-section,
.cbz-catalog .entry-card,
[data-prefix="building_archive"] .entry-card {
	border-radius: var(--cbz-radius) !important;
}

.cbz-catalog-intro .cbz-btn--primary,
.cbz-search-form__fields button,
.cbz-btn--primary,
.frm-fluent-form .ff-btn-submit {
	background: linear-gradient(135deg, #d8a351, #a96f24) !important;
	border-color: transparent !important;
	color: #fff !important;
	box-shadow: 0 18px 42px rgba(200, 139, 58, 0.24) !important;
}

.cbz-catalog-intro .cbz-btn--primary:hover,
.cbz-search-form__fields button:hover,
.cbz-btn--primary:hover,
.frm-fluent-form .ff-btn-submit:hover {
	background: linear-gradient(135deg, #e1b76d, #b98134) !important;
}

.cbz-catalog .hero-section,
[data-prefix="building_archive"] .hero-section,
footer.ct-footer {
	display: none !important;
}

body.post-type-archive-building .ct-dynamic-filter,
body.post-type-archive-building .ct-dynamic-filter + .entries,
body.post-type-archive-building .ct-pagination {
	display: none !important;
}

/* Final premium flattening layer. Keeps plugin/admin data, removes nested card feel. */
.cbz-catalog-intro {
	align-items: start;
}

.cbz-catalog-intro__stats {
	align-self: stretch;
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	backdrop-filter: none;
	-webkit-backdrop-filter: none;
	padding: 0;
	gap: 0;
	border-top: 1px solid rgba(32, 38, 51, 0.12) !important;
}

.cbz-catalog-intro__stats div,
.cbz-catalog-intro__stats p {
	background: transparent;
	border: 0;
	border-bottom: 1px solid rgba(32, 38, 51, 0.12);
	border-radius: 0;
	padding: 22px 0;
}

.cbz-catalog-search-wrap .search-section {
	background: rgba(255, 255, 255, 0.68) !important;
	border-color: rgba(32, 38, 51, 0.08) !important;
	box-shadow: 0 24px 70px rgba(11, 16, 28, 0.06) !important;
}

.cbz-search-card {
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	overflow: visible;
}

.cbz-search-card__media {
	border-radius: 24px;
	box-shadow: 0 22px 58px rgba(11, 16, 28, 0.1);
}

.cbz-search-card__body {
	padding: 16px 2px 0;
}

.cbz-catalog .entry-card,
[data-prefix="building_archive"] .entry-card,
[data-prefix="news_archive"] .entry-card {
	background: transparent !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	overflow: visible !important;
}

.cbz-catalog .entry-card .ct-media-container,
[data-prefix="building_archive"] .entry-card .ct-media-container,
[data-prefix="news_archive"] .entry-card .ct-media-container {
	border-radius: 24px !important;
	overflow: hidden !important;
	box-shadow: 0 22px 58px rgba(11, 16, 28, 0.1) !important;
}

.cbz-catalog .entry-card:hover,
[data-prefix="building_archive"] .entry-card:hover,
[data-prefix="news_archive"] .entry-card:hover {
	box-shadow: none !important;
}

.kh-services {
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
}

.svc-card {
	background: transparent !important;
	border: 0 !important;
	border-top: 1px solid rgba(32, 38, 51, 0.12) !important;
	border-radius: 0 !important;
	box-shadow: none !important;
}
