.sap-adresse-map {
	position: relative;
	margin-top: 8px;
}

.sap-adresse-suggestions {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1100;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
	max-height: 240px;
	overflow-y: auto;
}

.sap-adresse-suggestion {
	display: block;
	width: 100%;
	padding: 8px 12px;
	border: 0;
	border-bottom: 1px solid #eee;
	background: #fff;
	text-align: left;
	font-size: 13px;
	cursor: pointer;
}

.sap-adresse-suggestion:last-child {
	border-bottom: 0;
}

.sap-adresse-suggestion:hover,
.sap-adresse-suggestion:focus {
	background: #f0f5ff;
}

.sap-adresse-map-canvas {
	height: 280px;
	border: 1px solid #ccc;
	border-radius: 4px;
	z-index: 1;
}

.sap-adresse-map-status {
	margin: 6px 0 0;
	font-size: 12px;
	color: #666;
}
