.marqueblanche-home-map__frame {
	min-height: clamp(320px, 45vw, 520px);
	border-radius: 24px;
	overflow: hidden;
	border: 1px solid color-mix(in srgb, var(--marqueblanche-theme-text) 12%, transparent);
	box-shadow: 0 24px 60px color-mix(in srgb, var(--marqueblanche-theme-text) 12%, transparent);
	background: color-mix(in srgb, var(--marqueblanche-theme-surface) 70%, var(--marqueblanche-theme-text));
}

.marqueblanche-home-map__frame iframe {
	display: block;
	width: 100%;
	height: 100%;
	min-height: inherit;
	border: 0;
}
