/* BZ Listing Module — frontend */

:root {
	--bz-green-900: #163d24;
	--bz-green-800: #1f4f2f;
	--bz-green-700: #2f6b3a;
	--bz-green-600: #3d8649;
	--bz-cream: #f3f6f2;
	--bz-ink: #1a221c;
	--bz-muted: #5c6b60;
	--bz-line: #d5e0d7;
	--bz-danger: #9b2c2c;
	--bz-radius: 10px;
	--bz-font: "Source Serif 4", "Iowan Old Style", "Palatino Linotype", Palatino, serif;
	--bz-sans: "DM Sans", "Segoe UI", sans-serif;
}

.bz-register,
.bz-dashboard,
.bz-archive,
.bz-single,
.bz-property-form-wrap {
	font-family: var(--bz-sans);
	color: var(--bz-ink);
	box-sizing: border-box;
}

.bz-register *,
.bz-dashboard *,
.bz-archive *,
.bz-single *,
.bz-property-form-wrap * {
	box-sizing: border-box;
}

.bz-register__title,
.bz-single__title,
.bz-dashboard h2,
.bz-archive__filters h2 {
	font-family: var(--bz-font);
	font-weight: 600;
	letter-spacing: -0.02em;
}

.bz-muted {
	color: var(--bz-muted);
}

.bz-notice {
	padding: 1.25rem 1.5rem;
	border-radius: var(--bz-radius);
	background: var(--bz-cream);
	border: 1px solid var(--bz-line);
	margin-bottom: 1.5rem;
}

.bz-notice--pending {
	background: #fff8e8;
	border-color: #e6d3a3;
}

.bz-notice--error {
	background: #fdecec;
	border-color: #e8b4b4;
}

.bz-notice--info {
	background: #eef5f8;
	border-color: #b7d0dc;
	color: #1f4f2f;
}

.bz-form__field.bz-hp {
	position: absolute !important;
	left: -10000px !important;
	top: auto !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
	opacity: 0 !important;
	pointer-events: none !important;
}

.bz-form__field {
	margin: 0 0 1rem;
}

.bz-thumb-preview {
	display: inline-block;
	margin-top: 0.6rem;
}

.bz-thumb-preview img {
	display: block;
	max-width: 120px;
	height: auto;
	border-radius: 8px;
	border: 1px solid var(--bz-line);
}

.bz-gallery-preview {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	list-style: none;
	margin: 0.5rem 0 0.65rem;
	padding: 0;
}

.bz-gallery-preview__item {
	margin: 0;
}

.bz-gallery-preview__item img {
	display: block;
	width: 72px;
	height: 72px;
	object-fit: cover;
	border-radius: 8px;
	border: 1px solid var(--bz-line);
}

.bz-gallery-preview__note {
	margin: 0 0 0.55rem;
	font-size: 0.85rem;
}

.bz-form__field label {
	display: block;
	font-size: 0.875rem;
	font-weight: 600;
	margin-bottom: 0.35rem;
}

.bz-form input[type="text"],
.bz-form input[type="email"],
.bz-form input[type="password"],
.bz-form input[type="number"],
.bz-form input[type="file"],
.bz-form select,
.bz-filter-form input,
.bz-filter-form select {
	width: 100%;
	padding: 0.65rem 0.75rem;
	border: 1px solid var(--bz-line);
	border-radius: 8px;
	background: #fff;
	font: inherit;
}

.bz-form__grid--2 {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.75rem 1rem;
}

.bz-form__grid--3 {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.75rem 1rem;
}

.bz-form__field--span-2 {
	grid-column: 1 / -1;
}

.bz-password-field {
	position: relative;
	display: block;
}

.bz-password-field input {
	width: 100%;
	padding-right: 2.75rem;
}

.bz-password-toggle {
	position: absolute;
	top: 50%;
	right: 0.4rem;
	transform: translateY(-50%);
	width: 2rem;
	height: 2rem;
	padding: 0;
	border: 0;
	border-radius: 6px;
	background: transparent;
	color: #5a7266;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.bz-password-toggle::before {
	content: "";
	width: 1.1rem;
	height: 1.1rem;
	display: block;
	background-color: currentColor;
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M1 12s4-7 11-7 11 7 11 7-4 7-11 7S1 12 1 12z'/%3E%3Ccircle cx='12' cy='12' r='3'/%3E%3C/svg%3E") center / contain no-repeat;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M1 12s4-7 11-7 11 7 11 7-4 7-11 7S1 12 1 12z'/%3E%3Ccircle cx='12' cy='12' r='3'/%3E%3C/svg%3E") center / contain no-repeat;
}

.bz-password-toggle.is-visible::before {
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M17.94 17.94A10.94 10.94 0 0 1 12 19c-7 0-11-7-11-7a21.8 21.8 0 0 1 5.06-5.94'/%3E%3Cpath d='M9.9 4.24A10.94 10.94 0 0 1 12 4c7 0 11 7 11 7a21.77 21.77 0 0 1-2.16 3.19'/%3E%3Cpath d='M14.12 14.12a3 3 0 1 1-4.24-4.24'/%3E%3Cline x1='1' y1='1' x2='23' y2='23'/%3E%3C/svg%3E") center / contain no-repeat;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M17.94 17.94A10.94 10.94 0 0 1 12 19c-7 0-11-7-11-7a21.8 21.8 0 0 1 5.06-5.94'/%3E%3Cpath d='M9.9 4.24A10.94 10.94 0 0 1 12 4c7 0 11 7 11 7a21.77 21.77 0 0 1-2.16 3.19'/%3E%3Cpath d='M14.12 14.12a3 3 0 1 1-4.24-4.24'/%3E%3Cline x1='1' y1='1' x2='23' y2='23'/%3E%3C/svg%3E") center / contain no-repeat;
}

.bz-password-toggle:hover,
.bz-password-toggle:focus-visible {
	color: var(--bz-green-800);
	background: rgba(22, 61, 36, 0.06);
	outline: 0;
}

.bz-form-map,
.bz-property-map,
.bz-single__map {
	width: 100%;
	height: 280px;
	border-radius: var(--bz-radius);
	overflow: hidden;
	border: 1px solid var(--bz-line);
}

.bz-property-map {
	height: 100%;
	min-height: 520px;
	border-radius: 0;
	border: 0;
}

.bz-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.35rem;
	padding: 0.65rem 1.1rem;
	border-radius: 8px;
	border: 1px solid transparent;
	font: inherit;
	font-weight: 600;
	cursor: pointer;
	text-decoration: none;
	line-height: 1.2;
}

.bz-btn--primary {
	background: var(--bz-green-700);
	color: #fff;
}

.bz-btn--primary:hover {
	background: var(--bz-green-800);
	color: #fff;
}

.bz-btn--ghost {
	background: transparent;
	border-color: var(--bz-line);
	color: var(--bz-ink);
}

.bz-btn--danger {
	background: #fff;
	border-color: #e8b4b4;
	color: var(--bz-danger);
}

.bz-btn--small {
	padding: 0.4rem 0.7rem;
	font-size: 0.85rem;
}

.bz-btn--block {
	width: 100%;
}

.bz-form__message.is-success {
	color: var(--bz-green-800);
}

.bz-form__message.is-error {
	color: var(--bz-danger);
}

.bz-dashboard__tabs {
	display: flex;
	gap: 0.5rem;
	margin-bottom: 1.25rem;
	border-bottom: 1px solid var(--bz-line);
}

.bz-dashboard__tab {
	padding: 0.75rem 1rem;
	text-decoration: none;
	color: var(--bz-muted);
	border-bottom: 2px solid transparent;
	margin-bottom: -1px;
	font-weight: 600;
}

.bz-dashboard__tab.is-active {
	color: var(--bz-green-800);
	border-bottom-color: var(--bz-green-700);
}

.bz-author-hub {
	max-width: 1100px;
}

.bz-author-hub__header {
	margin-bottom: 1.25rem;
}

.bz-author-hub__title {
	margin: 0 0 0.25rem;
	font-family: var(--bz-font);
	font-size: 1.75rem;
	font-weight: 600;
	letter-spacing: -0.02em;
	color: var(--bz-green-900);
}

.bz-author-hub__greeting {
	margin: 0;
	color: var(--bz-muted);
	font-size: 0.95rem;
}

.bz-author-hub__section {
	margin-top: 0.25rem;
}

.bz-author-hub__section-title {
	margin: 0 0 0.85rem;
	font-family: var(--bz-font);
	font-size: 1.2rem;
	color: var(--bz-ink);
}

.bz-author-stats {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.85rem;
	margin: 0 0 1.35rem;
}

.bz-author-stat {
	background: #fff;
	border: 1px solid var(--bz-line);
	border-radius: 12px;
	padding: 1rem 1.1rem;
	display: flex;
	flex-direction: column;
	gap: 0.2rem;
}

.bz-author-stat__count {
	font-family: var(--bz-font);
	font-size: 1.75rem;
	font-weight: 600;
	line-height: 1.1;
	color: var(--bz-green-800);
}

.bz-author-stat__label {
	font-size: 0.82rem;
	font-weight: 600;
	color: var(--bz-muted);
}

@media (max-width: 700px) {
	.bz-author-stats {
		grid-template-columns: 1fr;
	}
}

/* Static designed author dashboard — realtor hub */
.bz-dash-static {
	--bz-dash-forest: #0f3d32;
	--bz-dash-forest-deep: #0b3229;
	--bz-dash-sage: #c8d6cb;
	--bz-dash-ink: #14352c;
	--bz-dash-pad: 0.9rem;
	--bz-dash-shell: calc(100dvh - var(--wp-admin--admin-bar--height, 0px));
	font-family: var(--bz-sans);
	font-size: 16px;
	color: var(--bz-dash-ink);
	background: #e4ebe5;
	box-sizing: border-box;
	width: 100vw;
	max-width: 100vw;
	margin-inline: calc(50% - 50vw);
	padding: var(--bz-dash-pad);
	height: var(--bz-dash-shell);
	min-height: var(--bz-dash-shell);
	max-height: var(--bz-dash-shell);
	overflow: hidden;
}

.bz-dash-static *,
.bz-dash-static *::before,
.bz-dash-static *::after {
	box-sizing: border-box;
}

.bz-dash-static__workspace {
	display: grid;
	grid-template-columns: 300px minmax(0, 1fr) 340px;
	gap: 1rem;
	align-items: stretch;
	width: 100%;
	height: calc(var(--bz-dash-shell) - (var(--bz-dash-pad) * 2));
	min-height: 0;
	overflow: hidden;
}

.bz-dash-static__sidebar {
	background: linear-gradient(180deg, #12483c 0%, var(--bz-dash-forest) 55%, var(--bz-dash-forest-deep) 100%);
	border-radius: 16px;
	padding: 1.15rem 0.95rem;
	display: flex;
	flex-direction: column;
	gap: 0.9rem;
	min-width: 0;
	height: 100%;
	overflow: hidden;
}

.bz-dash-static__brand {
	display: flex;
	align-items: center;
	gap: 0.6rem;
	padding: 0.2rem 0.4rem 0.7rem;
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.bz-dash-static__brand-mark {
	width: 12px;
	height: 12px;
	border-radius: 3px;
	background: #8fbf9a;
	box-shadow: 0 0 0 3px rgba(143, 191, 154, 0.25);
	flex: 0 0 auto;
}

.bz-dash-static__brand-text {
	color: #e8f2eb;
	font-size: 0.9rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.bz-dash-static__nav {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.bz-dash-static__side-foot {
	margin-top: auto;
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	padding-top: 0.7rem;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.bz-dash-static__side-link {
	display: block;
	text-align: left;
	text-decoration: none;
	color: var(--bz-dash-ink);
	background: #fff;
	border-radius: 12px;
	padding: 0.95rem 1.05rem;
	font-weight: 700;
	font-size: 1rem;
	line-height: 1.25;
	border: 1px solid transparent;
	border-left: 4px solid transparent;
	transition: background 0.15s ease, border-color 0.15s ease, transform 0.15s ease;
}

.bz-dash-static__side-link:hover {
	background: #f4f8f5;
	color: var(--bz-dash-ink);
	transform: translateX(1px);
}

.bz-dash-static__side-link.is-active {
	background: #dce8df;
	border-left-color: #8fbf9a;
	box-shadow: inset 0 0 0 1px rgba(15, 61, 50, 0.06);
}

.bz-dash-static__side-link--muted {
	background: rgba(255, 255, 255, 0.12);
	color: #e4efe8;
	border-color: rgba(255, 255, 255, 0.08);
	font-weight: 600;
}

.bz-dash-static__side-link--muted:hover {
	background: rgba(255, 255, 255, 0.2);
	color: #fff;
}

.bz-dash-static__center {
	display: flex;
	flex-direction: column;
	min-width: 0;
	width: 100%;
	height: 100%;
	min-height: 0;
	border-radius: 16px;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 8px 24px rgba(15, 61, 50, 0.08);
	border: 1px solid rgba(15, 61, 50, 0.05);
}

.bz-dash-static__card {
	background: #fff;
	border-radius: 0;
	padding: 0;
	box-shadow: none;
	flex: 1 1 auto;
	align-self: stretch;
	min-width: 0;
	width: 100%;
	display: flex;
	flex-direction: column;
	min-height: 0;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	overscroll-behavior: contain;
	scrollbar-width: thin;
	scrollbar-color: #b7c8bb transparent;
	border: 0;
}

.bz-dash-static__card-head {
	position: sticky;
	top: 0;
	z-index: 4;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 0.85rem;
	margin: 0;
	padding: 1.15rem 1.5rem;
	border-bottom: 1px solid #e5eee8;
	background: rgba(255, 255, 255, 0.96);
	backdrop-filter: blur(8px);
	border-radius: 0;
}

.bz-dash-static__card-head-main {
	min-width: 0;
}

.bz-dash-static__welcome {
	margin: 0 0 0.2rem;
	font-weight: 600;
	font-size: 0.95rem;
	color: #5a7266;
}

.bz-dash-static__page-title {
	margin: 0;
	font-family: var(--bz-font);
	font-size: clamp(1.6rem, 2.4vw, 2.05rem);
	font-weight: 700;
	color: var(--bz-dash-forest);
	letter-spacing: -0.02em;
	line-height: 1.15;
}

.bz-dash-static__pill {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	padding: 0.35rem 0.75rem;
	border-radius: 999px;
	background: #eef5f0;
	border: 1px solid #d3e2d8;
	color: var(--bz-dash-forest);
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

.bz-dash-static__home,
.bz-dash-static__segment,
.bz-dash-static__form,
.bz-dash-static .bz-property-form-wrap,
.bz-dash-static .bz-dashboard__listings {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

.bz-dash-static__home {
	padding-top: 1.2rem;
	padding-bottom: 1.5rem;
	display: flex;
	flex-direction: column;
	gap: 1.4rem;
}

.bz-dash-static__section {
	margin: 0;
}

.bz-dash-static__section-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
	margin-bottom: 0.8rem;
}

.bz-dash-static__section-title {
	margin: 0 0 0.8rem;
	font-size: 0.84rem;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #5a7266;
}

.bz-dash-static__section-head .bz-dash-static__section-title {
	margin-bottom: 0;
}

.bz-dash-static__section-link {
	font-size: 0.95rem;
	font-weight: 700;
	color: var(--bz-dash-forest);
	text-decoration: none;
}

.bz-dash-static__section-link:hover {
	text-decoration: underline;
}

.bz-dash-static__stats {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0.8rem;
}

.bz-dash-static__stat {
	background: #f5f9f6;
	border: 1px solid #dde8e1;
	border-radius: 14px;
	padding: 1.1rem 1.15rem;
	display: flex;
	flex-direction: column;
	gap: 0.3rem;
	min-width: 0;
}

.bz-dash-static__stat--ok {
	background: #eef8f0;
	border-color: #cfe6d5;
}

.bz-dash-static__stat--warn {
	background: #fff8ea;
	border-color: #edd9a8;
}

.bz-dash-static__stat-value {
	font-family: var(--bz-font);
	font-size: clamp(1.75rem, 2.6vw, 2.2rem);
	font-weight: 700;
	line-height: 1;
	color: var(--bz-dash-forest);
}

.bz-dash-static__stat-label {
	font-size: 0.88rem;
	font-weight: 600;
	color: #5a7266;
}

.bz-dash-static__quick {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.8rem;
}

.bz-dash-static__quick-card {
	display: flex;
	flex-direction: column;
	gap: 0.4rem;
	text-decoration: none;
	color: inherit;
	background: #fff;
	border: 1px solid #dde8e1;
	border-radius: 14px;
	padding: 1.15rem 1.2rem;
	transition: border-color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
}

.bz-dash-static__quick-card:hover {
	border-color: #8fbf9a;
	box-shadow: 0 8px 20px rgba(15, 61, 50, 0.08);
	transform: translateY(-1px);
	color: inherit;
}

.bz-dash-static__quick-title {
	font-weight: 800;
	font-size: 1.08rem;
	color: var(--bz-dash-forest);
}

.bz-dash-static__quick-copy {
	font-size: 0.92rem;
	line-height: 1.45;
	color: #5a7266;
}

.bz-dash-static__empty {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.75rem;
	padding: 1.1rem 1.15rem;
	background: #f5f9f6;
	border: 1px dashed #c9d4ce;
	border-radius: 12px;
}

.bz-dash-static__empty p {
	margin: 0;
	color: #5a7266;
}

.bz-dash-static__recent {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 0.45rem;
}

.bz-dash-static__recent-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
	padding: 0.75rem 0.85rem;
	background: #f8fbf9;
	border: 1px solid #e2ebe5;
	border-radius: 10px;
}

.bz-dash-static__recent-main {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.3rem;
	min-width: 0;
}

.bz-dash-static__recent-title {
	font-weight: 700;
	font-size: 0.9rem;
	line-height: 1.3;
	color: var(--bz-dash-ink);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 100%;
}

.bz-dash-static__segment {
	display: flex;
	flex-wrap: wrap;
	gap: 0.4rem;
	padding-top: 0.9rem;
	margin-bottom: 0.85rem;
}

.bz-dash-static__segment-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.58rem 1.05rem;
	border-radius: 999px;
	text-decoration: none;
	font-weight: 700;
	font-size: 0.95rem;
	background: #e8efea;
	color: #3f564c;
	border: 1px solid transparent;
}

.bz-dash-static__segment-btn.is-active {
	background: var(--bz-dash-forest);
	color: #fff;
	border-color: var(--bz-dash-forest);
}

.bz-dash-static__segment-btn:not(.is-active):hover {
	background: #d8e4dc;
	color: #1a2f28;
}

/* —— Profile page —— */
.bz-dash-static__profile {
	padding: 1.15rem 1.5rem 1.5rem;
	display: flex;
	flex-direction: column;
	gap: 1.1rem;
}

.bz-dash-static__profile .bz-dash-static__segment {
	padding: 0;
	margin: 0;
}

.bz-dash-static__profile-hero {
	display: flex;
	align-items: center;
	gap: 0.9rem;
	padding: 1rem 1.1rem;
	background: linear-gradient(135deg, #f3f8f4 0%, #e7f0ea 100%);
	border: 1px solid #d7e4db;
	border-radius: 14px;
}

.bz-dash-static__avatar {
	width: 3.4rem;
	height: 3.4rem;
	border-radius: 12px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: var(--bz-dash-forest);
	color: #fff;
	font-weight: 800;
	font-size: 1.05rem;
	letter-spacing: 0.02em;
	flex: 0 0 auto;
}

.bz-dash-static__profile-hero-main {
	min-width: 0;
}

.bz-dash-static__profile-name {
	margin: 0;
	font-family: var(--bz-font);
	font-size: 1.25rem;
	font-weight: 700;
	color: var(--bz-dash-forest);
	line-height: 1.2;
}

.bz-dash-static__profile-email {
	margin: 0.2rem 0 0.45rem;
	font-size: 0.88rem;
	color: #5a7266;
	word-break: break-word;
}

.bz-dash-static__profile-meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.45rem 0.7rem;
}

.bz-dash-static__profile-meta-item {
	font-size: 0.78rem;
	font-weight: 600;
	color: #5a7266;
}

.bz-dash-static__pill--solid {
	background: var(--bz-dash-forest);
	border-color: var(--bz-dash-forest);
	color: #fff;
}

.bz-dash-static__profile-layout {
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(220px, 0.85fr);
	gap: 1rem;
	align-items: start;
}

.bz-dash-static__form--panel {
	max-width: none;
	margin: 0;
	padding: 1.4rem 1.45rem 1.5rem;
	background: #fbfcfb;
	border: 1px solid #e2ebe5;
	border-radius: 14px;
	display: flex;
	flex-direction: column;
	gap: 1.05rem;
}

.bz-dash-static__form--panel .bz-dash-static__panel-title {
	margin: 0;
	font-size: 1.15rem;
}

.bz-dash-static__form--panel .bz-dash-static__panel-lead {
	margin: -0.45rem 0 0;
	font-size: 0.92rem;
	line-height: 1.5;
}

.bz-dash-static__form--panel .bz-form__field {
	margin: 0;
}

.bz-dash-static__form--panel .bz-form__field label {
	margin-bottom: 0.4rem;
	font-size: 0.9rem;
}

.bz-dash-static__form--panel .bz-form__grid--2,
.bz-dash-static__form--panel .bz-form__grid--3 {
	gap: 1.05rem 1.15rem;
}

.bz-dash-static__form--panel .bz-form__messages:empty {
	display: none;
}

.bz-dash-static__form--panel .bz-form__actions {
	margin: 0.15rem 0 0;
	padding-top: 0.15rem;
}

.bz-dash-static__form--panel .bz-btn {
	padding: 0.75rem 1.25rem;
	font-size: 0.98rem;
}

.bz-dash-static__panel-title {
	margin: 0 0 0.25rem;
	font-size: 1rem;
	font-weight: 800;
	color: var(--bz-dash-forest);
}

.bz-dash-static__panel-lead {
	margin: 0 0 0.9rem;
	font-size: 0.86rem;
	line-height: 1.45;
	color: #5a7266;
}

.bz-dash-static__profile-aside {
	display: flex;
	flex-direction: column;
	gap: 0.7rem;
}

.bz-dash-static__aside-card {
	background: #f5f9f6;
	border: 1px solid #dde8e1;
	border-radius: 12px;
	padding: 0.9rem 0.95rem;
}

.bz-dash-static__aside-card--tip {
	background: #fff9ef;
	border-color: #ead7a8;
}

.bz-dash-static__aside-title {
	margin: 0 0 0.65rem;
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #5a7266;
}

.bz-dash-static__aside-stats {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 0.45rem;
}

.bz-dash-static__aside-stats li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
	padding: 0.45rem 0.55rem;
	background: rgba(255, 255, 255, 0.75);
	border-radius: 8px;
	font-size: 0.86rem;
	color: #3f564c;
}

.bz-dash-static__aside-stats strong {
	font-size: 0.95rem;
	color: var(--bz-dash-forest);
}

.bz-dash-static__aside-links {
	display: flex;
	flex-direction: column;
	gap: 0.35rem;
}

.bz-dash-static__aside-links a {
	display: block;
	text-decoration: none;
	color: var(--bz-dash-forest);
	font-weight: 700;
	font-size: 0.88rem;
	padding: 0.5rem 0.55rem;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.7);
}

.bz-dash-static__aside-links a:hover {
	background: #fff;
}

.bz-dash-static__aside-card--tip p {
	margin: 0;
	font-size: 0.86rem;
	line-height: 1.45;
	color: #6a5a2e;
}

.bz-dash-static__form {
	width: 100%;
	max-width: 560px;
	padding-top: 0;
	padding-bottom: 1.25rem;
}

.bz-dash-static__form .bz-form__field {
	margin-bottom: 1rem;
}

.bz-dash-static__form .bz-form__field label {
	color: #4d6359;
	font-size: 0.9rem;
	margin-bottom: 0.4rem;
}

.bz-dash-static__form input[type="text"],
.bz-dash-static__form input[type="email"],
.bz-dash-static__form input[type="password"] {
	border-radius: 8px;
	border-color: #c9d4ce;
	width: 100%;
	padding: 0.7rem 0.85rem;
}

.bz-dash-static__rail {
	background: var(--bz-dash-sage);
	border-radius: 16px;
	padding: 1.05rem 0.95rem;
	color: var(--bz-dash-ink);
	min-width: 0;
	height: 100%;
	display: flex;
	flex-direction: column;
	min-height: 0;
	overflow: hidden;
	border: 1px solid rgba(15, 61, 50, 0.06);
}

.bz-dash-static__rail-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.5rem;
	margin-bottom: 0.8rem;
	flex: 0 0 auto;
}

.bz-dash-static__rail-title {
	margin: 0;
	font-family: var(--bz-font);
	font-size: 1.35rem;
	font-weight: 700;
	line-height: 1.15;
	color: #1a2f28;
}

.bz-dash-static__rail-count {
	min-width: 1.75rem;
	height: 1.75rem;
	padding: 0 0.45rem;
	border-radius: 999px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: rgba(15, 61, 50, 0.12);
	color: var(--bz-dash-forest);
	font-size: 0.84rem;
	font-weight: 800;
}

.bz-dash-static__rail-empty {
	margin: 0;
	padding: 1.25rem 0.75rem;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.75rem;
	color: #3f564c;
	font-size: 0.9rem;
	background: rgba(255, 255, 255, 0.35);
	border-radius: 10px;
}

.bz-dash-static__rail-empty p {
	margin: 0;
}

.bz-dash-static__rail-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 0.4rem;
	flex: 1 1 auto;
	min-height: 0;
	overflow-y: auto;
	scrollbar-width: thin;
}

.bz-dash-static__rail-item {
	display: flex;
	flex-direction: column;
	gap: 0.35rem;
	text-decoration: none;
	color: inherit;
	background: rgba(255, 255, 255, 0.7);
	border-radius: 10px;
	padding: 0.75rem 0.85rem;
	border: 1px solid transparent;
	transition: background 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
}

.bz-dash-static__rail-item:hover {
	background: #fff;
	border-color: rgba(15, 61, 50, 0.1);
}

.bz-dash-static__rail-item.is-active {
	background: #fff;
	border-color: rgba(15, 61, 50, 0.18);
	box-shadow: 0 0 0 2px rgba(15, 61, 50, 0.08);
}

.bz-dash-static__rail-item-title {
	font-weight: 700;
	font-size: 0.92rem;
	line-height: 1.35;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.bz-dash-static__eyebrow {
	margin: 0 0 0.4rem;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--bz-dash-forest);
}

.bz-dash-static__lead {
	margin: 0.55rem 0 0;
	max-width: 38rem;
	font-size: 0.98rem;
	line-height: 1.5;
	color: var(--bz-muted);
}

.bz-dash-static__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem;
	align-items: center;
	margin-top: 1rem;
}

.bz-dash-static__gate {
	min-height: 52vh;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1rem;
}

.bz-dash-static__gate-card {
	width: min(100%, 560px);
	background: #fff;
	border-radius: 18px;
	padding: clamp(1.25rem, 3vw, 2rem);
	box-shadow: 0 16px 40px rgba(15, 61, 50, 0.1);
}

.bz-dash-static__gate-card h1 {
	margin: 0;
	font-size: clamp(1.4rem, 4vw, 2.1rem);
	color: var(--bz-dash-forest);
}

.bz-dash-static__gate-card--pending {
	background: #fffdf6;
}

.bz-dash-static__gate-card--error {
	background: #fff8f8;
}

.bz-form__section {
	margin: 0 0 1.15rem;
	padding: 0 0 1rem;
	border-bottom: 1px solid #e8eee9;
}

.bz-form__section:last-of-type {
	border-bottom: 0;
	padding-bottom: 0;
}

.bz-form__section-title {
	margin: 0 0 0.7rem;
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #5a7266;
}

.bz-form__grid--3 {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.55rem 0.75rem;
}

.bz-form__field--span-2 {
	grid-column: 1 / -1;
}

.bz-address-row {
	display: flex;
	gap: 0.5rem;
	align-items: stretch;
}

.bz-address-row input {
	flex: 1 1 auto;
	min-width: 0;
}

.bz-address-row .bz-btn {
	flex: 0 0 auto;
	white-space: nowrap;
}

.bz-form__actions--sticky {
	position: sticky;
	bottom: 0;
	z-index: 3;
	margin: 0.5rem -1.25rem 0;
	padding: 0.85rem 1.25rem;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.75), #fff 35%);
	border-top: 1px solid #e5eee8;
	backdrop-filter: blur(6px);
}

.bz-dash-static .bz-property-form-wrap,
.bz-dash-static .bz-dashboard__listings {
	margin: 0;
	width: 100%;
	max-width: none;
	flex: 0 1 auto;
	min-height: 0;
	overflow: visible;
	padding-top: 0.9rem;
	padding-bottom: 0;
}

.bz-dash-static .bz-property-form-wrap > h3,
.bz-dash-static .bz-property-form-wrap > .bz-muted {
	display: none;
}

.bz-dash-static .bz-dashboard__listings {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	padding-bottom: 1.25rem;
}

.bz-dash-static .bz-table {
	min-width: 480px;
}

.bz-dash-static .bz-form__grid--2,
.bz-dash-static .bz-form__grid--3 {
	gap: 0.9rem 1rem;
}

.bz-dash-static .bz-form__field {
	margin: 0 0 0.9rem;
}

.bz-dash-static .bz-form__field label {
	display: block;
	margin-bottom: 0.4rem;
	font-size: 0.9rem;
	font-weight: 600;
	color: #4d6359;
}

.bz-dash-static .bz-form__field input:not([type="button"]):not([type="submit"]):not([type="reset"]):not([type="checkbox"]):not([type="radio"]),
.bz-dash-static .bz-form__field select,
.bz-dash-static .bz-form__field textarea {
	width: 100%;
	max-width: 100%;
	padding: 0.7rem 0.85rem;
	font-size: 1rem;
	border-radius: 8px;
	border: 1px solid #c9d4ce;
	background: #fbfcfb;
	transition: border-color 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

.bz-dash-static .bz-form__field input:not([type="button"]):not([type="submit"]):not([type="reset"]):focus,
.bz-dash-static .bz-form__field select:focus,
.bz-dash-static .bz-form__field textarea:focus {
	outline: 0;
	border-color: #6f9b7c;
	background: #fff;
	box-shadow: 0 0 0 3px rgba(61, 134, 73, 0.15);
}

.bz-dash-static .bz-form__field input[readonly] {
	background: #eef3ef;
	color: #4d6359;
}

.bz-dash-static .bz-password-field input {
	padding-right: 2.75rem;
}

.bz-dash-static .wp-editor-wrap,
.bz-property-form-wrap .wp-editor-wrap {
	border: 1px solid #c9d4ce;
	border-radius: 10px;
	overflow: hidden;
	background: #fff;
}

.bz-dash-static .wp-editor-tools,
.bz-property-form-wrap .wp-editor-tools {
	padding: 0.35rem 0.5rem 0;
	background: #f4f7f5;
	border-bottom: 1px solid #e2ebe5;
}

.bz-dash-static .wp-editor-tabs,
.bz-property-form-wrap .wp-editor-tabs {
	float: right;
}

.bz-dash-static .wp-switch-editor,
.bz-property-form-wrap .wp-switch-editor {
	margin: 0 0 0 0.25rem !important;
	border-radius: 6px 6px 0 0 !important;
	background: #e8efea !important;
	border-color: #c9d4ce !important;
	color: #3f564c !important;
	font-weight: 600;
}

.bz-dash-static .tmce-active .switch-tmce,
.bz-dash-static .html-active .switch-html,
.bz-property-form-wrap .tmce-active .switch-tmce,
.bz-property-form-wrap .html-active .switch-html {
	background: #fff !important;
	border-bottom-color: #fff !important;
	color: var(--bz-dash-forest, #0f3d32) !important;
}

.bz-dash-static .quicktags-toolbar,
.bz-property-form-wrap .quicktags-toolbar {
	display: flex !important;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.3rem;
	padding: 0.45rem 0.5rem !important;
	background: #f7faf8 !important;
	border-bottom: 1px solid #e2ebe5 !important;
}

.bz-dash-static .quicktags-toolbar input.ed_button,
.bz-property-form-wrap .quicktags-toolbar input.ed_button,
.bz-dash-static .quicktags-toolbar input[type="button"],
.bz-property-form-wrap .quicktags-toolbar input[type="button"] {
	width: auto !important;
	max-width: none !important;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	margin: 0 !important;
	padding: 0.28rem 0.55rem !important;
	min-height: 28px;
	border: 1px solid #c9d4ce !important;
	border-radius: 6px !important;
	background: #fff !important;
	color: #1a2f28 !important;
	font-size: 0.75rem !important;
	font-weight: 700 !important;
	line-height: 1.2 !important;
	box-shadow: none !important;
	cursor: pointer;
}

.bz-dash-static .quicktags-toolbar input.ed_button:hover,
.bz-property-form-wrap .quicktags-toolbar input.ed_button:hover {
	background: #eef5f0 !important;
	border-color: #6f9b7c !important;
}

.bz-dash-static .wp-editor-container,
.bz-property-form-wrap .wp-editor-container {
	border: 0 !important;
}

.bz-dash-static .wp-editor-area,
.bz-property-form-wrap .wp-editor-area {
	width: 100% !important;
	min-height: 160px;
	padding: 0.75rem 0.85rem !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: #fff !important;
	font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
	font-size: 0.85rem;
	line-height: 1.5;
}

.bz-dash-static .mce-tinymce,
.bz-property-form-wrap .mce-tinymce {
	box-shadow: none !important;
	border: 0 !important;
}

.bz-dash-static .mce-toolbar-grp,
.bz-property-form-wrap .mce-toolbar-grp {
	background: #f7faf8 !important;
	border-bottom: 1px solid #e2ebe5 !important;
}

.bz-dash-static .bz-form-map {
	height: 240px;
	border-radius: 10px;
	border: 1px solid #c9d4ce;
}

.bz-dash-static .bz-btn--primary {
	background: var(--bz-dash-forest);
}

.bz-dash-static .bz-btn--primary:hover {
	background: var(--bz-dash-forest-deep);
}

.bz-dash-static .bz-table__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.4rem;
}

body.bz-author-dashboard {
	overflow: hidden;
}

body.bz-author-dashboard .entry-content,
body.bz-author-dashboard .page-content,
body.bz-author-dashboard .wp-block-post-content,
body.bz-author-dashboard .site-main > .ast-container,
body.bz-author-dashboard .elementor-section.elementor-section-boxed > .elementor-container {
	max-width: none !important;
	width: 100% !important;
}

body.bz-author-dashboard .entry-content,
body.bz-author-dashboard .page-content,
body.bz-author-dashboard .wp-block-post-content {
	padding-left: 0;
	padding-right: 0;
}

@media (max-width: 1280px) {
	.bz-dash-static__workspace {
		grid-template-columns: 270px minmax(0, 1fr) 300px;
	}
}

@media (max-width: 1200px) {
	.bz-dash-static__workspace {
		grid-template-columns: 250px minmax(0, 1fr) 280px;
	}

	.bz-dash-static__stats {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 1100px) {
	.bz-dash-static__workspace {
		grid-template-columns: 230px minmax(0, 1fr) 250px;
	}

	.bz-form__grid--3 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 900px) {
	body.bz-author-dashboard {
		overflow: auto;
	}

	.bz-dash-static {
		height: auto;
		min-height: 0;
		max-height: none;
		overflow: visible;
		width: 100%;
		max-width: 100%;
		margin-inline: 0;
		padding: 0.75rem;
	}

	.bz-dash-static__workspace {
		grid-template-columns: 1fr;
		height: auto;
		min-height: 0;
		overflow: visible;
		gap: 0.75rem;
	}

	.bz-dash-static__sidebar {
		height: auto;
		overflow: visible;
		padding: 0.75rem;
	}

	.bz-dash-static__brand {
		border-bottom: 0;
		padding-bottom: 0.35rem;
	}

	.bz-dash-static__nav,
	.bz-dash-static__side-foot {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 0.45rem;
		margin-top: 0;
		border: 0;
		padding: 0;
	}

	.bz-dash-static__side-foot {
		margin-top: 0.45rem;
		padding-top: 0.45rem;
		border-top: 1px solid rgba(255, 255, 255, 0.12);
	}

	.bz-dash-static__side-link {
		text-align: center;
		border-left-width: 0;
		border-top: 3px solid transparent;
		transform: none;
		padding: 0.7rem 0.5rem;
		font-size: 0.82rem;
	}

	.bz-dash-static__side-link:hover {
		transform: none;
	}

	.bz-dash-static__side-link.is-active {
		border-left-color: transparent;
		border-top-color: #8fbf9a;
	}

	.bz-dash-static__center {
		height: auto;
		overflow: visible;
		border-radius: 16px;
		box-shadow: 0 8px 24px rgba(15, 61, 50, 0.08);
	}

	.bz-dash-static__card {
		overflow: visible;
		min-height: 0;
	}

	.bz-dash-static__card-head {
		position: static;
		backdrop-filter: none;
		flex-wrap: wrap;
	}

	.bz-dash-static__rail {
		order: 3;
		height: auto;
		max-height: none;
		overflow: visible;
	}

	.bz-dash-static__rail-list {
		max-height: 260px;
		display: grid;
		grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
		gap: 0.45rem;
	}

	.bz-dash-static__form {
		max-width: none;
	}

	.bz-dash-static__stats {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.bz-dash-static__quick {
		grid-template-columns: 1fr;
	}

	.bz-dash-static__profile {
		padding-left: 0.9rem;
		padding-right: 0.9rem;
	}

	.bz-dash-static__profile-layout {
		grid-template-columns: 1fr;
	}

	.bz-form__actions--sticky {
		position: static;
		margin: 0.75rem 0 0;
		padding: 0;
		background: none;
		border: 0;
		backdrop-filter: none;
	}
}

@media (max-width: 640px) {
	.bz-dash-static {
		--bz-dash-pad: 0.5rem;
		padding: 0.5rem;
		padding-bottom: 1rem;
	}

	.bz-dash-static__home,
	.bz-dash-static__segment,
	.bz-dash-static__form,
	.bz-dash-static .bz-property-form-wrap,
	.bz-dash-static .bz-dashboard__listings {
		padding-left: 0.9rem;
		padding-right: 0.9rem;
	}

	.bz-dash-static__card-head {
		padding: 0.8rem 0.9rem;
	}

	.bz-dash-static__nav,
	.bz-dash-static__side-foot {
		grid-template-columns: 1fr 1fr;
	}

	.bz-dash-static__segment {
		flex-direction: column;
	}

	.bz-dash-static__segment-btn {
		width: 100%;
	}

	.bz-dash-static__stats {
		grid-template-columns: 1fr 1fr;
	}

	.bz-dash-static .bz-form__grid--2,
	.bz-form__grid--3 {
		grid-template-columns: 1fr;
	}

	.bz-address-row {
		flex-direction: column;
	}

	.bz-dash-static__recent-item {
		flex-direction: column;
		align-items: stretch;
	}

	.bz-dash-static__recent-title {
		white-space: normal;
	}

	.bz-dash-static__rail-list {
		grid-template-columns: 1fr;
		max-height: 220px;
	}

	.bz-dash-static .bz-table {
		min-width: 420px;
		font-size: 0.9rem;
	}

	.bz-dash-static .bz-table th,
	.bz-dash-static .bz-table td {
		padding: 0.55rem 0.45rem;
	}

	.bz-dash-static .bz-table__actions {
		flex-direction: column;
		align-items: stretch;
	}

	.bz-dash-static .bz-btn--small {
		width: 100%;
		text-align: center;
	}
}

@media (max-width: 420px) {
	.bz-dash-static__stats {
		grid-template-columns: 1fr;
	}
}

.bz-table {
	width: 100%;
	border-collapse: collapse;
}

.bz-table th,
.bz-table td {
	padding: 0.75rem;
	border-bottom: 1px solid var(--bz-line);
	text-align: left;
	vertical-align: middle;
}

.bz-badge {
	display: inline-block;
	padding: 0.15rem 0.5rem;
	border-radius: 999px;
	font-size: 0.75rem;
	font-weight: 700;
	background: #e8efe9;
	color: var(--bz-green-800);
}

.bz-badge--pending,
.bz-badge--draft {
	background: #fff1cc;
	color: #7a5b00;
}

.bz-badge--publish,
.bz-badge--approved {
	background: #d9f0df;
	color: #1f4f2f;
}

.bz-badge--delete,
.bz-badge--rejected {
	background: #fdecec;
	color: var(--bz-danger);
}

.bz-table__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.4rem;
}

/* Archive split layout */
.bz-archive {
	display: flex;
	flex-direction: column;
	min-height: 70vh;
	background: var(--bz-cream);
}

.bz-archive__mobile-toggle {
	display: none;
	gap: 0.5rem;
	padding: 0.75rem;
	background: var(--bz-green-900);
}

.bz-archive__layout {
	display: grid;
	grid-template-columns: minmax(280px, 340px) 1fr;
	min-height: 60vh;
	flex: 1;
}

.bz-archive__filters {
	background: linear-gradient(165deg, var(--bz-green-900), var(--bz-green-800));
	color: #eef5ef;
	padding: 1.25rem 1.1rem 1.5rem;
	overflow: auto;
}

.bz-archive__filters h2 {
	margin: 0 0 1rem;
	font-size: 1.35rem;
	color: #fff;
}

.bz-archive__filters label {
	color: #d7e6da;
}

.bz-archive__filters select,
.bz-archive__filters input {
	background: rgba(255, 255, 255, 0.08);
	border-color: rgba(255, 255, 255, 0.22);
	color: #fff;
}

.bz-archive__filters option,
.bz-archive__filters optgroup {
	color: var(--bz-ink);
}

.bz-price-range__inputs {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	gap: 0.4rem;
	align-items: center;
}

.bz-archive__map-wrap {
	min-height: 520px;
	position: relative;
	background: #d9e4dc;
}

.bz-archive__count {
	margin-top: 1rem;
	font-size: 0.9rem;
	color: #cfe0d3;
}

.bz-province-path {
	pointer-events: none;
}

.bz-province-path--active {
	/* keep outline readable without glow */
}

.bz-map-chip {
	position: absolute;
	z-index: 500;
	top: 1rem;
	left: 1rem;
	padding: 0.45rem 0.85rem;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.94);
	border: 1px solid var(--bz-line);
	box-shadow: 0 6px 20px rgba(22, 61, 36, 0.12);
	font-size: 0.82rem;
	font-weight: 700;
	color: var(--bz-green-900);
	pointer-events: none;
}

.bz-map-overlay {
	position: absolute;
	z-index: 510;
	inset: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	padding: 1.5rem;
	text-align: center;
	background: rgba(243, 246, 242, 0.72);
	backdrop-filter: blur(2px);
	color: var(--bz-ink);
}

.bz-map-overlay[hidden] {
	display: none !important;
}

.bz-map-empty strong {
	font-size: 1.1rem;
}

.bz-map-empty span {
	color: var(--bz-muted);
	font-size: 0.92rem;
}

.bz-map-loading__spinner {
	width: 28px;
	height: 28px;
	border-radius: 50%;
	border: 3px solid rgba(47, 107, 58, 0.2);
	border-top-color: var(--bz-green-700);
	animation: bz-spin 0.7s linear infinite;
}

@keyframes bz-spin {
	to {
		transform: rotate(360deg);
	}
}

.bz-archive.is-loading .bz-property-map {
	filter: saturate(0.85);
}

.bz-type-bar {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	padding: 0.75rem 1rem;
	background: #fff;
	border-top: 1px solid var(--bz-line);
	justify-content: center;
}

.bz-type-bar__btn {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	padding: 0.5rem 0.85rem;
	border: 1px solid var(--bz-line);
	border-radius: 8px;
	background: #fff;
	font: inherit;
	font-size: 0.9rem;
	font-weight: 600;
	cursor: pointer;
	color: var(--bz-ink);
}

.bz-type-bar__btn.is-active {
	background: var(--bz-green-700);
	border-color: var(--bz-green-700);
	color: #fff;
}

.bz-type-bar__icon {
	width: 1rem;
	height: 1rem;
	display: inline-block;
	flex-shrink: 0;
	background-color: currentColor;
	-webkit-mask: center / contain no-repeat;
	mask: center / contain no-repeat;
	-webkit-mask-image: var(--bz-type-icon);
	mask-image: var(--bz-type-icon);
}

.bz-type-bar__icon--all {
	--bz-type-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none'%3E%3Ccircle cx='6' cy='6' r='2' fill='black'/%3E%3Ccircle cx='14' cy='6' r='2' fill='black'/%3E%3Ccircle cx='6' cy='14' r='2' fill='black'/%3E%3Ccircle cx='14' cy='14' r='2' fill='black'/%3E%3C/svg%3E");
	color: var(--bz-muted);
}

.bz-type-bar__icon--residential {
	--bz-type-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='black'%3E%3Cpath d='M4 10.5 10 5l6 5.5V16a1 1 0 0 1-1 1h-3.2v-3.2H8.2V17H5a1 1 0 0 1-1-1z'/%3E%3C/svg%3E");
	color: #2f6b3a;
}

.bz-type-bar__icon--business {
	--bz-type-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='black'%3E%3Cpath d='M5.5 16.5V6.8A1.3 1.3 0 0 1 6.8 5.5h6.4a1.3 1.3 0 0 1 1.3 1.3v9.7H5.5zm2-8h1.4V10H7.5V8.5zm3.1 0H12V10h-1.4V8.5zM7.5 11.2H8.9v1.5H7.5v-1.5zm3.1 0H12v1.5h-1.4v-1.5zM4 16.5h12v1.2H4z'/%3E%3C/svg%3E");
	color: #1f4e79;
}

.bz-type-bar__icon--lot {
	--bz-type-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='black'%3E%3Cpath d='M4 4h5.2v5.2H4zm6.8 0H16v5.2h-5.2zM4 10.8h5.2V16H4zm6.8 0H16V16h-5.2z'/%3E%3C/svg%3E");
	color: #b8860b;
}

.bz-type-bar__icon--farm {
	--bz-type-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='black'%3E%3Cpath d='M10 3.5c-2.2 2-3.5 3.8-3.5 5.7a3.5 3.5 0 1 0 7 0c0-1.9-1.3-3.7-3.5-5.7zm-.7 6.8h1.4V16H9.3zm-2.5 6.2h6.4v1.2H6.8z'/%3E%3C/svg%3E");
	color: #6b3a2f;
}

.bz-type-bar__btn.is-active .bz-type-bar__icon {
	color: #fff;
}

.bz-marker-icon {
	background: transparent !important;
	border: 0 !important;
}

.bz-marker-icon__pin {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 26px;
	height: 26px;
	margin: 0 auto;
	border-radius: 50% 50% 50% 0;
	transform: rotate(-45deg);
	background: var(--bz-marker, #2f6b3a);
	border: 1px solid rgba(0, 0, 0, 0.18);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.18);
	position: relative;
}

.bz-marker-icon__glyph {
	width: 13px;
	height: 13px;
	transform: rotate(45deg);
	fill: #fff;
	overflow: visible;
}

.bz-cluster {
	background: transparent !important;
}

.bz-cluster div {
	width: 34px;
	height: 34px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--bz-green-800);
	color: #fff;
	font-weight: 650;
	font-size: 0.8rem;
	border: 1px solid rgba(255, 255, 255, 0.85);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.22);
}

.bz-cluster--medium div {
	width: 40px;
	height: 40px;
	font-size: 0.88rem;
}

.bz-cluster--large div {
	width: 46px;
	height: 46px;
	font-size: 0.95rem;
	background: var(--bz-green-900);
}

.leaflet-marker-cluster-small,
.leaflet-marker-cluster-medium,
.leaflet-marker-cluster-large {
	background: transparent;
}

.bz-leaflet-popup .leaflet-popup-content-wrapper {
	padding: 0;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 14px 36px rgba(22, 61, 36, 0.18);
	border: 1px solid var(--bz-line);
}

.bz-leaflet-popup .leaflet-popup-content {
	margin: 0;
	min-width: 220px;
	line-height: 1.35;
}

.bz-map-popup {
	min-width: 220px;
	font-family: var(--bz-sans);
}

.bz-map-popup__media {
	position: relative;
}

.bz-map-popup img,
.bz-popup-placeholder {
	width: 100%;
	height: 128px;
	object-fit: cover;
	display: block;
	background: linear-gradient(135deg, #d5e0d7, #eef3ef);
	margin: 0;
	border-radius: 0;
}

.bz-map-popup__body {
	padding: 0.85rem 0.95rem 1rem;
}

.bz-map-popup h3 {
	margin: 0 0 0.25rem;
	font-size: 1.02rem;
	font-family: var(--bz-font);
	line-height: 1.25;
	color: var(--bz-ink);
}

.bz-map-popup__address {
	margin: 0 0 0.4rem;
	font-size: 0.78rem;
	color: var(--bz-muted);
}

.bz-map-popup__price {
	margin: 0;
	font-weight: 700;
	font-size: 1.05rem;
	color: var(--bz-green-800);
}

.bz-map-popup__facts {
	margin: 0.35rem 0 0.7rem;
	font-size: 0.78rem;
	color: var(--bz-muted);
}

.bz-map-popup__tag {
	position: absolute;
	left: 0.65rem;
	top: 0.65rem;
	display: inline-block;
	margin: 0;
	padding: 0.2rem 0.5rem;
	border-radius: 999px;
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #fff;
	background: rgba(22, 61, 36, 0.88);
}

.bz-map-popup .bz-btn {
	width: 100%;
}

.leaflet-control-zoom {
	border: 0 !important;
	box-shadow: 0 8px 20px rgba(22, 61, 36, 0.14) !important;
	overflow: hidden;
	border-radius: 10px !important;
}

.leaflet-control-zoom a {
	width: 34px !important;
	height: 34px !important;
	line-height: 34px !important;
	color: var(--bz-green-900) !important;
	border-bottom-color: var(--bz-line) !important;
}

.leaflet-control-attribution {
	font-size: 10px !important;
	background: rgba(255, 255, 255, 0.82) !important;
}

/* Single */
.bz-single {
	max-width: 1100px;
	margin: 0 auto;
	padding: 1.5rem 1rem 3rem;
}

.bz-single__hero img {
	width: 100%;
	max-height: 420px;
	object-fit: cover;
	border-radius: var(--bz-radius);
}

.bz-single__headline {
	margin-top: 1rem;
}

.bz-single__tag {
	display: inline-block;
	background: var(--bz-green-700);
	color: #fff;
	padding: 0.2rem 0.6rem;
	border-radius: 999px;
	font-size: 0.8rem;
	font-weight: 700;
}

.bz-single__price {
	font-size: 1.6rem;
	font-weight: 700;
	color: var(--bz-green-800);
}

.bz-single__grid {
	display: grid;
	grid-template-columns: 1.4fr 0.8fr;
	gap: 1.5rem;
	margin-top: 1.5rem;
}

.bz-single__facts {
	list-style: none;
	padding: 1rem;
	margin: 0 0 1rem;
	background: var(--bz-cream);
	border-radius: var(--bz-radius);
}

.bz-single__facts li {
	padding: 0.4rem 0;
	border-bottom: 1px solid var(--bz-line);
}

.bz-single__gallery {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
	gap: 0.6rem;
}

.bz-single__gallery img {
	width: 100%;
	height: 120px;
	object-fit: cover;
	border-radius: 8px;
}

.bz-province-chips {
	display: flex;
	flex-wrap: wrap;
	gap: 0.4rem;
	margin: 0 0 0.65rem;
}

.bz-province-chip {
	appearance: none;
	border: 1px solid var(--bz-line);
	background: #fff;
	color: var(--bz-ink);
	font: inherit;
	font-size: 0.78rem;
	font-weight: 600;
	line-height: 1.2;
	padding: 0.4rem 0.7rem;
	border-radius: 999px;
	cursor: pointer;
	transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.bz-province-chip:hover {
	border-color: var(--bz-green-600);
	color: var(--bz-green-800);
}

.bz-province-chip.is-active {
	background: var(--bz-green-700);
	border-color: var(--bz-green-700);
	color: #fff;
	box-shadow: 0 0 0 3px rgba(47, 107, 58, 0.18);
	transform: translateY(-1px);
}

.bz-filter-form.has-location-filter #bz-filter-location,
.bz-filter-form.has-location-filter .bz-filter-options--checkboxes {
	border-color: var(--bz-green-600);
	box-shadow: 0 0 0 3px rgba(47, 107, 58, 0.12);
}

.bz-filter-options {
	display: flex;
	flex-direction: column;
	gap: 0.35rem;
	max-height: 220px;
	overflow: auto;
	padding: 0.55rem 0.65rem;
	border: 1px solid var(--bz-line);
	border-radius: 8px;
	background: #fff;
}

.bz-filter-options__group {
	margin: 0.45rem 0 0.15rem;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: var(--bz-muted);
}

.bz-filter-options__group:first-child {
	margin-top: 0;
}

.bz-filter-option {
	display: flex;
	align-items: flex-start;
	gap: 0.45rem;
	margin: 0;
	font-size: 0.9rem;
	font-weight: 500;
	cursor: pointer;
	line-height: 1.35;
}

.bz-filter-option input {
	width: auto;
	margin: 0.15rem 0 0;
	flex-shrink: 0;
}

.bz-filter-options--radios {
	max-height: none;
}

.bz-filter-form select[multiple] {
	min-height: 140px;
}

.bz-widget-filters.is-loading {
	opacity: 0.65;
	pointer-events: none;
}

.bz-property-grid {
	font-family: var(--bz-sans);
	color: var(--bz-ink);
}

.bz-property-grid__items {
	display: grid;
	grid-template-columns: repeat(var(--bz-grid-cols, 3), minmax(0, 1fr));
	gap: 1.25rem;
}

.bz-property-grid.is-loading {
	opacity: 0.55;
	pointer-events: none;
	transition: opacity 0.2s ease;
}

.bz-property-grid__empty {
	grid-column: 1 / -1;
	margin: 0;
	padding: 2rem 1rem;
	text-align: center;
}

.bz-property-card {
	background: #fff;
	border: 1px solid var(--bz-line);
	border-radius: 14px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.bz-property-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 14px 28px rgba(22, 61, 36, 0.12);
	border-color: #c5d5c9;
}

.bz-property-card__media {
	position: relative;
	display: block;
	overflow: hidden;
	isolation: isolate;
}

.bz-property-grid--ratio-16-9 .bz-property-card__media {
	aspect-ratio: 16 / 9;
}

.bz-property-grid--ratio-4-3 .bz-property-card__media {
	aspect-ratio: 4 / 3;
}

.bz-property-grid--ratio-1-1 .bz-property-card__media {
	aspect-ratio: 1 / 1;
}

.bz-property-grid--ratio-3-4 .bz-property-card__media {
	aspect-ratio: 3 / 4;
}

.bz-property-card__media img,
.bz-property-card__placeholder {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 180px;
	object-fit: cover;
	background: linear-gradient(145deg, #dfe8e1, #c9d8ce);
	transition: transform 0.35s ease;
}

.bz-property-card:hover .bz-property-card__media img {
	transform: scale(1.04);
}

.bz-property-card__badge {
	position: absolute;
	top: 0.75rem;
	right: 0.75rem;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	padding: 0.28rem 0.65rem;
	border-radius: 6px;
	background: var(--bz-green-800);
	color: #fff;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	box-shadow: 0 6px 14px rgba(0, 0, 0, 0.18);
}

.bz-property-card__featured {
	position: absolute;
	top: 0.75rem;
	left: 0.75rem;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	padding: 0.28rem 0.65rem;
	border-radius: 6px;
	background: #b45309;
	color: #fff;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	box-shadow: 0 6px 14px rgba(0, 0, 0, 0.18);
}

.bz-property-card__featured--inline {
	position: static;
	align-self: flex-start;
	box-shadow: none;
	margin-bottom: 0.15rem;
}

.bz-property-card--featured {
	box-shadow: 0 0 0 2px rgba(180, 83, 9, 0.35);
}

.bz-property-grid__pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.85rem;
	flex-wrap: wrap;
	margin-top: 1.5rem;
	padding-top: 0.25rem;
}

.bz-property-grid__pagination[hidden] {
	display: none !important;
}

.bz-property-grid__page-status {
	font-size: 0.92rem;
	color: var(--bz-muted, #5c6b63);
	min-width: 7rem;
	text-align: center;
}

.bz-property-grid__page-btn:disabled {
	opacity: 0.45;
	cursor: not-allowed;
}

.bz-property-card__badge--inline {
	position: static;
	align-self: flex-start;
	box-shadow: none;
	margin-bottom: 0.15rem;
}

.bz-property-card__body {
	padding: 1rem 1.05rem 1.15rem;
	display: flex;
	flex-direction: column;
	gap: 0.4rem;
	flex: 1;
	border-top: 2px solid var(--bz-green-700);
	background: #f7faf7;
}

.bz-property-card__title {
	margin: 0;
	font-size: 1.2rem;
	line-height: 1.25;
	font-family: var(--bz-font);
	font-weight: 600;
	color: var(--bz-green-800);
	letter-spacing: -0.01em;
}

.bz-property-card__title a {
	color: inherit;
	text-decoration: none;
}

.bz-property-card__title a:hover {
	color: var(--bz-green-600);
}

.bz-property-card__price {
	margin: 0;
	font-family: var(--bz-font);
	font-size: 1.05rem;
	font-weight: 600;
	color: var(--bz-green-700);
}

.bz-property-card__address,
.bz-property-card__location,
.bz-property-card__author,
.bz-property-card__broker {
	margin: 0;
	font-size: 0.85rem;
	color: var(--bz-muted);
}

.bz-property-card__location {
	font-size: 0.8rem;
}

.bz-property-card__author {
	margin-top: auto;
	padding-top: 0.35rem;
	color: var(--bz-ink);
	font-weight: 500;
}

.bz-property-card__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 0.4rem;
	list-style: none;
	margin: 0.15rem 0 0;
	padding: 0;
}

.bz-property-card__chip {
	display: inline-flex;
	align-items: center;
	padding: 0.28rem 0.55rem;
	border-radius: 8px;
	background: #e8eee9;
	color: #3a4a3e;
	font-size: 0.78rem;
	font-weight: 600;
	line-height: 1.2;
}

.bz-property-grid--meta-inline .bz-property-card__meta {
	gap: 0;
}

.bz-property-grid--meta-inline .bz-property-card__chip {
	background: transparent;
	padding: 0;
	border-radius: 0;
	font-weight: 500;
	color: var(--bz-muted);
}

.bz-property-grid--meta-inline .bz-property-card__chip:not(:last-child)::after {
	content: "·";
	margin: 0 0.45rem;
	opacity: 0.55;
}

.bz-property-grid--meta-icons .bz-property-card__chip {
	gap: 0.3rem;
	background: transparent;
	padding: 0;
	color: var(--bz-muted);
	font-weight: 500;
}

.bz-property-grid--meta-icons .bz-property-card__chip::before {
	content: "";
	width: 0.55rem;
	height: 0.55rem;
	border-radius: 50%;
	background: var(--bz-green-600);
	flex-shrink: 0;
}

.bz-property-card__cta {
	margin-top: 0.35rem;
	align-self: flex-start;
}

.bz-btn--small {
	padding: 0.45rem 0.8rem;
	font-size: 0.82rem;
}

/* Card style variants */
.bz-property-grid--classic .bz-property-card__body {
	background: #fff;
	border-top-color: var(--bz-line);
}

.bz-property-grid--minimal .bz-property-card {
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.bz-property-grid--minimal .bz-property-card:hover {
	transform: none;
	box-shadow: none;
}

.bz-property-grid--minimal .bz-property-card__body {
	padding-left: 0;
	padding-right: 0;
	background: transparent;
	border-top: 0;
}

.bz-property-grid--minimal .bz-property-card__media {
	border-radius: 12px;
}

.bz-property-grid--overlay .bz-property-card {
	position: relative;
}

.bz-property-grid--overlay .bz-property-card__media {
	min-height: 260px;
}

.bz-property-grid--overlay .bz-property-card__media::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent 35%, rgba(14, 32, 20, 0.88) 100%);
	z-index: 1;
}

.bz-property-grid--overlay .bz-property-card__body {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	border-top: 0;
	background: transparent;
	color: #fff;
	padding: 1.1rem 1.1rem 1.2rem;
}

.bz-property-grid--overlay .bz-property-card__title,
.bz-property-grid--overlay .bz-property-card__price,
.bz-property-grid--overlay .bz-property-card__author,
.bz-property-grid--overlay .bz-property-card__location,
.bz-property-grid--overlay .bz-property-card__address {
	color: #fff;
}

.bz-property-grid--overlay .bz-property-card__chip {
	background: rgba(255, 255, 255, 0.16);
	color: #fff;
	backdrop-filter: blur(4px);
}

.bz-property-card__tag {
	align-self: flex-start;
	font-size: 0.75rem;
	font-weight: 700;
	color: var(--bz-green-800);
	background: #e8efe9;
	padding: 0.15rem 0.5rem;
	border-radius: 999px;
}

.bz-elementor-placeholder {
	padding: 1rem;
	border: 1px dashed var(--bz-line);
	border-radius: 8px;
	color: var(--bz-muted);
	background: var(--bz-cream);
}

.bz-author-stats {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
}

.bz-widget-filters {
	min-height: 100%;
}

@media (max-width: 900px) {
	.bz-property-grid__items {
		grid-template-columns: 1fr;
	}

	.bz-author-stats {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 900px) {
	.bz-form__grid--2,
	.bz-single__grid {
		grid-template-columns: 1fr;
	}

	.bz-archive__mobile-toggle {
		display: flex;
	}

	.bz-archive__layout {
		grid-template-columns: 1fr;
	}

	.bz-archive.is-map-view .bz-archive__filters {
		display: none;
	}

	.bz-archive.is-filters-view .bz-archive__map-wrap {
		display: none;
	}

	.bz-archive.is-filters-view .bz-archive__filters {
		display: block;
		min-height: 60vh;
	}

	.bz-property-map {
		min-height: 60vh;
	}

	.bz-map-chip {
		top: 0.75rem;
		left: 0.75rem;
	}
}
