#properties-map-container {
	display: flex;
}

/*#map {*/
/*	width: 70%;*/
/*	height: 100vh;*/
/*	float: left;*/
/*}*/

/*#properties-list {*/
/*	width: 30%;*/
/*	height: 100vh;*/
/*	overflow-y: scroll;*/
/*	float: right;*/
/*}*/

.info-window img {
	max-width: 100%;
	height: auto;
}

.info-window h4 {
	margin-top: 10px;
	font-size: 16px;
	font-weight: bold;
}

.info-window p {
	margin: 5px 0;
}

.property-item.highlight {
	background-color: #f0f0f0; /* Highlight color */
	transition: background-color 0.3s ease; /* Smooth transition */
}
