.ps-property-search {
	--ps-navy: #152d4d;
	--ps-navy-dark: #0f2140;
	--ps-ink: #313131;
	--ps-muted: #5c5c5c;
	--ps-line: #d9dee7;
	--ps-soft: #f3f5f8;
	--ps-card: #ffffff;
	width: 100vw;
	max-width: 100vw;
	margin: 1.25rem 0 2em;
	margin-left: calc(50% - 50vw);
	padding: 0 1rem 0;
	box-sizing: border-box;
	font-family: Lato, "Segoe UI", sans-serif;
	color: var(--ps-ink);
}

#full-content-area .ps-property-search {
	margin-top: 0.75rem;
}

#christies-banner + .ps-property-search,
#christies-banner + #full-content-area .ps-property-search {
	margin-top: 1.5rem;
}

.ps-property-search__form {
	margin-bottom: 0.75em;
}

.ps-property-search__quick {
	display: flex;
	gap: 0.6em;
	align-items: flex-end;
}

.ps-property-search__filters-toggle {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.4rem;
	margin-top: 0.65em;
	min-height: 46px;
	padding: 0 1rem;
	border: 1px solid var(--ps-line);
	background: var(--ps-card);
	color: var(--ps-navy);
	font-size: 0.95em;
	font-weight: 600;
	cursor: pointer;
}

.ps-property-search .ps-property-search__filters-toggle,
.ps-property-search .ps-property-search__dock-btn {
	margin: 0;
	border: 1px solid var(--ps-navy) !important;
	border-radius: 2px !important;
	background: #fff !important;
	background-image: none !important;
	box-shadow: none !important;
	text-shadow: none !important;
	color: var(--ps-navy) !important;
	cursor: pointer;
	font-weight: 700;
	line-height: 1.2;
	-webkit-appearance: none;
	appearance: none;
}

.ps-property-search .ps-property-search__filters-toggle {
	margin-top: 0.65em;
}

.ps-property-search .ps-property-search__filters-toggle span,
.ps-property-search .ps-property-search__filters-toggle .ps-property-search__icon,
.ps-property-search .ps-property-search__filters-toggle svg,
.ps-property-search .ps-property-search__dock-btn span:not(.ps-property-search__filters-count),
.ps-property-search .ps-property-search__dock-btn .ps-property-search__icon,
.ps-property-search .ps-property-search__dock-btn svg {
	color: var(--ps-navy) !important;
	fill: currentColor !important;
}

.ps-property-search .ps-property-search__filters-toggle:hover,
.ps-property-search .ps-property-search__filters-toggle:focus-visible,
.ps-property-search .ps-property-search__dock-btn:hover,
.ps-property-search .ps-property-search__dock-btn:focus-visible {
	background: var(--ps-soft) !important;
	background-image: none !important;
	color: var(--ps-navy) !important;
}

.ps-property-search.is-filters-open .ps-property-search__filters-toggle {
	background: var(--ps-navy) !important;
	color: #fff !important;
}

.ps-property-search.is-filters-open .ps-property-search__filters-toggle span,
.ps-property-search.is-filters-open .ps-property-search__filters-toggle .ps-property-search__icon,
.ps-property-search.is-filters-open .ps-property-search__filters-toggle svg {
	color: #fff !important;
	fill: #fff !important;
}

.ps-property-search .ps-property-search__filters-toggle .ps-property-search__filters-count,
.ps-property-search .ps-property-search__dock-btn .ps-property-search__filters-count {
	background: var(--ps-navy) !important;
	color: #fff !important;
}

.ps-property-search.is-filters-open .ps-property-search__filters-toggle .ps-property-search__filters-count {
	background: #fff !important;
	color: var(--ps-navy) !important;
}

.ps-property-search__icon {
	display: inline-block;
	flex: 0 0 auto;
	vertical-align: middle;
}

.ps-property-search__filters {
	display: flex;
	flex-direction: column;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 100020;
	width: min(400px, 92vw);
	max-width: 100%;
	margin: 0;
	padding: 0;
	background: #fff;
	border: 0;
	border-left: 1px solid var(--ps-line);
	box-shadow: -12px 0 30px rgba(15, 33, 64, 0.16);
	overflow: hidden;
	box-sizing: border-box;
	transform: translateX(105%);
	transition: transform 0.22s ease;
	visibility: hidden;
	pointer-events: none;
}

.ps-property-search.is-filters-open .ps-property-search__filters,
.ps-property-search.is-filters-open .ps-property-search__filters[hidden] {
	transform: translateX(0);
	visibility: visible;
	pointer-events: auto;
	display: flex !important;
}

.ps-property-search__filters[hidden] {
	display: flex !important;
	visibility: hidden;
	pointer-events: none;
}

.ps-property-search__filters-backdrop {
	display: none;
	position: fixed;
	inset: 0;
	z-index: 100015;
	background: rgba(15, 33, 64, 0.35);
}

.ps-property-search.is-filters-open .ps-property-search__filters-backdrop,
.ps-property-search.is-filters-open .ps-property-search__filters-backdrop[hidden] {
	display: block !important;
}

.ps-property-search__filters-backdrop[hidden] {
	display: none !important;
}

body.ps-property-search-filters-open {
	overflow: hidden;
}

.ps-property-search__filters-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
	flex: 0 0 auto;
	min-width: 0;
	margin: 0;
	padding: 1rem 1rem 0.85rem;
	box-sizing: border-box;
}

.ps-property-search__filters-head strong {
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ps-property-search__filters-body {
	flex: 1 1 auto;
	min-height: 0;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 0 1rem 1rem;
	box-sizing: border-box;
}

.ps-property-search__filters-actions {
	display: flex;
	gap: 0.6em;
	flex: 0 0 auto;
	margin: 0;
	padding: 0.85rem 1rem calc(0.85rem + env(safe-area-inset-bottom, 0px));
	border-top: 1px solid var(--ps-line);
	background: #fff;
	box-sizing: border-box;
}

.ps-property-search__filters-actions .ps-property-search__button {
	flex: 1;
	min-width: 0;
}

.ps-property-search__row {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75em;
	margin-bottom: 0.75em;
}

.ps-property-search__row:last-child {
	margin-bottom: 0;
}

.ps-property-search__field {
	display: flex;
	flex-direction: column;
	gap: 0.35em;
	flex: 1 1 140px;
	position: relative;
	min-width: 0;
}

.ps-property-search__field--grow {
	flex: 2 1 220px;
}

.ps-property-search__label {
	font-size: 0.82em;
	font-weight: 700;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: var(--ps-muted);
}

.ps-property-search__field--types {
	flex: 1 1 100%;
	border: 0;
	margin: 0;
	padding: 0;
	min-width: 0;
}

.ps-property-search__field--types .ps-property-search__label {
	padding: 0;
	margin-bottom: 0.35em;
}

.ps-property-search__type-options {
	display: flex;
	flex-wrap: wrap;
	gap: 0.45em;
}

.ps-property-search__check {
	display: inline-flex;
	align-items: center;
	gap: 0.4em;
	border: 1px solid var(--ps-line);
	background: #fff;
	color: var(--ps-ink);
	padding: 0.45em 0.7em;
	font-size: 0.9em;
	cursor: pointer;
	border-radius: 2px;
	min-height: 40px;
	box-sizing: border-box;
}

.ps-property-search__check input {
	margin: 0;
}

.ps-property-search__check:has(input:checked) {
	border-color: var(--ps-navy);
	background: #eef2f7;
	color: var(--ps-navy);
	font-weight: 600;
}

.ps-property-search__input,
.ps-property-search__select {
	min-height: 46px;
	padding: 0.55em 0.75em;
	border: 1px solid var(--ps-line);
	background: #fff;
	font-size: 1em;
	color: var(--ps-ink);
	width: 100%;
	box-sizing: border-box;
	border-radius: 2px;
}

.ps-property-search .ps-property-search__button,
.ps-property-search .ps-property-search__button--quick {
	min-height: 46px;
	padding: 0.55em 1.15em;
	border: 0 !important;
	border-radius: 2px !important;
	background: var(--ps-navy) !important;
	background-image: none !important;
	box-shadow: none !important;
	text-shadow: none !important;
	color: #fff !important;
	font-size: 0.98em;
	font-weight: 700;
	cursor: pointer;
	-webkit-appearance: none;
	appearance: none;
}

.ps-property-search .ps-property-search__button:hover,
.ps-property-search .ps-property-search__button:focus,
.ps-property-search .ps-property-search__button:focus-visible,
.ps-property-search .ps-property-search__button--quick:hover,
.ps-property-search .ps-property-search__button--quick:focus,
.ps-property-search .ps-property-search__button--quick:focus-visible {
	background: var(--ps-navy-dark) !important;
	background-image: none !important;
	box-shadow: none !important;
	color: #fff !important;
}

.ps-property-search .ps-property-search__button--secondary {
	background: #6b7280 !important;
	background-image: none !important;
}

.ps-property-search .ps-property-search__button--secondary:hover,
.ps-property-search .ps-property-search__button--secondary:focus,
.ps-property-search .ps-property-search__button--secondary:focus-visible {
	background: #4b5563 !important;
	background-image: none !important;
}

.ps-property-search__button--quick {
	flex: 0 0 auto;
	white-space: nowrap;
}

.ps-property-search__selected-towns {
	display: flex;
	flex-wrap: wrap;
	gap: 0.45em;
	margin-top: 0.75em;
}

.ps-property-search__chip {
	border: 1px solid var(--ps-line);
	background: #fff;
	color: var(--ps-navy);
	padding: 0.45em 0.7em;
	font-size: 0.9em;
	cursor: pointer;
	border-radius: 2px;
	min-height: 40px;
}

.ps-property-search__town-suggest {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 30;
	background: #fff;
	border: 1px solid var(--ps-line);
	max-height: 220px;
	overflow: auto;
	box-shadow: 0 8px 20px rgba(21, 45, 77, 0.12);
}

.ps-property-search__suggest-item {
	display: block;
	width: 100%;
	text-align: left;
	border: 0;
	background: transparent;
	padding: 0.75em 0.85em;
	cursor: pointer;
	font-size: 1em;
	min-height: 44px;
}

.ps-property-search__suggest-item:hover,
.ps-property-search__suggest-item:focus {
	background: #eef2f7;
}

.ps-property-search__toolbar {
	margin: 0.9em 0 0.85em;
	display: flex;
	flex-wrap: wrap;
	gap: 0.75em;
	align-items: center;
	justify-content: space-between;
}

.ps-property-search__status {
	margin: 0;
	color: var(--ps-muted);
	font-size: 0.95em;
}

.ps-property-search__view-toggle {
	display: inline-flex;
	border: 1px solid var(--ps-navy);
	overflow: hidden;
	border-radius: 2px;
	background: #fff;
}

.ps-property-search .ps-property-search__view-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.35rem;
	min-height: 40px;
	padding: 0.35em 1em;
	margin: 0;
	border: 0 !important;
	border-radius: 0 !important;
	background: #fff !important;
	background-image: none !important;
	box-shadow: none !important;
	text-shadow: none !important;
	color: var(--ps-navy) !important;
	cursor: pointer;
	font-size: 0.92em;
	font-weight: 600;
	line-height: 1.2;
	-webkit-appearance: none;
	appearance: none;
}

.ps-property-search .ps-property-search__view-btn + .ps-property-search__view-btn {
	border-left: 1px solid var(--ps-navy) !important;
}

.ps-property-search .ps-property-search__view-btn.is-active,
.ps-property-search .ps-property-search__view-btn.is-active:hover,
.ps-property-search .ps-property-search__view-btn.is-active:focus,
.ps-property-search .ps-property-search__view-btn.is-active:active {
	background: #152d4d !important;
	background-image: none !important;
	box-shadow: none !important;
	text-shadow: none !important;
	color: #fff !important;
	border: 0 !important;
}

.ps-property-search .ps-property-search__view-btn.is-active span,
.ps-property-search .ps-property-search__view-btn.is-active .ps-property-search__icon,
.ps-property-search .ps-property-search__view-btn.is-active svg {
	color: #fff !important;
	fill: #fff !important;
}

.ps-property-search .ps-property-search__view-btn:not(.is-active) span {
	color: #152d4d !important;
}

.ps-property-search .ps-property-search__view-btn:hover:not(.is-active) {
	background: #f3f5f8 !important;
	background-image: none !important;
	box-shadow: none !important;
}

.ps-property-search__map-wrap {
	margin: 0.5em 0 1em;
	display: none;
	flex-direction: column;
	min-height: 0;
}

.ps-property-search__map-wrap[hidden] {
	display: none !important;
}

.ps-property-search.is-map-mode .ps-property-search__map-wrap,
.ps-property-search.is-map-mode .ps-property-search__map-wrap[hidden] {
	display: flex !important;
	flex: 1 1 auto;
	margin: 0;
	min-height: 0;
	height: 100%;
}

.ps-property-search__map-status {
	margin: 0;
	padding: 0.45rem 0.65rem;
	background: rgba(255, 255, 255, 0.96);
	border: 1px solid var(--ps-line);
	border-bottom: 0;
	font-size: 0.92em;
	color: var(--ps-muted);
	z-index: 5;
}

.ps-property-search.is-map-mode .ps-property-search__map-status {
	border-left: 0;
	border-right: 0;
}

.ps-property-search__map {
	width: 100%;
	height: 520px;
	border: 1px solid var(--ps-line);
	background: #e8e8e8;
	z-index: 1;
	flex: 1 1 auto;
}

.ps-property-search__map-legend {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem 1rem;
	align-items: center;
	padding: 0.55rem 0.65rem;
	background: #fff;
	border: 1px solid var(--ps-line);
	border-top: 0;
	font-size: 0.85em;
	color: var(--ps-muted);
}

.ps-property-search__legend-item {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
}

.ps-property-search__legend-item img {
	width: 22px;
	height: 22px;
	object-fit: contain;
}

.ps-property-search__legend-pill {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	color: #fff;
	font-size: 0.75em;
	font-weight: 800;
}

.ps-property-search__legend-pill--comm {
	background: #9a3412;
}

.ps-property-search__legend-pill--multi {
	background: #6b21a8;
}

.ps-property-search__marker {
	background: transparent;
	border: 0;
}

.ps-property-search__pin {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	line-height: 1;
}

.ps-property-search__pin > span:not(.ps-property-search__pin-badge) {
	display: none !important;
}

.ps-property-search__pin img {
	width: 32px;
	height: 32px;
	object-fit: contain;
	filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.35));
}

.ps-property-search__pin-badge {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	border: 2px solid #fff !important;
	color: #fff !important;
	font-size: 12px !important;
	font-weight: 800;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
}

.ps-property-search__marker--comm .ps-property-search__pin-badge {
	background: #9a3412;
}

.ps-property-search__marker--multi .ps-property-search__pin-badge {
	background: #6b21a8;
}

.ps-property-search__cluster {
	background: transparent;
	border: 0;
}

.ps-property-search__cluster div {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: #152d4d;
	color: #fff !important;
	font-weight: 800;
	font-size: 13px;
	border: 2px solid #fff;
	box-shadow: 0 2px 8px rgba(15, 33, 64, 0.35);
}

.ps-property-search__cluster span {
	color: #fff !important;
}

.ps-property-search__cluster--small div {
	width: 36px;
	height: 36px;
	font-size: 12px;
	background: rgba(36, 56, 106, 0.92);
}

.ps-property-search__cluster--medium div {
	width: 44px;
	height: 44px;
	font-size: 13px;
	background: #24386a;
}

.ps-property-search__cluster--large div {
	width: 52px;
	height: 52px;
	font-size: 14px;
	background: rgba(231, 76, 60, 0.92);
}

.ps-property-search__town-tooltip {
	background: rgba(0, 0, 0, 0.8);
	border: none;
	border-radius: 4px;
	color: #fff;
	font-family: Lato, "Segoe UI", sans-serif;
	font-size: 12px;
	font-weight: 500;
	padding: 6px 10px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.ps-property-search__town-tooltip::before {
	border-top-color: rgba(0, 0, 0, 0.8);
}

.ps-property-search__leaflet-popup .leaflet-popup-content-wrapper {
	padding: 0;
	background: #fff;
	border: 1px solid #fff;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}

.ps-property-search__leaflet-popup .leaflet-popup-tip-container {
	display: none;
}

.ps-property-search__leaflet-popup .leaflet-popup-content {
	margin: 0 !important;
	padding: 0;
	min-width: 0;
	line-height: 1.1;
	font-family: Lato, "Segoe UI", sans-serif;
	font-size: 14px;
}

.ps-property-search__leaflet-popup .leaflet-popup-close-button {
	z-index: 10;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
}

.ps-property-search__map-popup-link {
	display: block;
	color: inherit;
	text-decoration: none;
}

.ps-property-search__map-popup-link:hover,
.ps-property-search__map-popup-link:focus {
	color: inherit;
	text-decoration: none;
}

.ps-property-search__map-popup.mapPopup {
	position: relative;
	width: 300px;
	max-width: 100%;
}

.ps-property-search__map-popup .mapAddress,
.ps-property-search__map-popup .mapPrice {
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	z-index: 9;
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
	font-weight: 700;
	font-family: Lato, "Segoe UI", sans-serif;
	font-size: 14px;
	padding: 12px 16px;
	line-height: 1.4;
	box-sizing: border-box;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ps-property-search__map-popup .mapAddress {
	top: 0;
	border-radius: 8px 8px 0 0;
}

.ps-property-search__map-popup .mapPrice {
	bottom: 0;
	border-radius: 0 0 8px 8px;
}

.ps-property-search__map-popup .mapThumb {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 3;
	background: #e8e8e8;
}

.ps-property-search__map-popup .mapThumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 8px;
}

.ps-property-search.is-map-mode {
	position: fixed;
	inset: 0;
	z-index: 100000;
	max-width: none;
	width: 100%;
	margin: 0;
	padding: 0;
	background: #fff;
	display: flex;
	flex-direction: column;
}

.ps-property-search.is-map-mode .ps-property-search__dock {
	display: grid;
	order: 20;
	position: relative;
	z-index: 6;
	flex: 0 0 auto;
}

.ps-property-search.is-map-mode .ps-property-search__map-wrap {
	order: 10;
}

.ps-property-search.is-map-mode .ps-property-search__form {
	display: block !important;
	position: static;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
}

.ps-property-search.is-map-mode .ps-property-search__quick,
.ps-property-search.is-map-mode .ps-property-search__bar-count,
.ps-property-search.is-map-mode .ps-property-search__bar-tools,
.ps-property-search.is-map-mode .ps-property-search__filters-toggle,
.ps-property-search.is-map-mode .ps-property-search__form .ps-property-search__view-toggle,
.ps-property-search.is-map-mode .ps-property-search__toolbar,
.ps-property-search.is-map-mode .ps-property-search__results,
.ps-property-search.is-map-mode .ps-property-search__pager {
	display: none !important;
}

.ps-property-search.is-map-mode .ps-property-search__map {
	height: auto;
	min-height: 0;
	border-left: 0;
	border-right: 0;
}

.ps-property-search.is-map-mode .ps-property-search__dock {
	display: grid;
	position: relative;
	z-index: 6;
}

.ps-property-search.is-map-mode .ps-property-search__map-wrap {
	padding-bottom: 0;
}

body.ps-property-search-map-open {
	overflow: hidden;
}

.ps-property-search__filters-count {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 1.4em;
	height: 1.4em;
	margin-left: 0.35em;
	padding: 0 0.35em;
	border-radius: 999px;
	background: var(--ps-navy);
	color: #fff !important;
	font-size: 0.75em;
	line-height: 1;
}

.ps-property-search__filters-close {
	flex: 0 0 auto;
	min-height: 40px;
	padding: 0.35em 0.8em;
	border: 1px solid var(--ps-line);
	background: #fff;
	color: var(--ps-navy);
	font-weight: 700;
	cursor: pointer;
	white-space: nowrap;
}

.ps-property-search__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
	gap: 0.75rem 1rem;
	justify-content: center;
}

.ps-property-search__item {
	margin: 0;
	max-width: 320px;
	width: 100%;
	justify-self: center;
}

.ps-property-search__card {
	display: flex;
	flex-direction: column;
	position: relative;
	height: 100%;
	background: #fff;
	border: 0;
	border-bottom: 1px solid var(--ps-navy);
	color: var(--ps-navy);
	text-decoration: none;
	overflow: hidden;
	text-align: center;
	transition: background-color 0.15s ease;
}

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

.ps-property-search__card--flagged .ps-property-search__media,
.ps-property-search__card--flagged .ps-property-search__body {
	padding-left: 0.35rem;
}

.ps-property-search__card:hover,
.ps-property-search__card:focus {
	background: #fafbfc;
	text-decoration: none;
}

.ps-property-search__media {
	position: relative;
	margin: 0.55rem 0.55rem 0;
	padding: 0;
	background: #fff;
	overflow: hidden;
}

.ps-property-search__flag {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 13px;
	z-index: 3;
	background-image: var(--ps-flag-sprite);
	background-repeat: no-repeat;
	background-size: 28px 100%;
	pointer-events: none;
}

.ps-property-search__flag--new {
	background-position: 0 0;
}

.ps-property-search__flag--price-change {
	background-position: -15px 0;
}

.ps-property-search__badge {
	position: absolute;
	top: 0.55rem;
	left: 0.55rem;
	z-index: 4;
	display: inline-block;
	padding: 0.28rem 0.55rem;
	border-radius: 2px;
	background: #b45309;
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	pointer-events: none;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
}

.ps-property-search__badge--coming-soon {
	background: #b45309;
}

.ps-property-search__thumb,
.ps-property-search__thumb-placeholder {
	display: block;
	width: 100%;
	max-width: none;
	aspect-ratio: 4 / 3;
	margin: 0;
	object-fit: cover;
	border: 4px solid #fff;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
	background: linear-gradient(160deg, #d7dde6, #eef1f5);
	box-sizing: border-box;
}

.ps-property-search__body {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.15rem;
	padding: 0.55rem 0.85rem 1rem;
	flex: 1;
}

.ps-property-search__town {
	margin: 0.15rem 0 0;
	font-family: Cinzel, Georgia, serif;
	font-size: 1.125em;
	font-weight: 400;
	letter-spacing: 0.3em;
	line-height: 1.3;
	color: var(--ps-navy);
}

.ps-property-search__address {
	margin: 0;
	font-family: Cinzel, Georgia, serif;
	font-size: 0.75em;
	font-weight: 400;
	letter-spacing: 0.2em;
	line-height: 1.35;
	color: var(--ps-navy);
}

.ps-property-search__price {
	margin: 0.2rem 0 0;
	font-family: Lato, "Segoe UI", sans-serif;
	font-size: 0.9em;
	font-weight: 500;
	letter-spacing: 0.5em;
	line-height: 1.35;
	color: var(--ps-navy);
}

.ps-property-search__mls {
	margin: 0.1rem 0 0;
	font-family: Lato, "Segoe UI", sans-serif;
	font-size: 1em;
	font-weight: 400;
	letter-spacing: 0.2em;
	line-height: 1.35;
	color: var(--ps-navy);
}

.ps-property-search__specs {
	margin: 0.2rem 0 0;
	font-family: Lato, "Segoe UI", sans-serif;
	font-size: 0.8em;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 1.45;
	color: var(--ps-navy);
}

.ps-property-search__pager {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 0.35em;
	margin-top: 1.25em;
	min-height: 0;
}

.ps-property-search__load-sentinel {
	width: 100%;
	height: 1px;
	margin: 0;
	padding: 0;
	border: 0;
	visibility: hidden;
	pointer-events: none;
}

.ps-property-search__load-status {
	margin: 0;
	font-size: 0.92em;
	color: var(--ps-muted);
	text-align: center;
}

.ps-property-search__page-btn {
	min-height: 44px;
	padding: 0.4em 1em;
	border: 1px solid var(--ps-navy);
	background: #fff;
	color: var(--ps-navy);
	cursor: pointer;
	font-weight: 600;
}

.ps-property-search__page-btn:disabled {
	opacity: 0.4;
	cursor: default;
}

.ps-property-search__page-label {
	font-size: 0.95em;
	color: var(--ps-muted);
}

.ps-property-search__bar-tools {
	display: none;
	align-items: stretch;
	gap: 0.4rem;
	min-width: 0;
}

.ps-property-search__bar-pop {
	position: relative;
	display: flex;
	flex: 0 0 auto;
	flex-shrink: 0;
}

.ps-property-search__bar-pop.is-open {
	z-index: 5;
}

.ps-property-search .ps-property-search__bar-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.4rem;
	height: 100%;
	min-height: 40px;
	padding: 0 0.85rem 0 0.7rem;
	margin: 0;
	border: 1px solid var(--ps-line) !important;
	border-radius: 2px !important;
	background: #fff !important;
	background-image: none !important;
	box-shadow: none !important;
	text-shadow: none !important;
	color: var(--ps-navy) !important;
	cursor: pointer;
	font-size: 0.82em;
	font-weight: 700;
	line-height: 1;
	white-space: nowrap;
	box-sizing: border-box;
	-webkit-appearance: none;
	appearance: none;
}

.ps-property-search .ps-property-search__bar-btn::after {
	content: '';
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 5px solid currentColor;
	opacity: 0.5;
}

.ps-property-search .ps-property-search__bar-btn:hover,
.ps-property-search .ps-property-search__bar-btn:focus-visible {
	background: var(--ps-soft) !important;
	background-image: none !important;
}

.ps-property-search .ps-property-search__bar-btn.is-active,
.ps-property-search .ps-property-search__bar-btn[aria-expanded="true"] {
	border-color: var(--ps-navy) !important;
	background: #eef2f7 !important;
}

.ps-property-search__bar-panel {
	position: absolute;
	top: calc(100% + 6px);
	left: 0;
	z-index: 40;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0.55rem;
	min-width: 240px;
	padding: 0.75rem;
	background: #fff;
	border: 1px solid var(--ps-line);
	box-shadow: 0 10px 28px rgba(15, 33, 64, 0.16);
	border-radius: 2px;
}

.ps-property-search__bar-panel[hidden] {
	display: none !important;
}

.ps-property-search__bar-panel--types {
	display: block;
	min-width: 268px;
}

.ps-property-search__bar-panel--types .ps-property-search__check {
	min-height: 34px;
	padding: 0.3em 0.55em;
	font-size: 0.85em;
}

.ps-property-search__bar-price-field {
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
	margin: 0;
}

.ps-property-search__bar-price-field span {
	font-size: 0.7rem;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--ps-muted);
}

.ps-property-search__bar-price-field .ps-property-search__input {
	min-height: 40px;
	padding: 0.4em 0.6em;
}

.ps-property-search__bar-select {
	display: inline-flex;
	align-items: center;
	position: relative;
	flex: 0 0 auto;
	height: 100%;
	min-height: 40px;
	padding: 0;
	border: 1px solid var(--ps-line);
	border-radius: 2px;
	background: #fff;
	box-sizing: border-box;
}

.ps-property-search__bar-select.is-active {
	border-color: var(--ps-navy);
	background: #eef2f7;
}

.ps-property-search__bar-select::after {
	content: '';
	position: absolute;
	right: 0.7rem;
	top: 50%;
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 5px solid var(--ps-navy);
	opacity: 0.5;
	pointer-events: none;
	transform: translateY(-50%);
}

.ps-property-search__bar-select .ps-property-search__select {
	height: 100%;
	min-height: 0;
	min-width: 7.5rem;
	padding: 0 1.7rem 0 0.7rem;
	border: 0;
	background: transparent;
	color: var(--ps-navy) !important;
	font-size: 0.82em;
	font-weight: 700;
	line-height: 1;
	cursor: pointer;
	-webkit-appearance: none;
	appearance: none;
}

.ps-property-search__bar-select:hover {
	background: var(--ps-soft);
}

.ps-property-search__bar-count {
	display: none;
	align-items: center;
	justify-content: center;
	min-width: 0;
	padding: 0;
	background: transparent;
	user-select: none;
}

.ps-property-search__bar-count-chip {
	display: inline-flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
	gap: 0.35rem 0.5rem;
	min-height: 38px;
	max-width: 100%;
	padding: 0.15rem 1rem;
	line-height: 1.1;
	text-align: center;
	background: var(--ps-navy);
	border-radius: 2px;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.ps-property-search__bar-count-lead:empty,
.ps-property-search__bar-count-of:empty,
.ps-property-search__bar-count-total:empty {
	display: none;
}

.ps-property-search .ps-property-search__bar-count-lead,
.ps-property-search .ps-property-search__bar-count-of,
.ps-property-search .ps-property-search__bar-count-label {
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.82) !important;
	white-space: nowrap;
}

.ps-property-search .ps-property-search__bar-count-num,
.ps-property-search .ps-property-search__bar-count-total {
	font-size: 1.7rem;
	font-weight: 800;
	font-variant-numeric: tabular-nums;
	letter-spacing: -0.03em;
	color: #fff !important;
}

.ps-property-search__dock {
	display: none;
}

.ps-property-search__dock-count {
	display: none;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-width: 4.5rem;
	padding: 0.15rem 0.5rem;
	line-height: 1.05;
	text-align: center;
	color: var(--ps-navy);
	user-select: none;
}

.ps-property-search__dock-count-num {
	font-size: 1.15rem;
	font-weight: 800;
	letter-spacing: -0.02em;
}

.ps-property-search__dock-count-label {
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: var(--ps-muted);
}

@media (max-width: 1100px) {
	.ps-property-search__list {
		grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
		gap: 0.75rem;
	}
}

@media (max-width: 860px) {
	.ps-property-search__list {
		grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
		gap: 0.65rem;
	}
}

@media (max-width: 700px) {
	.ps-property-search {
		padding-bottom: calc(72px + env(safe-area-inset-bottom, 0px));
	}

	.ps-property-search__quick .ps-property-search__button--quick,
	.ps-property-search__form .ps-property-search__view-toggle,
	.ps-property-search__bar-tools,
	.ps-property-search__filters-toggle,
	.ps-property-search__bar-count {
		display: none;
	}

	.ps-property-search__quick {
		position: sticky;
		top: 0;
		z-index: 25;
		padding: 0.55rem 0;
		background: rgba(255, 255, 255, 0.96);
		backdrop-filter: blur(6px);
	}

	.ps-property-search__filters {
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		max-width: 100vw;
		height: 100%;
		height: 100dvh;
		max-height: 100dvh;
		border: 0;
		border-radius: 0;
		box-shadow: none;
		padding: 0;
		padding-left: env(safe-area-inset-left, 0px);
		padding-right: env(safe-area-inset-right, 0px);
		transform: translateY(105%);
		z-index: 100030;
		overflow: hidden;
		box-sizing: border-box;
	}

	.ps-property-search.is-filters-open .ps-property-search__filters,
	.ps-property-search.is-filters-open .ps-property-search__filters[hidden] {
		display: flex !important;
		transform: translateY(0);
	}

	.ps-property-search__filters-head {
		flex: 0 0 auto;
		gap: 0.75rem;
		margin: 0;
		padding: max(0.85rem, env(safe-area-inset-top, 0px)) 1rem 0.75rem;
		position: relative;
		background: #fff;
		border-bottom: 1px solid var(--ps-line);
		z-index: 2;
		box-sizing: border-box;
		width: 100%;
		min-width: 0;
	}

	.ps-property-search__filters-close {
		flex: 0 0 auto;
		min-height: 40px;
		padding: 0.35em 0.8em;
		border: 1px solid var(--ps-line);
		background: var(--ps-soft);
		color: var(--ps-navy);
		font-weight: 700;
		cursor: pointer;
		white-space: nowrap;
	}

	.ps-property-search__filters-body {
		flex: 1 1 auto;
		min-height: 0;
		overflow: auto;
		-webkit-overflow-scrolling: touch;
		padding: 1rem;
		box-sizing: border-box;
	}

	.ps-property-search__filters-actions {
		flex: 0 0 auto;
		margin: 0;
		padding: 0.85rem 1rem calc(0.85rem + env(safe-area-inset-bottom, 0px));
		border-top: 1px solid var(--ps-line);
		background: #fff;
		box-sizing: border-box;
		width: 100%;
	}

	.ps-property-search__field {
		flex: 1 1 100%;
	}

	.ps-property-search__list {
		grid-template-columns: repeat(auto-fill, minmax(min(100%, 280px), 1fr));
		gap: 0.75rem;
	}

	.ps-property-search__map {
		height: min(58vh, 420px);
	}

	.ps-property-search.is-map-mode .ps-property-search__map {
		height: auto;
	}

	.ps-property-search.is-map-mode {
		padding-bottom: 0;
	}

	/* List + map: dock fixed to the bottom of the screen. */
	.ps-property-search__dock {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 0.45rem;
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 70;
		margin: 0;
		padding: 0.55rem 0.7rem calc(0.55rem + env(safe-area-inset-bottom, 0px));
		background: #fff;
		border: 0;
		border-top: 1px solid var(--ps-line);
		box-shadow: 0 -4px 14px rgba(15, 33, 64, 0.08);
		box-sizing: border-box;
	}

	.ps-property-search.is-map-mode .ps-property-search__dock {
		position: relative;
		left: auto;
		right: auto;
		bottom: auto;
		z-index: 70;
		box-shadow: none;
	}

	.ps-property-search.is-filters-open .ps-property-search__dock {
		visibility: hidden;
		pointer-events: none;
	}

	.ps-property-search__dock-btn {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		gap: 0.35rem;
		min-height: 48px;
		border: 1px solid var(--ps-navy);
		background: #fff;
		background-image: none;
		color: var(--ps-navy);
		font-size: 0.9em;
		font-weight: 700;
		cursor: pointer;
		border-radius: 2px;
	}

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

	.ps-property-search__town {
		letter-spacing: 0.22em;
		font-size: 1.05em;
	}

	.ps-property-search__address {
		font-size: 0.72em;
	}

	.ps-property-search__price {
		letter-spacing: 0.35em;
	}

	.ps-property-search__pager {
		gap: 0.6em;
	}

	.ps-property-search__page-btn {
		flex: 1;
		max-width: 140px;
	}
}

@media (min-width: 701px) {
	.ps-property-search:not(.is-map-mode) {
		padding-left: clamp(2.5rem, 6vw, 5rem);
		padding-right: clamp(2.5rem, 6vw, 5rem);
	}

	.ps-property-search:not(.is-map-mode) .ps-property-search__list {
		grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
		gap: 1.15rem 1.5rem;
	}

	.ps-property-search:not(.is-map-mode) .ps-property-search__item {
		max-width: none;
	}

	.ps-property-search:not(.is-map-mode) .ps-property-search__form {
		--ps-bar-h: 40px;
		display: flex;
		align-items: stretch;
		gap: 0.45rem;
		position: sticky;
		top: 0;
		z-index: 30;
		margin-bottom: 0.45em;
		padding: 0.4rem 0;
		overflow: visible;
		background: rgba(255, 255, 255, 0.97);
		backdrop-filter: blur(6px);
		border-bottom: 1px solid var(--ps-line);
	}

	.ps-property-search.is-search-focused:not(.is-map-mode) .ps-property-search__form::before {
		content: '';
		flex: 0 0 280px;
		width: 280px;
		max-width: 280px;
		pointer-events: none;
	}

	.ps-property-search__quick {
		flex: 0 0 auto;
		width: 280px;
		max-width: 280px;
		min-width: 0;
		height: var(--ps-bar-h);
		margin-left: 0;
		align-items: stretch;
		gap: 0.4rem;
		transform: translateZ(0);
		transition:
			left 1.2s cubic-bezier(0.4, 0, 0.2, 1),
			width 1.2s cubic-bezier(0.4, 0, 0.2, 1),
			max-width 1.2s cubic-bezier(0.4, 0, 0.2, 1);
	}

	.ps-property-search__quick .ps-property-search__field {
		position: relative;
		flex: 1 1 auto;
		min-width: 0;
		gap: 0;
	}

	.ps-property-search__quick .ps-property-search__label {
		position: absolute;
		width: 1px;
		height: 1px;
		padding: 0;
		margin: -1px;
		overflow: hidden;
		clip: rect(0, 0, 0, 0);
		white-space: nowrap;
		border: 0;
	}

	.ps-property-search__quick .ps-property-search__input,
	.ps-property-search__quick .ps-property-search__button--quick {
		height: var(--ps-bar-h);
		min-height: var(--ps-bar-h) !important;
		max-height: var(--ps-bar-h);
		padding-top: 0 !important;
		padding-bottom: 0 !important;
		box-sizing: border-box !important;
		line-height: 1;
	}

	.ps-property-search__quick .ps-property-search__button--quick {
		padding-left: 0.85rem;
		padding-right: 0.85rem;
	}

	.ps-property-search:not(.is-map-mode) .ps-property-search__bar-tools {
		display: flex;
		flex: 0 1 auto;
		flex-wrap: nowrap;
		justify-content: flex-start;
		align-items: stretch;
		align-self: stretch;
		height: var(--ps-bar-h);
		min-width: 0;
		overflow: visible;
		transition: opacity 0.55s cubic-bezier(0.4, 0, 0.2, 1);
	}

	.ps-property-search:not(.is-map-mode) .ps-property-search__bar-pop,
	.ps-property-search:not(.is-map-mode) .ps-property-search__bar-select {
		height: var(--ps-bar-h);
		min-height: var(--ps-bar-h);
	}

	.ps-property-search:not(.is-map-mode) .ps-property-search__bar-btn {
		height: var(--ps-bar-h) !important;
		min-height: var(--ps-bar-h) !important;
	}

	.ps-property-search:not(.is-map-mode) .ps-property-search__bar-count,
	.ps-property-search:not(.is-map-mode) .ps-property-search__bar-count[hidden] {
		display: flex !important;
		flex: 0 0 auto;
		justify-content: center;
		align-items: stretch;
		align-self: stretch;
		height: var(--ps-bar-h);
		width: auto;
		padding: 0;
		overflow: visible;
		background: transparent;
		transition: opacity 0.55s cubic-bezier(0.4, 0, 0.2, 1);
	}

	.ps-property-search:not(.is-map-mode) .ps-property-search__bar-count[hidden] {
		visibility: hidden;
	}

	.ps-property-search:not(.is-map-mode) .ps-property-search__bar-count-chip {
		height: var(--ps-bar-h);
		min-height: var(--ps-bar-h);
		max-height: var(--ps-bar-h);
		padding: 0 0.9rem;
		box-sizing: border-box;
	}

	.ps-property-search:not(.is-map-mode) .ps-property-search__bar-count-lead,
	.ps-property-search:not(.is-map-mode) .ps-property-search__bar-count-of,
	.ps-property-search:not(.is-map-mode) .ps-property-search__bar-count-label {
		font-size: 0.72rem;
		line-height: 1;
	}

	.ps-property-search:not(.is-map-mode) .ps-property-search__bar-count-num,
	.ps-property-search:not(.is-map-mode) .ps-property-search__bar-count-total {
		font-size: 1.2rem;
		line-height: 1;
	}

	.ps-property-search:not(.is-map-mode) .ps-property-search__form .ps-property-search__view-toggle {
		display: inline-flex;
		flex: 0 0 auto;
		align-self: stretch;
		height: var(--ps-bar-h);
		box-sizing: border-box;
		transition: opacity 0.55s cubic-bezier(0.4, 0, 0.2, 1);
	}

	.ps-property-search:not(.is-map-mode) .ps-property-search__form .ps-property-search__view-btn {
		height: 100%;
		min-height: 0 !important;
		padding: 0 0.8em !important;
		font-size: 0.82em;
		box-sizing: border-box !important;
		line-height: 1;
	}

	.ps-property-search .ps-property-search__filters-toggle {
		display: inline-flex !important;
		width: auto !important;
		height: var(--ps-bar-h);
		min-height: var(--ps-bar-h) !important;
		margin-top: 0 !important;
		margin-left: auto;
		flex: 0 0 auto;
		align-self: stretch;
		padding: 0 1.15rem !important;
		font-size: 0.82em;
		font-weight: 800;
		letter-spacing: 0.08em;
		text-transform: uppercase;
		line-height: 1;
		box-sizing: border-box !important;
		background: var(--ps-navy) !important;
		border-color: var(--ps-navy) !important;
		color: #fff !important;
		transition:
			opacity 0.55s cubic-bezier(0.4, 0, 0.2, 1),
			background 0.2s ease,
			color 0.2s ease;
	}

	.ps-property-search .ps-property-search__filters-toggle span,
	.ps-property-search .ps-property-search__filters-toggle .ps-property-search__icon,
	.ps-property-search .ps-property-search__filters-toggle svg {
		color: #fff !important;
		fill: #fff !important;
	}

	.ps-property-search .ps-property-search__filters-toggle .ps-property-search__filters-count {
		background: #fff !important;
		color: var(--ps-navy) !important;
	}

	.ps-property-search .ps-property-search__filters-toggle:hover,
	.ps-property-search .ps-property-search__filters-toggle:focus-visible {
		background: var(--ps-navy-dark) !important;
		color: #fff !important;
	}

	.ps-property-search.is-search-focused:not(.is-map-mode) .ps-property-search__quick {
		position: absolute;
		top: 0.4rem;
		bottom: 0.4rem;
		left: var(--ps-search-left, 0);
		width: var(--ps-search-width, 280px);
		max-width: var(--ps-search-width, 280px);
		margin: 0;
		z-index: 3;
	}

	.ps-property-search.is-search-focused:not(.is-map-mode) .ps-property-search__bar-count,
	.ps-property-search.is-search-focused:not(.is-map-mode) .ps-property-search__bar-count[hidden],
	.ps-property-search.is-search-focused:not(.is-map-mode) .ps-property-search__bar-tools,
	.ps-property-search.is-search-focused:not(.is-map-mode) .ps-property-search__filters-toggle,
	.ps-property-search.is-search-focused:not(.is-map-mode) .ps-property-search__form .ps-property-search__view-toggle {
		opacity: 0;
		pointer-events: none;
	}

	@media (prefers-reduced-motion: reduce) {
		.ps-property-search__quick,
		.ps-property-search:not(.is-map-mode) .ps-property-search__bar-count,
		.ps-property-search:not(.is-map-mode) .ps-property-search__bar-tools,
		.ps-property-search .ps-property-search__filters-toggle,
		.ps-property-search:not(.is-map-mode) .ps-property-search__form .ps-property-search__view-toggle {
			transition: none;
		}
	}

	.ps-property-search:not(.is-map-mode) .ps-property-search__toolbar {
		display: none;
	}

	@media (max-width: 1400px) {
		.ps-property-search:not(.is-map-mode) .ps-property-search__bar-count-lead,
		.ps-property-search:not(.is-map-mode) .ps-property-search__bar-count-label {
			display: none;
		}

		.ps-property-search:not(.is-map-mode) .ps-property-search__bar-count-chip {
			padding: 0 0.75rem;
		}
	}

	@media (max-width: 1180px) {
		.ps-property-search:not(.is-map-mode) .ps-property-search__form .ps-property-search__view-btn span {
			display: none;
		}

		.ps-property-search:not(.is-map-mode) .ps-property-search__form .ps-property-search__view-btn {
			padding: 0 0.7em;
		}
	}

	.ps-property-search__filters,
	.ps-property-search.is-filters-open .ps-property-search__filters,
	.ps-property-search.is-filters-open .ps-property-search__filters[hidden],
	.ps-property-search.is-map-mode .ps-property-search__filters {
		left: auto;
		right: 0;
		top: 0;
		bottom: 0;
		width: 400px;
		max-width: 400px;
		height: auto;
		max-height: none;
		border: 0;
		border-left: 1px solid var(--ps-line);
		box-shadow: -12px 0 30px rgba(15, 33, 64, 0.16);
		transform: translateX(105%);
		padding: 0;
	}

	.ps-property-search.is-filters-open .ps-property-search__filters,
	.ps-property-search.is-filters-open .ps-property-search__filters[hidden] {
		transform: translateX(0);
	}

	.ps-property-search.is-map-mode .ps-property-search__map-status {
		display: none;
	}

	.ps-property-search.is-map-mode .ps-property-search__dock {
		display: grid;
		grid-template-columns: minmax(0, 1fr) minmax(140px, 220px) minmax(0, 1fr);
		gap: 0.65rem;
		align-items: stretch;
		position: relative;
		padding: 0.65rem 0.85rem;
		border-top: 1px solid var(--ps-line);
		background: #fff;
	}

	.ps-property-search.is-map-mode .ps-property-search__dock-count,
	.ps-property-search.is-map-mode .ps-property-search__dock-count[hidden] {
		display: flex !important;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		min-height: 56px;
		padding: 0.55rem 1.35rem;
		background: #152d4d;
		border-radius: 6px;
		box-shadow: 0 3px 12px rgba(21, 45, 77, 0.22);
	}

	.ps-property-search.is-map-mode .ps-property-search__dock-count-num {
		font-size: 1.85rem;
		font-weight: 800;
		line-height: 1;
		color: #fff;
		letter-spacing: -0.02em;
	}

	.ps-property-search.is-map-mode .ps-property-search__dock-count-label {
		margin-top: 0.2rem;
		font-size: 0.72rem;
		font-weight: 700;
		letter-spacing: 0.08em;
		text-transform: uppercase;
		color: #b8c9de;
	}

	.ps-property-search.is-map-mode .ps-property-search__dock-btn {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		gap: 0.35rem;
		min-height: 56px;
		border: 1px solid var(--ps-navy);
		background: #fff;
		background-image: none;
		color: var(--ps-navy);
		font-size: 0.95em;
		font-weight: 700;
		cursor: pointer;
	}
}
