/* Google Maps Embed Styles */
.map-embed-container {
	position: relative;
	width: 100%;
	height: 120px;
	border: 2px solid #ddd;
	border-radius: 8px;
	overflow: hidden;
}

.map-embed-container iframe {
	width: 100%;
	height: 100%;
	border: 0;
}
