.btn-directions {
	display: block;
	width: 100%;
	padding: 8px 12px;
	margin-top: 10px;
	background-color: #3b82f6;
	color: white;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	font-size: 14px;
	font-weight: bold;
}
.btn-directions:hover {
	background-color: #2563eb;
} 

.mapboxgl-ctrl-geocoder--input,
.mapboxgl-ctrl-geocoder {
	display: none !important;
}
.mapboxgl-ctrl-top-left {
display: none !important;
}
.sidebar {
top: 0;
left: 0;
overflow: hidden;
}

.pad2 {
padding: 20px;
}

.map {
position: absolute;
left: 0%;
width: 100%;
top: 0;
bottom: 0;
}

h1 {
font-size: 22px;
margin: 0;
font-weight: 400;
line-height: 20px;
padding: 20px 2px;
}

a {
color: #404040;
text-decoration: none;
}

a:hover {
color: #101010;
}

.listings {
overflow: auto;
}

.listings .item {
text-decoration: none;
}

.listings .item:last-child {
border-bottom: none;
}

.listings .item .title {
	display: block;
	color: oklch(24.354% 0.00003 271.152);
	padding-left: 20px; 
	padding-bottom: 5px; 
	padding-top: 5px;
}

.listings .item .title small {
font-weight: 11px;
}

.listings .item.active .title,
.listings .item .title:hover {
color: #848584; 
background-color: #e7e6e657;
}

.listings .item.active {
background-color: #e7e6e657; 
color: #848584;
}

::-webkit-scrollbar {
width: 3px;
height: 3px;
border-left: 0;
background: rgb(0 0 0 / 10%);
}

::-webkit-scrollbar-track {
background: none;
}

::-webkit-scrollbar-thumb {
background: #00853e;
border-radius: 0;
}

.marker {
border: none;
cursor: pointer;
height: 56px;
width: 56px;
background-image: url('marker.png');
}

/* Marker tweaks */
.mapboxgl-popup {
padding-bottom: 40px;
z-index: 9;
}

.mapboxgl-popup-close-button {
display: none;
}

.mapboxgl-popup-content {
font:400 15px/22px 'Source Sans Pro', 'Helvetica Neue', sans-serif;
padding: 0;
width: 230px; 
border-radius:10px 10px 10px 10px;
}

.mapboxgl-popup-content h3 {
background: #91c949;
color: #fff;
margin: -15px 0 0;
padding: 10px;
border-radius: 3px 3px 0 0;
font-weight: 700;
}

.mapboxgl-popup-content h4 {
margin: 0;
padding: 10px;
font-weight: 400;
}

.mapboxgl-popup-content div {
padding: 0px;
}

.mapboxgl-popup-anchor-top > .mapboxgl-popup-content {
margin-top: 0px;
}

.mapboxgl-popup-anchor-top > .mapboxgl-popup-tip {
border-bottom-color: #fefffd;
}

.mapboxgl-ctrl-geocoder {
border-radius: 0;
position: relative;
top: 0;
width: 800px;
margin-top: 0;
border: 0;
}

.mapboxgl-ctrl-geocoder > div {
min-width: 100%;
margin-left: 0;
}