.ftl-map-container { margin: 1em 0; }
.ftl-map {
	width: 100%;
	min-height: 240px;
	border-radius: 10px;
	overflow: hidden;
	z-index: 0;
}
.ftl-empty {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	min-height: 240px;
	padding: 24px;
	color: #666;
	background: #f4f4f5;
	border-radius: 10px;
	text-align: center;
}

/* Emoji marker */
.ftl-emoji-marker { background: transparent; border: 0; }
.ftl-emoji-pin {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	background: #fff;
	border: 2px solid #e11d48;
	border-radius: 50% 50% 50% 0;
	transform: rotate( -45deg );
	box-shadow: 0 2px 6px rgba( 0, 0, 0, .3 );
}
/* Counter-rotate the emoji so it sits upright inside the teardrop. */
.ftl-emoji-glyph {
	font-size: 22px;
	line-height: 1;
	transform: rotate( 45deg );
}

/* Popup */
.ftl-popup { font-size: 14px; line-height: 1.4; }
.ftl-popup-title { margin: 0 0 6px; font-size: 16px; }
.ftl-popup-when,
.ftl-popup-address { margin: 2px 0; color: #444; }
.ftl-popup-desc { margin: 8px 0; }
.ftl-popup-directions {
	display: inline-block;
	margin-top: 6px;
	font-weight: 600;
	text-decoration: none;
}
