.bottom-sheet{position:absolute;bottom:0;display:flex;flex-direction:column;overflow:hidden;background-color:#fff;transition:transform .3s ease-in-out;pointer-events:auto;width:100%;border-radius:12px 12px 0 0;background:var(--Base-White, #fff);box-shadow:0 4px 4px #00000040,0 -4px 8px -2px #1018281a}.bottom-sheet.dragging,.bottom-sheet.react-draggable-dragging{transition:none}.bottom-sheet .bottom-sheet--handle:not(.top){border-bottom:1px solid #eaecf0;box-shadow:0 1px 2px #1018280d}@media screen and (min-width: 1025px){.bottom-sheet{display:none}}.bottom-sheet--backdrop{position:fixed;overflow:hidden;inset:0}.bottom-sheet--backdrop:not(.active){pointer-events:none}.bottom-sheet--content{overscroll-behavior:contain;overflow:hidden}.bottom-sheet--content.open,.bottom-sheet.open .bottom-sheet--content{overflow-y:scroll}.bottom-sheet--handle{align-items:center;display:flex;vertical-align:middle;flex-direction:column;height:24px;flex-shrink:0;justify-content:center}.bottom-sheet--handle-overlay{position:absolute;top:0;left:0;width:100%;height:60px;z-index:11}
