.bm-property-map-list-widget {
	width: 100%;
}

.bm-property-map-list-widget__map {
	height: 520px;
	width: 100%;
	background: #d8dce0;
}

.bm-property-map-list-widget__mobile-controls {
	display: none;
}

.bm-property-map-list-widget__filters-panel {
	margin-left: auto;
	margin-right: auto;
}

.bm-property-map-list-widget__filters-overlay {
	display: none;
}

.bm-property-map-list-widget .leaflet-control-attribution {
	display: none !important;
}

.bm-property-map-list-widget .leaflet-control-container .leaflet-control-attribution {
	display: none !important;
}

.bm-property-map-list-widget .leaflet-tile {
	filter: none;
}

.bm-property-map-list-widget .leaflet-control-zoom {
	border: 1px solid rgba(0, 0, 0, 0.2);
	box-shadow: none;
	border-radius: 0;
}

.bm-property-map-list-widget .leaflet-control-zoom a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-weight: 400;
	color: #111;
	border-radius: 0;
}

.bm-property-map-list-widget__map-pin {
	filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.28));
}

.bm-property-map-list-widget .leaflet-popup-content-wrapper {
	border-radius: 12px;
	box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
	padding: 1px;
}

.bm-property-map-list-widget .leaflet-popup-content {
	margin: 0;
	padding: 14px 16px;
}

.bm-property-map-list-widget .leaflet-popup-tip {
	background: #fff;
	box-shadow: none;
}

.bm-property-map-list-widget .leaflet-popup-close-button {
	top: 4px !important;
	right: 4px !important;
	font-size: 16px !important;
	color: rgba(0, 0, 0, 0.45) !important;
}

.bm-property-map-list-widget__filters {
	background: var(--e-global-color-text);
	padding: 25px 60px;
	display: grid;
	grid-template-columns: 1.35fr repeat(5, minmax(130px, 1fr)) auto auto;
	gap: 10px;
	align-items: end;
}

.bm-property-map-list-widget__filters-header {
	display: none;
}

.bm-property-map-list-widget__filter-group {
	display: flex;
	flex-direction: column;
	gap: 6px;
	position: relative;
	opacity: 0;
	transform: translateX(-16px);
	animation: bmPropertyFilterIn 360ms cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.bm-property-map-list-widget__select-wrap {
	position: relative;
}

.bm-property-map-list-widget__filter-group label {
	font-size: 0.65rem;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: 700;
	color: rgba(255, 255, 255, 0.75);
}

.bm-property-map-list-widget__filter-group input,
.bm-property-map-list-widget__filter-group select {
	height: 40px;
	width: 100%;
	border: 1px solid rgba(255, 255, 255, 0.12);
	background: rgba(255, 255, 255, 0.06);
	color: #fff;
	padding: 0 12px;
	font-size: 0.9rem;
	border-radius: 0;
	transition: border-color 180ms ease;
}

.bm-property-map-list-widget__filter-group input:focus,
.bm-property-map-list-widget__filter-group input:focus-visible,
.bm-property-map-list-widget__filter-group input:active,
.bm-property-map-list-widget__filter-group select:focus,
.bm-property-map-list-widget__filter-group select:focus-visible,
.bm-property-map-list-widget__filter-group select:active {
	outline: none;
	border: 1px solid var(--e-global-color-secondary);
}

.bm-property-map-list-widget__filter-group select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	padding-right: 36px;
	background-image: none;
}

.bm-property-map-list-widget__filter-group select::-ms-expand {
	display: none;
}

.bm-property-map-list-widget__select-caret {
	position: absolute;
	right: 12px;
	top: 50%;
	transform: translateY(-50%);
	color: rgba(255, 255, 255, 0.78);
	pointer-events: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: color 180ms ease;
}

.bm-property-map-list-widget__filter-group--select:focus-within .bm-property-map-list-widget__select-caret,
.bm-property-map-list-widget__filter-group--select:hover .bm-property-map-list-widget__select-caret {
	color: var(--e-global-color-secondary);
}

.bm-property-map-list-widget__filter-group select option {
	color: #111;
}

.bm-property-map-list-widget__clear-filters {
	font-family: 'Public Sans', sans-serif !important;
	font-size: 0.65rem!important;
	text-transform: uppercase!important;
	letter-spacing: 0.12em!important;
	font-weight: 700!important;
	color: rgba(255, 255, 255, 0.4)!important;
	background: none!important;
	border: 1px solid rgba(255, 255, 255, 0.12)!important;
	padding: 13px 12px!important;
	cursor: pointer!important;
	transition: color 0.2s, border-color 0.2s;
	white-space: nowrap;
	opacity: 0;
	transform: translateX(-16px);
	animation: bmPropertyFilterIn 360ms cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.bm-property-map-list-widget__clear-filters:hover {
	color: #fff!important;
	border-color: var(--e-global-color-secondary)!important;
}

.bm-property-map-list-widget__mobile-apply-filters {
	display: none;
}

.bm-property-map-list-widget__count {
	color: rgba(255, 255, 255, 0.55);
	font-size: 0.72rem;
	white-space: nowrap;
	padding-bottom: 10px;
	opacity: 0;
	transform: translateX(-16px);
	animation: bmPropertyFilterIn 360ms cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.bm-property-map-list-widget__filters .bm-property-map-list-widget__filter-group:nth-of-type(1) { animation-delay: 40ms; }
.bm-property-map-list-widget__filters .bm-property-map-list-widget__filter-group:nth-of-type(2) { animation-delay: 80ms; }
.bm-property-map-list-widget__filters .bm-property-map-list-widget__filter-group:nth-of-type(3) { animation-delay: 120ms; }
.bm-property-map-list-widget__filters .bm-property-map-list-widget__filter-group:nth-of-type(4) { animation-delay: 160ms; }
.bm-property-map-list-widget__filters .bm-property-map-list-widget__filter-group:nth-of-type(5) { animation-delay: 200ms; }
.bm-property-map-list-widget__filters .bm-property-map-list-widget__filter-group:nth-of-type(6) { animation-delay: 240ms; }
.bm-property-map-list-widget__filters .bm-property-map-list-widget__clear-filters { animation-delay: 280ms; }
.bm-property-map-list-widget__filters .bm-property-map-list-widget__count { animation-delay: 320ms; }

@keyframes bmPropertyFilterIn {
	from {
		opacity: 0;
		transform: translateX(-16px);
	}
	to {
		opacity: 1;
		transform: translateX(0);
	}
}

.bm-property-map-list-widget__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 2px;
	margin-top: 0;
}

.bm-property-map-list-widget__active-filters {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
	padding: 0 60px 20px;
	background: var(--e-global-color-text);
}

.bm-property-map-list-widget__active-filters[hidden] {
	display: none !important;
}

.bm-property-map-list-widget__active-filters-label {
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.75);
}

.bm-property-map-list-widget__active-filters-list {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.bm-property-map-list-widget__active-filter-pill {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	padding: 5px 10px!important;
	border: 1px solid rgba(255, 255, 255, 0.16)!important;
	background: rgba(255, 255, 255, 0.06)!important;
	color: #fff!important;
	font-size: 0.6rem!important;
	line-height: 1.2;
	cursor: pointer;
	transition: color 0.2s, border-color 0.2s, background-color 0.2s;
}

.bm-property-map-list-widget__active-filter-pill:hover,
.bm-property-map-list-widget__active-filter-pill:focus-visible {
	border-color: var(--e-global-color-secondary);
	color: var(--e-global-color-secondary);
	outline: none;
}

.bm-property-map-list-widget__active-filter-pill-remove {
	font-size: 0.9rem;
	line-height: 1;
	opacity: 0.85;
}

.bm-property-map-list-widget__card {
	position: relative;
	overflow: hidden;
	background: #1f2328;
	transition: box-shadow 200ms ease;
	opacity: 0;
	transform: translateX(-20px);
	animation: bmPropertyCardIn 420ms cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.bm-property-map-list-widget__card:nth-child(1) { animation-delay: 40ms; }
.bm-property-map-list-widget__card:nth-child(2) { animation-delay: 80ms; }
.bm-property-map-list-widget__card:nth-child(3) { animation-delay: 120ms; }
.bm-property-map-list-widget__card:nth-child(4) { animation-delay: 160ms; }
.bm-property-map-list-widget__card:nth-child(5) { animation-delay: 200ms; }
.bm-property-map-list-widget__card:nth-child(6) { animation-delay: 240ms; }
.bm-property-map-list-widget__card:nth-child(7) { animation-delay: 280ms; }
.bm-property-map-list-widget__card:nth-child(8) { animation-delay: 320ms; }
.bm-property-map-list-widget__card:nth-child(9) { animation-delay: 360ms; }

@keyframes bmPropertyCardIn {
	from {
		opacity: 0;
		transform: translateX(-20px);
	}
	to {
		opacity: 1;
		transform: translateX(0);
	}
}

.bm-property-map-list-widget__card:hover {
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.16);
}

.bm-property-map-list-widget__card-link {
	display: block;
	text-decoration: none;
	color: inherit;
}

.bm-property-map-list-widget__card-image-wrap {
	height: 360px;
	overflow: hidden;
}

@media (min-width: 768px) {
	.bm-property-map-list-widget__card-image-wrap {
		height: 315px;
		min-height: 315px;
	}
}

.bm-property-map-list-widget__card-image {
	width: 100%;
	height: 100% !important;
	object-fit: cover;
	display: block;
	transform: translateZ(0) scale(1);
	transform-origin: center center;
	transition: transform 320ms cubic-bezier(0.22, 1, 0.36, 1);
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	will-change: transform;
}

.bm-property-map-list-widget__card-link:hover .bm-property-map-list-widget__card-image,
.bm-property-map-list-widget__card-link:focus-visible .bm-property-map-list-widget__card-image {
	transform: scale(1.04);
}

.bm-property-map-list-widget__card-content {
	background: var(--e-global-color-text);
	padding: 28px 32px;
	color: #fff;
}

.bm-property-map-list-widget__card-eyebrow {
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	margin-bottom: 8px;
	color: var(--e-global-color-secondary);
}

.bm-property-map-list-widget__card-title {
	margin: 0;
	font-size: 1.3rem!important;
	font-weight: 400 !important;
	line-height: 1.1;
	color: #fff;
}

.bm-property-map-list-widget__card-location {
	margin-top: 6px;
	font-size: 0.8rem;
	color: var(--e-global-color-6c3fc0f)!important;
}

.bm-property-map-list-widget__card-link-text {
	margin-top: 18px;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--e-global-color-primary);
}

.bm-property-map-list-widget__card-link-text span[aria-hidden="true"] {
	display: inline-block;
	transform: translateX(0);
	transition: transform 200ms ease;
}

.bm-property-map-list-widget__card:hover .bm-property-map-list-widget__card-link-text span[aria-hidden="true"] {
	transform: translateX(4px);
}

.bm-property-map-list-widget__popup {
	min-width: 220px;
	max-width: 230px;
}

.bm-property-map-list-widget__popup-eyebrow {
	font-size: 0.65rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--e-global-color-primary);
	margin-bottom: 6px;
}

.bm-property-map-list-widget__popup-title {
	font-size: 0.95rem;
	font-family: var(--e-global-typography-primary-font-family);
	line-height: 1.02;
	font-weight: 600;
	color: var(--e-global-color-text);
	margin: 8px 0 5px;
}

.bm-property-map-list-widget__popup-address {
	font-size: 0.8rem;
	font-family: var(--e-global-typography-primary-font-family);
	font-weight: 300;
	color: #8A9497;
	line-height: 1.5;
	margin: 5px 0 10px!important;
}

.bm-property-map-list-widget__popup-link {
	font-size: 0.72rem;
	font-weight: 700;
	color: var(--e-global-color-primary)!important;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	text-decoration: none;
}

@media (max-width: 1280px) {
	.bm-property-map-list-widget__filters {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

@media (max-width: 1024px) {
	.bm-property-map-list-widget__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	body.bm-property-map-list-filters-open {
		overflow: hidden;
	}

	.bm-property-map-list-widget__map {
		height: 420px;
	}

	.bm-property-map-list-widget__mobile-controls {
		display: flex;
		align-items: center;
		justify-content: space-between;
		background: var(--e-global-color-text);
		padding: 12px 16px;
	}

	.bm-property-map-list-widget__mobile-filter-toggle {
		border: none;
		background: transparent;
		color: #fff;
		font-size: 0.8rem;
		font-weight: 700;
		letter-spacing: 0.1em;
		text-transform: uppercase;
		cursor: pointer;
	}

	.bm-property-map-list-widget__mobile-controls .bm-property-map-list-widget__count {
		padding-bottom: 0;
	}

	.bm-property-map-list-widget__filters-panel {
		position: fixed;
		inset: 0;
		max-width: none;
		z-index: 10030;
		pointer-events: none;
	}

	.bm-property-map-list-widget__filters-overlay {
		display: block;
		position: absolute;
		inset: 0;
		background: rgba(0, 0, 0, 0.45);
		opacity: 0;
		transition: opacity 220ms ease;
	}

	.bm-property-map-list-widget__filters {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		max-width: 100%;
		overflow-y: auto;
		padding: 18px 16px 20px;
		grid-template-columns: 1fr;
		align-content: start;
		transform: translateX(100%);
		transition: transform 260ms ease;
	}

	.bm-property-map-list-widget.is-filters-open .bm-property-map-list-widget__filters-panel {
		pointer-events: auto;
	}

	.bm-property-map-list-widget.is-filters-open .bm-property-map-list-widget__filters-overlay {
		opacity: 1;
	}

	.bm-property-map-list-widget.is-filters-open .bm-property-map-list-widget__filters {
		transform: translateX(0);
	}

	.bm-property-map-list-widget__filters-header {
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin-bottom: 8px;
	}

	.bm-property-map-list-widget__filters-title {
		color: #fff;
		font-size: 0.9rem;
		font-weight: 700;
		text-transform: uppercase;
		letter-spacing: 0.1em;
	}

	.bm-property-map-list-widget__filters-close {
		border: none;
		background: transparent;
		color: #fff;
		font-size: 32px;
		line-height: 1;
		padding: 0;
		cursor: pointer;
	}

	.bm-property-map-list-widget__clear-filters {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		height: 44px;
		width: 100%;
		padding: 0;
	}

	.bm-property-map-list-widget__mobile-apply-filters {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		height: 44px;
		width: 100%;
		border: 1px solid var(--e-global-color-secondary);
		background: var(--e-global-color-secondary);
		color: var(--e-global-color-text);
		font-size: 0.78rem;
		font-weight: 700;
		letter-spacing: 0.1em;
		text-transform: uppercase;
		cursor: pointer;
		margin-top: 4px;
	}

	.bm-property-map-list-widget__filters .bm-property-map-list-widget__count {
		padding-bottom: 0;
	}

	.bm-property-map-list-widget__filter-group label {
		font-size: 0.62rem;
	}

	.bm-property-map-list-widget__filter-group input,
	.bm-property-map-list-widget__filter-group select {
		height: 44px;
	}

	.bm-property-map-list-widget__filters {
		grid-template-columns: 1fr;
	}

	.bm-property-map-list-widget__grid {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.bm-property-map-list-widget__card-image-wrap {
		height: 300px;
	}

	.bm-property-map-list-widget__active-filters {
		padding: 18px 16px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.bm-property-map-list-widget__card,
	.bm-property-map-list-widget__card-image,
	.bm-property-map-list-widget__card-link-text span[aria-hidden="true"],
	.bm-property-map-list-widget__filter-group,
	.bm-property-map-list-widget__clear-filters,
	.bm-property-map-list-widget__count,
	.bm-property-map-list-widget__filters-overlay,
	.bm-property-map-list-widget__filters {
		transition: none !important;
		animation: none !important;
		opacity: 1;
		transform: none;
	}
}

