/* Chromeless interactive map (?embed=1) for iframe shortcode embeds */

body.cb-map-embed {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	background: #fff;
}

body.cb-map-embed .l-main--map {
	padding: 12px 0 16px;
}

body.cb-map-embed .iwhq_map {
	margin-bottom: 0;
}

body.cb-map-embed #map {
	min-height: 420px;
}

@media (min-width: 768px) {
	body.cb-map-embed #map {
		min-height: 520px;
	}
}
