.ps-property-details {
	--ps-navy: #152d4d;
	--ps-navy-dark: #0f2140;
	--ps-ink: #313131;
	--ps-muted: #5c5c5c;
	--ps-line: #d9dee7;
	--ps-soft: #f3f5f8;
	--ps-cream: #f7f4ef;
	--ps-agent-width: 300px;
	--ps-agent-gap: 1.5rem;
	--ps-agent-sticky-top: 1.25rem;
	width: 100%;
	max-width: 1280px;
	margin: 0 auto 3rem;
	padding: 0 1rem;
	box-sizing: border-box;
	font-family: Lato, "Segoe UI", sans-serif;
	color: var(--ps-ink);
	position: relative;
}

.ps-property-details *,
.ps-property-details *::before,
.ps-property-details *::after {
	box-sizing: border-box;
}

.ps-property-details__empty {
	padding: 2rem 1rem;
	color: var(--ps-muted);
}

.ps-property-details__hint {
	margin-top: 0.75rem;
	font-size: 0.92em;
}

/* Theme banner fills (#ps-banner navy, #christies-banner silver). */
#ps-banner .entry-title {
	color: #fff;
}

#ps-banner .entry-title .lg,
#ps-banner .entry-title .sm {
	color: #fff;
}

.ps-property-details__christies-vitals {
	overflow: visible;
	min-height: 75px;
}

.ps-property-details__christies-vitals .vital-stats {
	float: right;
	color: #313131;
}

.ps-property-details__christies-vitals .vital-stats dd,
.ps-property-details__christies-vitals .vital-stats dt {
	color: #313131;
}

/* Theme default vs-price dd is 185px / 2em — clips $1,000,000+. */
.ps-property-details__christies-vitals .vs-price dd {
	width: auto;
	min-width: 185px;
	padding-left: 0.35rem;
	padding-right: 0.35rem;
	white-space: nowrap;
	box-sizing: border-box;
	font-size: 2.35em;
	font-weight: 700;
	line-height: 1.05;
}

.ps-property-details__christies-vitals .vs-price dt {
	width: auto;
	min-width: 185px;
	padding-left: 0.35rem;
	padding-right: 0.35rem;
	box-sizing: border-box;
	font-size: 0.9em;
}

.ps-property-details__christies-vitals .vs-price--long dd {
	font-size: 1.95em;
	letter-spacing: -0.5px;
}

.ps-property-details__christies-vitals .vs-price--long dt {
	font-size: 0.85em;
}

.ps-property-details__gallery {
	position: relative;
	margin: 0 0 1.25rem;
}

.ps-property-details__main {
	min-width: 0;
	width: 100%;
	float: none;
	clear: both;
	display: block;
}

/* Undo theme global button gradients / dl floats that break this layout. */
.ps-property-details button,
.ps-property-details .ps-property-details__btn,
html .ps-property-details button.ps-property-details__btn {
	border-radius: 0;
	background-image: none;
	box-shadow: none;
	text-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}

.ps-property-details button.ps-property-details__btn--primary,
.ps-property-details a.ps-property-details__btn--primary,
html .ps-property-details button.ps-property-details__btn--primary,
html .ps-property-details a.ps-property-details__btn--primary {
	background: var(--ps-navy);
	background-image: none;
	border-color: var(--ps-navy);
	color: #fff;
	box-shadow: none;
	text-shadow: none;
}

.ps-property-details button.ps-property-details__btn--primary:hover,
.ps-property-details button.ps-property-details__btn--primary:focus,
.ps-property-details button.ps-property-details__btn--primary:active,
.ps-property-details a.ps-property-details__btn--primary:hover,
.ps-property-details a.ps-property-details__btn--primary:focus,
.ps-property-details a.ps-property-details__btn--primary:active,
html .ps-property-details button.ps-property-details__btn--primary:hover,
html .ps-property-details button.ps-property-details__btn--primary:focus,
html .ps-property-details button.ps-property-details__btn--primary:active,
html .ps-property-details a.ps-property-details__btn--primary:hover,
html .ps-property-details a.ps-property-details__btn--primary:focus,
html .ps-property-details a.ps-property-details__btn--primary:active {
	background: var(--ps-navy-dark);
	background-image: none;
	border-color: var(--ps-navy-dark);
	color: #fff;
	box-shadow: none;
	text-shadow: none;
}

.ps-property-details dl,
.ps-property-details dt,
.ps-property-details dd {
	float: none !important;
	width: auto !important;
	max-width: none !important;
	border: 0 !important;
	border-right: 0 !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	text-align: left !important;
}

.ps-property-details details {
	display: block;
	width: 100%;
	float: none;
	clear: both;
}

.ps-property-details details:not([open]) > *:not(summary) {
	display: none !important;
}

/* Desktop agent card floats OUTSIDE the content width (no padding reserved). */
@media (min-width: 1100px) {
	.ps-property-details__agent-rail {
		position: fixed;
		top: 0;
		left: 0;
		width: 0;
		height: 0;
		margin: 0;
		overflow: visible;
		pointer-events: none;
		z-index: 40;
	}

	.ps-property-details__agent-card {
		pointer-events: auto;
		position: fixed;
		width: var(--ps-agent-width);
		max-height: calc(100vh - 2.5rem);
		overflow-y: auto;
		padding: 1.05rem 1.1rem 1.15rem;
		background: #fff;
		border: 1px solid var(--ps-line);
		box-shadow: 0 12px 32px rgba(21, 45, 77, 0.14);
		opacity: 1;
		visibility: visible;
		transition: opacity 0.2s ease;
	}

	.ps-property-details__agent-card.is-offscreen {
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
	}
}

/* Tablet / narrow desktop: mobile agent card in flow below General Property Information. */
@media (max-width: 1099px) {
	.ps-property-details__agent-rail--desktop {
		display: none;
	}

	.ps-property-details__agent-rail--mobile {
		margin: 0 0 1.25rem;
	}

	.ps-property-details__agent-rail--mobile .ps-property-details__agent-card {
		padding: 1.05rem 1.1rem 1.15rem;
		background: #fff;
		border: 1px solid var(--ps-line);
		box-shadow: 0 12px 32px rgba(21, 45, 77, 0.14);
	}
}

@media (min-width: 1100px) {
	.ps-property-details__agent-rail--mobile {
		display: none;
	}
}

.ps-property-details__inactive {
	margin: 0 0 0.75rem;
	padding: 0.65rem 0.85rem;
	background: #fff4e5;
	border: 1px solid #f0d2a0;
	color: #7a4b00;
	font-weight: 700;
}

.ps-property-details__status-panel {
	margin: 0 0 1.25rem;
	padding: 1rem 1.15rem;
	background: #fff4e5;
	border-left: 4px solid #b45309;
	color: #7c2d12;
}

.ps-property-details__status-panel-title {
	margin: 0 0 0.35rem;
	font-size: 1.15em;
	font-weight: 700;
	color: #7c2d12;
}

.ps-property-details__status-panel-copy {
	margin: 0;
	font-size: 0.95em;
	line-height: 1.45;
}

.ps-property-details__similar--inactive {
	margin-bottom: 1.5rem;
}

.ps-property-details__stage {
	position: relative;
	background: #0b121c;
	min-height: min(68vh, 720px);
	height: min(68vh, 720px);
	overflow: hidden;
	touch-action: pan-y;
	outline: none;
	user-select: none;
	-webkit-user-select: none;
}

.ps-property-details__slide {
	position: absolute;
	inset: 0;
	margin: 0;
	opacity: 0;
	transition: opacity 0.45s ease;
	pointer-events: none;
}

.ps-property-details__slide.is-active {
	opacity: 1;
	pointer-events: auto;
	z-index: 1;
}

.ps-property-details__slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	background: #0b121c;
	-webkit-user-drag: none;
}

.ps-property-details__hero-empty {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: min(50vh, 420px);
	height: 100%;
	color: #9aa7b8;
	font-weight: 600;
}

.ps-property-details__nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 3;
	width: 48px;
	height: 48px;
	border: 0;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.94);
	color: var(--ps-navy);
	font-size: 1.75rem;
	line-height: 1;
	cursor: pointer;
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.18);
}

.ps-property-details__nav--prev {
	left: 0.85rem;
}

.ps-property-details__nav--next {
	right: 0.85rem;
}

.ps-property-details__nav:hover,
.ps-property-details__nav:focus-visible {
	background: #fff;
}

.ps-property-details__counter {
	position: absolute;
	right: 0.85rem;
	bottom: 0.85rem;
	z-index: 3;
	padding: 0.35rem 0.65rem;
	background: rgba(11, 18, 28, 0.72);
	color: #fff;
	font-size: 0.82rem;
	font-weight: 700;
}

.ps-property-details__listed-by {
	position: absolute;
	left: 0.85rem;
	bottom: 0.85rem;
	z-index: 3;
	max-width: calc(100% - 7.5rem);
	margin: 0;
	padding: 0.5rem 0.85rem;
	background: rgba(11, 18, 28, 0.72);
	color: #ffffff;
	font-size: 1em;
	font-weight: 100;
	line-height: 1.4;
	letter-spacing: 0.01em;
}

.ps-property-details__listed-by,
.ps-property-details__listed-by-label,
.ps-property-details__listed-by-company,
.ps-property-details__listed-by-agent,
.ps-property-details__listed-by-sep {
	color: #ffffff !important;
	font-weight: 100;
}

.ps-property-details__listed-by-label {
	margin-right: 0.25em;
}

.ps-property-details__thumbs {
	display: flex;
	gap: 0.45rem;
	margin-top: 0.55rem;
	overflow-x: auto;
	padding-bottom: 0.2rem;
	scrollbar-width: thin;
	-webkit-overflow-scrolling: touch;
}

.ps-property-details__thumb {
	flex: 0 0 84px;
	width: 84px;
	height: 62px;
	padding: 0;
	border: 2px solid transparent;
	background: var(--ps-soft);
	cursor: pointer;
	overflow: hidden;
}

.ps-property-details__thumb.is-active,
.ps-property-details__thumb:hover,
.ps-property-details__thumb:focus-visible {
	border-color: var(--ps-navy);
}

.ps-property-details__thumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ps-property-details__agent-kicker {
	margin: 0 0 0.75rem;
	font-size: 1.35rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--ps-muted);
}

.ps-property-details__agent-card--aotd .ps-property-details__agent-kicker {
	font-family: Cinzel, Georgia, serif;
	font-size: 2rem;
	font-weight: 600;
	letter-spacing: 0.02em;
	text-transform: none;
	color: var(--ps-navy);
	line-height: 1.2;
}

.ps-property-details__agent-row {
	display: flex;
	gap: 0.85rem;
	align-items: center;
	margin-bottom: 0.85rem;
}

.ps-property-details__agent-photo {
	flex: 0 0 100px;
	width: 100px;
	height: 100px;
	object-fit: cover;
	border-radius: 2px;
	background: var(--ps-soft);
}

.ps-property-details__agent-photo--placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 100px;
	width: 100px;
	height: 100px;
	background: var(--ps-navy);
	color: #fff;
	font-size: 2rem;
	font-weight: 700;
}

.ps-property-details__agent-office {
	margin: 0 0 0.15rem;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: var(--ps-muted);
}

.ps-property-details__agent-name {
	margin: 0;
	font-family: Cinzel, Georgia, serif;
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 1.25;
	color: var(--ps-navy);
}

.ps-property-details__agent-listing {
	margin: 0.35rem 0 0;
	font-size: 0.82em;
	color: var(--ps-muted);
}

.ps-property-details__agent-contacts {
	list-style: none;
	margin: 0 0 0.9rem;
	padding: 0;
	border-top: 1px solid var(--ps-line);
}

.ps-property-details__agent-contacts li {
	display: flex;
	justify-content: space-between;
	gap: 0.75rem;
	padding: 0.55rem 0;
	border-bottom: 1px solid var(--ps-line);
	font-size: 0.92em;
}

.ps-property-details__agent-contacts span:first-child {
	color: var(--ps-muted);
	font-weight: 700;
	font-size: 0.78em;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.ps-property-details__agent-contacts a {
	color: var(--ps-navy);
	font-weight: 700;
	text-decoration: none;
	word-break: break-all;
}

.ps-property-details__agent-contacts a:hover {
	text-decoration: underline;
}

.ps-property-details__agent-actions {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0.5rem;
}

.ps-property-details__agent-profile {
	display: inline-block;
	margin-top: 0.4rem;
	color: var(--ps-navy);
	font-size: 0.88em;
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.ps-property-details__agent-profile:hover,
.ps-property-details__agent-profile:focus-visible {
	color: var(--ps-navy-dark);
}

.ps-property-details__agent-cta {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0.5rem;
	margin-top: 0.35rem;
	position: relative;
	z-index: 2;
}

.ps-property-details__agent-cta .ps-property-details__btn {
	position: relative;
	z-index: 2;
	width: 100%;
	min-height: 4.4rem;
	padding: 0.7rem 1rem;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.25;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-tap-highlight-color: rgba(21, 45, 77, 0.12);
}

.ps-property-details__showing-form .ps-property-details__btn {
	width: 100%;
	min-height: 4rem;
	font-size: 1.6rem;
	font-weight: 700;
}

.ps-property-details__showing-form .ps-property-details__btn--primary,
.ps-property-details__showing-modal .ps-property-details__showing-form button.ps-property-details__btn--primary,
html body .ps-property-details__showing-modal button.ps-property-details__btn--primary {
	background: #152d4d !important;
	background-image: none !important;
	border: 1px solid #152d4d !important;
	border-color: #152d4d !important;
	color: #fff !important;
	box-shadow: none !important;
	text-shadow: none !important;
}

.ps-property-details__showing-form .ps-property-details__btn--primary:hover,
.ps-property-details__showing-form .ps-property-details__btn--primary:focus-visible,
.ps-property-details__showing-modal .ps-property-details__showing-form button.ps-property-details__btn--primary:hover,
.ps-property-details__showing-modal .ps-property-details__showing-form button.ps-property-details__btn--primary:focus-visible,
html body .ps-property-details__showing-modal button.ps-property-details__btn--primary:hover,
html body .ps-property-details__showing-modal button.ps-property-details__btn--primary:focus-visible {
	background: #0f2140 !important;
	border-color: #0f2140 !important;
	color: #fff !important;
}

.ps-property-details__agent-card--aotd .ps-property-details__agent-row {
	margin-bottom: 1rem;
}

body.ps-showing-modal-open {
	overflow: hidden;
}

.ps-property-details__showing-modal {
	--ps-navy: #152d4d;
	--ps-navy-dark: #0f2140;
	--ps-ink: #313131;
	--ps-muted: #5c5c5c;
	--ps-line: #d9dee7;
	--ps-soft: #f3f5f8;
	position: fixed;
	inset: 0;
	z-index: 10050;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1rem;
	background: rgba(15, 33, 64, 0.55);
	color: var(--ps-ink);
	font-family: Lato, "Segoe UI", sans-serif;
}

.ps-property-details__showing-modal button {
	background-image: none !important;
	box-shadow: none !important;
	text-shadow: none !important;
	-webkit-appearance: none;
	appearance: none;
}

.ps-property-details__showing-modal[hidden] {
	display: none !important;
}

.ps-property-details__showing-dialog {
	position: relative;
	width: min(480px, 100%);
	max-height: calc(100vh - 1.5rem);
	overflow: auto;
	padding: 1.5rem 1.35rem 1.65rem;
	background: #fff;
	border: 1px solid var(--ps-line);
	box-shadow: 0 18px 48px rgba(15, 33, 64, 0.28);
}

.ps-property-details__showing-close {
	position: absolute;
	top: 0.45rem;
	right: 0.45rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 3rem;
	height: 3rem;
	min-width: 48px;
	min-height: 48px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: var(--ps-soft);
	color: var(--ps-navy);
	font-size: 2rem;
	font-weight: 400;
	line-height: 1;
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
}

.ps-property-details__showing-close:hover,
.ps-property-details__showing-close:focus-visible {
	background: #e8edf3;
	outline: 2px solid var(--ps-navy);
	outline-offset: 2px;
}

.ps-property-details__showing-dialog h2 {
	margin: 0 3.25rem 0.65rem 0;
	font-family: Cinzel, Georgia, serif;
	font-size: 2rem;
	font-weight: 600;
	line-height: 1.15;
	color: var(--ps-navy);
}

.ps-property-details__showing-intro {
	margin: 0 0 1.15rem;
	color: var(--ps-muted);
	font-size: 1.05em;
	line-height: 1.5;
}

.ps-property-details__showing-form {
	display: grid;
	gap: 1rem;
}

.ps-property-details__showing-form label:not(.ps-property-details__showing-field),
.ps-property-details__showing-date-label {
	display: grid;
	gap: 0.45rem;
	font-size: 0.9em;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: var(--ps-muted);
}

.ps-property-details__showing-field {
	display: block;
	margin: 0;
}

.ps-property-details__showing-date-field {
	display: grid;
	gap: 0.65rem;
}

.ps-property-details__showing-saturday-picks {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.6rem;
}

.ps-property-details__showing-date-pick,
.ps-property-details__showing-modal button.ps-property-details__showing-date-pick {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 0.2rem;
	min-height: 4.5rem;
	padding: 0.75rem 0.45rem;
	border: 2px solid #c5d0de !important;
	border-radius: 12px;
	background: linear-gradient(180deg, #fff 0%, #f6f8fb 100%) !important;
	background-image: linear-gradient(180deg, #fff 0%, #f6f8fb 100%) !important;
	box-shadow: 0 3px 10px rgba(15, 33, 64, 0.08) !important;
	color: #152d4d !important;
	font-size: 1.05rem;
	font-weight: 700;
	font-family: inherit;
	line-height: 1.2;
	text-align: center;
	cursor: pointer;
	transition: border-color 0.15s ease, background 0.15s ease, box-shadow 0.15s ease, color 0.15s ease, transform 0.15s ease;
	-webkit-tap-highlight-color: transparent;
}

.ps-property-details__showing-date-pick.is-recommended,
.ps-property-details__showing-modal button.ps-property-details__showing-date-pick.is-recommended {
	border-color: #152d4d !important;
	background: linear-gradient(180deg, #f8fbff 0%, #edf3fa 100%) !important;
	background-image: linear-gradient(180deg, #f8fbff 0%, #edf3fa 100%) !important;
	box-shadow: 0 4px 14px rgba(21, 45, 77, 0.14) !important;
}

.ps-property-details__showing-date-pick-kicker {
	font-size: 0.68rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #5f738c;
}

.ps-property-details__showing-date-pick-day {
	font-size: 1.05rem;
	font-weight: 700;
}

.ps-property-details__showing-date-pick.is-selected,
.ps-property-details__showing-modal button.ps-property-details__showing-date-pick.is-selected,
html body .ps-property-details__showing-modal button.ps-property-details__showing-date-pick.is-selected {
	border-color: #152d4d !important;
	background: #152d4d !important;
	background-image: none !important;
	color: #fff !important;
	outline: none;
	box-shadow: 0 4px 14px rgba(21, 45, 77, 0.22) !important;
}

.ps-property-details__showing-date-pick:not(.is-selected):hover,
.ps-property-details__showing-date-pick:not(.is-selected):focus-visible,
.ps-property-details__showing-modal button.ps-property-details__showing-date-pick:not(.is-selected):hover,
.ps-property-details__showing-modal button.ps-property-details__showing-date-pick:not(.is-selected):focus-visible {
	border-color: #152d4d !important;
	background: #edf3fa !important;
	background-image: none !important;
	color: #152d4d !important;
	outline: none;
	box-shadow: none !important;
}

.ps-property-details__showing-date-pick.is-selected .ps-property-details__showing-date-pick-kicker,
.ps-property-details__showing-date-pick.is-selected .ps-property-details__showing-date-pick-day,
.ps-property-details__showing-modal button.ps-property-details__showing-date-pick.is-selected .ps-property-details__showing-date-pick-kicker,
.ps-property-details__showing-modal button.ps-property-details__showing-date-pick.is-selected .ps-property-details__showing-date-pick-day {
	color: #fff !important;
}

.ps-property-details__showing-date-pick:not(.is-selected):hover .ps-property-details__showing-date-pick-kicker,
.ps-property-details__showing-date-pick:not(.is-selected):focus-visible .ps-property-details__showing-date-pick-kicker,
.ps-property-details__showing-modal button.ps-property-details__showing-date-pick:not(.is-selected):hover .ps-property-details__showing-date-pick-kicker,
.ps-property-details__showing-modal button.ps-property-details__showing-date-pick:not(.is-selected):focus-visible .ps-property-details__showing-date-pick-kicker {
	color: #152d4d !important;
}

.ps-property-details__showing-date-other {
	display: grid;
	gap: 0.55rem;
}

.ps-property-details__showing-date-or {
	margin: 0;
	font-size: 0.95em;
	font-weight: 600;
	color: var(--ps-muted);
	text-align: center;
}

.ps-property-details__showing-date-input-wrap {
	display: flex;
	align-items: center;
	gap: 0.35rem;
	min-height: 4rem;
	padding: 0.2rem 0.55rem 0.2rem 0.85rem;
	border: 2px solid #c5cdd8;
	background: #fff;
	box-sizing: border-box;
	cursor: pointer;
}

.ps-property-details__showing-date-input-wrap:focus-within {
	border-color: var(--ps-navy);
	box-shadow: 0 0 0 3px rgba(21, 45, 77, 0.12);
}

.ps-property-details__showing-form input[type="email"],
.ps-property-details__showing-form input[type="tel"],
.ps-property-details__showing-form input[type="text"] {
	width: 100%;
	min-height: 3.25rem;
	padding: 0.75rem 0.85rem;
	border: 2px solid #c5cdd8;
	border-radius: 0;
	background: #fff;
	background-image: none;
	box-shadow: none;
	color: var(--ps-ink);
	font-size: 1.05rem;
	font-weight: 600;
	font-family: inherit;
	text-transform: none;
	letter-spacing: normal;
	box-sizing: border-box;
	-webkit-appearance: none;
	appearance: none;
}

.ps-property-details__showing-form input[type="date"] {
	flex: 1 1 auto;
	width: 100%;
	min-width: 0;
	min-height: 3.75rem;
	padding: 0.65rem 0.35rem 0.65rem 0;
	border: 0;
	border-radius: 0;
	background: #fff;
	background-image: none;
	box-shadow: none;
	color: var(--ps-ink);
	font-size: 1.45rem;
	font-weight: 600;
	font-family: inherit;
	box-sizing: border-box;
	cursor: pointer;
}

.ps-property-details__showing-form input[type="date"]::-webkit-calendar-picker-indicator {
	width: 1.75rem;
	height: 1.75rem;
	cursor: pointer;
	opacity: 0;
}

.ps-property-details__showing-date-calendar {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	width: 3.25rem;
	height: 3.25rem;
	min-width: 52px;
	min-height: 52px;
	padding: 0;
	border: 0;
	border-radius: 10px;
	background: var(--ps-soft);
	color: var(--ps-navy);
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
}

.ps-property-details__showing-date-calendar:hover,
.ps-property-details__showing-date-calendar:focus-visible {
	background: #e8edf3;
	outline: 2px solid var(--ps-navy);
	outline-offset: 2px;
}

.ps-property-details__showing-date-calendar svg {
	display: block;
	width: 1.75rem;
	height: 1.75rem;
}

.ps-property-details__showing-field input[type="text"],
.ps-property-details__showing-field input[type="email"],
.ps-property-details__showing-field input[type="tel"] {
	min-height: 4rem;
	padding: 0.85rem;
	font-size: 1.45rem;
	font-weight: 600;
	letter-spacing: normal;
	text-transform: none;
}

.ps-property-details__showing-field input::placeholder {
	color: var(--ps-muted);
	font-size: 1.45rem;
	font-weight: 600;
	letter-spacing: normal;
	text-transform: none;
	opacity: 1;
}

.ps-property-details__showing-contact-hint {
	margin: -0.35rem 0 0;
	font-size: 0.92em;
	font-weight: 600;
	color: var(--ps-muted);
	text-transform: none;
	letter-spacing: normal;
}

.ps-property-details__showing-form input:focus {
	border-color: var(--ps-navy);
	outline: none;
	box-shadow: 0 0 0 3px rgba(21, 45, 77, 0.12);
}

.ps-property-details__showing-form input[type="date"]:focus {
	border-color: transparent;
	box-shadow: none;
}

.ps-property-details__showing-honeypot {
	position: absolute !important;
	left: -9999px !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
}

.ps-property-details__showing-status {
	margin: 0;
	padding: 0.65rem 0.75rem;
	font-size: 0.92em;
	font-weight: 600;
	line-height: 1.4;
	text-transform: none;
	letter-spacing: normal;
}

.ps-property-details__showing-status.is-error {
	background: #fdecea;
	color: #8a1f11;
	border: 1px solid #f5c6cb;
}

.ps-property-details__showing-status.is-success {
	background: #eaf6ee;
	color: #1e5a32;
	border: 1px solid #b7dfc4;
}

.ps-property-details__showing-form .ps-property-details__btn:disabled {
	opacity: 0.65;
	cursor: wait;
}

.ps-property-details__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 0.45rem 0.85rem;
	border: 1px solid var(--ps-navy);
	background: #fff;
	background-image: none;
	color: var(--ps-navy);
	font-size: 1.6rem;
	font-weight: 700;
	font-family: inherit;
	text-decoration: none;
	text-shadow: none;
	box-shadow: none;
	border-radius: 0;
	cursor: pointer;
	box-sizing: border-box;
}

.ps-property-details__agent-actions {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0.5rem;
}

.ps-property-details__btn--primary {
	background: var(--ps-navy);
	background-image: none;
	border-color: var(--ps-navy);
	color: #fff;
	box-shadow: none;
	text-shadow: none;
}

.ps-property-details__btn--primary:hover,
.ps-property-details__btn--primary:focus-visible {
	background: var(--ps-navy-dark);
	background-image: none;
	color: #fff;
	box-shadow: none;
}

.ps-property-details__btn:hover,
.ps-property-details__btn:focus-visible {
	background: var(--ps-soft);
	background-image: none;
	box-shadow: none;
}

.ps-property-details__actions {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(9.75rem, 1fr));
	gap: 0.75rem;
	margin: 0 0 1.75rem;
	padding: 0.85rem;
	background:
		linear-gradient(180deg, rgba(247, 244, 239, 0.95), rgba(243, 245, 248, 0.9));
	border: 1px solid var(--ps-line);
	border-left: 4px solid var(--ps-navy);
}

.ps-property-details__action {
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 0.45rem;
	min-height: 5.5rem;
	padding: 0.85rem 0.75rem;
	border: 1px solid transparent;
	background: #fff;
	color: var(--ps-navy);
	font-size: 0.92em;
	font-weight: 700;
	line-height: 1.25;
	text-align: center;
	text-decoration: none;
	box-shadow: 0 1px 2px rgba(15, 33, 64, 0.06);
	transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease, transform 0.15s ease, box-shadow 0.15s ease;
}

button.ps-property-details__action {
	cursor: pointer;
	font: inherit;
	appearance: none;
}

.ps-property-details__action-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 50%;
	background: var(--ps-soft);
	color: var(--ps-navy);
}

.ps-property-details__action-label {
	max-width: 11ch;
	color: inherit;
}

.ps-property-details__action--ask .ps-property-details__action-label {
	max-width: 14ch;
}

/* Primary ask CTA: navy fill + white copy (beat theme link colors). */
.ps-property-details a.ps-property-details__action--ask,
.ps-property-details a.ps-property-details__action--ask:visited,
html .ps-property-details a.ps-property-details__action--ask,
html .ps-property-details a.ps-property-details__action--ask:visited {
	background: var(--ps-navy);
	background-image: none;
	border-color: var(--ps-navy);
	color: #fff !important;
	box-shadow: 0 8px 18px rgba(21, 45, 77, 0.22);
	text-decoration: none;
}

.ps-property-details a.ps-property-details__action--ask .ps-property-details__action-label,
html .ps-property-details a.ps-property-details__action--ask .ps-property-details__action-label {
	color: #fff !important;
}

/* Filled action tiles: white icon disc, navy glyph. */
.ps-property-details a.ps-property-details__action--ask .ps-property-details__action-icon,
.ps-property-details a.ps-property-details__action:hover .ps-property-details__action-icon,
.ps-property-details a.ps-property-details__action:focus-visible .ps-property-details__action-icon,
.ps-property-details a.ps-property-details__action:active .ps-property-details__action-icon,
.ps-property-details button.ps-property-details__action:hover .ps-property-details__action-icon,
.ps-property-details button.ps-property-details__action:focus-visible .ps-property-details__action-icon,
.ps-property-details button.ps-property-details__action:active .ps-property-details__action-icon,
html .ps-property-details a.ps-property-details__action--ask .ps-property-details__action-icon,
html .ps-property-details a.ps-property-details__action:hover .ps-property-details__action-icon,
html .ps-property-details a.ps-property-details__action:focus-visible .ps-property-details__action-icon,
html .ps-property-details a.ps-property-details__action:active .ps-property-details__action-icon,
html .ps-property-details button.ps-property-details__action:hover .ps-property-details__action-icon,
html .ps-property-details button.ps-property-details__action:focus-visible .ps-property-details__action-icon,
html .ps-property-details button.ps-property-details__action:active .ps-property-details__action-icon {
	background: #fff !important;
	color: var(--ps-navy) !important;
}

.ps-property-details a.ps-property-details__action--ask:hover,
.ps-property-details a.ps-property-details__action--ask:focus,
.ps-property-details a.ps-property-details__action--ask:focus-visible,
.ps-property-details a.ps-property-details__action--ask:active,
html .ps-property-details a.ps-property-details__action--ask:hover,
html .ps-property-details a.ps-property-details__action--ask:focus,
html .ps-property-details a.ps-property-details__action--ask:focus-visible,
html .ps-property-details a.ps-property-details__action--ask:active {
	background: var(--ps-navy-dark);
	background-image: none;
	border-color: var(--ps-navy-dark);
	color: #fff !important;
}

/* Any filled/hover action tile keeps white text. */
.ps-property-details a.ps-property-details__action:hover,
.ps-property-details a.ps-property-details__action:focus-visible,
.ps-property-details button.ps-property-details__action:hover,
.ps-property-details button.ps-property-details__action:focus-visible,
html .ps-property-details a.ps-property-details__action:hover,
html .ps-property-details a.ps-property-details__action:focus-visible,
html .ps-property-details button.ps-property-details__action:hover,
html .ps-property-details button.ps-property-details__action:focus-visible {
	background: var(--ps-navy);
	border-color: var(--ps-navy);
	color: #fff !important;
	transform: translateY(-2px);
	box-shadow: 0 10px 22px rgba(21, 45, 77, 0.2);
	outline: none;
	text-decoration: none;
}

.ps-property-details a.ps-property-details__action:hover .ps-property-details__action-label,
.ps-property-details a.ps-property-details__action:focus-visible .ps-property-details__action-label,
.ps-property-details button.ps-property-details__action:hover .ps-property-details__action-label,
.ps-property-details button.ps-property-details__action:focus-visible .ps-property-details__action-label {
	color: #fff !important;
}

.ps-property-details__share-modal {
	position: fixed;
	inset: 0;
	z-index: 10050;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1rem;
	background: rgba(15, 33, 64, 0.55);
}

.ps-property-details__share-modal[hidden] {
	display: none !important;
}

body.ps-share-modal-open {
	overflow: hidden;
}

.ps-property-details__share-dialog {
	position: relative;
	width: min(480px, 100%);
	padding: 1.5rem 1.35rem 1.35rem;
	background: #fff;
	border: 1px solid var(--ps-line);
	box-shadow: 0 18px 48px rgba(15, 33, 64, 0.28);
}

.ps-property-details__share-close {
	position: absolute;
	top: 0.45rem;
	right: 0.45rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 3rem;
	height: 3rem;
	min-width: 48px;
	min-height: 48px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: var(--ps-soft);
	color: var(--ps-navy);
	font-size: 2rem;
	font-weight: 400;
	line-height: 1;
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
}

.ps-property-details__share-close:hover,
.ps-property-details__share-close:focus-visible {
	background: #e8edf3;
	outline: 2px solid var(--ps-navy);
	outline-offset: 2px;
}

.ps-property-details__share-dialog h2 {
	margin: 0 3.25rem 0.55rem 0;
	font-family: Cinzel, Georgia, serif;
	font-size: 2rem;
	font-weight: 600;
	line-height: 1.15;
	color: var(--ps-navy);
}

.ps-property-details__share-intro {
	margin: 0 0 1.15rem;
	color: var(--ps-muted);
	font-size: 0.92em;
	line-height: 1.4;
}

.ps-property-details__share-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.75rem;
}

.ps-property-details__share-tile {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 0.55rem;
	min-height: 6.25rem;
	margin: 0;
	padding: 0.9rem 0.65rem;
	border: 1px solid var(--ps-line);
	background: var(--ps-soft);
	color: var(--ps-ink);
	font: inherit;
	text-decoration: none;
	cursor: pointer;
	box-sizing: border-box;
	transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.ps-property-details__share-tile:hover,
.ps-property-details__share-tile:focus-visible {
	background: #fff;
	border-color: var(--ps-navy);
	color: var(--ps-navy);
	outline: none;
}

.ps-property-details__share-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 3rem;
	height: 3rem;
	border-radius: 50%;
	background: #fff;
	border: 1px solid var(--ps-line);
	color: var(--ps-navy);
}

.ps-property-details__share-tile:hover .ps-property-details__share-icon,
.ps-property-details__share-tile:focus-visible .ps-property-details__share-icon {
	border-color: var(--ps-navy);
}

.ps-property-details__share-icon--facebook {
	color: #1877f2;
}

.ps-property-details__share-icon--x {
	color: #111;
}

.ps-property-details__share-label {
	font-size: 0.88em;
	font-weight: 700;
	letter-spacing: 0.02em;
}

.ps-property-details__share-status {
	margin: 0.9rem 0 0;
	min-height: 1.2em;
	color: var(--ps-navy);
	font-size: 0.88em;
	font-weight: 700;
	text-align: center;
}

.ps-property-details__tour {
	margin: 0 0 1.5rem;
}

.ps-property-details__tour-frame-wrap {
	position: relative;
	width: 100%;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	background: #0f172a;
}

.ps-property-details__tour-frame {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.ps-property-details__tour-link {
	margin: 0.65rem 0 0;
	font-size: 0.9em;
}

.ps-property-details__tour-link a {
	color: var(--ps-navy);
	font-weight: 700;
}

.ps-property-details__remarks,
.ps-property-details__section,
.ps-property-details__map-section,
.ps-property-details__contact,
.ps-property-details__actions,
.ps-property-details__gallery,
.ps-property-details__tour {
	margin: 0 0 1.5rem;
	width: 100%;
	max-width: 100%;
	float: none;
	clear: both;
	box-sizing: border-box;
}

.ps-property-details__remarks h2,
.ps-property-details__map-section h2,
.ps-property-details__contact h2,
.ps-property-details__tour h2 {
	margin: 0 0 0.75rem;
	padding-bottom: 0.45rem;
	border-bottom: 2px solid var(--ps-navy);
	font-family: Cinzel, Georgia, serif;
	font-size: 1.6rem;
	font-weight: 600;
	color: var(--ps-navy);
}

.ps-property-details__section {
	display: block;
	position: relative;
	border: 1px solid var(--ps-line);
	background: #fff;
	overflow: hidden;
}

.ps-property-details__section-summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding: 1rem 1.15rem;
	cursor: pointer;
	list-style: none;
	user-select: none;
	width: 100%;
	box-sizing: border-box;
}

.ps-property-details__section-summary::-webkit-details-marker {
	display: none;
}

.ps-property-details__section-summary::marker {
	content: "";
	display: none;
}

.ps-property-details__section-summary::after {
	content: "+";
	flex: 0 0 auto;
	width: 1.5rem;
	height: 1.5rem;
	border: 1px solid var(--ps-line);
	color: var(--ps-navy);
	font-size: 1.15rem;
	font-weight: 700;
	line-height: 1.35;
	text-align: center;
}

.ps-property-details__section[open] > .ps-property-details__section-summary::after {
	content: "–";
}

.ps-property-details__section-title {
	font-family: Cinzel, Georgia, serif;
	font-size: 1.6rem;
	font-weight: 600;
	color: var(--ps-navy);
}

.ps-property-details__section-meta {
	margin-left: auto;
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: var(--ps-muted);
}

.ps-property-details__section-body {
	display: block;
	width: 100%;
	padding: 0 1.15rem 1.25rem;
	border-top: 1px solid var(--ps-line);
	box-sizing: border-box;
	clear: both;
	overflow: hidden;
}

.ps-property-details__remarks p {
	margin: 0;
	line-height: 1.7;
	font-size: 1.05em;
	max-width: none;
}

.ps-property-details__facts {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0;
	margin: 0.85rem 0 0;
	width: 100%;
	float: none !important;
	clear: both;
}

.ps-property-details__fact {
	display: grid;
	grid-template-columns: minmax(140px, 32%) minmax(0, 1fr);
	gap: 1rem 1.5rem;
	padding: 0.95rem 0.15rem;
	border-bottom: 1px solid var(--ps-line);
	background: transparent;
}

.ps-property-details__fact:last-child {
	border-bottom: 0;
}

.ps-property-details__fact dt {
	margin: 0 !important;
	padding: 0 !important;
	font-size: 0.8em;
	font-weight: 700;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: var(--ps-muted);
	line-height: 1.45;
	float: none !important;
	width: auto !important;
}

.ps-property-details__fact dd {
	margin: 0 !important;
	padding: 0 !important;
	color: var(--ps-ink);
	font-weight: 500;
	font-size: 1.02em;
	line-height: 1.55;
	word-break: break-word;
	float: none !important;
	width: auto !important;
	text-transform: none;
}

.ps-property-details__units {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	gap: 0.85rem;
}

.ps-property-details__unit-card {
	border: 1px solid var(--ps-line);
	background: #fff;
	padding: 0.75rem;
}

.ps-property-details__unit-card h3 {
	margin: 0 0 0.5rem;
	font-size: 1rem;
	color: var(--ps-navy);
}

.ps-property-details__unit-card .ps-property-details__facts {
	grid-template-columns: 1fr;
}

.ps-property-details__unit-card .ps-property-details__fact {
	grid-template-columns: 40% 1fr;
	padding: 0.45rem 0;
	background: transparent;
	border-bottom: 1px solid var(--ps-line);
}

.ps-property-details__comp {
	margin: 0 0 1.5rem;
	padding: 0.85rem 1rem;
	background: var(--ps-soft);
	border-left: 3px solid var(--ps-navy);
	font-size: 0.9em;
	line-height: 1.5;
	color: var(--ps-muted);
}

.ps-property-details__map {
	width: 100%;
	height: 340px;
	border: 1px solid var(--ps-line);
	background: var(--ps-soft);
}

.ps-property-details__map-link {
	margin: 0.55rem 0 0;
	font-size: 0.9em;
}

.ps-property-details__map-link a {
	color: var(--ps-navy);
	font-weight: 700;
}

.ps-property-details__market {
	margin: 0 0 1.75rem;
	width: 100%;
	max-width: 100%;
	clear: both;
	overflow: hidden;
}

.ps-property-details__market h2 {
	margin: 0 0 0.75rem;
	padding-bottom: 0.45rem;
	border-bottom: 2px solid var(--ps-navy);
	font-family: Cinzel, Georgia, serif;
	font-size: 1.6rem;
	font-weight: 600;
	color: var(--ps-navy);
}

.ps-property-details__chart {
	width: 100%;
	max-width: 100%;
	min-height: 260px;
	background: #fff;
	border: 1px solid var(--ps-line);
	overflow: hidden;
	box-sizing: border-box;
}

.ps-property-details__chart > div {
	max-width: 100% !important;
}

.ps-property-details__chart-note {
	margin: 0.45rem 0 0;
	color: var(--ps-muted);
}

.ps-property-details__chart-status {
	margin: 0.5rem 0 0;
	color: var(--ps-muted);
	font-size: 0.92em;
}

.ps-property-details__fallback-grid {
	margin-top: 1rem;
}

.ps-property-details--empty .ps-property-details__hint {
	margin-bottom: 0.35rem;
}

.ps-property-details__similar {
	margin: 0 0 1.75rem;
	width: 100%;
	clear: both;
}

.ps-property-details__similar-head {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 1rem;
	margin: 0 0 0.85rem;
	padding-bottom: 0.45rem;
	border-bottom: 2px solid var(--ps-navy);
}

.ps-property-details__similar-head h2 {
	margin: 0;
	font-family: Cinzel, Georgia, serif;
	font-size: 1.6rem;
	font-weight: 600;
	color: var(--ps-navy);
}

.ps-property-details__similar-more {
	color: var(--ps-navy);
	font-size: 0.88em;
	font-weight: 700;
	text-decoration: none;
	white-space: nowrap;
}

.ps-property-details__similar-more:hover,
.ps-property-details__similar-more:focus-visible {
	text-decoration: underline;
}

.ps-property-details__similar-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0.85rem;
}

.ps-property-details__similar-card {
	display: flex;
	flex-direction: column;
	text-decoration: none;
	color: inherit;
	background: #fff;
	border: 1px solid var(--ps-line);
	overflow: hidden;
}

.ps-property-details__similar-card:hover .ps-property-details__similar-place,
.ps-property-details__similar-card:focus-visible .ps-property-details__similar-place {
	color: var(--ps-navy);
	text-decoration: underline;
}

.ps-property-details__similar-media {
	display: block;
	aspect-ratio: 4 / 3;
	background: var(--ps-soft);
	overflow: hidden;
}

.ps-property-details__similar-media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ps-property-details__similar-copy {
	display: flex;
	flex-direction: column;
	gap: 0.2rem;
	padding: 0.7rem 0.75rem 0.85rem;
}

.ps-property-details__similar-place {
	font-size: 0.95em;
	font-weight: 600;
	color: var(--ps-ink);
	line-height: 1.3;
}

.ps-property-details__similar-price {
	font-family: Cinzel, Georgia, serif;
	font-size: 1.4rem;
	font-weight: 600;
	color: var(--ps-navy);
	line-height: 1.2;
}

.ps-property-details__contact {
	padding: 1.15rem 1.2rem 1.35rem;
	background: #fff;
	border: 1px solid var(--ps-line);
}

.ps-property-details__contact--featured {
	padding: 1.5rem 1.4rem 1.6rem;
	background: linear-gradient(180deg, #f4f7fb 0%, #fff 72%);
	border: 2px solid var(--ps-navy);
	box-shadow: 0 8px 24px rgba(21, 45, 77, 0.1);
}

.ps-property-details__contact--featured h2 {
	font-size: 1.85rem;
	border-bottom-width: 3px;
}

.ps-property-details__contact--featured .ps-property-details__contact-intro {
	font-size: 1.02em;
	color: #334155;
}

.ps-property-details__contact--featured .ps-property-details__btn--primary {
	padding: 0.85rem 1.35rem;
	font-size: 1.02em;
	box-shadow: 0 4px 14px rgba(21, 45, 77, 0.18);
}

.ps-property-details__contact-intro {
	margin: 0 0 1rem;
	color: var(--ps-muted);
}

.ps-property-details__contact-form {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0.85rem;
}

.ps-property-details__contact-form label {
	display: flex;
	flex-direction: column;
	gap: 0.35rem;
	font-size: 0.82em;
	font-weight: 700;
	color: var(--ps-navy);
}

.ps-property-details__contact-form label em {
	font-weight: 500;
	font-style: normal;
	color: var(--ps-muted);
}

.ps-property-details__contact-message {
	grid-column: 1 / -1;
}

.ps-property-details__contact-form input,
.ps-property-details__contact-form textarea {
	min-height: 46px;
	padding: 0.55em 0.75em;
	border: 1px solid var(--ps-line);
	border-radius: 2px;
	font: inherit;
	font-weight: 400;
	color: var(--ps-ink);
	background: #fff;
}

.ps-property-details__contact-form textarea {
	min-height: 120px;
	resize: vertical;
}

.ps-property-details__contact-status {
	grid-column: 1 / -1;
	margin: 0;
	padding: 0.65rem 0.75rem;
	font-size: 0.92em;
	font-weight: 600;
	line-height: 1.4;
}

.ps-property-details__contact-status.is-error {
	background: #fdecea;
	color: #8a1f11;
	border: 1px solid #f5c6cb;
}

.ps-property-details__contact-status.is-success {
	background: #eaf6ee;
	color: #1e5a32;
	border: 1px solid #b7dfc4;
}

.ps-property-details__contact-form button {
	grid-column: 1 / -1;
	justify-self: start;
	min-width: 180px;
}

.ps-property-details__mortgage {
	margin: 0 0 1.75rem;
	padding: 1.15rem 1.2rem 1.35rem;
	width: 100%;
	clear: both;
	background: #fff;
	border: 1px solid var(--ps-line);
	box-sizing: border-box;
}

.ps-property-details__mortgage h2 {
	margin: 0 0 0.55rem;
	padding-bottom: 0.45rem;
	border-bottom: 2px solid var(--ps-navy);
	font-family: Cinzel, Georgia, serif;
	font-size: 1.6rem;
	font-weight: 600;
	color: var(--ps-navy);
}

.ps-property-details__mortgage-intro {
	margin: 0 0 1rem;
	color: var(--ps-muted);
	line-height: 1.45;
}

.ps-property-details__mortgage-form {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0.85rem;
	margin-bottom: 1rem;
}

.ps-property-details__mortgage-form label {
	display: flex;
	flex-direction: column;
	gap: 0.35rem;
	font-size: 0.78em;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: var(--ps-muted);
}

.ps-property-details__mortgage-form input,
.ps-property-details__mortgage-form select {
	min-height: 64px;
	padding: 0.65rem 0.85rem;
	border: 1px solid var(--ps-line);
	background: #fff;
	color: var(--ps-ink);
	font: inherit;
	font-size: 2.4rem;
	font-weight: 500;
	text-transform: none;
	letter-spacing: normal;
	line-height: 1.2;
}

.ps-property-details__mortgage-payment {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	justify-content: space-between;
	gap: 0.5rem 1rem;
	margin: 0 0 0.75rem;
	padding: 0.85rem 1rem;
	background: var(--ps-soft);
	border-left: 3px solid var(--ps-navy);
}

.ps-property-details__mortgage-payment span {
	color: var(--ps-muted);
	font-size: 0.92em;
	font-weight: 700;
}

.ps-property-details__mortgage-payment strong {
	font-family: Cinzel, Georgia, serif;
	font-size: 1.55rem;
	font-weight: 600;
	color: var(--ps-navy);
}

.ps-property-details__mortgage-meta {
	list-style: none;
	margin: 0 0 0.65rem;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 0.35rem 1.25rem;
	color: var(--ps-ink);
	font-size: 0.95em;
}

.ps-property-details__mortgage-note {
	margin: 0;
	color: var(--ps-muted);
	font-size: 0.85em;
	line-height: 1.45;
}

.ps-property-details__raw {
	margin: 1.75rem 0 0;
	border: 1px solid var(--ps-line);
	background: #fff;
}

.ps-property-details__raw summary {
	padding: 0.75rem 1rem;
	cursor: pointer;
	font-weight: 700;
	color: var(--ps-navy);
	background: var(--ps-soft);
}

.ps-property-details__raw-table-wrap {
	max-height: 420px;
	overflow: auto;
}

.ps-property-details__raw table {
	width: 100%;
	border-collapse: collapse;
	font-size: 0.85em;
}

.ps-property-details__raw th,
.ps-property-details__raw td {
	padding: 0.45rem 0.75rem;
	border-top: 1px solid var(--ps-line);
	text-align: left;
	vertical-align: top;
}

.ps-property-details__raw th {
	width: 28%;
	color: var(--ps-navy);
	font-weight: 700;
	background: #fafbfc;
}

@media (max-width: 1099px) {
	.ps-property-details__stage {
		min-height: min(58vh, 560px);
		height: min(58vh, 560px);
	}

	.ps-property-details__actions {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ps-property-details__similar-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ps-property-details__mortgage-form {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 600px) {
	.ps-property-details__stage {
		min-height: min(52vh, 460px);
		height: min(52vh, 460px);
	}

	.ps-property-details__nav {
		width: 42px;
		height: 42px;
	}

	.ps-property-details__actions {
		grid-template-columns: 1fr 1fr;
		gap: 0.55rem;
		padding: 0.65rem;
	}

	.ps-property-details__action {
		min-height: 5rem;
		padding: 0.7rem 0.55rem;
		font-size: 0.86em;
	}

	.ps-property-details__action--ask {
		grid-column: 1 / -1;
	}

	.ps-property-details__agent-actions,
	.ps-property-details__contact-form,
	.ps-property-details__mortgage-form {
		grid-template-columns: 1fr;
	}

	.ps-property-details__section-summary {
		flex-wrap: wrap;
		align-items: flex-start;
	}

	.ps-property-details__section-meta {
		order: 3;
		margin-left: 0;
		width: 100%;
	}

	.ps-property-details__fact {
		grid-template-columns: 1fr;
		gap: 0.3rem;
		padding: 1rem 0.1rem;
	}

	.ps-property-details__similar-grid {
		grid-template-columns: 1fr 1fr;
		gap: 0.65rem;
	}
}
