body .smart-lu-hide,
body .smart-lu-header .smart-lu-hide {
	display: none;
}
.smart-lu-map-wrapper {
	width: 100%;
}
.smart-lu-map-wrapper .smart-lu-left {
	-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .3);
    box-shadow: 0 0 6px rgba(0, 0, 0, .3);
}
.smart-lu-map-wrapper .smart-lu-right {
	position: sticky;
    height: 100vh;
    top: 0;
}
.smart-lu-header {
	position: relative;
	padding: 3px 10px;
	cursor: pointer;
	padding-left: 10px;
    padding-right: 10px;
    padding-top: 15px;
}
#smart-lu-input {
	padding: 10px;
    min-height: 48px;
    width: 100%;
    border-radius: 3px;
    border: 1px solid;
    padding-left: 45px;
    padding-right: 45px;
    font-size: 17px;
}
.smart-lu-search-wrapper {
	position: relative;
}
.smart-lu-search-wrapper .smart-lu-search-icon {
	position: absolute;
	left: 9px;
    top: 9px;
}
.smart-lu-search-wrapper .smart-lu-close-icon {
	position: absolute;
    right: 14px;
    top: 14px;
    cursor: pointer;
}
.smart-lu-header.focus label {
	font-weight: normal;
    font-size: 13px;
}
#smart-lu-auto-complete-results {
	list-style: none;
    margin: 0;
    padding: 10px;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(60, 64, 67, .3), 0 2px 6px rgba(60, 64, 67, .15);
    z-index: 9999999999;
}
#smart-lu-auto-complete-results li {
	margin-bottom: 14px;
	display: flex;
    gap: 5px;
    width: 100%;
    padding: 6px;
}
#smart-lu-auto-complete-results li:hover,
#smart-lu-auto-complete-results li:focus,
#smart-lu-auto-complete-results li:active {
	background-color: #233f8c;
    -webkit-box-shadow: 0 5px 20px 0 rgb(0 0 0 / 20%), 0 13px 24px -11px #233f8c;
    box-shadow: 0 5px 20px 0 rgb(0 0 0 / 20%), 0 13px 24px -11px #233f8c;
    border-radius: 3px;
    color: #fff;
    filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.2));
}
#smart-lu-auto-complete-results li:hover svg,
#smart-lu-auto-complete-results li:focus svg,
#smart-lu-auto-complete-results li:active svg {
	fill: #fff;
}
#smart-lu-auto-complete-results li:last-child {
	margin-bottom: 0;
}
.smart-lu-header label {
	font-weight: bold;
	position: absolute;
    top: 30%;
    width: 100%;
    cursor: pointer;
    font-size: 15px;
    color: #fff;
    transition: font-size 0.2s ease, font-weight 0.2s ease;
}
.smart-lu-header.focus label {
	top: 14%;
    margin-bottom: 0;
}
.smart-lu-header.focus input[type="text"] {
	display: block;
	box-sizing: border-box;
    -webkit-box-sizing:border-box;
    -moz-box-sizing: border-box;
}
.smart-lu-header input[type="text"]:hover,
.smart-lu-header input[type="text"]:active,
.smart-lu-header input[type="text"]:focus {
	outline: none;
}
.smart-lu-body {
	padding: 10px;
	padding-top: 0;
}
.smart-lu-mileage-pins {
	margin-top: 20px;
}
.smart-lu-header h3,
.smart-lu-sidebar .smart-lu-body .smart-lu-sidebar-section h3 {
	margin: 0;
	font-weight: bold;
	font-size: 17px;
}
.smart-lu-header h3 {
	margin-bottom: 10px;
}
.smart-lu-description {
	margin-top: 15px;
}
.smart-lu-zone-pins,
.smart-lu-sidebar-section {
	margin-top: 20px;
	margin-bottom: 20px;
}
.smart-lu-sidebar .smart-lu-body .smart-lu-sidebar-section ul {
	list-style: none;
	margin: 0;
	margin-top: 20px;
	padding: 0;
}
.smart-lu-sidebar-section ul li {
	display: flex;
	align-items: center;
	cursor: pointer;
	margin: 0;
	margin-bottom: 5px;
	padding: 10px;
	background-color: transparent;
}
.smart-lu-sidebar-section ul li:last-child {
	margin-bottom: 0;
}
.smart-lu-sidebar-section ul .active,
.smart-lu-sidebar-section ul li:hover,
.smart-lu-sidebar-section ul li:focus,
.smart-lu-sidebar-section ul li:active {
    background-color: #233f8c;
    -webkit-box-shadow: 0 5px 20px 0 rgb(0 0 0 / 20%), 0 13px 24px -11px #233f8c;
    box-shadow: 0 5px 20px 0 rgb(0 0 0 / 20%), 0 13px 24px -11px #233f8c;
    border-radius: 3px;
    color: #fff;
    filter: drop-shadow(0 0 2px rgba(0,0,0,0.2));
}
.smart-lu-sidebar-section ul .active .smart-lu-circle,
.smart-lu-sidebar-section ul li:hover .smart-lu-circle,
.smart-lu-sidebar-section ul li:focus .smart-lu-circle,
.smart-lu-sidebar-section ul li:active .smart-lu-circle {
    filter: drop-shadow(0 0 0.3px rgba(255, 255, 255, 0.6));
    -webkit-filter: drop-shadow(0 0 0.3px rgba(255, 255, 255, 0.6));
}
.smart-lu-heading-wrapper {
	position: relative;
	cursor: pointer;
	padding-left: 10px;
}
.smart-lu-sidebar .smart-lu-heading-wrapper img {
	transition: transform 0.2s ease;
	position: absolute;
    border-radius: 0;
    box-shadow: none;
    top: 0;
    right: 0;
}
.smart-lu-circle {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 10px;
	border-radius: 50%;
	background-color: transparent;
	border: 4px solid #233f8c;
}
#smart-lu-map {
    height: 100vh;
}
.smart-lu-map-wrapper .gm-ui-hover-effect {
	outline: none;
}
.smart-lu-map-wrapper .gm-style .gm-style-iw-d {
	font-size: 16px;
}
.smart-lu-map-wrapper {
	position: relative;
}
.admin-bar .smart-lu-map-wrapper .smart-lu-right {
	top: 34px;
}
#smart-lu-auto-complete-results .place-name {
	font-weight: bold;
}

/*
 * Desktop
 */
@media only screen and (min-width: 768px) {
	.smart-lu-sidebar-section.open .smart-lu-heading-wrapper img {
		transform: rotate(180deg);
	}
	.smart-lu-sidebar-section:not(.open) .smart-lu-wrapper {
		display: none;
	}
	.smart-lu-map-wrapper {
		display: flex;
	}
	.smart-lu-map-wrapper .smart-lu-left {
		flex: 0 0 33%;
	}
	.smart-lu-map-wrapper .smart-lu-right {
		flex: 0 0 67%;
	}
}

/*
 * Mobile
 */
@media only screen and (max-width: 767px) {
	.smart-lu-sidebar-section.open .smart-lu-wrapper {
		display: none;
	}
	.smart-lu-sidebar-section:not(.open) .smart-lu-heading-wrapper img {
		transform: rotate(180deg);
	}

}
