/**
 * Castle Group — Location maps embed wrapper.
 */

.cg-location-maps {
	max-width: 100%;
	width: 100%;
}

.cg-location-maps__heading {
	margin: 0 0 1.75rem;
	text-align: center;
	color: var(--project-primary-colour);
	font-size: var(--project-h2, 2rem);
}

.cg-location-maps__content {
	width: 100%;
}
