.bottom-sheet{height:var(--bottom-sheet-height,80vh);z-index:60;touch-action:none;background:#fff;border-top-left-radius:1rem;border-top-right-radius:1rem;flex-direction:column;transition:transform .18s;display:flex;position:fixed;bottom:0;left:0;right:0;transform:translateY(0);box-shadow:0 -8px 30px #0000001f}.bottom-sheet__grab{background:#e5e7eb;border-radius:9999px;width:48px;height:6px;margin:8px auto 4px}.bottom-sheet__content{padding:.5rem .75rem 1rem;overflow:hidden}
