/*
 * @license
 * Copyright 2025 Google LLC. All Rights Reserved.
 * SPDX-License-Identifier: Apache-2.0
 */#map{height:100%}html,body{height:100%;margin:0;padding:0}.widget-container{background-color:#fff;color:#222;padding:4px 8px;border-radius:50px;box-shadow:0 2px 6px #0000004d;font-family:Google Sans,Roboto,sans-serif;width:auto;text-align:center;position:relative;min-width:78px;min-height:30px;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;-webkit-user-select:none;user-select:none;transition:max-height .3s ease-out,padding .3s ease-out,border-radius .3s ease-out;overflow:hidden;box-sizing:border-box;max-height:50px}.widget-container:after{content:"";position:absolute;bottom:-5px;left:50%;transform:translate(-50%);width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid white;transition:all .3s ease-out}.dark-mode .widget-container{background-color:#222;color:#fff;box-shadow:0 2px 6px #ffffff4d}.dark-mode .widget-container:after{border-top-color:#222}.weather-info-basic{display:flex;align-items:center;justify-content:center;gap:4px;margin-bottom:0;width:100%}.weather-info-basic img{width:30px;height:30px;filter:invert(0);flex-shrink:0}#condition-icon{display:none}.temperature{font-size:1.5em;font-weight:700}.error-message{font-size:1.2em;font-weight:400;width:80px}.rain-details{font-size:.9em;display:none;align-items:center;justify-content:flex-start;flex-direction:row;gap:5px;margin-top:5px;width:100%}.rain-details img{width:18px;height:18px;margin-right:5px}.dark-mode .rain-details img{filter:none}.widget-container.highlight{border-radius:8px;box-shadow:0 2px 6px #0000004d;max-height:150px;padding:10px 15px;width:auto;min-height:70px;justify-content:space-between}.widget-container.highlight:after{border-top:5px solid white}.widget-container.highlight .rain-details{display:flex}.dark-mode .widget-container.highlight{box-shadow:0 2px 6px #ffffff4d}.dark-mode .widget-container.highlight:after{border-top:5px solid #222222}.button-container-wrapper{position:absolute;bottom:10px;left:50%;transform:translate(-50%);z-index:10;display:flex;gap:10px}.mode-toggle-container,.load-markers-container{position:static;top:auto;left:auto;transform:none;z-index:auto}.button-container-wrapper button{background-color:#4285f4;color:#fff;border:none;padding:8px 15px;border-radius:4px;cursor:pointer;font-family:Google Sans,Roboto,sans-serif;font-size:1em;box-shadow:0 2px 4px #0003;width:170px}.button-container-wrapper button:hover{background-color:#3367d6}@media (max-width: 600px){.widget-container{padding:3px 5px;min-width:60px;min-height:25px;max-height:40px}.weather-info-basic img{width:25px;height:25px}.temperature{font-size:1.2em}.rain-details{font-size:.8em;gap:3px;margin-top:3px}.rain-details img{width:15px;height:15px;margin-right:3px}.widget-container.highlight{max-height:100px;padding:8px 10px;min-height:50px}.button-container-wrapper{flex-direction:column;gap:5px;bottom:5px}.button-container-wrapper button{width:150px;padding:6px 10px;font-size:.9em}}
