.sl-wrapper-4ccb63ab {
	display: flex;
	flex-direction: row;
	width: 100%;
	border: 1px solid #e5e5e5;
	border-radius: 8px;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.sl-sidebar-4ccb63ab {
	width: 35%;
	display: flex;
	flex-direction: column;
	background: #fafafa;
	border-right: 1px solid #e5e5e5;
}

.sl-search-container-4ccb63ab {
	padding: 15px;
	border-bottom: 1px solid #e5e5e5;
	background: #fff;
}

.sl-search-input-4ccb63ab {
	width: 100%;
	padding: 10px 15px;
	border: 1px solid #ddd;
	border-radius: 4px;
	font-size: 14px;
	box-sizing: border-box;
}

.sl-search-input-4ccb63ab:focus {
	outline: none;
	border-color: #a8a8a8;
}

.sl-list-4ccb63ab {
	flex: 1;
	overflow-y: auto;
}

.sl-list-item-4ccb63ab {
	padding: 15px;
	border-bottom: 1px solid #eee;
	cursor: pointer;
	transition: background 0.2s ease;
}

.sl-list-item-4ccb63ab:hover,
.sl-list-item-4ccb63ab.active {
	background: #f0f0f0;
}

.sl-list-item-title-4ccb63ab {
	margin: 0 0 5px;
	font-size: 16px;
	font-weight: 600;
	color: #333;
}

.sl-list-item-address-4ccb63ab {
	margin: 0;
	font-size: 13px;
	color: #666;
	line-height: 1.4;
}

.sl-map-container-4ccb63ab {
	width: 65%;
	position: relative;
}

.sl-map-4ccb63ab {
	width: 100%;
	height: 500px; /* Default height, can be overridden by widget settings */
	z-index: 1; /* Leaflet creates stacking contexts */
}

/* Leaflet Popup Styling */
.sl-popup-content-4ccb63ab {
	text-align: center;
	max-width: 200px;
}

.sl-popup-image-4ccb63ab {
	width: 100%;
	height: 120px;
	object-fit: cover;
	border-radius: 4px;
	margin-bottom: 10px;
}

.sl-popup-title-4ccb63ab {
	margin: 0 0 5px;
	font-size: 15px;
	font-weight: 600;
	color: #333;
}

.sl-popup-address-4ccb63ab {
	margin: 0;
	font-size: 13px;
	color: #666;
}

/* Responsive Styles */
@media (max-width: 767px) {
	.sl-wrapper-4ccb63ab {
		flex-direction: column-reverse;
	}
	.sl-sidebar-4ccb63ab {
		width: 100%;
		border-right: none;
		border-top: 1px solid #e5e5e5;
		max-height: 300px !important;
	}
	.sl-map-container-4ccb63ab {
		width: 100%;
	}
	.sl-map-4ccb63ab {
		height: 350px !important;
	}
}