.bottom-sheet-content.svelte-hebhzo{container-type:inline-size;max-height:100%;min-height:0;overflow-y:auto;overscroll-behavior:contain;transition:transform .2s ease-out}dialog.bottom-sheet.svelte-hebhzo>div.dragging:where(.svelte-hebhzo){transition:none}dialog.bottom-sheet[open].svelte-hebhzo{position:fixed;right:0;bottom:auto;left:0;display:flex;flex-direction:column;justify-content:flex-end;overflow:hidden;animation:svelte-hebhzo-slide-up .2s ease-out}dialog.bottom-sheet[open].svelte-hebhzo::backdrop{animation:svelte-hebhzo-backdrop-fade-in .2s ease-out}dialog.bottom-sheet[open].closing.svelte-hebhzo{animation:svelte-hebhzo-slide-down .2s ease-in forwards}dialog.bottom-sheet[open].closing.svelte-hebhzo::backdrop{animation:svelte-hebhzo-backdrop-fade-out .2s ease-in forwards}@keyframes svelte-hebhzo-slide-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes svelte-hebhzo-slide-down{0%{transform:translateY(0)}to{transform:translateY(100%)}}@keyframes svelte-hebhzo-backdrop-fade-in{0%{opacity:0}to{opacity:1}}@keyframes svelte-hebhzo-backdrop-fade-out{0%{opacity:1}to{opacity:0}}
