.ap-bottom-sheet-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#000c;backdrop-filter:blur(3rem);-webkit-backdrop-filter:blur(3rem);z-index:1000}.ap-bottom-sheet-container{position:fixed;bottom:0;left:0;right:0;z-index:1001;max-height:90vh;background-color:var(--ap-colour-card);border-radius:var(--ap-var-border-radius) var(--ap-var-border-radius) 0 0;box-shadow:0 -2px 10px #0000001a;display:flex;justify-content:center;max-width:900px!important;margin:auto;height:100%}.ap-bottom-sheet{display:flex;flex-direction:column;height:100%;width:100%;max-width:var(--ap-var-max-site-width)}.ap-bottom-sheet-drag-handle{width:40px;height:4px;background-color:var(--ap-colour-gray);border-radius:2px;margin:8px auto;cursor:grab}.ap-bottom-sheet-drag-handle:active{cursor:grabbing}.ap-bottom-sheet-header{display:flex;justify-content:space-between;align-items:center;padding:16px;border-bottom:1px solid var(--ap-colour-gray)}.ap-bottom-sheet-title{margin:0;font-size:18px;font-weight:600;color:var(--ap-colour-text)}.ap-bottom-sheet-close{background:none;border:none;padding:8px;cursor:pointer;color:var(--ap-colour-text);opacity:var(--ap-var-opacity-text);display:flex;align-items:center;justify-content:center}.ap-bottom-sheet-close:hover{opacity:1}.ap-bottom-sheet-content{flex:1;overflow-y:auto;padding:16px;-webkit-overflow-scrolling:touch;color:var(--ap-colour-text)}@media (max-width: 768px){.ap-bottom-sheet{width:100%}}.ap-bottom-sheet-bar{width:100%;height:10px;background-color:var(--ap-colour-primary);cursor:pointer}
