.mapoza-ctlgm-map {
	position: relative;
	width: 100%;
	height: var(--mapoza-ctlgm-map-height, 450px);
	min-height: 300px;
	background: #f5f5f5;
	border-radius: 12px;
	overflow: hidden;
}

.mapoza-ctlgm-map__placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	padding: 24px;
	background: linear-gradient(135deg, #f8f8f8, #ececec);
	text-align: center;
}

.mapoza-ctlgm-map__content {
	max-width: 540px;
}

.mapoza-ctlgm-map__message {
	margin: 0 0 16px;
	font-size: 15px;
	line-height: 1.6;
	color: #1f2937;
}

.mapoza-ctlgm-map__button {
	display: inline-block;
	padding: 12px 20px;
	margin: 0;
	border: 0;
	border-radius: 8px;
	background: #111827;
	color: #ffffff;
	font-size: 14px;
	line-height: 1.2;
	cursor: pointer;
}

.mapoza-ctlgm-map__button:hover,
.mapoza-ctlgm-map__button:focus {
	opacity: 0.92;
}

.mapoza-ctlgm-map iframe {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 300px;
}

.mapoza-ctlgm-map__overlay {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(15, 23, 42, 0.22);
}

.mapoza-ctlgm-map__button:disabled {
	opacity: 0.75;
	cursor: not-allowed;
}