.dur-stores-wrapper {
	display: flex;
	gap: 20px;
	flex-wrap: nowrap;
	margin: 20px 0;
}

.dur-stores-sidebar {
	padding: 0 10px;
	flex: 1 1 250px;
}

.dur-stores-map-container {
	flex: 3 1 600px;
}

.dur-stores-map {
	width: 100%;
	height: 450px;
	background: #eee;
}

#dur-stores-list {
	max-height: 380px;
	overflow-y: auto;
	padding-right: 10px;
}

.dur-store-item {
	padding: 10px 0px;
	border-bottom: 1px solid #ddd;
	cursor: pointer;
}

.dur-store-item:last-child {
    border-bottom: none;
}
.dur-store-item:hover {
	background: #fafafa;
}

.dur-store-item,
.dur-popup {
    font-family: "Cera", sans-serif;
    font-weight: 300;
    font-size: 13px;
    color: #0D2240;
}

.dur-store-city,
.dur-popup-city {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 6px;
}

.dur-store-line,
.dur-popup-line {
    margin: 4px 0;
    color: #898989;
    display: flex;
    align-items: center;
}

.dur-store-phone,
.dur-popup-phone {
    color: #192857;
    text-decoration: none;
}

.dur-store-directions,
.dur-popup-directions {
    color: #192857;
    text-decoration: none;
    font-weight: 300;
}

.dur-store-line svg,
.dur-popup-line svg {
    margin-right: 6px;
    flex-shrink: 0;
}

#dur-store-city-filter-label {
    font-size: 20px;
    font-weight: 300;
}

.dur-stores-sidebar label {
    font-size: 20px;
    font-weight: 300;
}