.bottom-sheet{background-color:var(--color-elements-inputs-and-tags-fill);border-radius:var(--radius-l) var(--radius-l) 0 0;display:flex;flex-direction:column;height:auto;max-height:85dvh;touch-action:none;transition:transform .3s ease;-webkit-user-select:none;user-select:none;width:100%}.bottom-sheet__grabber{cursor:grab;display:flex;justify-content:center;padding:5px 0 10px}.bottom-sheet__grabber:active{cursor:grabbing}.bottom-sheet__grabber-line{background-color:var(--color-monochrome-black-30);border-radius:2.5px;height:5px;width:36px}.bottom-sheet__header{align-items:center;display:flex;gap:var(--space-xs);justify-content:space-between;padding-inline:var(--container-padding)}.bottom-sheet__header-title{flex:1}.bottom-sheet__header-actions{flex-shrink:0}.bottom-sheet__close-btn.ui-button{padding:9.5px 6.5px}.bottom-sheet__content{overflow-y:auto;padding-block:0 var(--space-m);padding-inline:var(--container-padding)}.bottom-sheet:has(.bottom-sheet__footer) .bottom-sheet__content{padding-block:0}.bottom-sheet__footer{background-color:var(--color-monochrome-white);box-shadow:0 2px 30px #006ca91a;flex-shrink:0;padding:var(--space-s2) var(--container-padding)}
