.agcl-map-placeholder {
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 100%;
	min-height: 280px;
	padding: 1.5rem;
	background: #f5f5f5;
	border: 1px solid #d8d8d8;
	text-align: center;
}

.agcl-map-placeholder *,
.agcl-map-placeholder *::before,
.agcl-map-placeholder *::after {
	box-sizing: border-box;
}

.agcl-map-consent {
	max-width: 42rem;
	margin: 0 auto;
}

.agcl-map-title {
	margin: 0 0 0.75rem;
	font-size: 1.25rem;
	line-height: 1.3;
}

.agcl-map-description,
.agcl-map-privacy {
	margin: 0 0 1rem;
	font-size: 1rem;
	line-height: 1.5;
}

.agcl-map-privacy {
	margin-top: 1rem;
	margin-bottom: 0;
	font-size: 0.875rem;
}

.agcl-map-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 0.75rem 1.25rem;
	border: 0;
	border-radius: 4px;
	background: #222;
	color: #fff;
	font: inherit;
	font-weight: 600;
	line-height: 1.2;
	cursor: pointer;
}

.agcl-map-button:hover,
.agcl-map-button:focus-visible {
	background: #000;
}

.agcl-map-button:focus-visible {
	outline: 3px solid currentColor;
	outline-offset: 3px;
}

iframe.agcl-map-loaded {
	display: block;
	max-width: 100%;
}
