.map-container {
    display: flex;
    height: 600px;
    width: 100%;
}

.map-locations {
    width: 20%;
    overflow-y: auto;
    padding: 10px;
    border-right: 1px solid #ccc;
    box-sizing: border-box;
}

.location-item {
    cursor: pointer;
    padding: 10px;
    border-bottom: 1px solid #eee;
}

.location-item:hover {
    background-color: #f5f5f5;
}

.acf-map {
    width: 80%;
}

.location-name{
	font-weight: 700;
	font-size: 16px;
	text-align: left;
}

.location-address{
	font-size: 14px;
	text-align: left;
}
