.ondo-bottom-sheet-layer{z-index:1800;justify-content:center;align-items:flex-end;display:flex;position:fixed;inset:0}.ondo-bottom-sheet-backdrop{background:#121c1757;border:0;width:100%;min-width:0;position:absolute;inset:0}.ondo-bottom-sheet{will-change:transform;background:#fff;border-radius:22px 22px 0 0;grid-template-rows:auto minmax(0,1fr);width:min(100%,520px);max-height:calc(100% - 28px);display:grid;position:absolute;bottom:0;left:50%;overflow:hidden;box-shadow:0 -12px 40px #121c1729}.ondo-bottom-sheet--content{height:auto}.ondo-bottom-sheet--large{height:calc(100% - 28px);max-height:920px}.ondo-bottom-sheet-drag{touch-action:none;-webkit-user-select:none;user-select:none;background:#fff;padding:8px 20px 0}.ondo-bottom-sheet-drag>span{background:#cfd5d2;border-radius:999px;width:44px;height:5px;margin:0 auto 7px;display:block}.ondo-bottom-sheet-drag>div{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:12px;min-height:50px;display:flex}.ondo-bottom-sheet-drag strong{font-size:18px}.ondo-bottom-sheet-drag button{width:44px;min-width:44px;height:44px;color:var(--muted);background:0 0;border:0;border-radius:12px;font-size:28px;line-height:1}.ondo-bottom-sheet-content{overscroll-behavior:contain;min-height:0;padding:18px 20px calc(24px + env(safe-area-inset-bottom));overflow-y:auto}.ondo-bottom-sheet.has-footer{grid-template-rows:auto minmax(0,1fr) auto}.ondo-bottom-sheet.has-footer .ondo-bottom-sheet-content{padding-bottom:18px}.ondo-bottom-sheet-footer{z-index:1;padding:10px 20px calc(12px + env(safe-area-inset-bottom));border-top:1px solid var(--line);background:#fff;position:relative}@media (min-width:800px){.ondo-bottom-sheet{border-radius:22px;max-height:calc(100% - 88px);bottom:30px}.ondo-bottom-sheet--large{height:calc(100% - 88px)}}
