.knandi-ofm-map-wrap {
	position: relative;
	width: 100%;
}

.knandi-ofm-map {
	height: 400px;
	width: 100%;
	min-height: 120px;
	background: #e9ecef;
}

.knandi-map-cta {
	position: absolute;
	inset: 0;
	z-index: 3;
	width: 100%;
	height: 100%;
	border: 0;
	cursor: pointer;
	background: #e9ecef;
	color: #1d2327;
	font-size: 14px;
	font-weight: 600;
}
.knandi-map-cta:hover {
	background: #dfe3e8;
}

.knandi-map-route-ctrl a {
	display: inline-block;
	padding: 0 8px;
	height: 29px;
	line-height: 29px;
	font-size: 12px;
	text-decoration: none;
	color: #1d2327;
	white-space: nowrap;
}
