/**
 * ----------------------------------------------------------------------------
 * #.# Editor CSS
 *
 * BLOCK: 02-basic-esnext block CSS for the editor.
 * ----------------------------------------------------------------------------
 */
.wp-block-here-mobility-widget {

}

.here-warnings {
	position: relative;
	margin: 10px 15px 0;
	color: #721c24;
	font-size: 16px;
	padding: 10px;
	background-color: #f8d7da;
	border-color: #f5c6cb;
}

.autocomplete-suggestion-container {
	text-align: left;
	cursor: default;
	border: 1px solid #ccc;
	border-top: 0;
	background: #fff;
	box-shadow: -1px 1px 3px rgba(0, 0, 0, .1);

	/* core styles should not be changed */
	position: absolute;
	z-index: 9999;
	max-height: 125px;
	overflow-y: scroll;
	box-sizing: border-box;
	text-overflow: ellipsis;
	cursor: pointer;
}

.autocomplete-suggestion-container::-webkit-scrollbar {
	-webkit-appearance: none;
	width: 7px;
}

.autocomplete-suggestion-container::-webkit-scrollbar-thumb {
	border-radius: 4px;
	background-color: rgba(0, 0, 0, .5);
	-webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}

.autocomplete-suggestion-container .autocomplete-suggestion.highlighted {
	font-weight: normal;
	color: #00afaa;
}

.autocomplete-suggestion-container .no-found, .autocomplete-suggestion-container .autocomplete-suggestion {
	position: relative;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 14px;
	line-height: 41px;
	border-bottom: 1px solid #e9e9e9;
	color: #383c45;
	padding: 0 18px 0 8px;
}

.autocomplete-suggestion-container .no-found {
	font-style: italic;
}

.myautocomplete label {
	margin-bottom: 4px;
}

.myautocomplete input {
	width: 100%;
	border: 1px solid #8d96a0;
	border-radius: 4px;
	font-size: 13px;
	padding: 6px 8px;
	margin-bottom: 8px;
}

.display-container .components-notice.is-error {
	margin: 0;
}


.btn-round {
	width: 85px;
	height: 85px;
	box-shadow: 0 15px 20px 0 rgba(38, 136, 100, 0.29);
	background-color: #00afaa;
	border-radius: 50%;
	cursor: pointer;
}

.btn-round:before {
	content: url(../img/car.svg);
}

.btn-round:hover {
	box-shadow: 0 15px 20px 0 rgba(38, 136, 100, 0.29);
	background-color: #00908a;
}

.btn-rectangle {
	width: auto;
	height: 35px;
	border-radius: 3px;
	background-color: #00afaa;
	text-align: center;
	cursor: pointer;
}

.btn-rectangle:hover {
	background-color: #00908a;
}

.btn-rectangle span:before {
	content: url(../img/car2.svg);
}

.btn-text {
	width: auto;
	height: 35px;
	border-radius: 3px;
	text-align: center;
	cursor: pointer;
}

.btn-text:hover span {
	color: #00908a;
}

.btn-rectangle span, .btn-text span {
	display: inline-block;
	font-family: SourceSansPro;
	font-size: 18px;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	padding: 0 15px;
}

.btn-rectangle span {
	color: #ffffff;
}

.btn-text span {
	color: #00afaa;
}

.btn-text span:before {
	content: url(../img/car-green.svg);
}