html,
body {
	height: 100%;
	margin: 0;
	overflow: hidden;
}
body.tm-embed-mode,
.tm-embed-mode .tm-map-wrapper,
.tm-embed-mode .tm-map-wrapper * {
	font-family: var(--tm-font, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif) !important;
}
.tm-embed-mode .tm-map-wrapper,
.tm-embed-mode .tm-map-grid,
.tm-embed-mode .tm-map-canvas {
	height: 100vh;
	min-height: 100vh;
}
.tm-embed-branding {
	background: rgba(255, 255, 255, .92);
	border-radius: 999px;
	bottom: 10px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, .14);
	color: #334155;
	font: 600 11px/1 var(--tm-font, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif) !important;
	padding: 7px 10px;
	position: fixed;
	right: 10px;
	z-index: 5;
}
