/*
 * @license
 * Copyright 2025 Google LLC. All Rights Reserved.
 * SPDX-License-Identifier: Apache-2.0
 */html,body{height:100%;font-size:100%;font-family:Google Sans,sans-serif;margin:0;background-color:#fff}*{box-sizing:border-box}h2,h3{color:#222;font-style:normal;font-weight:400;line-height:1.4;margin-bottom:.5rem;margin-top:.2rem}h2{font-weight:700;font-size:1rem}h3{font-size:.8rem}p{font-size:.8rem;margin:0 0 .6rem}label{color:#4d4d4d;display:inline-block;margin:0;position:relative;z-index:2;font-size:.875rem}input[type=text]{height:50px;width:100%;padding:.5rem;border-radius:4px;border:1px solid #ccc}ul{list-style:none;padding-inline-start:.25rem}select{appearance:none;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);background-position:100% center;background-repeat:no-repeat;padding-right:1.5rem}select:disabled{background-color:#ddd;cursor:default}select[multiple]{height:auto}select,input[type=datetime-local]{height:2.3125rem;width:100%;border-style:solid;border-width:1px;border-color:#ccc;border-radius:4px;padding:.3rem;font-family:inherit;font-size:.8rem}button{min-height:3rem;min-width:3rem;cursor:pointer;font-family:inherit;font-weight:400;font-size:.875rem;line-height:normal;padding:0 1.5rem;position:relative;text-align:center;text-decoration:none;display:inline-block;border-radius:4px;transition:background-color .2s,border .2s}button.button-primary{background-color:#1a73e8;color:#fff;border:1px solid #dadce0}button.button-primary:hover{background-color:#e8f0fe;border-color:#d2e3fc;color:#1a73e8}button.button-secondary{background-color:#fff;color:#1a73e8;border:none}button.button-secondary:hover{background-color:#1a73e8;color:#fff}button.close{font-size:2rem}hr{border:1px solid #f4f0f0;margin-inline:0}section{display:flex;flex-direction:column;padding:1.25rem 1rem;border-bottom:1px solid #ddd;gap:.5rem}section:last-child{border-bottom:none}.main-content{width:100%;border:1px solid #e4e4e4;border-radius:25px 25px 0 0}.control-panel{padding-top:20px;overflow:scroll}.map-container{height:100%;padding:0}.map{height:100%}.row{display:flex;flex-flow:row wrap;align-items:flex-start;gap:1rem}.row:not(:last-child){margin-bottom:.5rem}gmp-place-autocomplete{border:1px solid #ccc;border-radius:4px}gmp-advanced-marker:hover{z-index:1}.infowindow-alert{font-size:.8rem;margin:0;color:#fff}.alert{display:none;position:fixed;padding:1rem;width:100%;z-index:10;background-color:#fff;border-radius:25px 25px 0 0;box-shadow:0 1px 8px #e4e4e4;flex-direction:row;justify-content:space-between}.alert p{padding:0 3rem 0 1rem;color:#f04124}.route-tag{background-color:#4285f4;border-radius:8px;font-size:14px;padding:6px 10px;position:relative;box-shadow:10px 10px 24px #0000004d;width:auto;height:auto;transition:.3s;color:#fff}.route-tag .details{display:none}.route-tag .details p{font-size:.7em;margin:0 5px;color:#fff}.route-tag:after{content:"";position:absolute;left:50%;top:100%;transform:translate(-50%);width:0;height:0;border-left:8px solid transparent;border-right:8px solid transparent;border-top:8px solid #4285f4}.route-tag:hover p{font-size:.9em}.route-tag:hover .details{display:block}.route-tag.eco{background-color:#188038}.route-tag.eco:after{border-top-color:#188038}.route-tag.alternate{background-color:#fff;color:#000}.route-tag.alternate .details p{color:#000}.route-tag.alternate:after{border-top-color:#fff}.route-tag.shorter-distance{background-color:purple}.route-tag.shorter-distance:after{border-top-color:purple}@media only screen and (max-width: 40em){.control-panel{width:100%;height:500px;overflow:scroll}.map-container{width:100%;height:500px}}@media only screen and (min-width: 40.0625em) and (max-width: 64em){.control-panel{width:100%;overflow:auto}.map-container{width:100%;height:800px}}@media only screen and (min-width: 64.0625em) and (max-width: 100em){.main-content{display:flex;height:100%}.control-panel{width:50%;height:100%}.map-container{width:50%;height:100%;padding:1rem}}@media only screen and (min-width: 100.0625em){.main-content{display:flex;height:100%}.control-panel{width:33.33333%;height:100%}.map-container{width:66.66667%;height:100%;padding:1rem}}@media only screen{.heading-wrapper,.route-option-name-wrapper{width:calc(25% - .5rem)}.location-input-wrapper,.route-option-input{width:calc(75% - .5rem)}.departure-time-wrapper,.eco-friendly-options-wrapper,.location-options-wrapper,.route-options-wrapper,.transit-modes-wrapper,.transit-routing-preference-wrapper,.travel-mode-wrapper{width:100%}}@media only screen and (min-width: 40.0625em){.heading-wrapper,.route-option-name-wrapper{width:calc(25% - .5rem)}.departure-time-wrapper,.travel-mode-wrapper{width:calc(33.33333% - .5rem)}.eco-friendly-options-wrapper,.transit-modes-wrapper,.transit-routing-preference-wrapper,.route-options-wrapper{width:calc(50% - .5rem)}.location-input-wrapper,.route-option-input{width:calc(75% - .5rem)}.location-options-wrapper{width:100%}}
