.sch-map-consent {
	width: 100%;
	min-height: var(--sch-map-height, 300px);
	display: grid;
	place-items: center;
	background: #eef2ff;
	border: 1px solid rgba(0, 0, 107, .14);
	border-radius: 8px;
	color: #00006b;
	overflow: hidden;
}

.sch-map-consent__inner {
	max-width: 420px;
	padding: 24px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	text-align: center;
}

.sch-map-consent__inner strong {
	font-size: 20px;
	line-height: 1.1;
	text-transform: uppercase;
}

.sch-map-consent__inner span {
	font-size: 14px;
	line-height: 1.45;
	color: rgba(0, 0, 107, .72);
}

.sch-map-consent__button {
	border: 0;
	border-radius: 8px;
	background: #00006b;
	color: #fff;
	cursor: pointer;
	font: inherit;
	font-weight: 800;
	padding: 11px 18px;
}

.sch-map-consent iframe {
	display: block;
	width: 100%;
	height: var(--sch-map-height, 300px);
	border: 0;
}
