.map-bottom-sheet{display:block}.map-bottom-sheet__single-backdrop{position:fixed;inset:0;z-index:9;margin:0;padding:0;border:0;background-color:#3333332b;cursor:default}.map-bottom-sheet__single-backdrop[hidden]{display:none}.map-bottom-sheet__single{position:fixed;left:1rem;right:1rem;bottom:1rem;z-index:10}.map-bottom-sheet__single[hidden]{display:none}.map-bottom-sheet__single.map-bottom-sheet__single--loading{opacity:0;pointer-events:none}.map-bottom-sheet__single-close{position:absolute;top:-.5rem;right:-.5rem;z-index:2;display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;padding:0;border:1px solid var(--greyColor50);border-radius:.5rem;background-color:var(--whiteColor);box-shadow:var(--boxShadow1);cursor:pointer}.map-bottom-sheet__single-close[hidden]{display:none}.map-bottom-sheet__single-close-icon{position:relative;width:.75rem;height:.75rem}.map-bottom-sheet__single-close-icon:before,.map-bottom-sheet__single-close-icon:after{content:"";position:absolute;top:50%;left:0;width:100%;height:2px;background-color:var(--greyColor20);border-radius:1px}.map-bottom-sheet__single-close-icon:before{transform:translateY(-50%) rotate(45deg)}.map-bottom-sheet__single-close-icon:after{transform:translateY(-50%) rotate(-45deg)}.map-bottom-sheet__single-content{position:relative}.map-bottom-sheet__dialog{position:fixed;inset:auto 0 0;width:100%;max-width:none;height:60dvh;max-height:80dvh;margin:0;padding:0;border:0;border-radius:1.5rem 1.5rem 0 0;background-color:var(--whiteColor);box-shadow:var(--boxShadow1);overflow:hidden;display:flex;flex-direction:column}.map-bottom-sheet__dialog.map-bottom-sheet__dialog--animating{transition:transform .3s ease-in;transform:translateY(100%)}.map-bottom-sheet__dialog.map-bottom-sheet__dialog--animating[open]{transform:translateY(0)}@starting-style{.map-bottom-sheet__dialog.map-bottom-sheet__dialog--animating[open]{transform:translateY(100%)}}.map-bottom-sheet__dialog::backdrop{background-color:#3333332b}.map-bottom-sheet__drag-handle{position:relative;flex:0 0 auto;height:1.25rem;cursor:grab}.map-bottom-sheet__drag-handle:before{content:"";position:absolute;top:.5rem;left:calc(50% - 1.375rem);width:2.75rem;height:.25rem;border-radius:var(--borderRadius);background-color:var(--greyColor40)}.map-bottom-sheet__header{flex:0 0 auto;padding:0 1rem .75rem;text-align:center}.map-bottom-sheet__title{margin:0;font-size:1rem;line-height:1.5;font-weight:700;color:var(--greyColor20)}.map-bottom-sheet__body{flex:1 1 auto;min-height:0;max-height:37.5rem;overflow-y:auto;overscroll-behavior:contain;padding:.5rem 1rem 5rem;display:flex;flex-direction:column;box-shadow:inset 0 2px 12px #11486626}.map-bottom-sheet__list{display:flex;flex-direction:column;gap:.5rem}.map-bottom-sheet__status{padding:2rem 1rem;text-align:center;color:var(--greyColor20)}@media(prefers-reduced-motion:reduce){.map-bottom-sheet__dialog.map-bottom-sheet__dialog--animating{transition:none}}
