/**
 * wvm-destinations-map.css
 *
 * Styles for the WVM Destinations Map shortcode.
 * Keeps the map flush to its container with no extra spacing.
 */

/* Wrapper — width/height are set inline by the shortcode (100% / 100vh default) */
#wvm-destinations-map-wrap {
	display: block;
	overflow: hidden;
	/* Remove any margin Beaver Builder or the theme might add around modules */
	margin-left: 0;
	margin-right: 0;
}

/* The actual Google Map canvas — fill the wrapper completely */
#wvm-destinations-map {
	width: 100%;
	height: 100%;
}

/* Remove the Google Maps "For development purposes" watermark spacing issues */
#wvm-destinations-map img {
	max-width: none !important;
}
