.abc-sheet-backdrop,.abc-sheet{display:none}.abc-sheet-header{flex:0 0 auto;display:flex;align-items:center;justify-content:space-between}.abc-sheet-title{font-size:16px;font-weight:700}.abc-sheet-close{flex:0 0 auto;width:32px;height:32px;padding:0;border:none;border-radius:50%;background:#f0f0f0;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;color:#333}.abc-sheet-close .material-icons{font-size:20px}.abc-sheet-body{overflow-y:auto;flex:1 1 auto;min-height:0}@media (max-width:1024px){.abc-sheet-backdrop{display:block;position:fixed;inset:0;background:rgb(0 0 0 / .5);z-index:100;opacity:0;pointer-events:none;transition:opacity 0.25s ease}.abc-sheet-backdrop.is-open,.is-open .abc-sheet-backdrop{opacity:1;pointer-events:auto}.abc-sheet{position:fixed;left:0;right:0;bottom:0;z-index:101;background:#fff;border-radius:16px 16px 0 0;box-shadow:0 -4px 20px rgb(0 0 0 / .15);max-height:80vh;max-height:80dvh;display:flex;flex-direction:column;overflow:hidden;pointer-events:none;transform:translateY(100%);transition:transform 0.25s ease}.abc-sheet.is-open,.is-open .abc-sheet{pointer-events:auto;transform:translateY(0)}.abc-sheet-header{position:sticky;top:0;z-index:2;padding:16px 20px;background:#fff;border-bottom:1px solid #eee;border-radius:16px 16px 0 0}}