.maple-gmaps-consent {
	position: relative;
	width: 100%;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0px 0px 60px rgba(84, 167, 122, 0.2);
	border: 1px solid #dddddd;
}

.maple-gmaps-consent__placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 2rem;	
	background: #f5f5f5;
	box-sizing: border-box;
	text-align: center;
}

.maple-gmaps-consent__content {
	max-width: 720px;
}

.maple-gmaps-consent__text {
	margin: 0 0 1rem;
	line-height: 1.6;
}

.maple-gmaps-consent__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.85rem 1.25rem;
	border: 0;
	cursor: pointer;
	font: inherit;
	line-height: 1.2;
}

.maple-gmaps-consent__button:focus-visible {
	outline: 2px solid currentColor;
	outline-offset: 2px;
}

.maple-gmaps-consent__frame-wrap {
	width: 100%;
}

.maple-gmaps-consent__iframe {
	display: block;
	width: 100%;
	border: 0;
}

.maple-gmaps-consent-error {
	padding: 1rem;
	border: 1px solid #d93025;
	background: #fff3f3;
	color: #a61b1b;
}