/*
 * @license
 * Copyright 2025 Google LLC. All Rights Reserved.
 * SPDX-License-Identifier: Apache-2.0
 */#map{height:100%;flex-grow:1}html,body{height:100%;margin:0;padding:0;display:flex;flex-direction:column;position:relative;font-family:Roboto,Arial,sans-serif}#toggleButton{position:absolute;top:70px;left:50%;transform:translate(-50%);z-index:1000}#tooltip{position:absolute;z-index:1001;padding:10px;background:#000c;color:#fff;border-radius:4px;pointer-events:none;display:none;font-size:126x}h1{text-align:center;margin:10px}#legend{position:absolute;bottom:20px;right:20px;z-index:1000;background-color:#ffffffe6;padding:10px;border-radius:5px;font-size:14px;line-height:1.5}#legend h4{margin-top:0;margin-bottom:5px;text-align:center}#legend div{display:flex;align-items:center}#legend span{display:inline-block;width:20px;height:15px;margin-right:5px;border:1px solid #000}
