/* Consent-gated Google Maps placeholder (store locator, single-location
   template, Elementor content, or any other Google Maps iframe on the site). */
.sci-consent-gated-map {
	width: 100%;
}
.sci-map-consent-placeholder {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 14px;
	min-height: 300px;
	height: 100%;
	background: #f5f5f5;
	border: 1px dashed #ccc;
	border-radius: 4px;
	padding: 24px;
	text-align: center;
	box-sizing: border-box;
}
.sci-map-consent-placeholder p {
	color: #555;
	font-size: 14px;
	line-height: 1.5;
	max-width: 380px;
	margin: 0;
}
.sci-map-consent-placeholder .sci-btn {
	display: inline-block;
	padding: 10px 16px;
	font-size: 13px;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: .06em;
	border-radius: 3px;
	cursor: pointer;
	background: #1F8290;
	color: #fff;
	border: 2px solid #1F8290;
	transition: background .2s, border-color .2s;
}
.sci-map-consent-placeholder .sci-btn:hover,
.sci-map-consent-placeholder .sci-btn:focus {
	background: #167380;
	border-color: #167380;
	color: #fff;
}
.sci-consent-gated-map iframe {
	display: block;
	width: 100%;
	border: 0;
}
