.nt-single {
	--nt-single-blue: #0c5ca8;
	--nt-single-green: #027a48;
	--nt-single-navy: #102a4c;
	--nt-single-text: #1d2939;
	--nt-single-muted: #667085;
	--nt-single-border: #e4e7ec;
	--nt-single-bg: #f8faff;
	padding: 34px 0 72px;
	background: var(--nt-single-bg);
	color: var(--nt-single-text);
	font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.nt-single__dynamic-price {
	border-color: #b2ddff;
	background: linear-gradient(135deg, #f5faff, #fff);
}

.nt-single__dynamic-price-head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 20px;
}

.nt-single__dynamic-price-head h2 {
	margin: 4px 0 0;
}

.nt-single__dynamic-price-head > strong {
	color: #027a48;
	font-size: 26px;
	white-space: nowrap;
}

.nt-single__dynamic-track {
	display: block;
	width: 100%;
	height: 10px;
	margin: 18px 0 12px;
	border: 0;
	border-radius: 20px;
	overflow: hidden;
	background: #d1e9ff;
}

.nt-single__dynamic-track::-webkit-progress-bar {
	background: #d1e9ff;
}

.nt-single__dynamic-track::-webkit-progress-value {
	background: #0c5ca8;
}

.nt-single__dynamic-track::-moz-progress-bar {
	background: #0c5ca8;
}

.nt-single__dynamic-values {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
}

.nt-single__dynamic-values span {
	padding: 10px;
	border-radius: 8px;
	background: #eff8ff;
	color: #475467;
	font-size: 12px;
}

.nt-single__dynamic-values b {
	display: block;
	margin-top: 3px;
	color: #102a4c;
}

.nt-single__dynamic-price > p {
	margin: 14px 0 0;
	color: #667085;
	font-size: 12px;
}

.nt-single__related header > div h2 {
	margin-top: 3px;
}

.nt-single__related-image em {
	position: absolute;
	top: 10px;
	left: 10px;
	padding: 5px 8px;
	border-radius: 999px;
	background: #0c5ca8;
	color: #fff;
	font-size: 10px;
	font-style: normal;
	font-weight: 800;
}

.nt-single__related article small {
	display: block;
	margin: 0 14px 8px;
	color: #667085;
	font-size: 11px;
}

.nt-single__related--open-house .nt-single__related-image em {
	background: #027a48;
}

.nt-single__open-house-card {
	border-color: #abefc6;
	background: #ecfdf3;
}

.nt-single__open-house-card form {
	display: grid;
	gap: 10px;
	margin-top: 14px;
}

.nt-single__open-house-card label {
	display: grid;
	gap: 5px;
	color: #344054;
	font-size: 11px;
	font-weight: 700;
}

.nt-single__open-house-card input {
	width: 100%;
	box-sizing: border-box;
	padding: 10px;
	border: 1px solid #a6f4c5;
	border-radius: 8px;
	background: #fff;
}

.nt-single__open-house-card button {
	min-height: 42px;
	border: 0;
	border-radius: 8px;
	background: #027a48;
	color: #fff;
	font-weight: 800;
	cursor: pointer;
}

.nt-single__open-house-card button:disabled {
	opacity: .5;
	cursor: not-allowed;
}

.nt-single__form-notice {
	padding: 10px;
	border-radius: 8px;
	font-size: 11px;
}

.nt-single__form-notice.is-success {
	background: #dcfae6;
	color: #067647;
}

.nt-single__form-notice.is-error {
	background: #fee4e2;
	color: #b42318;
}

@media (max-width: 680px) {
	.nt-single__dynamic-price-head {
		flex-direction: column;
	}

	.nt-single__dynamic-values {
		grid-template-columns: 1fr;
	}
}

.nt-single *,
.nt-single *::before,
.nt-single *::after {
	box-sizing: border-box;
}

.nt-single__container {
	width: min(1200px, calc(100% - 40px));
	margin: 0 auto;
}

.nt-single__breadcrumbs {
	display: flex;
	align-items: center;
	gap: 8px;
	overflow: hidden;
	margin-bottom: 22px;
	color: var(--nt-single-muted);
	font-size: 12px;
	white-space: nowrap;
}

.nt-single__breadcrumbs a {
	color: var(--nt-single-blue);
	text-decoration: none;
}

.nt-single__breadcrumbs > span:last-child {
	overflow: hidden;
	text-overflow: ellipsis;
}

.nt-single__hero {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 30px;
	margin-bottom: 22px;
}

.nt-single__badges {
	display: flex;
	gap: 8px;
	margin-bottom: 10px;
}

.nt-single__badges span {
	display: inline-flex;
	align-items: center;
	min-height: 26px;
	padding: 4px 10px;
	border: 1px solid #c7d7eb;
	border-radius: 999px;
	background: #eef5ff;
	color: #064e8f;
	font-size: 11px;
	font-weight: 800;
}

.nt-single__badges span + span {
	border-color: #b7dfcf;
	background: #ecfdf3;
	color: #067647;
}
.nt-single__badges .nt-single__sale-status--reserved {
	border-color: #f0c36d;
	background: #fff8e1;
	color: #8a5a00;
}
.nt-single__badges .nt-single__sale-status--sold {
	border-color: #cbd5e1;
	background: #f1f5f9;
	color: #475569;
}

.nt-single__hero h1 {
	max-width: 820px;
	margin: 0;
	color: var(--nt-single-navy);
	font: 750 clamp(24px, 3vw, 34px)/1.12 "Hanken Grotesk", Inter, sans-serif;
	letter-spacing: -.025em;
}

.nt-single__location {
	margin: 12px 0 0;
	color: var(--nt-single-muted);
	font-size: 14px;
}

.nt-single__hero-actions {
	display: grid;
	justify-items: end;
	gap: 10px;
	flex: 0 0 auto;
}

.nt-single__hero-actions strong {
	color: var(--nt-single-navy);
	font-size: clamp(26px, 3vw, 38px);
	white-space: nowrap;
}

.nt-single__hero-actions button,
.nt-single-lightbox button {
	appearance: none;
	border: 0;
	cursor: pointer;
}

.nt-single__hero-actions button {
	min-height: 40px;
	padding: 9px 14px;
	border: 1px solid var(--nt-single-border);
	border-radius: 8px;
	background: #fff;
	color: #344054;
	font: 700 12px/1 Inter, sans-serif;
}

.nt-single__hero-actions button:hover,
.nt-single__hero-actions button:focus-visible {
	border-color: var(--nt-single-blue);
	outline: none;
	color: var(--nt-single-blue);
}

.nt-single__gallery {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 2fr) minmax(220px, 1fr);
	grid-template-rows: repeat(3, minmax(0, 1fr));
	gap: 8px;
	height: min(560px, 50vw);
	min-height: 390px;
	overflow: hidden;
	margin-bottom: 30px;
	border-radius: 16px;
	background: #dce7f4;
}

.nt-single__gallery-item {
	position: relative;
	min-width: 0;
	min-height: 0;
	overflow: hidden;
	padding: 0;
	border: 0;
	background: #dce7f4;
	cursor: zoom-in;
}

.nt-single__gallery-item.is-main {
	grid-row: 1 / -1;
}

.nt-single__gallery-item img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .25s ease;
}

.nt-single__gallery-item:hover img {
	transform: scale(1.02);
}

.nt-single__result-stamp {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 2;
	display: grid;
	place-items: center;
	width: clamp(130px, 24%, 220px);
	aspect-ratio: 1;
	padding: 20px;
	border: 6px solid #ef233c;
	border-radius: 50%;
	background: rgba(255,255,255,.04);
	box-shadow: 0 0 0 4px rgba(239,35,60,.82), inset 0 0 0 3px rgba(239,35,60,.72);
	color: #ef233c;
	font: 900 clamp(17px, 2.2vw, 29px)/1.05 Inter, sans-serif;
	letter-spacing: .06em;
	text-align: center;
	text-transform: uppercase;
	transform: translate(-50%,-50%) rotate(-13deg);
	text-shadow: 0 1px 0 rgba(255,255,255,.6);
	pointer-events: none;
}

.nt-single__gallery--1 {
	display: block;
}

.nt-single__gallery--1 .nt-single__gallery-item {
	width: 100%;
	height: 100%;
}

.nt-single__gallery--2 {
	grid-template-rows: 1fr;
}

.nt-single__gallery--2 .nt-single__gallery-item.is-main {
	grid-row: auto;
}

.nt-single__gallery--3 {
	grid-template-rows: repeat(2, 1fr);
}

.nt-single__gallery--3 .nt-single__gallery-item.is-main {
	grid-row: 1 / -1;
}

.nt-single__gallery-count {
	position: absolute;
	right: 16px;
	bottom: 16px;
	min-height: 40px;
	padding: 9px 13px;
	border: 0;
	border-radius: 8px;
	background: rgba(16, 42, 76, .9);
	color: #fff;
	font: 700 12px/1 Inter, sans-serif;
	cursor: pointer;
	backdrop-filter: blur(6px);
}

.nt-single__gallery-empty {
	display: grid;
	grid-column: 1 / -1;
	grid-row: 1 / -1;
	place-content: center;
	justify-items: center;
	color: #476989;
}

.nt-single__gallery-empty span {
	font: 800 62px/1 "Hanken Grotesk", sans-serif;
}

.nt-single__gallery-empty p {
	margin: 12px 0 0;
	font-weight: 700;
}

.nt-single__layout {
	display: grid;
	grid-template-columns: minmax(0, 1.75fr) minmax(280px, .75fr);
	gap: 24px;
	align-items: start;
}

.nt-single__section-nav {
	position: sticky;
	top: 0;
	z-index: 12;
	display: flex;
	align-items: center;
	gap: 22px;
	min-height: 58px;
	margin-bottom: 24px;
	padding: 0 4px;
	border-bottom: 1px solid var(--nt-single-border);
	background: rgba(248, 250, 255, .94);
	backdrop-filter: blur(12px);
}

.nt-single__section-nav > a {
	display: inline-flex;
	align-items: center;
	align-self: stretch;
	border-bottom: 2px solid transparent;
	color: #667085;
	font-size: 13px;
	font-weight: 750;
	text-decoration: none;
}

.nt-single__section-nav > a:hover,
.nt-single__section-nav > a.is-active {
	border-bottom-color: var(--nt-single-blue);
	color: var(--nt-single-blue);
}

.nt-single__section-actions {
	display: flex;
	margin-left: auto;
}

.nt-single__save {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	min-height: 38px;
	padding: 0 14px;
	border: 1px solid #d0d5dd;
	border-radius: 999px;
	background: #fff;
	color: #344054;
	font: 700 11px/1 Inter, sans-serif;
	text-decoration: none;
	cursor: pointer;
}

/* Listeo positions every .like-icon as an absolute gallery overlay. The
 * single-listing action reuses that hook for AJAX, so reset only its icon. */
.nt-single__save .like-icon {
	position: static !important;
	inset: auto !important;
	display: inline-grid !important;
	flex: 0 0 18px;
	width: 18px !important;
	height: 18px !important;
	margin: 0 !important;
	padding: 0 !important;
	place-items: center;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	transform: none !important;
}

.nt-single__save .like-icon::before {
	position: static !important;
	display: block;
	width: auto !important;
	height: auto !important;
	margin: 0 !important;
	opacity: 1 !important;
	transform: none !important;
	font-family: Arial, sans-serif !important;
	font-weight: 700 !important;
	line-height: 1 !important;
	text-align: center;
	content: "♡";
	margin-right: 6px;
	color: #e11d48;
	font-size: 18px;
}

.nt-single__save .like-icon::after {
	display: none !important;
	content: none !important;
}

.nt-single__save.liked .like-icon::before,
.nt-single__save .like-icon.liked::before {
	content: "♥";
}

.nt-single__summary,
.nt-single__price-strip {
	display: flex;
	align-items: center;
	gap: 8px 18px;
	flex-wrap: wrap;
	padding: 14px 16px;
	border-radius: 9px;
	background: #eef4fb;
}

.nt-single__summary span {
	color: #475467;
	font-size: 11px;
	font-weight: 700;
}

.nt-single__price-strip {
	background: #ecfdf3;
	color: #067647;
}

.nt-single__price-strip strong {
	font-size: 13px;
}

.nt-single__result-card {
	border-color: #b9d8f3;
	background: linear-gradient(135deg,#f5faff 0%,#fff 72%);
}

.nt-single__result-card-heading {
	display: flex;
	align-items: flex-start;
	gap: 11px;
}

.nt-single__result-card-heading > .material-symbols-outlined {
	display: grid;
	place-items: center;
	width: 38px;
	height: 38px;
	border-radius: 12px;
	background: #e7f2ff;
	color: var(--nt-single-blue);
	font-size: 21px;
}

.nt-single__result-card h2 {
	margin: 4px 0 0;
}

.nt-single__result-savings {
	margin: 18px 0 12px;
	color: #067647;
	font-size: 18px;
	line-height: 1.25;
}

.nt-single__result-savings strong {
	font-size: 25px;
}

.nt-single__result-prices {
	display: grid;
	grid-template-columns: repeat(2,minmax(0,1fr));
	gap: 10px;
}

.nt-single__result-prices span {
	display: grid;
	gap: 4px;
	padding: 10px 12px;
	border: 1px solid #dce9f6;
	border-radius: 9px;
	background: rgba(255,255,255,.76);
	color: #667085;
	font-size: 11px;
	font-weight: 700;
}

.nt-single__result-prices strong {
	color: #102a4c;
	font-size: 15px;
}

.nt-single__result-note {
	margin: 14px 0 0;
	color: #344054;
	font-size: 12px;
	line-height: 1.5;
}

.nt-single__result-card small {
	display: block;
	margin-top: 14px;
	color: #98a2b3;
	font-size: 10px;
	line-height: 1.45;
}

.nt-single__promotion {
	margin: 16px 0 0;
	padding: 12px 14px;
	border-radius: 9px;
	background: #fffaeb;
	color: #b54708;
	font-size: 12px;
}

.nt-single__content {
	display: grid;
	gap: 18px;
	min-width: 0;
}

.nt-single__reviews {
	display: grid;
	gap: 18px;
}

.nt-single__reviews-head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 20px;
}

.nt-single__reviews-head h2 {
	margin-bottom: 0;
}

.nt-single__reviews-summary {
	display: grid;
	justify-items: end;
	gap: 2px;
	color: var(--nt-single-muted);
	text-align: right;
}

.nt-single__reviews-summary strong {
	color: var(--nt-single-navy);
	font-size: 26px;
	line-height: 1;
}

.nt-single__reviews-summary small,
.nt-single__review-meta time {
	font-size: 11px;
}

.nt-single__stars {
	color: #f59e0b;
	font-size: 16px;
	letter-spacing: 1px;
	white-space: nowrap;
}

.nt-single__review-list {
	display: grid;
	gap: 12px;
}

.nt-single__review {
	display: flex;
	gap: 12px;
	padding: 14px;
	border: 1px solid var(--nt-single-border);
	border-radius: 10px;
	background: #fff;
}

.nt-single__review-avatar img {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	object-fit: cover;
}

.nt-single__review-body {
	min-width: 0;
	flex: 1;
	color: #344054;
	font-size: 13px;
	line-height: 1.55;
}

.nt-single__review-body p {
	margin: 6px 0 0;
}

.nt-single__review-meta {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
}

.nt-single__review-meta strong {
	color: var(--nt-single-navy);
}

.nt-single__review-meta time {
	margin-left: auto;
	color: var(--nt-single-muted);
}

.nt-single__reviews-empty,
.nt-single__review-login,
.nt-single__review-help {
	margin: 0;
	color: var(--nt-single-muted);
	font-size: 13px;
	line-height: 1.55;
}

.nt-single__review-login a {
	color: var(--nt-single-blue);
	font-weight: 750;
}

.nt-single__review-notice {
	padding: 12px 14px;
	border-radius: 9px;
	background: #ecfdf3;
	color: #067647;
	font-size: 13px;
	font-weight: 650;
}

.nt-single__review-form {
	display: grid;
	gap: 8px;
	padding-top: 8px;
	border-top: 1px solid var(--nt-single-border);
}

.nt-single__review-form h3 {
	margin: 0;
	color: var(--nt-single-navy);
	font-size: 17px;
}

.nt-single__review-form label {
	margin-top: 4px;
	color: #344054;
	font-size: 12px;
	font-weight: 750;
}

.nt-single__review-form select,
.nt-single__review-form textarea {
	width: 100%;
	box-sizing: border-box;
	padding: 10px 11px;
	border: 1px solid #d0d5dd;
	border-radius: 8px;
	background: #fff;
	color: #101828;
	font: 400 13px/1.4 Inter, sans-serif;
}

.nt-single__review-form select:focus,
.nt-single__review-form textarea:focus {
	border-color: var(--nt-single-blue);
	outline: 0;
	box-shadow: 0 0 0 3px rgba(12, 92, 168, .1);
}

.nt-single__review-form button {
	justify-self: start;
	min-height: 42px;
	margin-top: 4px;
	padding: 0 17px;
	border: 0;
	border-radius: 8px;
	background: var(--nt-single-blue);
	color: #fff;
	font: 800 12px/1 Inter, sans-serif;
	cursor: pointer;
}

.nt-single-card {
	padding: clamp(20px, 3vw, 30px);
	border: 1px solid var(--nt-single-border);
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 2px 8px rgba(16, 24, 40, .045);
}

.nt-single-card h2 {
	margin: 0 0 20px;
	color: var(--nt-single-navy);
	font: 750 21px/1.25 "Hanken Grotesk", Inter, sans-serif;
}

.nt-single__owner-promotion {
	border-color: #b7e4ca;
	background: linear-gradient(135deg, #f4fff8 0%, #fff 72%);
}

.nt-single__owner-promotion h2 {
	margin-top: 7px;
	margin-bottom: 8px;
}

.nt-single__owner-promotion p {
	max-width: 660px;
	margin: 0;
	color: var(--nt-single-muted);
	font-size: 13px;
	line-height: 1.55;
}

.nt-single__owner-promotion .nt-single__primary-action {
	width: auto;
	max-width: 280px;
	margin-top: 16px;
	gap: 7px;
}

.nt-single__owner-promotion .material-symbols-outlined {
	font-size: 18px;
}

.nt-single__facts {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 10px;
	margin: 0;
}

.nt-single__facts > div {
	min-width: 0;
	padding: 14px;
	border-radius: 10px;
	background: var(--nt-single-bg);
}

.nt-single__facts dt {
	margin-bottom: 5px;
	color: var(--nt-single-muted);
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
}

.nt-single__facts dd {
	overflow-wrap: anywhere;
	margin: 0;
	color: var(--nt-single-navy);
	font-size: 15px;
	font-weight: 750;
}

.nt-single__description > div {
	color: #344054;
	font-size: 15px;
	line-height: 1.75;
}

.nt-single__description > div > :first-child {
	margin-top: 0;
}

.nt-single__description > div > :last-child {
	margin-bottom: 0;
}

.nt-single__features {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.nt-single__features li {
	position: relative;
	padding: 10px 10px 10px 30px;
	border-radius: 8px;
	background: #f6fbf8;
	color: #315b4a;
	font-size: 13px;
}

.nt-single__features li::before {
	content: "✓";
	position: absolute;
	left: 11px;
	color: var(--nt-single-green);
	font-weight: 900;
}

.nt-single__address {
	margin: 0;
	color: #344054;
}

.nt-single__map-wrap {
	position: relative;
	width: 100%;
	margin-bottom: 16px;
}

.nt-single__map {
	display: block;
	width: 100%;
	height: 380px;
	margin: 0;
	border: 0;
	border-radius: 11px;
	background: #e8eef7;
}

.nt-single__map.is-unavailable {
	display: grid;
	place-items: center;
	padding: 24px;
	color: #475467;
	font-size: 14px;
	text-align: center;
}

.nt-single__map-pin {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 18px;
	height: 18px;
	border: 3px solid #fff;
	border-radius: 50% 50% 50% 0;
	background: #0c5ca8;
	box-shadow: 0 2px 7px rgba(16, 24, 40, .35);
	transform: translate(-50%, -100%) rotate(-45deg);
	pointer-events: none;
}

.nt-single__map-pin::after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #fff;
	content: "";
	transform: translate(-50%, -50%);
}

.nt-single__map-link {
	display: inline-flex;
	margin-top: 10px;
	color: var(--nt-single-blue);
	font-size: 12px;
	font-weight: 750;
	text-decoration: none;
}

.nt-single__sidebar {
	position: sticky;
	top: 100px;
	display: grid;
	gap: 16px;
}

.nt-single__author {
	display: flex;
	align-items: center;
	gap: 14px;
	margin-bottom: 22px;
}

.nt-single__author-link {
	color: inherit;
	text-decoration: none;
	transition: opacity .18s ease, transform .18s ease;
}

.nt-single__author-link:hover,
.nt-single__author-link:focus-visible {
	color: inherit;
	text-decoration: none;
	opacity: .86;
	transform: translateY(-1px);
}

.nt-single__author-link > span {
	display: block;
}

.nt-single__author img {
	width: 56px;
	height: 56px;
	max-width: 56px;
	min-width: 56px;
	flex: 0 0 56px;
	border: 2px solid #fff;
	border-radius: 50%;
	object-fit: cover;
	display: block;
	box-shadow: 0 0 0 1px var(--nt-single-border);
}

.nt-single__author small,
.nt-single__reference small {
	display: block;
	margin-bottom: 3px;
	color: var(--nt-single-muted);
	font-size: 10px;
	font-weight: 800;
	text-transform: uppercase;
}

.nt-single__author h2 {
	margin: 0;
	font-size: 18px;
}

.nt-single__author-link strong {
	display: block;
	font-size: 18px;
	line-height: 1.25;
}

.nt-single__author-rating {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 5px;
	margin: -10px 0 16px;
	color: var(--nt-single-muted);
	font-size: 12px;
}
.nt-single__author-rating > .material-symbols-outlined { color: #f2a900; font-size: 17px; font-variation-settings: 'FILL' 1; }
.nt-single__author-rating strong { color: #102a4c; font-size: 14px; }
.nt-single__author-rating small { color: var(--nt-single-muted); font-size: 11px; }
.nt-single__author-rating em { display: inline-flex; align-items: center; min-height: 21px; padding: 0 7px; border: 1px solid #c4b5fd; border-radius: 999px; background: #f5f3ff; color: #6d28d9; font-size: 10px; font-style: normal; font-weight: 800; }
.nt-single__related-rating { display: block; margin: 0 0 4px; color: var(--nt-single-muted); font-size: 11px; line-height: 1.3; }
.nt-single__related-rating > span { color: #f2a900; }
.nt-single__related-rating em { color: #6d28d9; font-size: 10px; font-style: normal; font-weight: 800; }

.nt-single__primary-action,
.nt-single__secondary-action {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 46px;
	margin-top: 10px;
	padding: 10px 14px;
	border-radius: 9px;
	font-size: 13px;
	font-weight: 800;
	text-decoration: none !important;
}

.nt-single__whatsapp-action {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 44px;
	box-sizing: border-box;
	margin-top: 10px;
	padding: 0 14px;
	border: 1px solid #6ce9a6;
	border-radius: 9px;
	background: #ecfdf3;
	color: #067647;
	font-size: 12px;
	font-weight: 800;
	text-decoration: none;
}

.nt-single__review-action {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 42px;
	box-sizing: border-box;
	margin-top: 10px;
	padding: 0 14px;
	border: 1px solid #0c5ca8;
	border-radius: 9px;
	background: #f4f8fd;
	color: #0c5ca8;
	font-size: 12px;
	font-weight: 800;
	text-decoration: none;
}

.nt-single__review-action:hover,
.nt-single__review-action:focus-visible {
	background: #e8f1fb;
	color: #08477f;
}

.nt-single__owner-actions {
	display: grid;
	gap: 8px;
	margin-top: 14px;
	padding-top: 14px;
	border-top: 1px solid var(--nt-single-border);
}

.nt-single__owner-action {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	min-height: 40px;
	box-sizing: border-box;
	padding: 0 13px;
	border: 1px solid #b9c9dc;
	border-radius: 9px;
	background: #fff;
	color: var(--nt-single-blue) !important;
	font-size: 12px;
	font-weight: 800;
	text-decoration: none !important;
	transition: background-color .15s ease, border-color .15s ease;
}

.nt-single__owner-action:hover,
.nt-single__owner-action:focus-visible {
	border-color: #8eb4dc;
	background: #f4f8fd;
}

.nt-single__owner-action--primary {
	border-color: var(--nt-single-blue);
	background: var(--nt-single-blue);
	color: #fff !important;
}

.nt-single__owner-action--primary:hover,
.nt-single__owner-action--primary:focus-visible {
	border-color: #08477f;
	background: #08477f;
}

.nt-single__owner-action .material-symbols-outlined { font-size: 17px; }

.nt-single__message-card form {
	display: grid;
	gap: 9px;
}

.nt-single__message-card label {
	color: #475467;
	font-size: 11px;
	font-weight: 750;
}

.nt-single__message-card textarea {
	width: 100%;
	box-sizing: border-box;
	padding: 10px 11px;
	border: 1px solid #d0d5dd;
	border-radius: 8px;
	resize: vertical;
	font: 400 13px/1.5 Inter, sans-serif;
}

.nt-single__message-card button {
	min-height: 42px;
	border: 0;
	border-radius: 8px;
	background: var(--nt-single-blue);
	color: #fff;
	font: 800 12px/1 Inter, sans-serif;
	cursor: pointer;
}

.nt-single__primary-action {
	background: var(--nt-single-green);
	color: #fff !important;
}

.nt-single__primary-action:hover {
	background: #02633a;
}

.nt-single__secondary-action {
	border: 1px solid #b9c9dc;
	background: #fff;
	color: var(--nt-single-blue) !important;
}

.nt-single__contact > p {
	margin: 16px 0 0;
	color: var(--nt-single-muted);
	font-size: 11px;
	line-height: 1.5;
}

.nt-single__service-order form {
	display: grid;
	gap: 12px;
}

.nt-single__service-order label {
	display: grid;
	gap: 5px;
	color: #475467;
	font-size: 11px;
	font-weight: 750;
}

.nt-single__service-order input,
.nt-single__service-order textarea {
	width: 100%;
	padding: 10px 11px;
	border: 1px solid #d0d5dd;
	border-radius: 8px;
	background: #fff;
	color: #101828;
	font: 400 13px/1.4 Inter, sans-serif;
}

.nt-single__service-order input:focus,
.nt-single__service-order textarea:focus {
	border-color: var(--nt-single-blue);
	outline: 0;
	box-shadow: 0 0 0 3px rgba(12, 92, 168, .1);
}

.nt-single__service-order button[type="submit"] {
	min-height: 44px;
	border: 0;
	border-radius: 9px;
	background: var(--nt-single-green);
	color: #fff;
	font: 800 13px/1 Inter, sans-serif;
	cursor: pointer;
}

.nt-single__service-order button[type="submit"]:disabled {
	opacity: .65;
	cursor: wait;
}

.nt-single__form-message {
	min-height: 18px;
	margin: 0;
	color: var(--nt-single-muted);
	font-size: 11px;
}

.nt-single__form-message.is-success {
	color: #067647;
}

.nt-single__form-message.is-error {
	color: #b54708;
}

.nt-single__reference {
	display: grid;
	gap: 4px;
}

.nt-single__reference strong {
	color: var(--nt-single-navy);
	font-size: 18px;
}

.nt-single__reference span {
	color: var(--nt-single-muted);
	font-size: 11px;
}

.nt-single__related {
	margin-top: 42px;
}

.nt-single__related > header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 16px;
}

.nt-single__related > header h2 {
	margin: 0;
	color: var(--nt-single-navy);
	font: 750 26px/1.2 "Hanken Grotesk", sans-serif;
}

.nt-single__related-context {
	display: block;
	margin-top: 4px;
	color: var(--nt-single-muted);
	font-size: 11px;
	font-weight: 700;
}

.nt-single__related > header a {
	color: var(--nt-single-blue);
	font-size: 12px;
	font-weight: 800;
	text-decoration: none;
}

.nt-single__related-actions {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.nt-single__related-actions button {
	display: grid;
	width: 34px;
	height: 34px;
	place-items: center;
	padding: 0;
	border: 1px solid #b2ddff;
	border-radius: 50%;
	background: #fff;
	color: var(--nt-single-blue);
	font-size: 22px;
	line-height: 1;
	cursor: pointer;
}

.nt-single__related-actions button:hover,
.nt-single__related-actions button:focus-visible {
	border-color: var(--nt-single-blue);
	background: #eff8ff;
}

.nt-single__related > div {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
}

.nt-single__related--mixed .nt-single__related-track {
	display: flex;
	overflow-x: auto;
	overscroll-behavior-inline: contain;
	scroll-behavior: smooth;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
}

.nt-single__related--mixed .nt-single__related-track::-webkit-scrollbar {
	display: none;
}

.nt-single__related--mixed .nt-single__related-track article {
	flex: 0 0 calc((100% - 48px) / 4);
	scroll-snap-align: start;
}

.nt-single__related article {
	overflow: hidden;
	border: 1px solid var(--nt-single-border);
	border-radius: 11px;
	background: #fff;
	box-shadow: 0 3px 9px rgba(16, 24, 40, .06);
}

.nt-single__related article a {
	display: block;
	padding-bottom: 14px;
	color: inherit;
	text-decoration: none;
}

.nt-single__related-image {
	position: relative;
	display: grid;
	height: 155px;
	place-items: center;
	overflow: hidden;
	margin-bottom: 12px;
	background: #e8f1ff;
	color: var(--nt-single-blue);
	font-weight: 900;
}

.nt-single__related-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.nt-single__related article h3,
.nt-single__related article strong {
	display: block;
	margin: 0;
	padding: 0 13px;
}

.nt-single__related article h3 {
	overflow: hidden;
	margin-bottom: 8px;
	color: var(--nt-single-navy);
	font-size: 13px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.nt-single__related article strong {
	font-size: 16px;
}

.nt-single-lightbox {
	width: min(1100px, 94vw);
	height: min(820px, 92vh);
	padding: 0;
	border: 0;
	border-radius: 14px;
	overflow: hidden;
	background: #0b1728;
	color: #fff;
}

.nt-single-lightbox::backdrop {
	background: rgba(6, 14, 26, .88);
}

.nt-single-lightbox__image {
	display: grid;
	width: 100%;
	height: 100%;
	place-items: center;
}

.nt-single-lightbox__image img {
	display: none;
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.nt-single-lightbox__image img.is-active {
	display: block;
}

.nt-single-lightbox__close,
.nt-single-lightbox__arrow {
	position: absolute;
	z-index: 2;
	display: grid;
	place-items: center;
	border-radius: 50%;
	background: rgba(255, 255, 255, .92);
	color: #102a4c;
}

.nt-single-lightbox__close {
	right: 16px;
	top: 16px;
	width: 42px;
	height: 42px;
	font-size: 26px;
}

.nt-single-lightbox__arrow {
	top: 50%;
	width: 46px;
	height: 46px;
	font-size: 30px;
	transform: translateY(-50%);
}

.nt-single-lightbox__arrow.is-prev {
	left: 16px;
}

.nt-single-lightbox__arrow.is-next {
	right: 16px;
}

.nt-single-lightbox [data-lightbox-counter] {
	position: absolute;
	left: 50%;
	bottom: 16px;
	padding: 6px 10px;
	border-radius: 99px;
	background: rgba(6, 14, 26, .7);
	font-size: 12px;
	transform: translateX(-50%);
}

/* Google Places tabs below the listing map. */
.nt-single__content > .listeo-poi-container {
	margin: 28px 0 0;
	padding: 24px;
	border: 1px solid var(--nt-single-border);
	border-radius: 16px;
	background: #fff;
}
.nt-single__content > .listeo-poi-container .listeo-poi-header h3 {
	margin: 0 0 22px;
	color: var(--nt-single-navy);
	font-size: 24px;
	font-weight: 700;
}
.nt-single__content > .listeo-poi-container .listeo-poi-header h3 i {
	color: var(--nt-single-blue);
}
.nt-single__content > .listeo-poi-container .poi-display-tabs .poi-tabs-nav {
	gap: 8px;
	margin-bottom: 18px;
}
.nt-single__content > .listeo-poi-container .poi-display-tabs .poi-tabs-nav li a {
	min-height: 38px;
	padding: 8px 12px;
	border-radius: 999px;
	color: #475467;
}
.nt-single__content > .listeo-poi-container .poi-display-tabs .poi-tabs-nav li.active a,
.nt-single__content > .listeo-poi-container .poi-display-tabs .poi-tabs-nav li:hover a {
	background: #eef5ff;
	color: var(--nt-single-blue);
}
/* Keep the plugin's inactive panels hidden even when a parent theme applies a
 * generic `.tab-content`/`.panel` display rule.  Otherwise every category's
 * loading placeholder is visible at once. */
.nt-single__content > .listeo-poi-container .poi-display-tabs .poi-tab-panel {
	display: none !important;
}
.nt-single__content > .listeo-poi-container .poi-display-tabs .poi-tab-panel.active {
	display: block !important;
}
.nt-single__content > .listeo-poi-container .poi-display-accordion .poi-accordion-content {
	display: none !important;
}
.nt-single__content > .listeo-poi-container .poi-display-accordion .poi-accordion-content.show {
	display: block !important;
}
.nt-single__content > .listeo-poi-container .poi-item {
	border-color: var(--nt-single-border);
	border-radius: 12px;
}
.nt-single__content > .listeo-poi-container .listeo-poi-footer {
	margin-top: 18px;
}

@media (max-width: 900px) {
	.nt-single__layout {
		grid-template-columns: 1fr;
	}

	.nt-single__sidebar {
		position: static;
		grid-template-columns: 1fr 1fr;
	}

	.nt-single__facts {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.nt-single__related > div {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 680px) {
	.nt-single {
		padding-top: 22px;
	}

	.nt-single__container {
		width: min(100% - 28px, 1200px);
	}

	.nt-single__hero {
		align-items: flex-start;
		flex-direction: column;
		gap: 18px;
	}

	.nt-single__hero-actions {
		width: 100%;
		justify-items: start;
	}

	.nt-single__result-prices {
		grid-template-columns: 1fr;
	}

	.nt-single__gallery {
		display: block;
		height: 68vw;
		min-height: 260px;
	}

	.nt-single__gallery-item {
		display: none;
	}

	.nt-single__gallery-item.is-main {
		display: block;
		width: 100%;
		height: 100%;
	}

	.nt-single__section-nav {
		gap: 16px;
		overflow-x: auto;
		white-space: nowrap;
	}

	.nt-single__section-actions {
		margin-left: 0;
	}

	.nt-single__save {
		min-height: 34px;
		padding: 0 10px;
	}

	.nt-single__map {
		height: 280px;
	}

	.nt-single__reviews-head {
		align-items: flex-start;
		flex-direction: column;
		gap: 12px;
	}

	.nt-single__reviews-summary {
		justify-items: start;
		text-align: left;
	}

	.nt-single__review-meta time {
		width: 100%;
		margin-left: 0;
	}

	.nt-single__features,
	.nt-single__sidebar {
		grid-template-columns: 1fr;
	}

	.nt-single__related > div {
		display: flex;
		width: 100%;
		max-width: 100%;
		overflow-x: auto;
		overflow-y: hidden;
		overscroll-behavior-inline: contain;
		scroll-snap-type: x mandatory;
	}

	.nt-single__related article {
		flex: 0 0 82%;
		scroll-snap-align: start;
	}

	/* Mobile listings must never keep the desktop canvas width.  Keep scrolling
	 * local to tabs/carousels and allow user supplied text to wrap inside cards. */
	.nt-single,
	.nt-single__container,
	.nt-single__layout,
	.nt-single__content,
	.nt-single__sidebar,
	.nt-single-card,
	.nt-single__hero,
	.nt-single__hero > div,
	.nt-single__section-nav,
	.nt-single__price-strip,
	.nt-single__facts,
	.nt-single__features,
	.nt-single__description,
	.nt-single__description > div,
	.nt-single__location-card,
	.nt-single__related,
	.nt-single__related > header,
	.nt-single__related-track,
	.nt-single__open-house-card,
	.nt-single__dynamic-price,
	.nt-single__dynamic-values,
	.nt-single__content > .listeo-poi-container {
		min-width: 0;
		max-width: 100%;
		box-sizing: border-box;
	}

	.nt-single {
		overflow-x: hidden;
	}

	.nt-single__container {
		width: calc(100% - 24px);
		max-width: calc(100% - 24px);
	}

	.nt-single__hero h1,
	.nt-single__location,
	.nt-single__description,
	.nt-single__description *,
	.nt-single__features,
	.nt-single__facts,
	.nt-single__address,
	.nt-single__content > .listeo-poi-container,
	.nt-single__content > .listeo-poi-container * {
		max-width: 100%;
		overflow-wrap: anywhere;
		word-break: break-word;
	}

	.nt-single__hero-actions,
	.nt-single__hero-actions > *,
	.nt-single__price-strip strong,
	.nt-single__dynamic-price-head > strong {
		max-width: 100%;
		white-space: normal;
	}

	.nt-single__section-nav {
		width: 100%;
		padding-inline: 0;
		gap: 18px;
		overscroll-behavior-inline: contain;
	}

	.nt-single__section-nav > a,
	.nt-single__section-actions {
		flex: 0 0 auto;
	}

	.nt-single__related > header {
		align-items: flex-start;
		gap: 12px;
	}

	.nt-single__related > header > div:first-child {
		min-width: 0;
		flex: 1 1 auto;
	}

	.nt-single__related > header h2 {
		font-size: 22px;
		line-height: 1.2;
	}

	.nt-single__related-actions {
		flex: 0 0 auto;
		gap: 6px;
	}

	.nt-single__related-actions a {
		max-width: 78px;
		white-space: normal;
		text-align: right;
	}

	.nt-single__related--mixed .nt-single__related-track {
		width: 100%;
		max-width: 100%;
		padding-bottom: 4px;
	}

	.nt-single__related--mixed .nt-single__related-track article {
		flex: 0 0 min(78vw, 300px);
		min-width: 0;
	}

	.nt-single__content > .listeo-poi-container {
		width: 100%;
		overflow: hidden;
		padding: 16px;
	}

	.nt-single__content > .listeo-poi-container .poi-display-tabs,
	.nt-single__content > .listeo-poi-container .poi-tabs-nav,
	.nt-single__content > .listeo-poi-container .poi-tab-panel,
	.nt-single__content > .listeo-poi-container .poi-display-accordion {
		min-width: 0;
		max-width: 100%;
	}

	.nt-single__content > .listeo-poi-container .poi-display-tabs .poi-tabs-nav {
		display: flex;
		max-width: 100%;
		overflow-x: auto;
		overflow-y: hidden;
		flex-wrap: nowrap;
		padding-bottom: 4px;
		white-space: nowrap;
		overscroll-behavior-inline: contain;
	}

	.nt-single__content > .listeo-poi-container .poi-display-tabs .poi-tabs-nav li {
		flex: 0 0 auto;
	}

	.nt-single__content > .listeo-poi-container .poi-item,
	.nt-single__content > .listeo-poi-container .poi-item * {
		max-width: 100%;
		overflow-wrap: anywhere;
	}
}
