.lm-wrap {
	display: flex;
	gap: 30px;
	flex-wrap: nowrap;
	justify-content: space-between;
}

.lm-list {
	list-style: none;
	margin: 0;
	padding: 0 30px 0 0;
	max-height: 420px;
	overflow: auto;
	width: calc(45% - 15px);
}

.lm-item {
	margin: 0 0 30px 0;
	border: 0 !important;
	border-bottom: 1px solid #585858 !important;
	border-radius: 0 !important;
	padding: 0 0 30px 0 !important;
}

.lm-item-btn {
	width: 100%;
	text-align: left;
	background: transparent !important;
	gap: 15px;
	cursor: pointer;
	display: flex;
	border: 0 !important;
	flex-direction: column;
	align-items: flex-start;
	box-shadow: none;
}

.lm-title {
	font-family: "CeraPro", Sans-serif;
	font-weight: 400;
	color: #585858 !important;
	display: block;
}

.lm-address {
	font-family: "CeraPro Light", Sans-serif;
	font-weight: 300;
	color: #585858 !important;
	display: block;
}

.lm-item:hover,
.lm-item.active {
	border-bottom-color: #000000 !important;
}
.lm-item:hover .lm-title,
.lm-item.active .lm-title {
	color: #000000 !important;
}
.lm-item:hover .lm-address,
.lm-item.active .lm-address {
	color: #000000 !important;
}


.lm-item-btn img {
	width: 42px;
	height: 42px;
	object-fit: cover;
	border-radius: 8px;
}


.lm-map {
	height: 420px;
	min-height: 280px;
	border-radius: 0;
	overflow: hidden;
	width: calc(55% - 15px);
}

.lm-popup strong {
	display: block;
	margin-bottom: 2px;
}