.map{
	height:100%;
}
.map-row{
	display: grid;
	grid-template-columns: 360px auto;
	gap:20px;
	width: 100%;
}
.map-properties{
	width:100%;
	display:flex;
	flex-direction: column;
	min-width:0;
	gap:10px;
	max-height:700px;
	overflow-y: auto;
	cursor:grab;
	scrollbar-width: none;
  	-ms-overflow-style: none;
}
@media only screen and (max-width: 800px) {
	.map-row{
		display: flex;
		flex-direction: column-reverse;
		gap:20px;
		justify-content:center;
	}
	.map-container,
	.map,
	.map__blank,
	.pro_finder_map_view{
		min-height: 500px;
	}
	.map-properties{
		max-width: 380px;
    	align-self: center;
	}	
}

.map-properties::-webkit-scrollbar {
	display: none;
}
.map-properties.grabbing {
    cursor: grabbing;
  }
.map-container{
	display: block;
	width:100%;
}
.expand_park_item{
	display:flex;
	flex-direction: column;
	padding:16px;
	background-color: #ffffff;
	border-radius:5px;
}
.expand_park_item_top{
	width:100%;
	margin-bottom:10px;
}
.expand_park_item_top h2{
	font-size: 24px;
	font-weight: 400;
	line-height: 36px;
	text-align: left;
	color:#1E2323;
}
.expand_park_item_top p{
	font-size: 14px;
	font-weight: 400;
	line-height: 21px;
	text-align: left;
	color:#1E2323;
}
.expand_park_item_swiper{
	min-width:0;
}
.expand_park_item_swiper_image img{
	width:100%;
	height:auto;
}
.swiper-pagination-bullet{
	width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 50%;
    background: #fff;
    opacity: 1;
}
.swiper-pagination-bullet-active{
	background: #fff;
    opacity: 0.5;
}
.expand_park_item_content{
	width:100%;
	margin-top:10px;
	margin-bottom:20px;
}
.expand_park_item_desc {
	overflow: hidden;
	font-size: 13px;
	font-weight: 400;
	line-height: 19.5px;
	text-align: left;
	color:#898D8E;
}
.expand_park_item_content span{
	font-size: 13px;
	font-weight: 700;
	line-height: 19.5px;
	text-align: left;
	color:#1E2323;
}
.expand_park_item_desc ul{
	margin-bottom: 15px;
}
.expand_park_item_desc ul li{
	margin-bottom: 15px;
}
.expand_park_item_desc ul li:last-child{
	margin-bottom: 0px;
}

.expand_park_item_features {
	margin-bottom: 24px;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}
.expand_park_item_features > div {
	flex: 0 0 calc(50% - 8px);
	max-width: calc(50% - 8px);
}
.expand_park_item_features p {
	font-size: 20px;
	font-weight: 700;
	line-height: 30px;
	text-align: left;
	color: #1E2323;
}
.expand_park_item_features span {
	font-size: 12px;
	font-weight: 400;
	line-height: 21.6px;
	letter-spacing: 0.05em;
	text-align: left;
	text-transform: uppercase;
	color: #1E2323;
}
.expand_park_item_features_icon {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px 32px;
	flex-wrap: wrap;
}
.expand_park_item_features_icon button {
	font-size: 12px;
	line-height: 160%;
	letter-spacing: -0.05em;
	text-transform: capitalize;
	color: #1E2323;
	border-bottom: 1px solid #1E2323;
	padding-bottom: 4px;
	padding: 0px;
}
.expand_park_item_content_cta {
	gap: 10px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: center;
	justify-content: center;
}
.expand_park_item_content_cta a.park_detail_cta {
	font-size: 12px;
	line-height: 160%;
	letter-spacing: -0.05em;
	text-transform: capitalize;
	text-align:center;
	color: #1E2323;
	border-bottom: 1px solid #1E2323;
	padding-bottom: 4px;
	width:fit-content
}
.expand_park_item_content_cta .btn.btn-orange {
	padding: 8px 16px;
	background: #E94E1B;
	text-align: center;
	width:100%;
	justify-content: center;
	cursor: pointer;
}