.hawc-archive {
	color: #153d63;
	font-family: inherit;
	position: relative;
}

.hawc-archive.is-loading .hawc-archive-body,
.hawc-archive.is-loading .hawc-archive-status {
	opacity: 0.5;
	pointer-events: none;
}

.hawc-archive-filter {
	align-items: center;
	background: #f5f7f9;
	border-radius: 54px;
	display: grid;
	gap: 22px;
	grid-template-columns: minmax(280px, 1fr) repeat(4, auto) 150px;
	margin-bottom: 52px;
	padding: 28px;
}

.hawc-archive-filter input,
.hawc-archive-filter select {
	background: #fff;
	border: 0;
	border-radius: 999px;
	color: #153d63;
	font-size: 16px;
	height: 66px;
	letter-spacing: 0;
	padding: 0 26px;
}

.hawc-archive-filter input {
	font-size: 20px;
}

.hawc-archive-filter select {
	background-color: transparent;
	font-weight: 500;
	min-width: 120px;
	padding: 0 12px;
}

.hawc-archive-filter button {
	background: #007c89;
	border: 0;
	border-radius: 999px;
	color: #fff;
	cursor: pointer;
	font-size: 18px;
	height: 60px;
	letter-spacing: 1px;
	padding: 0 34px;
}

.hawc-archive-status {
	color: #a3a3a3;
	font-size: 18px;
	margin-bottom: 24px;
}

.hawc-archive-body {
	display: grid;
	gap: 48px;
	grid-template-columns: minmax(0, 1fr) minmax(420px, 44%);
}

.hawc-archive-left {
	background: #f0f5fb;
	border-radius: 34px;
	padding: 14px;
}

.hawc-archive-results {
	display: grid;
	gap: 28px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.hawc-property-card {
	background: #fff;
	border-radius: 30px;
	color: #153d63;
	display: block;
	padding: 12px 12px 24px;
	text-decoration: none;
	transition: transform 160ms ease, box-shadow 160ms ease;
}

.hawc-property-card:hover,
.hawc-property-card.is-hovered {
	box-shadow: 0 12px 26px rgba(21, 61, 99, 0.14);
	transform: translateY(-3px);
}

.hawc-property-card img {
	aspect-ratio: 1.65;
	border-radius: 24px;
	display: block;
	object-fit: cover;
	width: 100%;
}

.hawc-property-card-body {
	padding: 20px 18px 0;
}

.hawc-property-card-top {
	align-items: center;
	display: flex;
	gap: 12px;
	justify-content: space-between;
	margin-bottom: 12px;
}

.hawc-property-price {
	font-size: 28px;
	font-weight: 700;
	line-height: 1;
}

.hawc-property-meta {
	color: #333;
	display: flex;
	font-size: 14px;
	gap: 9px;
	white-space: nowrap;
}

.hawc-property-meta span {
	align-items: center;
	display: inline-flex;
	gap: 4px;
}

.hawc-property-meta img {
	display: inline-block;
	height: 16px;
	object-fit: contain;
	width: 16px;
}

.hawc-property-meta-fallback {
	color: #333;
	font-size: 11px;
	line-height: 1;
}

.hawc-property-card h3 {
	color: #333;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1.25;
	margin: 0 0 6px;
}

.hawc-property-card p {
	color: #aaa;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.3;
	margin: 0;
}

.hawc-archive-map-wrap {
	min-height: 650px;
	position: sticky;
	top: 24px;
}

.hawc-archive-map {
	background: #eef2f5;
	height: 100%;
	min-height: 650px;
	overflow: hidden;
	width: 100%;
}

.hawc-price-marker {
	align-items: center;
	background: #fff;
	border: 2px solid #153d63;
	border-radius: 999px;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
	color: #153d63;
	display: flex;
	font-size: 14px;
	font-weight: 700;
	height: 34px;
	justify-content: center;
	min-width: 62px;
	padding: 0 10px;
	position: relative;
	transform-origin: center bottom;
	transition: transform 150ms ease, background 150ms ease, color 150ms ease;
	z-index: 600;
}

.hawc-price-marker::after {
	background: #fff;
	border-bottom: 2px solid #153d63;
	border-right: 2px solid #153d63;
	bottom: -7px;
	content: "";
	height: 12px;
	position: absolute;
	transform: rotate(45deg);
	width: 12px;
}

.hawc-price-marker.is-active {
	background: #153d63;
	color: #fff;
	transform: scale(1.18);
	z-index: 1000;
}

.hawc-price-marker.is-active::after {
	background: #153d63;
}

.hawc-map-popup {
	max-width: 210px;
}

.hawc-map-popup img {
	border-radius: 10px;
	display: block;
	height: 110px;
	object-fit: cover;
	width: 100%;
}

.hawc-map-popup strong {
	color: #153d63;
	display: block;
	font-size: 15px;
	margin: 8px 0 4px;
}

.hawc-map-popup span {
	color: #153d63;
	font-weight: 700;
}

.hawc-price-marker-icon,
.leaflet-marker-icon:has(.hawc-price-marker) {
	background: transparent !important;
	border: 0 !important;
	overflow: visible !important;
	z-index: 600 !important;
}

.hawc-archive-pagination {
	align-items: center;
	display: flex;
	gap: 12px;
	margin: 28px 0 0;
}

.hawc-archive-pagination button,
.hawc-archive-pagination span {
	align-items: center;
	background: transparent;
	border: 0;
	border-radius: 50%;
	color: #333;
	display: inline-flex;
	font-size: 20px;
	height: 38px;
	justify-content: center;
	min-width: 38px;
}

.hawc-archive-pagination button {
	cursor: pointer;
}

.hawc-archive-pagination button.is-active {
	background: #153d63;
	color: #fff;
}

.hawc-archive-pagination .hawc-page-shell {
	background: #eef4fa;
	border-radius: 999px;
	display: inline-flex;
	gap: 10px;
	padding: 8px 12px;
}

@media (max-width: 1100px) {
	.hawc-archive-filter {
		grid-template-columns: 1fr 1fr;
	}

	.hawc-archive-body {
		grid-template-columns: 1fr;
	}

	.hawc-archive-map-wrap {
		min-height: 420px;
		position: relative;
		top: auto;
	}

	.hawc-archive-map {
		min-height: 420px;
	}
}

@media (max-width: 680px) {
	.hawc-archive-filter,
	.hawc-archive-results {
		grid-template-columns: 1fr;
	}
}
